James Lu
d004409af9
Coerse shebangs to #!/usr/bin/python2
...
Arch Linux's default "python" install points to Python 3, and mintmenu is certainly not compatible with it!
Closes #134 .
2015-06-25 17:44:30 -07:00
Clement Lefebvre
de10e5bd84
Fixed ubiquity not launching from mintmenu
2015-06-14 13:37:04 +02:00
monsta
30dd193169
removed unused stuff
2014-11-03 20:43:03 +03:00
Clement Lefebvre
b58e617446
Use /usr/bin/python always
2014-07-07 11:49:32 +02:00
raveit65
b6bd121925
add some missing shbangs
2014-03-28 16:44:13 +01:00
Clement Lefebvre
9e8c4d9a22
Don't crash when failing to manually launch an application
2014-01-20 15:08:35 +00:00
Clement Lefebvre
d8372a6846
When launching apps, use os.system instead of popen so children don't end up in zombie waiting for us to wait() for them
2013-11-25 14:04:49 +00:00
Clement Lefebvre
0211675202
Merge branch 'cwd-fix' of https://github.com/xwizard/mintmenu into xwizard-cwd-fix
...
Conflicts:
usr/lib/linuxmint/mintMenu/plugins/execute.py
2013-11-25 12:58:37 +00:00
Yuya Kusakabe
097af08da9
Update usr/lib/linuxmint/mintMenu/plugins/execute.py
...
Patch for bug #1127710 (https://bugs.launchpad.net/linuxmint/+bug/1127710 )
2013-02-17 11:52:18 +09:00
xwizard
8e0c79261b
Adds support for Desktop Enty's Path
...
Fixes https://bugs.launchpad.net/linuxmint/+bug/1120639
Changes:
- Added appPath to ApplicationLauncher in easybutton.py
- Added new commandCwd argument to Exec in execute.py (defaults to None)
- ApplicationLauncher.execute() now passes CWD to execute.Exec
2013-02-10 17:31:00 +01:00
Clement Lefebvre
026b550af3
Fixed launching apps containing quotes
2010-09-23 11:15:09 +01:00
Clement Lefebvre
a000ed1a2a
Fixed execute problems with su-to-root
2009-12-15 11:28:28 +00:00
Clement Lefebvre
e4e01974bb
Initial commit
2009-07-27 12:45:34 +02:00