Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#4553 - kdebase should be created some dirs
Attached to Project:
Arch Linux
Opened by Cary (tx-cary) - Tuesday, 02 May 2006, 23:28 GMT
Last edited by arjan timmerman (blaasvis) - Thursday, 25 May 2006, 14:24 GMT
Opened by Cary (tx-cary) - Tuesday, 02 May 2006, 23:28 GMT
Last edited by arjan timmerman (blaasvis) - Thursday, 25 May 2006, 14:24 GMT
|
DetailsEvery time when we start the KDM module of kcontrol, this message is show to us:
Can not create the dir "/usr/share/apps/kdm" I think this problem is base on the prefix compile the KDE to /opt/kde, not /usr So, just a soft link from /opt/kde/share/apps/kdm to /usr/share/apps/kdm is needed. Or, create a dir named /usr/share/apps/kdm, and soft link /opt/kde/share/apps/kdm/pics/users to /usr/share/apps/kdm/users. |
This task depends upon
thanks
are you sure that you have the correct KDEDIR= variable set by export?
export | grep KDE:
declare -x KDEDIR="/opt/kde"
declare -x KDEDIRS="/opt/kde:/usr"
declare -x KDE_FULL_SESSION="true"
declare -x KDE_MULTIHEAD="false"
[root@myhost ~]# export | grep KDE
declare -x KDEDIR="/opt/kde"
declare -x KDEDIRS="/opt/kde:/usr"
declare -x KDE_FULL_SESSION="true"
declare -x KDE_MULTIHEAD="false"
[root@myhost ~]#
And I use KDE-3.5.3, the problem still there.
does this happen if your /root/.kde is empty?
2. This does happen if my /root/.kde is empty.
for root:
have you ever changed kdmrc file?
try to move in the standard kdmrc
mv /opt/kde/share/config/kdm/kdmrc.pacnew /opt/kde/share/config/kdm/kdmrc
you have somewhere a wrong config option set.
I tried all you said, but it is not resolved.
And, I replied you at some day in June, But I don't know why it is disappeared.