mintmenu/usr/lib/linuxmint/mintMenu/plugins
Vincent Vermeulen 448299efb2 safe apt search with shell escapes (#190)
This fixes #178.

add_apt_filter_results ran a command with keywords from the menu's Search entry without shell escaping. This made it possible to have it run shell commands by using command substitution. E.g. searching for `$(xeyes)` would run xeyes.

When/if mintmenu gets ported to Python3 pipes.quote should be replaced by shlex.quote.
2018-03-07 09:43:04 +00:00
..
__init__.py Coerse shebangs to #!/usr/bin/python2 2015-06-25 17:44:30 -07:00
applications.glade glade part #1 2016-09-06 17:52:12 +01:00
applications.py safe apt search with shell escapes (#190) 2018-03-07 09:43:04 +00:00
easybuttons.py fix indent (#183) 2017-08-26 17:35:45 +02:00
easyfiles.py Fixed indentation and trailing spaces 2016-05-21 17:11:36 +01:00
easygsettings.py fix indent (#183) 2017-08-26 17:35:45 +02:00
execute.py fix indent (#183) 2017-08-26 17:35:45 +02:00
filemonitor.py fix indent (#183) 2017-08-26 17:35:45 +02:00
get_apt_cache.py Fixed indentation and trailing spaces 2016-05-21 17:11:36 +01:00
places.glade glade part #1 2016-09-06 17:52:12 +01:00
places.py Places: Explicitly import GLib 2017-05-06 14:10:07 +01:00
recent.glade Show recently used apps (#167) 2017-11-11 08:59:49 +00:00
recent.py Show recently used apps (#167) 2017-11-11 08:59:49 +00:00
recentHelper.py Show recently used apps (#167) 2017-11-11 08:59:49 +00:00
system_management.glade glade part #1 2016-09-06 17:52:12 +01:00
system_management.py Don't run mintinstall as root 2017-11-12 14:33:42 +00:00