@[email protected] to [email protected] • 8 months agoA Linux user's nightmare: the machine was wiped clean with one clickwww.mikrobitti.fiexternal-linkmessage-square47fedilinkarrow-up11arrow-down11file-textcross-posted to: [email protected]
arrow-up10arrow-down1external-linkA Linux user's nightmare: the machine was wiped clean with one clickwww.mikrobitti.fi@[email protected] to [email protected] • 8 months agomessage-square47fedilinkfile-textcross-posted to: [email protected]
minus-square@[email protected]linkfedilink1•8 months agoIn this case the issue was that a change between kde5 and kde6 let to the variable being defined as somepath / (notice the space).
minus-square@[email protected]linkfedilink1•8 months agoAnd that’s why you also surround it with double quotes.
In this case the issue was that a change between kde5 and kde6 let to the variable being defined as
somepath /
(notice the space).And that’s why you also surround it with double quotes.