[Goodies-dev] [Bug 3923] cpugraph doesn't show in kiosk mode
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Mon Mar 31 13:41:30 CEST 2008
DO NOT REPLY TO THIS EMAIL. Also, do not reply via email to the person
whose email is mentioned below. To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=3923
------- Comment #5 from mad at vorsicht-bissig.de 2008-03-31 11:41 UTC -------
I tried your suggestion but there wasn't any hint of cpugraph in the error
file. What I did after that is the following:
- Login in with ssh on the remote computer
- Execute: strace xfce4-panel >errors 2>&1
- Panels appears on local computer
There is a difference in the output. The following is an excerpt of the output
of root's strace:
fstat64(6, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(6, F_GETFD) = 0x1 (flags FD_CLOEXEC)
getdents64(6, /* 7 entries */, 4096) = 256
stat64("/usr/share/xfce4/panel-plugins/cpugraph.desktop",
{st_mode=S_IFREG|0644,
st_size=1501, ...}) = 0
open("/usr/share/xfce4/panel-plugins/cpugraph.desktop", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=1501, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7
ce9000
read(7, "[Xfce Panel]\nType=X-XFCE-PanelPl"..., 4096) = 1501
read(7, "", 4096) = 0
close(7) = 0
munmap(0xb7ce9000, 4096) = 0
access("/usr/libexec/xfce4/panel-plugins/xfce4-cpugraph-plugin", F_OK) = 0
stat64("/usr/share/xfce4/panel-plugins/screenshooter.desktop",
{st_mode=S_IFREG|
0644, st_size=196, ...}) = 0
open("/usr/share/xfce4/panel-plugins/screenshooter.desktop", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=196, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7
ce9000
read(7, "[Xfce Panel]\nType=X-XFCE-PanelPl"..., 4096) = 196
read(7, "", 4096) = 0
Now the same portion from the normal user:
fstat64(6, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(6, F_GETFD) = 0x1 (flags FD_CLOEXEC)
getdents64(6, /* 24 entries */, 4096) = 912
stat64("/usr/lib/xfce4/panel-plugins/pager.desktop", {st_mode=S_IFREG|0644,
st_size=4144, ...}) = 0
open("/usr/lib/xfce4/panel-plugins/pager.desktop", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=4144, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7d84000
read(7, "[Xfce Panel]\nType=X-XFCE-PanelPl"..., 4096) = 4096
read(7, "-XFCE-Module-Path=/usr/lib/xfce4"..., 4096) = 48
read(7, "", 4096) = 0
There isn't even a hint of cpugraph. How can that be?
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Goodies-dev
mailing list