Desktop preferences not saving changes on RPi4 with Buster
I am not able to change anything in Desktop preferences (pipanel). It is always reverted to default settings. I checked config file (~/.config/lxpanel/LXDE-pi/panels) for write permissions. It is very anoying.
Re: Desktop preferences not saving changes on RPi4 with Buster
Does your SD card retain *any* changes?
Create e.g. a new text file in your home directory, then reboot.
Is the file still there with the same contents?
Create e.g. a new text file in your home directory, then reboot.
Is the file still there with the same contents?
Re: Desktop preferences not saving changes on RPi4 with Buster
It was another file with wrong permissions. Strange how this permissions are initially configured.
- Michiel O.
- Posts: 178
- Joined: Mon Dec 12, 2016 12:06 pm
Re: Desktop preferences not saving changes on RPi4 with Buster
Which file precisely had the wrong pemissions? What were the correct permissions?
"You can't actually make computers run faster, you can only make them do less." - RiderOfGiraffes
Re: Desktop preferences not saving changes on RPi4 with Buster
~/.config/pcmanfm/LXDE-pi/desktop-item-0.conf
- HawaiianPi
- Posts: 6120
- Joined: Mon Apr 08, 2013 4:53 am
- Location: Aloha, Oregon USA
Re: Desktop preferences not saving changes on RPi4 with Buster
That kind of stuff typically happens when you use sudo in your home directory.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?
lots of pop-ups...and where is that annoying music coming from?
- Michiel O.
- Posts: 178
- Joined: Mon Dec 12, 2016 12:06 pm
Re: Desktop preferences not saving changes on RPi4 with Buster
sudo for what? Not for installing packages. sudo apt install joe from my home directory has no ill effects. Perhaps trying to start the desktop GUI as root? Maybe then the .conf file gets root as owner, and that might conflict with writing to it from your user-level account.
"You can't actually make computers run faster, you can only make them do less." - RiderOfGiraffes
Re: Desktop preferences not saving changes on RPi4 with Buster
No it was a fresh install of Buster and logged in as pi user.