
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
This script calls the "kstart" application to start a terminal
which is borderless and transparent at a choosen position
of your desktop. This terminal has no entry in the taskbar
and runs like a daemon.
In this version the standart terminal is "Eterm"
because aterm's "borderless" and "transparency" options
seems don't working in some builds(e.g. SuSE).
The optimizing of the script is really easy.
You only have to change the geometries, colors and some other stuff.
Enjoy!
(...sorry my english is really bad :)
16 years ago
v.0.11 - script is working (hmm...aterm *grr*)
v.0.2 - Eterm is now the default terminal. I hope now all is working good ;)
v.0.21 - Little syntax error in eterm-command - sorry :/
v.0.3 - Some code changes, more info, looks better - final version I think ;-)
16 years ago
v.0.11 - script is working (hmm...aterm *grr*)
v.0.2 - Eterm is now the default terminal. I hope now all is working good ;)
v.0.21 - Little syntax error in eterm-command - sorry :/
v.0.3 - Some code changes, more info, looks better - final version I think ;-)
ksamvel
14 years ago
:)
Report
locust
15 years ago
My question is if it is possible to use the konsole instead of the eterm.
I've tried to change your script but i cannot get rid of the top konsole bar
Report
robinsiebler
14 years ago
Report
captainnico
15 years ago
Report
KyroxX
16 years ago
Eterm is not installed on your system. This is why he said: command not found.
Try to install Eterm with YAST or look for Eterm on sf.net ;)
Report
Plutonij
15 years ago
Report
nimda
16 years ago
> sh odt_script.sh
> kstart: WARNING: Omitting --window argument is not recommended
/bin/sh: line 1: Eterm: command not found
then it just sits there without going back to prompt. I have to ctrl-c to get that back. Help if you would. Thanks.
Report
VeeDubb
16 years ago
The cause of the problem is that you have kde set to restore your last session on boot. So, it opens one because of the script and one because one was open when you shut down. If you left them both and rebooted, you'd have 3 of them.
There's two solutions:
1. Set kde to NOT restore your last session and to start clean each time.
2. If you want session restore to stay enabled, all you have to do is remove the script from wherever you installed it. Then, open the script in a text editor and copy/paste the command that actualy opens eterm into a konsole and execute it. Now reboot. From then on, as long as you don't close the terminal, it will restart it for you each time you boot, because kde will remember you had it running that way when you shut down. It will even remember that you don't want borders and where it was on the screen.
I use #2 and I'm very happy. clever command. didn't know you could call that directly from the command line. kudo's
Report
Luxman
16 years ago
Thanx :-)
P.S.
Pretty smart script!
Report
mhanse94
16 years ago
Place this script...:
#!/bin/bash
killall Eterm
...in:
~/.kde/shutdown
...and make it executable with chmod +x
Report
VelVet
15 years ago
works like a charm here
Report
KyroxX
16 years ago
Report
KyroxX
16 years ago
Report
Gabolander
16 years ago
I 'd like to know what's the name of the system montior (cpu, hd partition, memory) that works in transparency, which is on the left of the screen in your screenshot.
Tnx a lot in advance.
Report
KyroxX
16 years ago
greez
Report
GrafXMan
16 years ago
Report
soulrebel
16 years ago
i dont really mind though, it looks good! but i thought you might want to know.
Report
Ekardnam
16 years ago
Works for me.
Report
laktose
16 years ago
cause in the files i downloaded, the last line of the odt.sh file is $fc=""
theres no command to run anything, just variables..?
Report
KyroxX
16 years ago
it's very late in germany ;)
now all should be okay :)
Report
laktose
16 years ago
All works now,
Thank you, you've done a great job!!
Report
Ekardnam
16 years ago
Eterm: Error: Unrecognized long option --alldesktops
Eterm: Error: Attempting to continue, but strange things may happen.
Eterm: Error: Unrecognized long option --keepbelow
Eterm: Error: Attempting to continue, but strange things may happen.
Eterm: Error: Unrecognized long option --skippager
Eterm: Error: Error threshold exceeded, giving up.
Eterm 0.9.2
XD
Report
KyroxX
16 years ago
kstart --alldesktops --keepbelow --skippager --skiptaskbar Eterm --geometry 90x30+365+315 --trans=true --borderless --scrollbar=false --buttonbar=false -f white --cmod 99 &
Report
Ekardnam
16 years ago
transperant? Argh, getting tired of this.
But I want it =P
Report
Ekardnam
16 years ago
Thanks!
Report