|
|
|
|
 need help about xfce4 - linuxpie [ 2005-02-23 20:29 | 858 byte(s)]
 Re: need help about xfce4 - x11perf [ 2005-02-23 23:59 | 644 byte(s)]
 Re: need help about xfce4 - linuxpie [ 2005-02-24 16:59 | 257 byte(s)]
 Re: need help about xfce4 - linuxpie [ 2005-02-24 17:49 | 237 byte(s)]
 Re: need help about xfce4 - linuxpie [ 2005-02-24 05:08 | 14 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
hi!
i tried to down, two things:
diable tarskbar & auto start scim when xfce start
but all failed
i am using FC3 + xfce4.20
i did every thing follow the xfce office FAQ to disable tarskbar, but seems xfce doesn't read the config files under /etc/xdg/xfce4/ & ~/.config/xfce4/
why ? any one can tell me ? how can i do ?
and about the scim , i modified ~/.config/xfce4/xinitrc :
scim&
#xftaskbar4&
xfdesktop&
xfcalendar &
but not working, in fact it is working before, but failed after i removed all files under .config/xfce4 and restart xfce4 again, after this i can not disable tarskbar and auto start scim
thx !
|
|
|
----
正在学C++,新手一个,请多指教
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
请检查你的 xinitrc 中是否有这一段:
# Run xfce4-session if installed
xfcesm=`which xfce4-session`
case "x$xfcesm" in
x|xno*)
;;
*)
$xfcesm
if test $kill_sshagent -eq 1; then
eval `$sshagent -k`
fi
exit 0
;;
esac
如果你的系统中存在 xfce4-session,那么就不会往下执行,所以你需要把 "xfcesm=`which xfce4-session`" 这行注释调。
|
|
|
----
everything is a file
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
hehe~ this funny, I can disable taskbar and start scim auto, BUT scim is not working ! i tried crt+space , nothing happened, but scim dose working very well under gnome and KDE
any one can help me again ?
Thanks a lot !
|
|
|
----
正在学C++,新手一个,请多指教
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
done !
what i did :
edit /etc/X11/xinit/xinput.d/xcin like this:
XIM=SCIM
XIM_PROGRAM=scim
XIM_ARGS="-d"
GTK_IM_MODULE=scim
|
|
|
----
正在学C++,新手一个,请多指教
|
|
[Original]
[Print]
[Top]
|
|
|