Merge 00b887e049
into e83ea10fe4
This commit is contained in:
commit
939306b95e
@ -283,7 +283,7 @@ class ApplicationLauncher( easyButton ):
|
|||||||
self.appName = desktopItem.getName()
|
self.appName = desktopItem.getName()
|
||||||
self.appGenericName = desktopItem.getGenericName()
|
self.appGenericName = desktopItem.getGenericName()
|
||||||
self.appComment = desktopItem.getComment()
|
self.appComment = desktopItem.getComment()
|
||||||
self.appExec = desktopItem.getExec()
|
self.appExec = desktopItem.getExec().replace("\\\\", "\\")
|
||||||
self.appIconName = desktopItem.getIcon()
|
self.appIconName = desktopItem.getIcon()
|
||||||
self.appCategories = desktopItem.getCategories()
|
self.appCategories = desktopItem.getCategories()
|
||||||
self.appGnomeDocPath = desktopItem.get( "X-GNOME-DocPath" ) or ""
|
self.appGnomeDocPath = desktopItem.get( "X-GNOME-DocPath" ) or ""
|
||||||
|
Loading…
Reference in New Issue
Block a user