![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Oct 2004
Location: Portugal
Beans: 56
|
HOWTO: Terminal as the desktop background.
The objective is to have a gnome terminal running as the desktop background, right above the actual background image, that won't be displayed by the statusbar or ticker.
It should look something like this: Full transparency or Semi-transparent with shadows (using Xgl) Ok, lets get started... 1) Download devilspie Code:
sudo apt-get install devilspie Code:
mkdir ~/.devilspie nano ~/.devilspie/DesktopConsole.ds Code:
(if
(matches (window_name) "DesktopConsole")
(begin
(set_workspace 4)
(below)
(undecorate)
(skip_pager)
(skip_tasklist)
(wintype "utility")
(geometry "+50+50")
(geometry "924x668")
)
)
- i use workspace 4 but you can use whatever you like. - you should at least adjust the geometry lines to match your screen. - Read the devilspie wiki, for other commands!!! 4) Create a new gnome-terminal profile named "DesktopConsole" - in the "General" tab, untick "show menubar by default..." - in the "Scrolling" tab, select "Scrollbar is" -> Disabled. - in the "Effects" tab, set "Transparent background" and shade to "None" (or to whatever you prefer) 5) Add devilspie and gnome-terminal to the Startup Programs in your session: in System->preferences->sessions, "Startup Programs" tab, add the 2 programs: Code:
devilspie gnome-terminal --window-with-profile=DesktopConsole check to see that devilspie is running *before* the gnome-terminal command. Thats it! Edit: added screenshot
__________________
www.jcinacio.com (my blog with ubuntu VMs) Last edited by jinacio; June 23rd, 2006 at 12:18 PM.. |
|
|
|
|
|
#2 |
|
Ubuntu French Roast
![]() Join Date: Jun 2005
Location: France
Beans: 6,385
Ubuntu 9.10 Karmic Koala
|
Re: HOWTO: Terminal as the desktop background.
You make my day man
I was looking for the good devilspie matcher for a long time now, so a BIG thank you. I will put that on the UDSF ASAP. |
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Oct 2004
Location: Portugal
Beans: 56
|
Re: HOWTO: Terminal as the desktop background.
glad to know that
cheers! Edit: (forgot something that might be important) i use (wintype "utility") because it's the most compatible setting: also tried as "desktop" but if the geometry is not maximize and you click anywhere outside the terminal, it will disapear. the drawback os using "utility" is that the "show desktop" will hide/unhide the terminal. So far i havent't found a better method, but i'll keep looking into it.
__________________
www.jcinacio.com (my blog with ubuntu VMs) Last edited by jinacio; June 23rd, 2006 at 04:49 AM.. |
|
|
|
|
|
#4 |
|
Ubuntu French Roast
![]() Join Date: Jun 2005
Location: France
Beans: 6,385
Ubuntu 9.10 Karmic Koala
|
Re: HOWTO: Terminal as the desktop background.
It's perfect in my opinion, the "show desktop bug" is not so annoying.
I never tought that the good macher would be the profile name used by the terminal. BTW, here is the UDSF link : http://doc.gwos.org/index.php/Background_Terminal |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2006
Beans: 7
|
Re: HOWTO: Terminal as the desktop background.
Just installed it on my workstation. Worked great. Thanks a lot for the turorial.
|
|
|
|
|
|
#6 |
|
Gee! These Aren't Roasted!
![]() Join Date: May 2006
Location: Rosario, Argentina
Beans: 150
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: Terminal as the desktop background.
Excellent. Great howto.
Just a problem: The transparency disappear when I make a "clean console" (ctrl+l)
__________________
Je pense, donc je suis René Descartes. Last edited by JMO707; June 23rd, 2006 at 11:36 AM.. |
|
|
|
|
|
#7 |
|
Just Give Me the Beans!
![]() |
Re: HOWTO: Terminal as the desktop background.
Brillinat guide dude, worked perfectly
|
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2006
Beans: 14
|
Re: HOWTO: Terminal as the desktop background.
I can't get this to work. No matter what I do, gnome-terminal --window-with-profile=DesktopConsole ALWAYS appears in front of devilspie. NO matter what order I enter them in, or what I do after I enter them. Is there a text file that I can edit manually instead?
|
|
|
|
|
|
#9 | |
|
Just Give Me the Beans!
![]() Join Date: Oct 2004
Location: Portugal
Beans: 56
|
Re: HOWTO: Terminal as the desktop background.
Quote:
only thing i can say is if it's really bugging you try typing "clear" instead
__________________
www.jcinacio.com (my blog with ubuntu VMs) |
|
|
|
|
|
|
#10 |
|
Gee! These Aren't Roasted!
![]() Join Date: May 2006
Location: Rosario, Argentina
Beans: 150
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: Terminal as the desktop background.
It seems like a problem with fake transparencies...
It has happened to me before. No clues of what to do neither =(
__________________
Je pense, donc je suis René Descartes. |
|
|
|
| Bookmarks |
| Tags |
| desktop, terminal |
| Thread Tools | |
| Display Modes | |
|
|