Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-05-2009, 03:18 AM
|
#1
|
Member
Registered: Apr 2007
Location: BKK, Thailand
Distribution: Gentoo 10.1
Posts: 112
Rep:
|
Where is Keyboard layout switcher in KDE4.2?
It isnt available within regional& language ?
|
|
|
02-05-2009, 09:09 AM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,192
|
Quote:
Originally Posted by Raynus
It isnt available within regional& language ?
|
Try looking under "keyboard".....
|
|
|
02-07-2009, 10:23 PM
|
#3
|
Member
Registered: Apr 2007
Location: BKK, Thailand
Distribution: Gentoo 10.1
Posts: 112
Original Poster
Rep:
|
its not available either
Regional&Language -> (thereis noting like "Keyboard" inside)
or Keyboard & Mouse section
|
|
|
02-08-2009, 06:15 AM
|
#4
|
Member
Registered: Mar 2007
Distribution: Debian
Posts: 547
Rep:
|
|
|
|
02-08-2009, 07:55 AM
|
#5
|
Member
Registered: Apr 2007
Location: BKK, Thailand
Distribution: Gentoo 10.1
Posts: 112
Original Poster
Rep:
|
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
|
|
|
02-08-2009, 09:18 AM
|
#6
|
Member
Registered: Mar 2007
Distribution: Debian
Posts: 547
Rep:
|
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
|
|
|
02-08-2009, 11:04 AM
|
#7
|
Member
Registered: Apr 2007
Location: BKK, Thailand
Distribution: Gentoo 10.1
Posts: 112
Original Poster
Rep:
|
Quote:
Originally Posted by almatic
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
|
|
|
02-08-2009, 11:12 AM
|
#8
|
Member
Registered: Mar 2007
Distribution: Debian
Posts: 547
Rep:
|
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 ?
|
|
|
02-08-2009, 08:23 PM
|
#9
|
Member
Registered: Apr 2007
Location: BKK, Thailand
Distribution: Gentoo 10.1
Posts: 112
Original Poster
Rep:
|
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
Last edited by Raynus; 02-08-2009 at 08:25 PM.
|
|
|
02-15-2009, 05:36 PM
|
#10
|
Member
Registered: Oct 2008
Location: Rousse, Bulgaria
Distribution: Debian
Posts: 91
Rep:
|
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!
|
|
|
02-21-2009, 11:55 PM
|
#11
|
Member
Registered: Apr 2007
Location: BKK, Thailand
Distribution: Gentoo 10.1
Posts: 112
Original Poster
Rep:
|
Quote:
Originally Posted by Refractor
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 Thx you
|
|
|
02-21-2009, 11:59 PM
|
#12
|
Member
Registered: Apr 2007
Location: BKK, Thailand
Distribution: Gentoo 10.1
Posts: 112
Original Poster
Rep:
|
i;ve found it
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 09:56 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|