Commit Graph

412 Commits

Author SHA1 Message Date
Tom Dunlap
71a563b970 Remove "install" and "test" script
I assume that these scripts were added for local testing purposes.  I am
removing them because they are not in the upstream origin and are not
required for recommended installation.  If the maintainers find these
scripts useful, please feel free to revert this commit.
2016-04-20 13:51:56 -07:00
Tom Dunlap
b431718ed6 Merge remote-tracking branch 'blc56/blc_enter' into feature-enter_execute_match 2016-04-20 13:51:00 -07:00
Sorokin Alexei
4b876e7faa Fix crash on Gtk 2.24.29+ 2016-01-25 16:03:15 +00:00
Clement Lefebvre
755083406b Don't refer to /usr/lib/linuxmint/mintInstall/icon.svg 2016-01-21 16:32:58 +00:00
Clement Lefebvre
6941c0d85b 5.6.6 2015-12-16 11:39:31 +00:00
Clement Lefebvre
9941267dc5 Remove window titlebar (some metacity themes insist on showing a titlebar..) 2015-12-16 11:37:29 +00:00
Clement Lefebvre
a9b5cdc1b0 5.6.5 2015-11-06 16:33:13 +00:00
Clement Lefebvre
2ea8e07a27 Fine-tuned border widths and padding 2015-11-04 01:23:00 +00:00
Clement Lefebvre
506ab67fa4 Add a frame around the menu 2015-11-04 00:55:31 +00:00
Clement Lefebvre
9c5b943fb1 Little improvements in system dir detection 2015-09-20 14:36:33 +01:00
Clement Lefebvre
1a97c41458 Merge pull request #140 from ChromaticDragon/master
Changes to support 64-bit pointers passing the C-python interface.
2015-09-20 13:00:20 +01:00
Clement Lefebvre
5b17526d97 Merge pull request #139 from Maxime-J/master
Localized Desktop folder fix
2015-09-19 14:42:36 +01:00
Chromatic Dragon
d0f2fb8fb0 Changes to support 64-bit pointers passing the C-python interface.
This fixes recent problems encountered on systems using python2
compiled with the PIE option set.
2015-09-09 16:17:47 -05:00
Maxime-J
1350f8072a Localized Desktop folder fix
XDG_DESKTOP_DIR contains environment variable which is not automatically expanded by Python
`XDG_DESKTOP_DIR="$HOME/Bureau"`
We have to use os.path.expandvars
2015-07-30 22:48:12 +02:00
Clement Lefebvre
f5f770dc8e Merge pull request #135 from GLolol/fix-shebangs
Coerse shebangs to #!/usr/bin/python2
2015-06-26 14:34:06 +02:00
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
8dd16eb326 5.6.4 2015-06-14 13:37:46 +02:00
Clement Lefebvre
de10e5bd84 Fixed ubiquity not launching from mintmenu 2015-06-14 13:37:04 +02:00
Clement Lefebvre
642f1f022e 5.6.3 2015-06-12 16:39:27 +02:00
Clement Lefebvre
28677c0884 Changed default settings to make mintMenu a little better looking 2015-06-12 16:38:45 +02:00
Clement Lefebvre
6e5e849d05 Merge pull request #129 from GLolol/sort-themes
Sort available themes in Menu preferences->Theme
2015-06-12 16:29:52 +02:00
James Lu
4d4558cc4e Sort available themes in Menu preferences->Theme 2015-03-14 19:46:07 -07:00
Clement Lefebvre
19bf556553 5.6.2 2015-02-26 19:35:53 +01:00
Clement Lefebvre
da1b3f9d00 Added gnome-system-monitor to list of favorites 2015-02-26 19:35:08 +01:00
Clement Lefebvre
b12961a9f0 5.6.1 2015-02-24 14:47:46 +01:00
Clement Lefebvre
b6abf4b755 Favorites: replaces obsolete mate-calc with gnome-calculator 2015-02-24 14:21:58 +01:00
Clement Lefebvre
849bbfe94c Don't pass env variable value through bash echo 2015-02-24 14:20:09 +01:00
Clement Lefebvre
1e85987b70 Merge pull request #119 from darealshinji/patch-1
override image-file-in-usr-lib warnings
2015-02-24 13:18:09 +00:00
Clement Lefebvre
fba603bc63 Merge pull request #118 from darealshinji/manpage
add a help command line option and a manpage
2015-02-24 13:17:57 +00:00
Clement Lefebvre
bc98ede28e Merge pull request #114 from monsta/patch-9
small fixes
2015-02-24 13:15:33 +00:00
Clement Lefebvre
a2df76ed28 Merge pull request #120 from monsta/patch-1
removed unused and confusing argument
2015-02-24 13:14:32 +00:00
Clement Lefebvre
2d9544357b Merge pull request #124 from monsta/fix-add-to-desktop
properly create a desktop shortcut from a menu entry
2015-02-24 13:09:18 +00:00
monsta
a5ed9c26ab fixed wrong indentation again 2015-01-16 15:25:15 +03:00
monsta
40e93407e8 fixed saving old config in RegenPlugin
Now saving all the old settings (hopefully) and avoiding saving things that aren't even defined in class
2015-01-16 15:16:26 +03:00
monsta
2342eabb17 no need to import the same thing twice 2015-01-16 15:16:25 +03:00
monsta
51873b120d fixed wrong indentation 2015-01-16 15:16:25 +03:00
Monsta
7d70cb42ba properly create a desktop shortcut from a menu entry
fixes https://github.com/linuxmint/mintmenu/issues/123
2015-01-16 15:11:41 +03:00
monsta
77e1177604 removed unused and confusing argument 2014-12-01 15:16:01 +03:00
darealshinji
9958f92f1a override image-file-in-usr-lib warnings 2014-11-30 13:44:46 +01:00
darealshinji
abb2d6b74b install a manpage 2014-11-30 13:37:33 +01:00
darealshinji
c4bb51d0db add a help command line option 2014-11-30 13:36:56 +01:00
Clement Lefebvre
df92b0cb92 Merge pull request #117 from monsta/config-fixes
translation fixes
2014-11-27 13:20:50 +01:00
Monsta
a1faf46a04 updated potfile 2014-11-27 15:16:12 +03:00
Monsta
aec663dcd9 makepot: removed obsolete mintRemove reference 2014-11-27 15:16:04 +03:00
Monsta
bd3da67890 mintMenuConfig: make Plugins tab title translatable 2014-11-27 15:15:54 +03:00
Clement Lefebvre
ef0eff8fd9 5.6.0 2014-11-08 17:56:08 +01:00
Clement Lefebvre
d17f21e237 Merge pull request #103 from monsta/patch-4
Fixed a typo (probably a copy-paste mistake)
2014-11-08 13:43:59 +01:00
Clement Lefebvre
e5681fe6ca Fixed bookmarks with quotes not opening properly 2014-11-08 13:41:22 +01:00
monsta
30dd193169 removed unused stuff 2014-11-03 20:43:03 +03:00
Clement Lefebvre
71ebdf8b8b 5.5.9 2014-09-30 13:20:35 +02:00