LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where is Keyboard layout switcher in KDE4.2? (https://www.linuxquestions.org/questions/linux-software-2/where-is-keyboard-layout-switcher-in-kde4-2-a-702431/)

Raynus 02-05-2009 03:18 AM

Where is Keyboard layout switcher in KDE4.2?
 
It isnt available within regional& language ?

TB0ne 02-05-2009 09:09 AM

Quote:

Originally Posted by Raynus (Post 3432782)
It isnt available within regional& language ?

Try looking under "keyboard".....

Raynus 02-07-2009 10:23 PM

its not available either
Regional&Language -> (thereis noting like "Keyboard" inside)
or Keyboard & Mouse section

almatic 02-08-2009 06:15 AM

it's right there under region&language

http://s10b.directupload.net/file/d/...gfmrdm_png.htm

Raynus 02-08-2009 07:55 AM

I see almatic
but the problem is
the "Keyboard" section that you high highlighted in that picture

is NOT there
i've only Country/Regionial & language , Spell checker there

almatic 02-08-2009 09:18 AM

can you start systemsettings from a terminal like this

systemsettings &> output.txt

Then do

cat output.txt | grep keyboard_layout

what's the output of that ?
Also check for the following files

/usr/lib/kde4/kcm_keyboard_layout.so
/usr/share/kde4/services/keyboard_layout.desktop

Raynus 02-08-2009 11:04 AM

Quote:

Originally Posted by almatic (Post 3436088)
can you start systemsettings from a terminal like this

systemsettings &> output.txt

Then do

cat output.txt | grep keyboard_layout

what's the output of that ?
Also check for the following files

/usr/lib/kde4/kcm_keyboard_layout.so
/usr/share/kde4/services/keyboard_layout.desktop

- cat output.txt return nothing
- /usr/local/lib/kde4/ and /usr/local/share/kde4/services
didnt has kcm_keyboard_layout.so or keyboard_layout.desktop

but has only keyboard.desktop in /usr/local/share/kde4/services

almatic 02-08-2009 11:12 AM

keyboard is a different kcm module. see here:

http://techbase.kde.org/Projects/SystemSettings

If the keyboard_layout module is missing for you, you probably have an incomplete installation.
How did you install kde4 ? What distribution are you using ?

Raynus 02-08-2009 08:23 PM

i'm using slackware 12.1
Kde4 was download , compile and install directly from source from kde.org
following package are already install
kdelib
kdebase
kdebase-runtime
kdeartwork
kdebase-workspace
kdepimlib
kdetoy
kdeutil
kdeplasma-addon
kdetoy
kdesdk
kdemultimedia
l10n -th (From SVN)

the missing from this list was due to dependencies

Refractor 02-15-2009 05:36 PM

Yesterday I had the same problem, distro is slackware 12.2, you must have an additional package in your system, the problem is I forgot its name, but I remember bookmarking its dependancy, here's the link to it
http://www.linuxfromscratch.org/blfs...iso-codes.html
You can see the needed package's name when you do "cmake ." (not cmakekde!) in kdebase-workspace dir. Look at the last 20 lines, you will see recomended packages for getting additional kcm modules. Good luck!

Raynus 02-21-2009 11:55 PM

Quote:

Originally Posted by Refractor (Post 3444702)
Yesterday I had the same problem, distro is slackware 12.2, you must have an additional package in your system, the problem is I forgot its name, but I remember bookmarking its dependancy, here's the link to it
http://www.linuxfromscratch.org/blfs...iso-codes.html
You can see the needed package's name when you do "cmake ." (not cmakekde!) in kdebase-workspace dir. Look at the last 20 lines, you will see recomended packages for getting additional kcm modules. Good luck!

so this module is in kde workspace ?
ok i'll try then :D Thx you

Raynus 02-21-2009 11:59 PM

i;ve found it :D

there's missing component here (kdebase- workspace from SVN version)

+ libxklavier, 3.0 or higher: A XKB foundation library for keyboard handling software <http://freedesktop.org/wiki/Software/LibXklavier>
Recommended for kxkb, the KDE keyboard map switching utility.

its , strange that they ddnt showned up while the cmake was made with binary format:P


All times are GMT -5. The time now is 10:40 AM.