Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#22824 - [everygui] won't run: bad startup script
Attached to Project:
Community Packages
Opened by Havona (havona) - Wednesday, 09 February 2011, 05:17 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 09 February 2011, 10:39 GMT
Opened by Havona (havona) - Wednesday, 09 February 2011, 05:17 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 09 February 2011, 10:39 GMT
|
Detailscommunity/everygui 0.99.b-5
Description: 1) The startup script tries to invoke python rather than python2. 2) The startup script tries to invoke python for a .py script that doesn't even exist. Behold: $ everygui /usr/bin/everygui: line 4: python: command not found $ cat /usr/bin/everygui #!/bin/sh # start everygui python /usr/lib/python2.7/site-packages/everygui/everygui.py $ python2 /usr/lib/python2.7/site-packages/everygui/everygui.py python2: can't open file '/usr/lib/python2.7/site-packages/everygui/everygui.py': [Errno 2] No such file or directory |
This task depends upon