bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · edit-225 days agoAutostart in Linux Mintsopuli.xyzimagemessage-square16fedilinkarrow-up114arrow-down10
arrow-up114arrow-down1imageAutostart in Linux Mintsopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · edit-225 days agomessage-square16fedilink
minus-square𝕸𝖔𝖘𝖘@infosec.publinkfedilinkEnglisharrow-up3·25 days 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·25 days agoAnd environment — DISPLAY and PATH in particular.
minus-squarebleistift2@sopuli.xyzOPlinkfedilinkEnglisharrow-up1·24 days 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.