Cinnamon theming

My problem occured when i was trying to force add/remove software to match adapta nokto theme. I didnt remember what i did but all i know that theme now applys only on taskbar and pop up menus. Nemo and other apps are default themed. How to fix that properly..have someone had that issue? I guess only me xd..cheers to all

Hi @Matthew45 ,

There are two possible answers to your problem, install one of these two packages.

adapta-gtk-theme adapta-maia-theme

You could install one each time and try.

The adapta-nokto-theme is downloaded in Cinnamon Settings, under. Hope it help, regards.

Settings > Themes > Add/Remove

Thanks for your reply ill keep that in mind, if something happens again. In the meanwhile i figured out what caused the issue :slight_smile: I opened my .profile in nano

nano ~/.profile
  1. Found the line:
export GTK_THEME=Adwaita:dark
  1. Commented it out by adding # at the start:
# export GTK_THEME=Adwaita:dark
  1. Saved it and exit

  2. Log out and back in, and theme was working again.


Mod edit:- Tidied presentation. No charge. Please observe forum guidelines.
See How to Post Command Output as Preformatted Text :eyes:

Well I am amazed because as far as i know, lightdm does not read .profile anymore. So to reed it in your home directory, you have to sim link it to .xprofile which lightdm does still read.

You’re essentially right, and your understanding matches how LightDM behaves on most modern setups. LightDM sources the following files (if present).

  1. /etc/X11/Xsession

  2. ~/.xprofile

  3. ~/.xsession

  4. Desktop-specific startup files (e.g., systemd user units, DE autostart)

That’s why .xprofile still works.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.