You are not logged in.

#1 2009-03-16 04:07:25

zatricky
Member
From: Stockholm
Registered: 2008-09-03
Posts: 55
Website

odd errors displayed by Swiftdove

Hey guys

Swiftdove failed to load so I ran it from the commandline, whereafter its loaded fine. I noticed the following errors in its output however:

$ swiftdove
the settings directory exists
/usr/bin/swiftdove: line 64: cd: /home/tricky/.mozilla/swiftdove: No such file or directory
gawk: cmd. line:1: fatal: cannot open file `profiles.ini' for reading (No such file or directory)
mv: cannot stat `/prefs.js': No such file or directory
tee: /prefs.js: Permission denied
sed: can't read /prefsold.js: No such file or directory
mv: cannot stat `/usr/local/swiftdove/swiftdove': No such file or directory
mv: cannot stat `/usr/local/swiftdove/swiftdove-start': No such file or directory
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
...
and so on

lines 64 through 70 of /usr/bin/swiftdove are as follows:

cd ~/.mozilla/swiftdove
FILE4="profiles.ini"
OUT4=$(gawk -FPath= '{ print $2 }' $FILE4)
mv $OUT4/prefs.js $OUT4/prefsold.js
sed "s/app.update.url.override/useles url/g" $OUT4/prefsold.js |tee -i $OUT4/prefs.js
mv /usr/local/swiftdove/swiftdove /usr/local/swiftdove/swiftdove-ran
mv /usr/local/swiftdove/swiftdove-start /usr/local/swiftdove/swiftdove

There *is* a .mozilla folder, for firefox, but my swiftdove configuration is saved in ~/.swiftdove and there is no ~/.mozilla/swiftdove folder
There isn't any /usr/local/swiftdove folder either

What is actual the purpose of these lines?


pacman russian roulette: yes | pacman -Rcs $(pacman -Q | LANG=C sort -R | head -n $((RANDOM % 10)))
(yes, I know its broken)

Offline

Board footer

Powered by FluxBB