minus-squareunhrpetby@sh.itjust.workstolinuxmemes@lemmy.world•XDG_CONFIG_HOMElinkfedilinkEnglisharrow-up1·edit-211 hours agoYes. ~/.mozilla. Its annoying. You can fix it with a hack by putting a shell script in your path (before the original firefox) that consist of: #!/bin/sh HOME='/home/engywuck/.local/share/firefox' /usr/bin/firefox Call that instead of the original firefox from now on. it will create the “librewolf” folder in ~/.local/share and chuck its junk in there. Edit: This bug has been open for TWENTY YEARS. Honestly ridiculous. linkfedilink
minus-squareunhrpetby@sh.itjust.workstoNews@lemmy.world•Ukrainian female POWs tortured and paraded naked through the snow by Russian troopslinkfedilinkEnglisharrow-up19arrow-down8·2 days agoBlanket statements of a group are harmful. linkfedilink
minus-squareunhrpetby@sh.itjust.workstoNews@lemmy.world•Ukrainian female POWs tortured and paraded naked through the snow by Russian troopslinkfedilinkEnglisharrow-up36arrow-down4·2 days agoBlanket, emotional statements are harmful. linkfedilink
Yes. ~/.mozilla. Its annoying.
You can fix it with a hack by putting a shell script in your path (before the original firefox) that consist of:
#!/bin/sh HOME='/home/engywuck/.local/share/firefox' /usr/bin/firefox
Call that instead of the original firefox from now on. it will create the “librewolf” folder in ~/.local/share and chuck its junk in there.
Edit: This bug has been open for TWENTY YEARS.
Honestly ridiculous.