DragonFly BSD
DragonFly users List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

kde or xorg problem (empty list of options)


From: "Yury Tarasievich" <yury.tarasievich@xxxxxxxxx>
Date: Mon, 5 Jun 2006 11:54:10 +0300

I was experiencing problem with kde's control center, getting empty
list of keyboard layouts (this may or may not be related to
http://leaf.dragonflybsd.org/mailarchive/users/2006-05/msg00112.html
and http://leaf.dragonflybsd.org/mailarchive/users/2006-05/msg00053.html).

After digging through the trace of kcontrol, I've seen the erroneous
requests for directories (see below, lines marked with "*"). Ad hoc
linking of .../lib/X11/xkb to .../lib/X11xkb did the trick, I 've got
my layouts.

The packages I'm using are:
# pkg_info |egrep '(xorg|kde)'
xorg-libs-6.9.0nb2  X.org Libraries
xorg-clients-6.9.0nb7 X.org client programs and related files
xorg-server-6.9.0nb10 X.org X server and related programs
xorg-dirs-1.1nb2    Shared X.org directories
xorg-fontsType1-6.8.2 X.org Type1 fonts
xorg-fontsMisc-6.9.0nb2 X.org miscellaneous bitmap fonts
xorg-fontsEncodings-6.9.0nb2 X.org Encoding fonts
xorg-docs-6.9.0     X.org Documentation
xorg-fonts100dpi-6.8.2 X.org 100dpi bitmap fonts
kdelibs-3.5.2nb2    Support libraries for the KDE integrated X11 desktop
kdebase-3.5.2nb2    Base modules for the KDE 3 integrated X11 desktop
kdegraphics-3.5.2nb1 Graphics programs for the KDE integrated X11 desktop
kdesdk-3.5.2nb2     Support applications and tools used by KDE developers
xorg-imake-6.9.0nb1 Imake and other utilities from X.org
kdepim-3.5.2nb2     Personal Information Management tools for the KDE desktop
---
*   835 kcontrol NAMI  "/usr/pkg/xorg/lib/X11xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x835b080,0)
*   835 kcontrol NAMI  "/etc/X11xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x8363240,0)
  835 kcontrol NAMI  "/usr/share/X11/xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x8363220,0)
  835 kcontrol NAMI  "/usr/local/share/X11/xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x8363220,0)
  835 kcontrol NAMI  "/usr/X11R6/lib/X11/xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x8363220,0)
  835 kcontrol NAMI  "/usr/X11R6/lib64/X11/xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x8363220,0)
  835 kcontrol NAMI  "/usr/local/X11R6/lib/X11/xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x8363220,0)
  835 kcontrol NAMI  "/usr/local/X11R6/lib64/X11/xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x8363260,0)
  835 kcontrol NAMI  "/usr/lib/X11/xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x8363240,0)
  835 kcontrol NAMI  "/usr/lib64/X11/xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x8363220,0)
  835 kcontrol NAMI  "/usr/local/lib/X11/xkb"
  835 kcontrol RET   access -1 errno 2 No such file or directory
  835 kcontrol CALL  access(0x8363220,0)
  835 kcontrol NAMI  "/usr/local/lib64/X11/xkb"



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