Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

2 issues with ubuntu 9.10

  • 31-03-2010 4:59pm
    #1
    Moderators, Music Moderators Posts: 4,726 Mod ✭✭✭✭


    Having 2 problems with Ubuntu.

    I can't install anything through Ubuntu software centre anymore, when I click install, nothing happens.

    Also I'm having issues with icons not staying on my toolbar. Everytime I reboot I have to run "nm-applet" to get my network working. Same for battery and speakers.


    Any ideas?


Comments

  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Check permissions in your home directory.
    To do this: ls -la | grep -v (your user name)

    maybe recursively is worth checking too:

    ls -laR | grep -v (your user name)

    Definitely both odd things though. I'm only posting my suggestion because I've found odd behaviour down to bogey permissions in my home directory before.


  • Moderators, Music Moderators Posts: 4,726 Mod ✭✭✭✭Gonzovision


    total 3612
    drwxr-xr-x 3 root root 4096 2010-02-18 16:40 ..
    -rw
    1 root root 1024 2010-02-20 21:15 .rnd


    This is the output.....


  • Closed Accounts Posts: 4,564 ✭✭✭Naikon


    Try this:
    sudo chmod -R 755 /home/YourName 
    sudo chown -R YourNameHere:YourNameHere /home/YourName
    

    Make sure you DON'T apply the above commands to any other directory(i.e not your home)or disaster will strike.
    Try the above out as a regular user and you should be ok. I noticed there is very little in your home directory. I suspect
    that because you are not the owner of your home dir you can't allow gnome to create all of it's gnome config files. This
    is probably the reason you are seeing weird bugs and the like.


Advertisement