LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 01-23-2005, 08:27 PM   #1
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
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
 
Old 01-23-2005, 08:46 PM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
for the mouse part, open up a console/konsole/xterm (whatever you have handy) and do:

kpersonalizer

to change the preferences.
 
Old 01-23-2005, 08:48 PM   #3
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
said cmd not found
 
Old 01-23-2005, 08:53 PM   #4
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
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.
 
Old 01-23-2005, 09:00 PM   #5
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
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
 
Old 01-23-2005, 09:03 PM   #6
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
do you have slocate installed?

try:

updatedb (this takes a min)
slocate kpersonalizer
 
Old 01-23-2005, 09:05 PM   #7
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
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?
 
Old 01-23-2005, 09:10 PM   #8
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
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
 
Old 01-23-2005, 09:19 PM   #9
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
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?
 
Old 01-23-2005, 09:23 PM   #10
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
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.
 
Old 01-23-2005, 09:25 PM   #11
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
ok.. ill look into those forums
again thanks for your time, cya round
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mouse: single-click becomes double-click kinzlaw Linux - Hardware 2 08-24-2005 07:55 PM
strange mouse behaviour with logitech pilot mouse in debian 3.0r2 g-string 3 Debian 0 11-12-2004 06:27 AM
How can I change mouse behaviour in Suse 9? Pcghost Linux - Distributions 3 11-20-2003 11:37 AM
Change Konqueror/Desktop single-click behaviour robertmarkbram Linux - Software 2 10-08-2003 10:58 PM
Funny mouse behaviour cruane Linux - Hardware 5 09-25-2002 03:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration