Results 1 to 5 of 5

Thread: terminal transparency issue

  1. #1
    Join Date
    Dec 2011
    Location
    PA, USA
    Beans
    52
    Distro
    Xubuntu

    terminal transparency issue

    tinkering around with my xfce, and have installed the old aterm emulation for when I want a CLI to check things. I've set the terminal window to open up with some transparency, but when I start up, instead of seeing the desktop background I have selected (a picture from my recent wedding) I see the purplish-pink default background from I presume gnome/nautilus/lightdm.

    When I look to see if nautilus snuck in the background, I don't see it (it doesn't pop up on top, and if I do a kill command from the CLI it just says "not running").

    Any ideas where this behind-the-scenes-background might be sneaking in from? and more importantly, how can I get it to stop harrassing the picture I want to see?

    Thanks

  2. #2
    Join Date
    Oct 2008
    Location
    Down Under
    Beans
    1,568
    Distro
    Ubuntu Budgie 18.04 Bionic Beaver

    Re: terminal transparency issue

    Lots of Aterm tips in this guide -

    http://linuxreviews.org/software/x11-terms/aterm/

    Rodney

  3. #3
    Join Date
    Mar 2008
    Location
    Birmingham, UK
    Beans
    Hidden!

    Re: terminal transparency issue

    I think the gist of it is that aterms transparency is a pseudo-transparency so, instead of drawing what is actually just behind it, it draws what is currently displayed on the root window (i.e. right at the back). This presumably gets set by lightdm (though that's a guess).

    If you don't change your wallpaper much, a bit of a bodge-fix would be to set your root wallpaper to the same as your XFCE wallpaper (which is actually on top of the other) with a program such as feh or nitrogen, e.g.

    Code:
    feh --bg-scale ~/Pictures/the_wallpaper_you_want.png
    The downside might be if lightdm (or whatever) sets the wallpaper on every boot, but you could add the above code as an autostarting item.

    Another alternative would be to use the XFCE terminal, as it supports true transparency (if compositig is enabled).
    Desktop: Phenom 955 BE | GA-MA790XT-UD4P | 8GB TG Elite 1600 | BFG GTX 275
    Conky Screenshots | Last.fm | New to Ubuntu?

  4. #4
    Join Date
    Dec 2011
    Location
    PA, USA
    Beans
    52
    Distro
    Xubuntu

    Re: terminal transparency issue

    xfterm now has full transparency.. I did not realize. I will have to go back and tweak this weekend - give me something to do besides watch the stuporbowl

    thanks!

  5. #5
    Join Date
    Dec 2011
    Location
    PA, USA
    Beans
    52
    Distro
    Xubuntu

    Re: terminal transparency issue

    xfterm4 .. transparent and sized how I want it.. perfect and thanks again!

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
  •