bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · edit-23 months agoAutostart in Linux Mintsopuli.xyzimagemessage-square16fedilinkarrow-up116arrow-down10
arrow-up116arrow-down1imageAutostart in Linux Mintsopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · edit-23 months agomessage-square16fedilink
minus-square𝕸𝖔𝖘𝖘@infosec.publinkfedilinkEnglisharrow-up3·3 months agoI’ve found out the hard way: Running the script during startup, and running it using the proper user authorization, are two different things.
minus-squareqjkxbmwvz@startrek.websitelinkfedilinkarrow-up2·3 months agoAnd environment — DISPLAY and PATH in particular.
minus-squarebleistift2@sopuli.xyzOPlinkfedilinkEnglisharrow-up1·3 months agoYou’re right and I’m dumb. I forgot to absolute-ify one of the paths, which caused the script to be dependent on my user environment, which isn’t loaded by the desktop file.
I’ve found out the hard way: Running the script during startup, and running it using the proper user authorization, are two different things.
And environment —
DISPLAY
andPATH
in particular.You’re right and I’m dumb. I forgot to absolute-ify one of the paths, which caused the script to be dependent on my user environment, which isn’t loaded by the desktop file.