From 058233d45907778e98714acd9a13c7152fba24b0 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 21 Oct 2012 20:45:49 +0200 Subject: [PATCH] replace mate-open with gvfs-open --- debian/control | 2 +- usr/lib/linuxmint/mintMenu/plugins/recent.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 65fdf44..c0a5bd3 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Standards-Version: 3.7.2 Package: mintmenu Architecture: all -Depends: python (>= 2.4), python (<< 3), python-gtk2, python-glade2, mint-common, python-mate-menu, python-mate-desktop, python-corba, python-mate, python-xdg, libmatepanelapplet, libmatedesktop, mate-menus +Depends: python (>= 2.4), python (<< 3), python-gtk2, python-glade2, mint-common, python-mate-menu, python-mate-desktop, python-corba, python-mate, python-xdg, libmatepanelapplet, libmatedesktop, mate-menus, gvfs-bin Description: Advanced Gnome menu One of the most advanced menus under Linux. MintMenu supports filtering, favorites, easy-uninstallation, autosession, and many other features. diff --git a/usr/lib/linuxmint/mintMenu/plugins/recent.py b/usr/lib/linuxmint/mintMenu/plugins/recent.py index 337ce3e..9b3a391 100755 --- a/usr/lib/linuxmint/mintMenu/plugins/recent.py +++ b/usr/lib/linuxmint/mintMenu/plugins/recent.py @@ -165,7 +165,7 @@ class pluginclass: def callback(self, widget, filename=None): self.Win.hide() - x = os.system("mate-open \""+filename+"\"") + x = os.system("gvfs-open \""+filename+"\"") if x == 256: dia = gtk.Dialog('File not found!', None, #the toplevel wgt of your app