[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-10-24 Thread Mary Gardiner
The problem is that alacarte calls /usr/bin/gnome-desktop-item-edit in a
subprocess in order to install new menu items. However, /usr/bin/gnome-
desktop-item-edit is in the gnome-panel package, which is only a
Recomends: for the alacarte package rather than marked as a true
dependency.

Workaround: install gnome-panel through your package manager

Fix: three possibilities:
(1) alacarte should depend on gnome-panel
(2) gnome-desktop-item-edit program should be in the alacarte package
(3) gnome-desktop-item-edit program should be in some third package, on which 
alacarte should in turn depend

I'll update the bug description accordingly.

** Summary changed:

- alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or 
directory
+ alacarte crashed with OSError because gnome-desktop-item-edit not found

** Description changed:

+ alacarte calls /usr/bin/gnome-desktop-item-edit in a subprocess in order
+ to install new menu items. However, /usr/bin/gnome-desktop-item-edit is
+ in the gnome-panel package, which is only a Recommends: for the alacarte
+ package rather than marked as a true dependency. People who have not
+ installed gnome-panel will thus not be able to use core Alacarte
+ functionality.
+ 
+ Workaround: install gnome-panel through your package manager
+ 
+ Fix: three possibilities:
+ (1) alacarte should depend on gnome-panel
+ (2) gnome-desktop-item-edit program should be in the alacarte package
+ (3) gnome-desktop-item-edit program should be in some third package, on which 
alacarte should in turn depend
+ 
+ Original description:
+ 
  Crashed while trying to make a new item in main menu and would not
  create new item.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: alacarte 0.13.2-2ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-8.10-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  Architecture: amd64
  Date: Sun Aug 14 00:15:20 2011
  ExecutablePath: /usr/bin/alacarte
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python -OOt /usr/bin/alacarte
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  PythonArgs: ['/usr/bin/alacarte']
  SourcePackage: alacarte
  Title: alacarte crashed with OSError in _execute_child(): [Errno 2] No such 
file or directory
  UpgradeStatus: Upgraded to oneiric on 2011-08-12 (0 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  Dependency problem: alacarte crashed with OSError because gnome-
  desktop-item-edit not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-10-15 Thread haight6716
Just got Oneiric release and still see this problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-10-08 Thread Adnan Hodzic
I too have this problem when trying to view properties of an item,
Oneiric (freshly updated)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-09-28 Thread Steven Kuck
I am Using 11.10 and trying to view properties crashed alacarte.
This is the output that appear when I click properties:
me@computer:~$ alacarte 
Traceback (most recent call last):
  File /usr/share/alacarte/Alacarte/MainWindow.py, line 382, in 
on_edit_properties_activate
process = subprocess.Popen(['gnome-desktop-item-edit', file_path], 
env=os.environ)
  File /usr/lib/python2.7/subprocess.py, line 679, in __init__
errread, errwrite)
  File /usr/lib/python2.7/subprocess.py, line 1239, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-09-28 Thread Colin Church
Same as 10 and 11 . Tried to view properties and crash notification
occurred but main menu stayed open and was useable except properties.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-09-28 Thread Rishikanta Pukhrambam
It's working for me now on Oneiric, after an update few days back.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-09-24 Thread Matthias Schmidt
Same as with #10. Viewing properties triggered the bug here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-09-07 Thread Manuel Andrade
I just was trying to view the properties of an item of the menu, and
voilà it crashed!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-26 Thread LaChild
I was having the same problem using Xubuntu after I installed this
package.  This happened even after installing straight from source from
the gnome site.

What I found is that it appears that the alacarte package is actually
dependency on package gnome-panel.  Simply installing gnome-panel it
fixed this problem.


Hope this helps,
lachild


PS.  I installed all the dependencies from gnome-panel one at a time to see if 
maybe you just needed something from one of gnome-panels dependents...  
Unfortunately it did actually need gnome-panel and all of it's dependents to 
work correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-24 Thread Apport retracing service
*** This bug is a duplicate of bug 756513 ***
https://bugs.launchpad.net/bugs/756513

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #756513, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/826049/+attachment/2275895/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/826049/+attachment/2275896/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/826049/+attachment/2275897/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 756513
   Can't add items to the Ubuntu Menu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-24 Thread Pedro Villavicencio
** This bug is no longer a duplicate of bug 756513
   Can't add items to the Ubuntu Menu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-18 Thread Pedro Villavicencio
Thanks for the comments. this has been sent upstream at
https://bugzilla.gnome.org/show_bug.cgi?id=656821, feel free to
subscribe to it. Thanks again.

** Bug watch added: GNOME Bug Tracker #656821
   https://bugzilla.gnome.org/show_bug.cgi?id=656821

** Changed in: alacarte (Ubuntu)
   Status: Incomplete = Triaged

** Also affects: alacarte via
   https://bugzilla.gnome.org/show_bug.cgi?id=656821
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-18 Thread Bug Watch Updater
** Changed in: alacarte
   Status: Unknown = New

** Changed in: alacarte
   Importance: Unknown = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-17 Thread Antonius
Strangeafter today's updates, when i try to reproduce this - nothing
happens. No error but also no new menu item created?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-17 Thread Antonius
Scratch that - back to crashing again :(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-17 Thread Antonius
ant@Master-ant:~$ alacarte
Traceback (most recent call last):
  File /usr/share/alacarte/Alacarte/MainWindow.py, line 311, in 
on_new_item_button_clicked
process = subprocess.Popen(['gnome-desktop-item-edit', file_path], 
env=os.environ)
  File /usr/lib/python2.7/subprocess.py, line 679, in __init__
errread, errwrite)
  File /usr/lib/python2.7/subprocess.py, line 1239, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory


Hope this helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-16 Thread Pedro Villavicencio
I cannot reproduce it here, may you please add some steps so we can
recreate the crash? Thanks.

** Changed in: alacarte (Ubuntu)
   Importance: Undecided = Medium

** Changed in: alacarte (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-16 Thread Antonius
Sure - i went to the Ubuntu start icon and went to Main menu.

With Main menu open, click New item.
A few seconds will pass and it will report that Main menu has crashed; a new 
menu item is not created. 

Still reproducable here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 826049] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] No such file or directory

2011-08-13 Thread Antonius
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/826049

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] No such
  file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/826049/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs