
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A little box that handle devices links.
To add one, just drag and drop a file created for a device (DVD, floppy,...) on the box. It could be a .desktop file or something else.
You can then use the wheel mouse to scroll between the devices or the arrows (you can display or hide them through configuration menu)
If the device is not mounted, a click mount it and open a konqueror window in it.
You can also through a popup menu (middle click or click on the menu button) mount or unmount it.
The icon changes depending on the state of the device.
As my desktop contains nearly only devices links (and as these links are not so often used), it is usefull to save some space.
I hope someone else will also find it util ;)
16 years ago
30/03/2004 (1.2):
- Handle files with a space in the name
- The file name of the desktop file can be changed through the properties dialog
17/03/2004 (1.1):
- Accepts all files (not only *.desktop ones)
16/03/2004 (1.0):
- Support localization (only english and french for the moment). The language should be auto-detected.
- Icons for popup menu items
- Configuration options to display scroll buttons and a menu button.
- When a device is not mounted, an option in the popup is for mounting it.
12/03/2004 (0.2): Added a popupmenu when middle-clicking on icon. It contains:
- Properties: Edit the .desktop file
- Delete: Remove the device
- Unmount: Appears only if the device is mounted
If user click on an already mounted device, it opens now another Konqueror window and do not unmount the device.
16 years ago
30/03/2004 (1.2):
- Handle files with a space in the name
- The file name of the desktop file can be changed through the properties dialog
17/03/2004 (1.1):
- Accepts all files (not only *.desktop ones)
16/03/2004 (1.0):
- Support localization (only english and french for the moment). The language should be auto-detected.
- Icons for popup menu items
- Configuration options to display scroll buttons and a menu button.
- When a device is not mounted, an option in the popup is for mounting it.
12/03/2004 (0.2): Added a popupmenu when middle-clicking on icon. It contains:
- Properties: Edit the .desktop file
- Delete: Remove the device
- Unmount: Appears only if the device is mounted
If user click on an already mounted device, it opens now another Konqueror window and do not unmount the device.
newtolinux
16 years ago
I tryed to download tuxbar, but it only contained some of them. Is there any collection of this kind of icons available? Thanks in advance.
Report
Tian
16 years ago
http://www.sadeem.net/tux.html
There is a lot of really nice stuff :)
Report
p0z3r
16 years ago
Under the 'Linux Version' section.. there's download links.
Have fun.
cheers,
-p0z3r
Report
p0z3r
16 years ago
cheers,
-p0z3r
Report
Tian
16 years ago
A workaround for this is to remove it (or replace it with an undescore) and then use the option
Name=whatever you want
in the [Desktop Entry] section.
I don't know why there is this problem. It occurs with the use of strip(). It is needed to handle multiple files dropped. But it leads to this problem.
If a Python programmer has an idea about that, it is welcome.
Report
p0z3r
16 years ago
Notice it's not '.desktop'.
[Desktop Action Eject]
Exec=kdeeject %v
Name=Eject
[Desktop Entry]
Actions=Eject
Dev=/dev/hda1
Encoding=UTF-8
FSType=Default
Icon=cdrom_mount
MountPoint=/mnt/windows
ReadOnly=false
Type=FSDevice
UnmountIcon=cdrom_unmount
cheers,
-p0z3r
Report
Tian
16 years ago
I didn't know that these files could have no suffix. I will fix that in next delivery...
Report
p0z3r
16 years ago
That is why I haven't dealt with it yet in iLaunch. It was very difficult to distinguish between regular files and device files on the Desktop.
cheers,
-p0z3r
Report