[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pcmanfm no window/gui, one user only



Tazman Deville, 15.10.2013:
> 
> You're talking about moving every .configfile in my $HOME?
> That sounds a bit drastic, and possibly a bad idea.
> Can we narrow it down to what possible files might actually affect
> it without implementing such drastic measures?

I don't know much about pcmanfm, but I looked at the strace output you 
posted, to see if there was anything that looked like it might be a 
filename in your home directory.

Starting on line 645, you have:
---
access("/home/tony/.gtkrc-2.0.64", F_OK) = -1 ENOENT (No such file or directory)  
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/gtk20-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)  
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/gtk20-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)  
open("/usr/share/locale/en_US/LC_MESSAGES/gtk20-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)  
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/gtk20-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)  
open("/usr/share/locale/en.utf8/LC_MESSAGES/gtk20-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)  
open("/usr/share/locale/en/LC_MESSAGES/gtk20-properties.mo", O_RDONLY) = -1 ENOENT (No such file or directory)  
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 3  
connect(3, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 20) = 0  
getpeername(3, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"...}, [20]) = 0  
uname({sys="Linux", node="deathstar", ...}) = 0  
access("/home/tony/.Xauthority", R_OK)  = 0  
open("/home/tony/.Xauthority", O_RDONLY) = 4  
---

so you might check out /home/tony/.gtkrc-2.0.64 
and /home/tony/.Xauthority and compare them with corresponding files in 
the home directory of the user for whom pcmanfm works.

Searching for "tony", I also noticed that the last line of the strace is
---
connect(5, {sa_family=AF_FILE, path="/tmp/.pcmanfm-socket--0-tony"}, 30^C <unfinished ...>
---


Reply to: