Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
|
01-23-2005, 08:27 PM
|
#1
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
change mouse click behaviour
im running SuSE 9.1 personal, with KDE 3.2.1
when i single click icons it acts as if it were double click, to perform whatever appropriate action. how can i change this so that to execute folder/file/etc i need to dbl click not single click, which should just select the item...?
or side note:
iv been having trouble with linux, and am now back to using Suse.. my only problem with suse is that it uses kde which i dont like. how can i remove kde and install gnome for suse? someone told me that there is an option at the login manager to switch between the 2, but there is not. also, iv tried running the update and searching for 'gnome' and have selected all the results, but that doesnt work.
any tips on how to install gnome on suse i guess would be a better question
thanks for any input
|
|
|
01-23-2005, 08:46 PM
|
#2
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
for the mouse part, open up a console/konsole/xterm (whatever you have handy) and do:
kpersonalizer
to change the preferences.
|
|
|
01-23-2005, 08:48 PM
|
#3
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Original Poster
Rep:
|
said cmd not found
|
|
|
01-23-2005, 08:53 PM
|
#4
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
where is kde installed?
something like /opt/kde?
try <path_to_kde>/bin/kpersonalizer
like: /opt/kde/bin/kpersonalizer
its part of the base kde installation so its in there somewhere.
|
|
|
01-23-2005, 09:00 PM
|
#5
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Original Poster
Rep:
|
i dont know where kde is installed, i was never asked or shown the install path to it, during system install.
i did 'whereis kpersonalizer' and got no results. i did 'find / kpersonalizer' and got no results. i did 'whereis kde' and got these 3 folders:
kde: /usr/X11R6/bin/kde /usr/bin/X11/kde /usr/X11/bin/kde
i browsed to each of them with konqueror and looked for kpersonalizer but couldnt find it
:S
|
|
|
01-23-2005, 09:03 PM
|
#6
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
do you have slocate installed?
try:
updatedb (this takes a min)
slocate kpersonalizer
|
|
|
01-23-2005, 09:05 PM
|
#7
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Original Poster
Rep:
|
lol..
Code:
jordan@linux:~> updatedb
bash: updatedb: command not found
jordan@linux:~> slocate
bash: slocate: command not found
jordan@linux:~>
i know i didnt give parameter for the 2nd cmd, but i was just seeing if it would work. should this all be working with, more or less, default install?
|
|
|
01-23-2005, 09:10 PM
|
#8
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
depends on what you install when installing a disto. its not a required package.
well, try the kde control center and see if you can change it there if not then you'll need to find out where the root of kde is installed. try:
whereis startkde
if its say (for example) /usr/kde/bin/startkde then kpersonalizer should be in the same directory like:
/usr/kde/bin/kpersonalizer
|
|
|
01-23-2005, 09:19 PM
|
#9
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Original Poster
Rep:
|
jordan@linux:~> whereis startkde
startkde: /opt/kde3/bin/startkde.theme /opt/kde3/bin/startkde /opt/kde3/bin/star tkde.update91
i looked in the /opt/kde3/bin/ folder and theres lots of files, 246, i thought it looked promising.. but no 'kpersonalizer'.
when i first was looking how to do this, i did check control center but couldnt find. but i looked again, as same place i looked earlier, under peripherals > mouse, which is only logical. and did find it, i was just looking harder i guess.
alright, good stuff. thanks for your help and time.
only if i could get gnome! lol
also... iv tried updating software with yast, but it says the latest version, which i installed, of firefox, is 0.98 or something, not 1.0. i had this problem with ubuntu also. how can i configure yast, so it will see these newer updates of software? or.. for ex, i want to install gaim, and update firefox to 1.0. can i just download the files from their sites and make, make install, etc, or whatever the process is, and it wont cause problems?
|
|
|
01-23-2005, 09:23 PM
|
#10
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
well, your last question varies from distro to distro. For ones with package management, the packages will not always be the latest version out. As for installing from source, the method varies there also but with Suse you'll run into problems unless you have everything you need installed.
Sorry, I can't help you with Yast ( I've never actually used it) but head over to the Suse/Novell forum on this board. I'm sure you can find your answers there.
|
|
|
01-23-2005, 09:25 PM
|
#11
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Original Poster
Rep:
|
ok.. ill look into those forums
again thanks for your time, cya round
|
|
|
All times are GMT -5. The time now is 05:03 PM.
|
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
|
|