@RedditEnjoyer to [email protected] • 11 months agoA Linux user's nightmare: the machine was wiped clean with one clickwww.mikrobitti.fiexternal-linkmessage-square49arrow-up1119arrow-down113file-textcross-posted to: technology
arrow-up1106arrow-down1external-linkA Linux user's nightmare: the machine was wiped clean with one clickwww.mikrobitti.fi@RedditEnjoyer to [email protected] • 11 months agomessage-square49file-textcross-posted to: technology
minus-square@Samuerulink10•11 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]linkfedilink12•11 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.