Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3560

Graphical Environments & Desktops • Cinnamon and Gnome Coexistence on same machine

$
0
0
The GUI application for changing settings should work.

What happens when you run

Code:

cinnamon-settings background
and attempt to change the background? (Do not run this as sudo)

Answering your other questions...

A) You can try installing the equivalent Gnome software without installing the entire desktop. Even if you do install an entire other DE you can set the default to Cinnamon at the login screen without uninstalling and reinstalling Cinnamon. You can install many DE's if you want and sort out the cruft later.

B) You can do this with gsettings

Code:

$ gsettings set org.cinnamon.theme name "Theme-Name"$ gsettings set org.cinnamon.desktop.background picture-uri "file://somefile"
You can see the current settings using

Code:

$ gsettings get org.cinnamon.theme$ gsettings get org.cinnamon.desktop.background picture-uri

Statistics: Posted by bbbhltz — 2024-08-18 21:45 — Replies 1 — Views 38



Viewing all articles
Browse latest Browse all 3560

Trending Articles