Community Packages

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!
Tasklist

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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

community/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

Closed by  Sergej Pupykin (sergej)
Wednesday, 09 February 2011, 10:39 GMT
Reason for closing:  Fixed

Loading...