mintmenu/usr/lib/linuxmint/mintMenu/plugins
Clement Lefebvre b7a1fa0b94 Remove support for custom colors
Since the move to GTK3 custom color support is extremely hacky and buggy:

- It relies on gtk_widget_override_color() which is deprecated
- Only one call to gtk_widget_override_color() is functional, successive
calls are ignored, leading to the menu not changing colors when the custom
colors are changed or enabled/disabled.
- RegenPlugins leads to a loss of color.
- Theme changes are broken due to overridden colors.

The feature is also very niche and quite unecessary. If a custom color is
better than the default one we should apply the change in the theme or
define a new theme which inherits ours and simply defines the menu
differently.

The way to do this, in line with GTK's design, is via CSS at theme level.
2019-07-22 13:30:59 +02:00
..
__init__.py Coerse shebangs to #!/usr/bin/python2 2015-06-25 17:44:30 -07:00
applications.py Remove support for custom colors 2019-07-22 13:30:59 +02:00
easybuttons.py Remove support for custom colors 2019-07-22 13:30:59 +02:00
execute.py Assorted cleanup, fixes and performance improvements (#206) 2019-02-11 13:54:20 +00:00
filemonitor.py Assorted cleanup, fixes and performance improvements (#206) 2019-02-11 13:54:20 +00:00
get_apt_cache.py Assorted cleanup, fixes and performance improvements (#206) 2019-02-11 13:54:20 +00:00
places.py Remove obsolete code 2019-05-20 15:44:26 +01:00
recent.py Remove obsolete code 2019-05-20 15:44:26 +01:00
recentHelper.py Assorted cleanup, fixes and performance improvements (#206) 2019-02-11 13:54:20 +00:00
system_management.py Remove support for custom colors 2019-07-22 13:30:59 +02:00