You are not logged in.
Pages: 1
Hello.
I have a problem with mp3 player, Banshee. Here is log with an error:
"Wystąpił nieobsługiwany wyjątek:Access to the path "/home/borys/.config/banshee" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000]
at System.IO.Directory.CreateDirectory (System.String path) [0x00000]
at Banshee.Base.Globals.Initialize (Banshee.Base.ComponentInitializerHandler interfaceStartupHandler) [0x00000]
at Banshee.BansheeEntry.Startup (System.String[] args) [0x00000]
at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_string[] (string[])
at Banshee.Gui.CleanRoomStartup.Startup (Banshee.Gui.StartupInvocationHandler startup, System.String[] args) [0x00000]
.NET Version: 2.0.50727.42
Assembly Version Information:
pango-sharp (2.10.0.0)
Mono.Cairo (2.0.0.0)
Hal (0.0.0.0)
Banshee.Widgets (0.13.1.36605)
Last.FM (0.0.0.0)
I18N.West (2.0.0.0)
I18N (2.0.0.0)
NDesk.DBus (1.0.0.0)
Mono.Posix (2.0.0.0)
NDesk.DBus.GLib (1.0.0.0)
gnome-sharp (2.16.0.0)
gdk-sharp (2.10.0.0)
System (2.0.0.0)
atk-sharp (2.10.0.0)
glib-sharp (2.10.0.0)
gtk-sharp (2.10.0.0)
Banshee.Base (0.13.1.36607)
banshee (0.13.1.36608)
mscorlib (2.0.0.0)
Platform Information: Linux 2.6.22-ARCH i686 AuthenticAMD GNU/Linux
Disribution Information:
[/etc/arch-release]"
I can run it as root by puting command in console. I though that user should be able to do everything with his own home directory.
Can somebody help me?
Offline
check your permissions ~/.config/banshee
ls -la .config/banshee
Mr Green
Offline
Here are my permissions:
"razem 340
drwxr-xr-x 4 borys root 4096 paź 15 18:09 .
drwx------ 5 root root 4096 paź 15 16:56 ..
-rwxr-xr-x 1 borys root 326656 paź 15 18:09 banshee.db
drwxr-xr-x 2 borys root 4096 paź 15 18:10 covers
drwxr-xr-x 3 borys root 4096 paź 15 16:56 plugins"
Error still occurs...
Offline
try chown -R borys:users .config/banshee
you may to sudo or root.... to get it done
hth
Mr Green
Offline
Nothing has changed... Maybe there is a possibility to do a shortcut to run Banshee with root privileges in it? Now, I have to run console, then type su, type password for root acount and then run Banshee by command.
Offline
you should be able to run banshee as user... provided you are in users group ....
type groups in a term....
[ ~ ] > groups
disk lp wheel slocate network video audio optical storage users
Mr Green
Offline
I got this:
"[borys@bananan ~]$ groups
wheel games video audio optical floppy borys".
I type as root: "gpasswd -a borys users" but it hasn't done any changes in my privileges as normal user...
Offline
OK. It's solved. I needed to make me owner of /home/borys/.config/ and everything is fine. I can run Banshee as normal user.
Anyway big thanks for help Mr Green.
Offline
Pages: 1