boredsquirrel to linuxmemes@lemmy.world • 1 year agoLove me some arbitrary executed code /s (Plasmoids are not themes)slrpnk.netimagemessage-square48fedilinkarrow-up1513arrow-down10file-text
arrow-up1513arrow-down1imageLove me some arbitrary executed code /s (Plasmoids are not themes)slrpnk.netboredsquirrel to linuxmemes@lemmy.world • 1 year agomessage-square48fedilinkfile-text
minus-square@Flex@lemmy.worldlinkfedilink1•1 year agoWasn’t there an issue with themes deleting user data on kde recently?
minus-squareboredsquirrelOPlinkfedilink4•1 year agoA “global theme” which is a set of themes, widgets, splash screens, cursors etc. I dont think the inclusion of code is the problem, but that the bundle had a script for installation that was faulty. Using [ -e $VARIABLE] && do something with $VARIABLE would have solved it.
Wasn’t there an issue with themes deleting user data on kde recently?
A “global theme” which is a set of themes, widgets, splash screens, cursors etc.
I dont think the inclusion of code is the problem, but that the bundle had a script for installation that was faulty.
Using
[ -e $VARIABLE] && do something with $VARIABLE
would have solved it.