Results 1 to 10 of 10
hello
i'd like to learn how to do two things to my system tray (kde 3.3.1):
1. how to make the icons be arranged in two instead of one row?
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-17-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- cracow, poland
- Posts
- 76
how to customize system tray?
hello

i'd like to learn how to do two things to my system tray (kde 3.3.1):
1. how to make the icons be arranged in two instead of one row?
2. how to change the sysytem tray icon of an application (limewire)?
also, could you please tell me how i could mount a disk in autostart?
- 06-17-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
I think kde makes them in two lines if you make your panel big enough, wonder if the limit was either 49 or 59 px panel... About the system tray you probably can if you first find the icons :P
But why do you want to mount a disk in autostart? If you add it in /etc/fstab and install some spesific apps (comes with for example mandriva), then the disks would be auto-mounted.
- 06-17-2005 #3Just Joined!
- Join Date
- Mar 2005
- Location
- cracow, poland
- Posts
- 76
thanks
it was 48. i never tried it before because i was absolutely sure it would be much more than that.
i want to mount a disk 'cause i have an extra disk where i store among others limewire's downloads. if the disk is not mounted, limewire returns an error and until i know how to mount it automatically, i can't put limewire to autostart.
do you know what sort of apps are these? i'm using mepis 3.3.1.
- 06-17-2005 #4Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Mount it automaticly? You mean at boot? You can do that by adding a /etc/fstab line with auto-mounting enabled, if you give us the command used to mount it we can probably cook together a fine fstab-entry for you

I do not know how to use autostart thought, so someone else might answer if you really want it to autostart.
- 06-17-2005 #5Just Joined!
- Join Date
- Mar 2005
- Location
- cracow, poland
- Posts
- 76
thank you very much, this is very nice of you
there's just the problem that i don't know that command. i mount them by opening them in konqueror... which is not the most professional way, i guess. i'll try to learn what it should be.
- 06-17-2005 #6Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Eh... Do you know the name of the device? Or perhaps how it is connected?
- 06-17-2005 #7Just Joined!
- Join Date
- Mar 2005
- Location
- cracow, poland
- Posts
- 76
to be honest, i don't. but i've just tried typing "mount /dev/sdb3" and it worked
- 06-18-2005 #8Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
1) Open /etc/fstab with a text-editor as root, and add this line:
Then save & exit. That will try automount it at bootCode:/dev/sda3 /mnt/usb auto users,auto 0 0
. Now, create the mountpoint as this: Replace /mnt/usb with where you want it to mount the partition, and good luckCode:su -c "mkdir -p /mnt/usb"
- 06-18-2005 #9Just Joined!
- Join Date
- Mar 2005
- Location
- cracow, poland
- Posts
- 76
i'm sorry but i don't really understand it. what do you mean by "where i want to mount it"? i want the most simple way of mounting, just to make the partition accessible by limewire. as far as i can undersatand "mount --help", when i type "mount /dev/sdb3", i'm not specifying where i want to mount it.
should i just replace "/mnt/usb" in the two codes you've written by "/mnt/sdb3"? is that it?
- 06-18-2005 #10Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
In that case, you allready have a fstab entry for the device. Can you please post your /etc/fstab?
Originally Posted by caminoix


Reply With Quote
