PDA

View Full Version : [ubuntu] ubuntuzilla problems



PowerSource
October 29th, 2009, 01:40 AM
i'm running ubuntuzilla.
ubuntuzilla updated just ff to 3.5.4 and now:
* I can't bookmark.
* some buttons at certain sites doesn't work, also the logo has dissapeared from that site (hamsterpaj.net)
* "webmail notifier" removed all my accounts
*some settings have been resetted
*some other small, annoying stuff

result = :(

help?

PowerSource
October 29th, 2009, 01:50 AM
oh ****,
i read the update info at theri site. it said that i had to use gksudo instead of sudo:


Note: do not use the plain sudo here. That will mess up permissions in your profile.

what do?

nanotube
October 30th, 2009, 06:02 AM
you probably borked up the ownership of your profile. to fix it, just run the following command:

sudo chown -R youruser:youruser ~/.mozilla

(youruser == your actual username on the computer)

that should fix you right up.