Thread
:
comix stopped working
View Single Post
codeMonkey
2008-08-17 , 22:01
Posts: 755 | Thanked: 406 times | Joined on Feb 2008 @ UK
#
8
And still no errors when you run comix through terminal?
It may be worthwhile deleting your comix user-preferences.
In xterm type
Code:
ls -ald .comix
And you should expect something like
Code:
drwxr-xr-x 4 user users 4096 Aug 17 15:38 .comix
If everything looks normal the following command will delete the .comix dir.
Code:
rm -rf .comix
Any errors, let me know.
It should just execute and present you with the $
Then see if you can run comix again, which will recreate the preferences and hopefully you'll get some output.
Quote & Reply
|
The Following 2 Users Say Thank You to codeMonkey For This Useful Post:
axxis272
,
ny900
codeMonkey
View Public Profile
Send a private message to codeMonkey
Find all posts by codeMonkey