diff options
Diffstat (limited to 'lmlib.py')
-rw-r--r-- | lmlib.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,7 @@ import configparser, platform, os -logout_manager_version="2019-06-17a" +logout_manager_version="2019-06-21a" class Actions: @@ -253,7 +253,6 @@ def Initialize_config(): # written primarily for el7 which uses "app" for the system-reboot icons, etc. a = platform.dist() try: - # WORKHERE: after moving in the gtk3 default icon theme check to lmlib, do a check here, for of the theme=default and gtk3_default=hicolor, to make category=apps if a[0] == "redhat" and int(a[1].split(".")[0]) <= 7: config.set_icon_category("apps") except: |