Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Floating Frameless console? KDE? Karamba?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
cggiriraj
Tux's lil' helper
Tux's lil' helper


Joined: 23 May 2003
Posts: 83

PostPosted: Wed Sep 03, 2003 8:02 pm    Post subject: Floating Frameless console? KDE? Karamba? Reply with quote

HalliHallo,
I am having a nice honeymoon with my Gentoo. But friends, I will be happy if you can lemme know if a transparent frameless console is possible on my desktop. Is any such plugin available fro Karamba? Or any setting which make sucha console? This console would really help me to use desk space completely.. I saw such things in some screen shots but wondering how to do it..Please...mail me if u know ;)
Thanx ,
Giri
Back to top
View user's profile Send private message
drjimmy42
Guru
Guru


Joined: 03 Feb 2003
Posts: 512
Location: Nashua, NH

PostPosted: Wed Sep 03, 2003 8:20 pm    Post subject: Reply with quote

You're probably looking for Eterm. It is used in many a screenshot. Look for themes that are frameless. e.g. smoked_glass is one of my favorites.


www.eterm.org
Back to top
View user's profile Send private message
Nermal
Apprentice
Apprentice


Joined: 18 Apr 2002
Posts: 259
Location: UK

PostPosted: Wed Sep 03, 2003 8:27 pm    Post subject: Reply with quote

wterm and aterm can both be configured to do this too, along with transparent backgrounds / tinting, and are somewhat more lightweight than eterm
Back to top
View user's profile Send private message
searcher
Apprentice
Apprentice


Joined: 13 Mar 2003
Posts: 175
Location: NL

PostPosted: Wed Sep 03, 2003 8:40 pm    Post subject: Reply with quote

The following bit of code should be typed from a shell:
Code:
Eterm --geometry 125x35+8+48 -F fkp -O --tint=yellow --shade 55 --borderless --scrollbar-popup --scrollbar-floating --scrollbar no --double-buffer -a "toggles buttonbar false"

This will create a borderless shell with eterm (tinker with the options so you get something you like).

*note: i didn't actually figure this one out, but i found it on this forum somewhere, can't remember where however. Anyhow, credit goes to the guy that posted this :)
_________________
You are unique ... just like everyone else.
Back to top
View user's profile Send private message
cggiriraj
Tux's lil' helper
Tux's lil' helper


Joined: 23 May 2003
Posts: 83

PostPosted: Wed Sep 03, 2003 9:21 pm    Post subject: Reply with quote

Wow! Thanx

I did it :) Emerged Eterm and took the glass theme. Then edited the theme config file and installed the theme. Now It works as I want. I dont know how to embed a image here. else I cud have done it for my desktop.


Okie.. Thanx again...If anybody needs, I can post the complete config file and procedure..

Bye
Giri[/img]
Back to top
View user's profile Send private message
shm
Advocate
Advocate


Joined: 09 Dec 2002
Posts: 2380
Location: Atlanta, Universe

PostPosted: Wed Sep 03, 2003 9:57 pm    Post subject: Reply with quote

You can also do it with konsole in KDE..

Code:
kstart --skiptaskbar --skippager --type Override "konsole --nomenubar --notoolbar --noframe --schema Transparent Konsole"


In a regular konsole, you can modify the Transparent Konsole schema silly :)[/code]
_________________
what up
Back to top
View user's profile Send private message
cggiriraj
Tux's lil' helper
Tux's lil' helper


Joined: 23 May 2003
Posts: 83

PostPosted: Wed Sep 03, 2003 10:46 pm    Post subject: Reply with quote

Hiya!
I would say the tip by shm is a best tip I got all these days. Thanx for making me use Konsole again :) .. But I have a small problem

I used the following command in /user/.kde/Autostart/konsole file
Code:

start   --skiptaskbar --skippager --type Override "konsole --geometry 555x500+0+200  --nomenubar --notoolbar --noframe --noscrollbar  --schema Transparent Konsole"





But I gte a frame now. But when I run the same command from a Konsole, I get a transparent nkosole now! What can i do to avaoi the frame even when I autorun it on statrup? Any ideas?

Thanx again shm,
Giri
Back to top
View user's profile Send private message
shm
Advocate
Advocate


Joined: 09 Dec 2002
Posts: 2380
Location: Atlanta, Universe

PostPosted: Wed Sep 03, 2003 11:01 pm    Post subject: Reply with quote

weird.. it works for me (kde-cvs)

what do you mean by frame? the konsole frame or the window frame?

I just did

Code:
#!/bin/sh

kstart   --skiptaskbar --skippager --type Override "konsole --geometry 555x500+0+200  --nomenubar --notoolbar --noframe --noscrollbar  --schema Transparent Konsole"


in ~/.kde/Autostart/test
[/quote][/code]
_________________
what up
Back to top
View user's profile Send private message
solatis
Apprentice
Apprentice


Joined: 06 Nov 2002
Posts: 214
Location: University of Twente, The Netherlands

PostPosted: Fri Sep 05, 2003 3:40 pm    Post subject: Reply with quote

drjimmy42 wrote:
You're probably looking for Eterm. It is used in many a screenshot. Look for themes that are frameless. e.g. smoked_glass is one of my favorites.


www.eterm.org


wow indeed, smoked_glass rules :)
_________________
Grtz,

Leon Mergen
http://www.solatis.com/
Back to top
View user's profile Send private message
keli
Apprentice
Apprentice


Joined: 18 Jul 2003
Posts: 210
Location: TgMures, RO

PostPosted: Fri Sep 05, 2003 11:24 pm    Post subject: Reply with quote

Ok, I admit to beeing a total n00b here, but how exactly do you move/resize or whatever a frameless, menuless very cool looking terminal? :(
_________________
"The future masters of technology will have to be lighthearted and intelligent. The machine easily masters the grim and the dumb."
Marshall McLuhan, 1969
Back to top
View user's profile Send private message
jcmkk
Tux's lil' helper
Tux's lil' helper


Joined: 19 May 2002
Posts: 124

PostPosted: Fri Sep 05, 2003 11:55 pm    Post subject: Reply with quote

Quote:
Ok, I admit to beeing a total n00b here, but how exactly do you move/resize or whatever a frameless, menuless very cool looking terminal?

Holding Alt, you can move and window by draging it with the left mouse button and resize by using your right mouse button. To close the window you can use Ctrl+W or maybe Alt+F4. You can also type "exit" to close the window. Note that these are just generalizations that should work with most window managers, but may vary depending upon your configuration.
Back to top
View user's profile Send private message
keli
Apprentice
Apprentice


Joined: 18 Jul 2003
Posts: 210
Location: TgMures, RO

PostPosted: Fri Sep 05, 2003 11:59 pm    Post subject: Reply with quote

thanx :) now it's working a lot better :D
_________________
"The future masters of technology will have to be lighthearted and intelligent. The machine easily masters the grim and the dumb."
Marshall McLuhan, 1969
Back to top
View user's profile Send private message
drjimmy42
Guru
Guru


Joined: 03 Feb 2003
Posts: 512
Location: Nashua, NH

PostPosted: Sat Sep 06, 2003 11:35 am    Post subject: Reply with quote

In gnome thre resize is alt + middle mouse button instead of alt+ right click. Also any terminal will exit when given an end of line. Ctrl +d is the end of line character and will close any terminal.
Back to top
View user's profile Send private message
AnXa
Apprentice
Apprentice


Joined: 06 Apr 2004
Posts: 250

PostPosted: Wed Jul 28, 2004 5:51 pm    Post subject: Reply with quote

This is tip of the year! (for desktop engineers) :D Thanks.
_________________
The idea isn't about how do you see or hear it, it's about how do you experience it...
Back to top
View user's profile Send private message
Titeuf
l33t
l33t


Joined: 19 Jun 2004
Posts: 759
Location: Middelkerke, Belgium

PostPosted: Wed Jul 28, 2004 6:37 pm    Post subject: Reply with quote

cggiriraj wrote:
Hiya!
I would say the tip by shm is a best tip I got all these days. Thanx for making me use Konsole again :) .. But I have a small problem

I used the following command in /user/.kde/Autostart/konsole file
Code:

start   --skiptaskbar --skippager --type Override "konsole --geometry 555x500+0+200  --nomenubar --notoolbar --noframe --noscrollbar  --schema Transparent Konsole"





But I gte a frame now. But when I run the same command from a Konsole, I get a transparent nkosole now! What can i do to avaoi the frame even when I autorun it on statrup? Any ideas?

Thanx again shm,
Giri


Normally (if you haven't changed this in the options) when you logoff, and there was still a konsole open, kde will restart this konsole with exact the same settings as it was when you logged of.
So normally you don't need to start it from autostart. Maybe this can fix your frame problem.
Back to top
View user's profile Send private message
malone
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 159
Location: The p-n junction.

PostPosted: Wed Jul 28, 2004 7:45 pm    Post subject: Reply with quote

shm wrote:
You can also do it with konsole in KDE..

Code:
kstart --skiptaskbar --skippager --type Override "konsole --nomenubar --notoolbar --noframe --schema Transparent Konsole"


In a regular konsole, you can modify the Transparent Konsole schema silly :)[/code]


shm, if I could buy you a beer I would. That's the most kickass tip I've gotten in some time. Not for the transparent konsole, but for the kstart tip -- I had no idea it existed. Just looking at the options for it now, and this is fantastic. You learn something new everyday.

Cheers.
_________________
malone
Back to top
View user's profile Send private message
Sir_Stinksalot
Apprentice
Apprentice


Joined: 26 Jul 2002
Posts: 195
Location: Behind you. BOO!!!

PostPosted: Mon Oct 11, 2004 7:26 pm    Post subject: Reply with quote

shm wrote:
You can also do it with konsole in KDE..

Code:
kstart --skiptaskbar --skippager --type Override "konsole --nomenubar --notoolbar --noframe --schema Transparent Konsole"


In a regular konsole, you can modify the Transparent Konsole schema silly :)[/code]


when i so this either from an existing konsole or the run option from the kmenu I get a konsole with a window. i cant figure out why the window is still there

Code:
kstart: WARNING: Omitting both --window and --windowclass arguments is not recommended


Last edited by Sir_Stinksalot on Mon Oct 11, 2004 7:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
Titeuf
l33t
l33t


Joined: 19 Jun 2004
Posts: 759
Location: Middelkerke, Belgium

PostPosted: Mon Oct 11, 2004 7:27 pm    Post subject: Reply with quote

You can't set this from kstart.
You have to right-click on the title, and choose advanced->hide border (or something like that)
Back to top
View user's profile Send private message
Sir_Stinksalot
Apprentice
Apprentice


Joined: 26 Jul 2002
Posts: 195
Location: Behind you. BOO!!!

PostPosted: Mon Oct 11, 2004 7:29 pm    Post subject: Reply with quote

ooh thats better is there a way to get rid of the scroll bar?
Back to top
View user's profile Send private message
Titeuf
l33t
l33t


Joined: 19 Jun 2004
Posts: 759
Location: Middelkerke, Belgium

PostPosted: Mon Oct 11, 2004 7:31 pm    Post subject: Reply with quote

Sir_Stinksalot wrote:
ooh thats better is there a way to get rid of the scroll bar?

It's in the settings menu, a submenu called scrollbar.
Back to top
View user's profile Send private message
Sir_Stinksalot
Apprentice
Apprentice


Joined: 26 Jul 2002
Posts: 195
Location: Behind you. BOO!!!

PostPosted: Mon Oct 11, 2004 9:27 pm    Post subject: Reply with quote

thanks dude
Back to top
View user's profile Send private message
me22
n00b
n00b


Joined: 30 Jun 2002
Posts: 45
Location: Canada

PostPosted: Mon Oct 11, 2004 9:40 pm    Post subject: Reply with quote

Can gnome-terminal do this cool trick somehow too?

I didn't see any options for it in Edit Current Profile or gConf...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum