Results 1 to 7 of 7

Thread: HOWTO: terminal embedded in background

  1. #1
    Join Date
    Jan 2009
    Beans
    57
    Distro
    Ubuntu 10.04 Lucid Lynx

    Smile HOWTO: terminal embedded in background

    Okay, this is my first howto so it may stink a little...
    This (should) give you a terminal embedded in you're desktop and also allow you to see your icons.
    Step 1. you will need devilspie and xcompmgr (optional: transset,konsole)
    Code:
    sudo apt-get install devilspie xcompmgr
    cd to ~/.devilspie
    and create "DesktopConsole.ds"
    Code:
    gedit DesktopConsole.ds&
    and put the following code:
    Code:
    (if
            (is (window_name) "DesktopConsole")
            (begin
                    (set_workspace 1)
                    (maximize)
                    (stick)
                    (below)
                    (undecorate)
                    (skip_pager)
                    (skip_tasklist)
                    (wintype "desktop")
                    (geometry "1024x768+140+122")
            )
    )
    you might have to mess with the geometry setting(format: "WIDTHxHEIGHT+X+Y")
    Step 2. open gnome-terminal
    create a new profile
    Code:
    File->New Profile
    name it DesktopConsole
    go to the "Titles and Commands" and set the Initial Title to DesktopConsole
    and set it so when command change the title to keeps its own title
    now go to the Background tab and set its to have a transparent background and then set the transparency to maximum(or however transparent you want it.
    (you can change to other preferences)
    Step 3.
    execute these commands:
    Code:
    xcompmgr
    gnome-terminal --window-with-profile=DesktopConsole
    you should now have a terminal with the underlying window beneath
    now execute:
    Code:
    devilspie
    check you're workspace #1
    you should have a console with the desktop showing through
    Step 5.
    if all that works
    go to System->Preferences->Sessions
    click add and for the name put "DevilsPie"
    for the command put "devilspie"
    click add
    now add another named "gnome-terminal"
    set command to "gnome-terminal --window-with-profile=DesktopConsole"
    add it
    now add a last one named "xcompmgr"
    with the command "xcompmgr"
    Step 6. log out and log back in
    you should have terminal with your desktop showing through in the background

    You can also try this with konsole(or any other terminal(xterm,Eterm,aterm), and mess with other window transparency with transset
    you can also get transset-df (build it yourself )
    let me know if i did any thing wrong
    Attached Images Attached Images
    Last edited by r4z0rw0lf; April 11th, 2009 at 07:45 PM. Reason: Screenshots!!!
    Its not a bug, its a feature!

  2. #2
    Join Date
    Nov 2008
    Beans
    87
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: HOWTO: terminal embedded in background

    I believe there is already a tutorial for this, which I have already followed. When I tried using your method to see if it could fix a bug my tutorial had ("Show Desktop" made it disappear), it messed up my gedit window. It might work for other people, though.
    Regards, PacSci
    Windows is to Linux as a straw house is to a brick house. The bricks are harder to get started with, but they're higher quality and won't crash as easily.
    Any quotes in the above post may have been edited for spelling and grammar.

  3. #3
    Join Date
    May 2007
    Location
    Canada
    Beans
    581

    Re: HOWTO: terminal embedded in background

    not bad, but can be done with compiz much easier..

    create terminal profile with no scrollbars, transparent background, and a unique title

    In compiz, under window decoration, select your uniquely title terminal window to NOT draw window decorations.

    Also in the window rules plugin, add your uniquely titled terminal to the categories of skip pager, taskbar, below, sticky, non-moveable, non- resizable, etc as you choose.

    Last, optionally use the place plugin to specify coordinates for the terminal...


    64-Bit Ubuntu! Join the future of computing.

  4. #4
    Join Date
    Jan 2009
    Beans
    57
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: terminal embedded in background

    i would have but i cannot get compiz to work.
    Its not a bug, its a feature!

  5. #5
    Join Date
    Apr 2009
    Location
    JVegas, TN
    Beans
    102
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: terminal embedded in background

    Bumping this so I can find it again! Compiz didn't seem to want to work for me >.<
    . . . go to work, send your kids to school, follow fashion, act normal, walk on the pavements, watch T.V., save for your old age, obey the law. Repeat after me: I am free. --anonymous

  6. #6
    Join Date
    Jan 2009
    Beans
    26

    Re: HOWTO: terminal embedded in background

    This way worked for me, but I am not a big-fan of compiz.
    Is there a way to NOT be using compis and getting terminal embedded into the background?

    -----
    never mind I found it out, but now I have a new problem.
    Everytime I click outside of the "terminal" it goes away. And I have to start it back up to get it on my background again
    Help?
    Last edited by Shadyboy; February 7th, 2011 at 04:43 PM.

  7. #7
    Join Date
    Jan 2011
    Location
    Kansas City, KS
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: HOWTO: terminal embedded in background

    I think that's a fundamental decision you have to make - if you want pretty things, you'll really have to use Compiz. = )

    And as has been said, it's not that Compiz is a slower WM than Metacity, it just comes with (fairly addictive) plugins that can, if you choose to use them, slow things down.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •