I'm using Linux Mint Debian 201109 (Xfce) version. I added debian repositories to apt and updated whole system. And now I have a problems with styles/themes on some applications(they use standart xfce(gnome?)): NetworkManager, Synaptic, LoginScreen
Also the login screen uses the same theme, but most of my applications looks like(e.g. they are using my choosed theme): Mixer, Firefox and others...
The I've installed GDM3Settings from deb package from github but I can't run the application from menu.
Here is the ouput from $sudo sudo gdm3setup.py:
Traceback (most recent call last):
File "/usr/bin/gdm3setup.py", line 697, in <module>
MainWindow().show_all()
File "/usr/bin/gdm3setup.py", line 405, in __init__
self.get_gdm()
File "/usr/bin/gdm3setup.py", line 474, in get_gdm
self.USER_LIST = str_to_bool(get_setting("USER_LIST",settings))
File "/usr/bin/gdm3setup.py", line 669, in get_setting
return value
UnboundLocalError: local variable 'value' referenced before assignment
So, how can I change styles on applications which are using wrong theme, and how I can customize login screen?
qtorgtk. – hesse Jan 8 at 12:28