Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd December 2007, 01:48 AM
EdwardMorris Offline
Registered User
 
Join Date: Nov 2007
Posts: 14
terminal as desktop background

I've read a couple articles describing how to do this using devilspie, and it kinda works when I start a terminal and run devilspie, but I neve got it to start ar session start up of F8. Has anyone got it to work right? i.e An undecorated terminal starts and appears to be the desktop background....?
Reply With Quote
  #2  
Old 23rd December 2007, 03:19 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
( Moved to General Support )
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #3  
Old 23rd December 2007, 03:48 AM
lmo Offline
Registered User
 
Join Date: Mar 2007
Posts: 1,047
What you mean?
Code:
xterm -fn 12x24
or
xterm -fn 10x20
Reply With Quote
  #4  
Old 23rd December 2007, 03:52 AM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
I had never heard of devilspie until your post here. Sounds interesting. I just visited a couple of sites hoping to see some screenshots of what your describing. No luck there. But I achieve pretty much the same effect as you describe sans/devilspie. Using a very minimalist window decoration with practically no border and no scroll bar or menu bar and by maximizing the gnome-terminal window.

That covers the entire desktop except for the upper panel (I autohide the lower panel). And, I have my terminal window with almost total transparency, so what I see is my desktop background wallpaper, a slim title bar (for the terminal window) directly beneath the upper panel, my icons showing through the transparency and whatever text is printed on the terminal and nothing more.

The only drawback to that method "as desktop background" approach, is that my desktop icons are not accessible except to either reduce the terminal window size or to just flip to another desktop pane and click on them there. Will post a screenshot if you're interessted.

Paul

Last edited by PabloTwo; 23rd December 2007 at 03:58 AM.
Reply With Quote
  #5  
Old 23rd December 2007, 04:26 AM
forkbomb's Avatar
forkbomb Offline
Registered User
 
Join Date: May 2007
Location: U.S.
Posts: 4,852
I don't know if this is what you are referring to, but you could maybe adopt this to Fedora:
http://www.ubuntugeek.com/how-to-cre...ackground.html
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
Reply With Quote
  #6  
Old 10th January 2008, 02:50 AM
EdwardMorris Offline
Registered User
 
Join Date: Nov 2007
Posts: 14
Quote:
Originally Posted by tjvanwyk
I don't know if this is what you are referring to, but you could maybe adopt this to Fedora:
http://www.ubuntugeek.com/how-to-cre...ackground.html
Thats exactly the article I read and it didn't work. i read a couple follow-ups on that page and some others have the same problems....
Reply With Quote
  #7  
Old 10th January 2008, 02:54 AM
forkbomb's Avatar
forkbomb Offline
Registered User
 
Join Date: May 2007
Location: U.S.
Posts: 4,852
Quote:
Originally Posted by EdwardMorris
Thats exactly the article I read and it didn't work. i read a couple follow-ups on that page and some others have the same problems....
I tried adopting the same article to Fedora and couldn't get it running, either.
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
Reply With Quote
  #8  
Old 10th January 2008, 06:11 AM
leadgolem's Avatar
leadgolem Offline
Registered User
 
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855
I took a good hard look at this, and there are basically 3 problems.

1. You need to change a setting for your terminal profile.
Open a terminal. Go to edit/profiles select the "DesktopConsole" profile, click edit. Go to the title and command tab. Click the drop down next to "Dynamically-set title:" Change it to "isn't displayed". See screenshot 1.
2. There is some kind of syntax error the ~/.devilspie/DesktopConsole.ds file on that page.
Replace that file with one the same name containing this.
Code:
(if (and (contains (window_role) "gnome-terminal") (contains (window_name) "DesktopConsole")) (begin (set_workspace 1) (below) (undecorate) (skip_pager) (skip_tasklist) (wintype "utility") (geometry "+50+50") (geometry "924x668")))
3. The "transparent" terminal covers everything under it, making them invisible/inaccessible from that workspace. See screenshots 2-3.
Attached Thumbnails
Click image for larger version

Name:	scr1.jpg
Views:	89
Size:	45.2 KB
ID:	14682   Click image for larger version

Name:	scr2.jpg
Views:	93
Size:	359.2 KB
ID:	14683   Click image for larger version

Name:	scr3.jpg
Views:	93
Size:	337.5 KB
ID:	14684  
__________________
Only two things are infinite, the universe and human stupidity, and I am not sure about the former. -Albert Einstein-
yum -y --enablerepo=morals install honesty&
remove piratedcontent
S.C.O.U.R.G.E. Heroes of lesser renown, contributor.
Wine Basics Logitech g15 How-To Community made packages.
Reply With Quote
  #9  
Old 20th February 2008, 08:44 PM
MarkS Offline
Registered User
 
Join Date: Feb 2008
Posts: 53
http://www.ubuntu-unleashed.com/2007...-shell-on.html
(just remember to name them something other than just 'trans', eg '@!#trans')
Reply With Quote
  #10  
Old 20th February 2008, 09:28 PM
cable_txg's Avatar
cable_txg Offline
Registered User
 
Join Date: Jan 2008
Posts: 302
Try this link:

http://linuxbraindump.org/2007/10/08...compiz-fusion/

__________________
"Genius is one percent inspiration and 99 percent perspiration" --- Thomas Alva Edison.

Laptop: Intel i7, Geforce GT 425M, Blu-Ray :D
Laptop: Amd64 X2, Geforce Go 7600 Intel Core 2 Duo, Geforce 8600M GT
Desktop: :mad: Thanks Windows Vista! R.I.P. Sept. 2007 :mad:
Reply With Quote
  #11  
Old 20th February 2008, 10:02 PM
cable_txg's Avatar
cable_txg Offline
Registered User
 
Join Date: Jan 2008
Posts: 302
Just be careful with the information on the link I provided; terminal worked, but hid the decorations for firefox.
__________________
"Genius is one percent inspiration and 99 percent perspiration" --- Thomas Alva Edison.

Laptop: Intel i7, Geforce GT 425M, Blu-Ray :D
Laptop: Amd64 X2, Geforce Go 7600 Intel Core 2 Duo, Geforce 8600M GT
Desktop: :mad: Thanks Windows Vista! R.I.P. Sept. 2007 :mad:
Reply With Quote
  #12  
Old 21st February 2008, 03:51 AM
leadgolem's Avatar
leadgolem Offline
Registered User
 
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855
Just so everybody knows, I have decided to abandon this approach in favor of using alltray for the apps I want instantly available, including a terminal. The fact that I could not effectively use my desktop bothered me too much.
__________________
Only two things are infinite, the universe and human stupidity, and I am not sure about the former. -Albert Einstein-
yum -y --enablerepo=morals install honesty&
remove piratedcontent
S.C.O.U.R.G.E. Heroes of lesser renown, contributor.
Wine Basics Logitech g15 How-To Community made packages.
Reply With Quote
Reply

Tags
background, desktop, terminal

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A question about background/foreground colors of the terminal dariyoosh Using Fedora 4 4th August 2009 04:29 PM
Terminal started programs going to background blue13130 Using Fedora 5 10th April 2006 09:42 AM


Current GMT-time: 11:49 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat