`gsetting set` not working after installing Omakub
LorenzoMugnai opened this issue · 1 comments
LorenzoMugnai commented
Description:
After installing Omakub, I encountered an issue where the gsetting set
command does not seem to apply the changes to the system. I am wondering if anyone else is experiencing these issues or if it is specific to my setup. Can anyone else reproduce this problem? Any insights or solutions would be greatly appreciated.
Steps to Reproduce:
- Install Omakub.
- Use
gsetting set
to change a setting, such as the wallpaper:gsettings set org.gnome.desktop.background picture-uri 'file:///path/to/your/image.jpg'
- Verify the setting using
gsetting get
:gsettings get org.gnome.desktop.background picture-uri
Expected Result:
The wallpaper (or other settings) should change as specified.
Actual Result:
- The
gsetting get
command returns the updated value, indicating the change was registered. - However, there is no visible change in the system (wallpaper remains the same).
Observed Issues:
- Wallpaper does not change.
- Favourite apps on the dock do not update.
- Extension settings do not apply.
Environment:
- Omakub version: 1.1.2
- GNOME version: 46.0
LorenzoMugnai commented
Solved. I had problem on the $PATH order. My system was pointing at the wrong "gsettings".