summarylogtreecommitdiffstats
path: root/optional-lsb_release.patch
diff options
context:
space:
mode:
Diffstat (limited to 'optional-lsb_release.patch')
-rw-r--r--optional-lsb_release.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/optional-lsb_release.patch b/optional-lsb_release.patch
index d8841c56ddef..0fdb6c0d10c7 100644
--- a/optional-lsb_release.patch
+++ b/optional-lsb_release.patch
@@ -4,7 +4,7 @@ diff -Naur mate-menu.orig/lib/mate-menu.py mate-menu/lib/mate-menu.py
@@ -563,11 +563,12 @@
def createPanelButton( self ):
self.button_icon = Gtk.Image.new_from_file( self.buttonIcon )
- self.systemlabel = Gtk.Label(label= self.buttonText )
+ self.systemlabel = Gtk.Label(label= "%s " % self.buttonText )
- process = subprocess.Popen(['lsb_release', '-d'], stdout=subprocess.PIPE)
- out, err = process.communicate()
- tooltip = out.replace('Description:', '').strip()