[Desktop-packages] [Bug 1089438] Re: alacarte menu editor: new item, new menu bug

2013-03-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: alacarte (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alacarte in Ubuntu. https://bugs.launchpad.net/bugs/10

[Desktop-packages] [Bug 1089438] Re: alacarte menu editor: new item, new menu bug

2012-12-15 Thread lordamit
I have improved the patch. Instead of being stuck between XFCE and Others - it now checks whether the desktop environment is LXDE as well. if os.getenv("XDG_CURRENT_DESKTOP") == "XFCE": process = subprocess.Popen(['exo-desktop-item-edit', file_path], env=os.environ)

[Desktop-packages] [Bug 1089438] Re: alacarte menu editor: new item, new menu bug

2012-12-15 Thread Ubuntu Foundations Team Bug Bot
The attachment "Patched MainWindow.py file for Alacarte." of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by remo

[Desktop-packages] [Bug 1089438] Re: alacarte menu editor: new item, new menu bug

2012-12-15 Thread lordamit
Looks like editing property also does not work properly for similar reasons. The fix is similar. In the function on_edit_properties_activate Change the gnome-desktop-item-edit to exo-desktop-item-edit Thanks. -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 1089438] Re: alacarte menu editor: new item, new menu bug

2012-12-15 Thread lordamit
** Patch removed: "Patch of MainWindow.py file for alacarte fix in Lubuntu." https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/1089438/+attachment/3460912/+files/MainWindow.py ** Patch removed: "Patched MainWindow.py file for Alacarte." https://bugs.launchpad.net/ubuntu/+source/alaca

[Desktop-packages] [Bug 1089438] Re: alacarte menu editor: new item, new menu bug

2012-12-15 Thread lordamit
I have attached the patched version of MainWindow.py file. You can directly use it to replace your existing MainWindow.py file. Of course, keep proper backup of your old file before replacing - in case things go wrong. ** Attachment added: "Patched MainWindow.py file for Alacarte." https://bug

[Desktop-packages] [Bug 1089438] Re: alacarte menu editor: new item, new menu bug

2012-12-15 Thread lordamit
I have attached the patched version of MainWindow.py file. You can directly use it to replace your existing MainWindow.py file. Of course, keep proper backup of your old file before replacing - in case things go wrong. ** Attachment added: "Patched MainWindow.py file for Alacarte." https://bug

[Desktop-packages] [Bug 1089438] Re: alacarte menu editor: new item, new menu bug

2012-12-15 Thread lordamit
Here is the patched version ** Patch removed: "Patched MainWindow.py file for Alacarte." https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/1089438/+attachment/3460911/+files/MainWindow.py ** Attachment added: "Patch of MainWindow.py file for alacarte fix in Lubuntu." https://bugs.l

[Desktop-packages] [Bug 1089438] Re: alacarte menu editor: new item, new menu bug

2012-12-15 Thread lordamit
I have found the solution after a bit of digging around. For some reason, it is considering itself something other than XDG_CURRENT_DESKTOP - hence trying to invoke gnome-desktop-item-edit. However, it is a command related to gnome-panel. So I changed the command to exo-desktop-item-edit like thi