
Various KDE 1.-4. Improvements
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
GLTrash is a panel applet for KDE.
When you drag a file onto it it, the shute opens, if you then drop the file the file is deleted (a removable confirmation dialog is displayed first)
Installation:
-Click the download link.
-Choose 'Save as', hit OK.
-Open a terminal in the target folder.
-Run the following commands
$ tar xvjf 13304-gltrash-0.2.3.tar.bz2'
$ cd gltrash-0.2.3
$ ./configure
(add --prefix=/usr if you are running Mandrake, PCLinuxOS or Ubuntu)
$ make
$ su
[ type in password ]
# make install
# logout
-Right click on the KDE panel
-Choose Add->Applet->gltrash
-Drag some a _Uninportant_ file onto the applet :)
15 years ago
* GLTrash 0.2.4
Changed main texture back to original
Changed default operation to 'move to trash' instead of delete
* GLTrash 0.2.3
Code cleanup
Added a texture from http://www.planetquake.com/gg/textures/index.html
* GLTrash 0.2.2
Smoothened textures
Added textures to the corners
Changed Lightning (Significantly brighter)
* GLTrash 0.2.1
Changed reflection rate of materials.
Changed Lightning (slightly brighter)
Reduced complexity of the scene to use less CPU.
(Screenshot is not updated!)
* GLTrash 0.2.0
Added rotating warning lights.
Serious graphics changes.
* GLTrash 0.1.1
Removed qtlogo.bmp from dependency.
* GLTrash 0.1
Graphics have been cleaned up
* Initial release (The first version known to run on several distros)
15 years ago
* GLTrash 0.2.4
Changed main texture back to original
Changed default operation to 'move to trash' instead of delete
* GLTrash 0.2.3
Code cleanup
Added a texture from http://www.planetquake.com/gg/textures/index.html
* GLTrash 0.2.2
Smoothened textures
Added textures to the corners
Changed Lightning (Significantly brighter)
* GLTrash 0.2.1
Changed reflection rate of materials.
Changed Lightning (slightly brighter)
Reduced complexity of the scene to use less CPU.
(Screenshot is not updated!)
* GLTrash 0.2.0
Added rotating warning lights.
Serious graphics changes.
* GLTrash 0.1.1
Removed qtlogo.bmp from dependency.
* GLTrash 0.1
Graphics have been cleaned up
* Initial release (The first version known to run on several distros)
silentme
15 years ago
im using Mandrake 10.1 comunity
and i get this every time i try ./configure (including the prefix stuff) as you write :
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
ive tried in several ways to find out what to do but still havent found the way
ps.. im a n00b
Report
The-eh
15 years ago
Hope that helps.
Report
btrident
15 years ago
Report
Superstoned
15 years ago
Report
The-eh
15 years ago
In the case of the trashcan on the desktop, I don't really see any easy path for converging the two.
Report
Superstoned
15 years ago
there is a kicker trash now, in kde 3.4...
Report
vide
15 years ago
Report
Ekardnam
15 years ago
- I think move to trash would be much more useful.
- Click = Open Trash
- Rightclick, "Emty Trash".
- Yeah, themes would be great
Report
CeruleanWave
16 years ago
http://ceruleanwave.dotmod.net/gltrash.cpp
Report
sasquatchdied
16 years ago
Report
gnemmi
16 years ago
File generated with too recent version of Qt Designer (3.3 vs. 3.2.3)
make[2]: *** [GLTrashConfigurationPanel.h] Error 1
make[2]: Leaving directory `/home/gnemmi/gltrash-0.2.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gnemmi/gltrash-0.2.3'
make: *** [all] Error 2
would be nice if you could get it to run with qt3.2.3
see ya
Report
trailcode
16 years ago
Report
Lenz
16 years ago
Report
amg
16 years ago
http://bugs.gentoo.org/show_bug.cgi?id=57494
Report
jpcohen
16 years ago
Firt of all the style of the applet don't fit with the rest of my desktop and i would like to keep it :-) so perhaps i could imagine in the future some choice for the look of the applet (perhaps simply trashcan or something ?). Another think that would be cool is the fact that we should be able to customize it for example to move files to bin instead of delet it... at least some options like this would be great.
Last point still in customizability: the possibility to use our own graphism. for example to hae to use static png pics in ~/.gltrash/ for the static icon and a animated png file for the animated part...
Well there are just some ideas... at least keep up the good work, and thanks again ;-)
Report
xal55
16 years ago
Report
fingaz
16 years ago
I ran configure, make, then make install as root but the applet does not show up on my KDE Panel add menu. Is it copying to the wrong location? It did not give any error msg during install either...
OS: Debian Sarge
WM: KDE 3.2.2
Report
JusKickNit
16 years ago
./configure --prefix=/usr
Report
Linuxglider
16 years ago
on mdk it compiles with configure --prefix=/usr
go on so
Linuxglider
Report
The-eh
16 years ago
I've included the --prefix option in the description.
Report
wintermte
16 years ago
Any thoughts on how I can fix that?
Report
The-eh
16 years ago
1. The applet is too dark.
2. There is something wrong with starting the applet.
In the first scenario, I'll make brighter versions sometime this week.
In the second, do a tail -200 ~/.xsession-errors for eventual error messages on startup.
Report
Ekardnam
16 years ago
>> # cd gltrash
>> # ./configure
>> # make
>> # su
>> [ type in password ]
>> # make install
>> # logout
I would do something like this:
# tar xvjf filename
# cd gltrash
# ./configure --prefix=PREFIX
prefix could be "/usr"
# make
# su
[ type in password ]
# make install
# exit
It is a nice applet, but it eats CPU
like ****.
Report
The-eh
16 years ago
The --prefix addition is a nice one, but i think "exit" is bash specific.
What kind of hardware are you running on? In worst case it uses 2% of my cpu, I've got an NVIDIA 4200Ti card. The reason it is quite heavy is the faked phong-shading of the lights, which makes use of something like approx 4000 polygons :) I can probably reduce a lot :)
I figured the applet is kind of dark when not using a LCD Screen, any comments?
Report
The-Q
16 years ago
Report