EU will not start if not currently in the easyUbuntu directory
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
EasyUbuntu |
Fix Committed
|
High
|
Unassigned |
Bug Description
Easy Ubuntu fails to start if your terminal is not currently in the easyubuntu/ directory. Upon trying to start it from my home directory (for example), by way of "sudo python Desktop/
"Traceback (most recent call last):
File "Desktop/
gtkfrontend
File "/home/
pkglist = minidom.
File "/usr/lib/
return expatbuilder.
File "/usr/lib/
fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: '/home/
It should not matter what directory I'm currently in, as long as I point the python interpretor to proper location of EU.
Once I cd'd into the actual easyubuntu/ directory everything ran fine, so I'm willing to bet there's some code that's setup relative to where the user is when they run it rather than where the code actually exists.
Changed in easyubuntu: | |
status: | Unconfirmed → Confirmed |
Changed in easyubuntu: | |
importance: | Untriaged → High |
Fixed in revision 190 (syntax error related to that fixed in 191)