Linux: image viewer with transparent window?











up vote
2
down vote

favorite












I would like to display a fully opaque image (e.g. PNG RGB8) on the desktop in an image viewer - but such that I can set the window (showing the image) to be, say, 50% transparent (so I could see through and compare with other windows below). It would be even better if the viewer just shows a "panel" instead of a "window" (i.e. I'd prefer just the image shown, possibly with a border - instead of a full blown window with menubar, titlebar etc).



I'm aware that in Compiz, it should be possible to run a plugin, and have any window you want transparent - but I was hoping for a solution (viewer) that would not be Compiz-specific (and even more preferred, if it is neither Gnome nor KDE specific - but I'm not sure that is possible). ...



Any suggestions for an image viewer like this?










share|improve this question




















  • 1




    Considering that most programs want to be "well-integrated" there isn't going to be a DE/WM-agnostic solution that doesn't look as ugly as Squidward's head.
    – digitxp
    Aug 18 '11 at 2:43










  • Thanks for the comment @digitxp - I was suspecting that was the case, but good to have it confirmed...
    – sdaau
    Aug 22 '11 at 9:06















up vote
2
down vote

favorite












I would like to display a fully opaque image (e.g. PNG RGB8) on the desktop in an image viewer - but such that I can set the window (showing the image) to be, say, 50% transparent (so I could see through and compare with other windows below). It would be even better if the viewer just shows a "panel" instead of a "window" (i.e. I'd prefer just the image shown, possibly with a border - instead of a full blown window with menubar, titlebar etc).



I'm aware that in Compiz, it should be possible to run a plugin, and have any window you want transparent - but I was hoping for a solution (viewer) that would not be Compiz-specific (and even more preferred, if it is neither Gnome nor KDE specific - but I'm not sure that is possible). ...



Any suggestions for an image viewer like this?










share|improve this question




















  • 1




    Considering that most programs want to be "well-integrated" there isn't going to be a DE/WM-agnostic solution that doesn't look as ugly as Squidward's head.
    – digitxp
    Aug 18 '11 at 2:43










  • Thanks for the comment @digitxp - I was suspecting that was the case, but good to have it confirmed...
    – sdaau
    Aug 22 '11 at 9:06













up vote
2
down vote

favorite









up vote
2
down vote

favorite











I would like to display a fully opaque image (e.g. PNG RGB8) on the desktop in an image viewer - but such that I can set the window (showing the image) to be, say, 50% transparent (so I could see through and compare with other windows below). It would be even better if the viewer just shows a "panel" instead of a "window" (i.e. I'd prefer just the image shown, possibly with a border - instead of a full blown window with menubar, titlebar etc).



I'm aware that in Compiz, it should be possible to run a plugin, and have any window you want transparent - but I was hoping for a solution (viewer) that would not be Compiz-specific (and even more preferred, if it is neither Gnome nor KDE specific - but I'm not sure that is possible). ...



Any suggestions for an image viewer like this?










share|improve this question















I would like to display a fully opaque image (e.g. PNG RGB8) on the desktop in an image viewer - but such that I can set the window (showing the image) to be, say, 50% transparent (so I could see through and compare with other windows below). It would be even better if the viewer just shows a "panel" instead of a "window" (i.e. I'd prefer just the image shown, possibly with a border - instead of a full blown window with menubar, titlebar etc).



I'm aware that in Compiz, it should be possible to run a plugin, and have any window you want transparent - but I was hoping for a solution (viewer) that would not be Compiz-specific (and even more preferred, if it is neither Gnome nor KDE specific - but I'm not sure that is possible). ...



Any suggestions for an image viewer like this?







linux images window transparency image-viewer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 18 '11 at 1:54









3498DB

15.6k114762




15.6k114762










asked Aug 17 '11 at 18:06









sdaau

2,39543657




2,39543657








  • 1




    Considering that most programs want to be "well-integrated" there isn't going to be a DE/WM-agnostic solution that doesn't look as ugly as Squidward's head.
    – digitxp
    Aug 18 '11 at 2:43










  • Thanks for the comment @digitxp - I was suspecting that was the case, but good to have it confirmed...
    – sdaau
    Aug 22 '11 at 9:06














  • 1




    Considering that most programs want to be "well-integrated" there isn't going to be a DE/WM-agnostic solution that doesn't look as ugly as Squidward's head.
    – digitxp
    Aug 18 '11 at 2:43










  • Thanks for the comment @digitxp - I was suspecting that was the case, but good to have it confirmed...
    – sdaau
    Aug 22 '11 at 9:06








1




1




Considering that most programs want to be "well-integrated" there isn't going to be a DE/WM-agnostic solution that doesn't look as ugly as Squidward's head.
– digitxp
Aug 18 '11 at 2:43




Considering that most programs want to be "well-integrated" there isn't going to be a DE/WM-agnostic solution that doesn't look as ugly as Squidward's head.
– digitxp
Aug 18 '11 at 2:43












Thanks for the comment @digitxp - I was suspecting that was the case, but good to have it confirmed...
– sdaau
Aug 22 '11 at 9:06




Thanks for the comment @digitxp - I was suspecting that was the case, but good to have it confirmed...
– sdaau
Aug 22 '11 at 9:06










4 Answers
4






active

oldest

votes

















up vote
1
down vote



accepted










To my knowledge, window transparency is the job of the window manager. I'm pretty sure--but someone please correct me if I'm wrong--that the only way to accomplish this is by using a window manager, such as Compiz, that supports transparency.



How come you don't want to use Compiz? If you're just trying to avoid Gnome and KDE, you can use Compiz independently of your desktop environment.






share|improve this answer





















  • Thanks for that @strangeronyourtrain - I was suspecting that is the case, but good to have it confirmed... I actually like the Compiz method, worked quite nice for me - but a lot of times, I'd have to boot into a USB-key based OS, which may not necessarily have Compiz.. In such cases, it would be nice to have a WM agnostic solution. Thanks again - cheers!
    – sdaau
    Aug 22 '11 at 9:09


















up vote
1
down vote













I use transset, you can make any window whatever level of opacity you want. Since it is command line you can write scripts that call it.



example:



transset -n "Window Title" 0.5





share|improve this answer





















  • granted, you do need to have compositing enabled first. I use MATE as my desktop, and just use the simple compositor built into it.
    – LaXDragon
    Jan 27 '15 at 17:08


















up vote
0
down vote













qiv with the -p flag will show an image over the desktop that can work like an overlay.



See also this question.






share|improve this answer




























    up vote
    -1
    down vote













    Compiz is a bit overkill for this usage, since it's a window manager as well as a compositing manager. You only need to compositing part.



    The classic standalone compositing manager is xcompmgr, which will happily run alongside an existing window manager and should be in most distros' package managers. More recently it's been forked into Compton, to fix a few bugs.



    See https://wiki.archlinux.org/index.php/xcompmgr for more info (it's not Arch-specific).






    share|improve this answer





















    • This isn't really an answer. The user seems to know how to use compositing, but seems to interested in an image viewer with a minimal edge that can be overlaid against another window of like type.
      – killermist
      Jan 27 '15 at 17:13











    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f324447%2flinux-image-viewer-with-transparent-window%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    4 Answers
    4






    active

    oldest

    votes








    4 Answers
    4






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote



    accepted










    To my knowledge, window transparency is the job of the window manager. I'm pretty sure--but someone please correct me if I'm wrong--that the only way to accomplish this is by using a window manager, such as Compiz, that supports transparency.



    How come you don't want to use Compiz? If you're just trying to avoid Gnome and KDE, you can use Compiz independently of your desktop environment.






    share|improve this answer





















    • Thanks for that @strangeronyourtrain - I was suspecting that is the case, but good to have it confirmed... I actually like the Compiz method, worked quite nice for me - but a lot of times, I'd have to boot into a USB-key based OS, which may not necessarily have Compiz.. In such cases, it would be nice to have a WM agnostic solution. Thanks again - cheers!
      – sdaau
      Aug 22 '11 at 9:09















    up vote
    1
    down vote



    accepted










    To my knowledge, window transparency is the job of the window manager. I'm pretty sure--but someone please correct me if I'm wrong--that the only way to accomplish this is by using a window manager, such as Compiz, that supports transparency.



    How come you don't want to use Compiz? If you're just trying to avoid Gnome and KDE, you can use Compiz independently of your desktop environment.






    share|improve this answer





















    • Thanks for that @strangeronyourtrain - I was suspecting that is the case, but good to have it confirmed... I actually like the Compiz method, worked quite nice for me - but a lot of times, I'd have to boot into a USB-key based OS, which may not necessarily have Compiz.. In such cases, it would be nice to have a WM agnostic solution. Thanks again - cheers!
      – sdaau
      Aug 22 '11 at 9:09













    up vote
    1
    down vote



    accepted







    up vote
    1
    down vote



    accepted






    To my knowledge, window transparency is the job of the window manager. I'm pretty sure--but someone please correct me if I'm wrong--that the only way to accomplish this is by using a window manager, such as Compiz, that supports transparency.



    How come you don't want to use Compiz? If you're just trying to avoid Gnome and KDE, you can use Compiz independently of your desktop environment.






    share|improve this answer












    To my knowledge, window transparency is the job of the window manager. I'm pretty sure--but someone please correct me if I'm wrong--that the only way to accomplish this is by using a window manager, such as Compiz, that supports transparency.



    How come you don't want to use Compiz? If you're just trying to avoid Gnome and KDE, you can use Compiz independently of your desktop environment.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Aug 18 '11 at 8:08









    strangeronyourtrain

    126129




    126129












    • Thanks for that @strangeronyourtrain - I was suspecting that is the case, but good to have it confirmed... I actually like the Compiz method, worked quite nice for me - but a lot of times, I'd have to boot into a USB-key based OS, which may not necessarily have Compiz.. In such cases, it would be nice to have a WM agnostic solution. Thanks again - cheers!
      – sdaau
      Aug 22 '11 at 9:09


















    • Thanks for that @strangeronyourtrain - I was suspecting that is the case, but good to have it confirmed... I actually like the Compiz method, worked quite nice for me - but a lot of times, I'd have to boot into a USB-key based OS, which may not necessarily have Compiz.. In such cases, it would be nice to have a WM agnostic solution. Thanks again - cheers!
      – sdaau
      Aug 22 '11 at 9:09
















    Thanks for that @strangeronyourtrain - I was suspecting that is the case, but good to have it confirmed... I actually like the Compiz method, worked quite nice for me - but a lot of times, I'd have to boot into a USB-key based OS, which may not necessarily have Compiz.. In such cases, it would be nice to have a WM agnostic solution. Thanks again - cheers!
    – sdaau
    Aug 22 '11 at 9:09




    Thanks for that @strangeronyourtrain - I was suspecting that is the case, but good to have it confirmed... I actually like the Compiz method, worked quite nice for me - but a lot of times, I'd have to boot into a USB-key based OS, which may not necessarily have Compiz.. In such cases, it would be nice to have a WM agnostic solution. Thanks again - cheers!
    – sdaau
    Aug 22 '11 at 9:09












    up vote
    1
    down vote













    I use transset, you can make any window whatever level of opacity you want. Since it is command line you can write scripts that call it.



    example:



    transset -n "Window Title" 0.5





    share|improve this answer





















    • granted, you do need to have compositing enabled first. I use MATE as my desktop, and just use the simple compositor built into it.
      – LaXDragon
      Jan 27 '15 at 17:08















    up vote
    1
    down vote













    I use transset, you can make any window whatever level of opacity you want. Since it is command line you can write scripts that call it.



    example:



    transset -n "Window Title" 0.5





    share|improve this answer





















    • granted, you do need to have compositing enabled first. I use MATE as my desktop, and just use the simple compositor built into it.
      – LaXDragon
      Jan 27 '15 at 17:08













    up vote
    1
    down vote










    up vote
    1
    down vote









    I use transset, you can make any window whatever level of opacity you want. Since it is command line you can write scripts that call it.



    example:



    transset -n "Window Title" 0.5





    share|improve this answer












    I use transset, you can make any window whatever level of opacity you want. Since it is command line you can write scripts that call it.



    example:



    transset -n "Window Title" 0.5






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Jan 27 '15 at 17:07









    LaXDragon

    1113




    1113












    • granted, you do need to have compositing enabled first. I use MATE as my desktop, and just use the simple compositor built into it.
      – LaXDragon
      Jan 27 '15 at 17:08


















    • granted, you do need to have compositing enabled first. I use MATE as my desktop, and just use the simple compositor built into it.
      – LaXDragon
      Jan 27 '15 at 17:08
















    granted, you do need to have compositing enabled first. I use MATE as my desktop, and just use the simple compositor built into it.
    – LaXDragon
    Jan 27 '15 at 17:08




    granted, you do need to have compositing enabled first. I use MATE as my desktop, and just use the simple compositor built into it.
    – LaXDragon
    Jan 27 '15 at 17:08










    up vote
    0
    down vote













    qiv with the -p flag will show an image over the desktop that can work like an overlay.



    See also this question.






    share|improve this answer

























      up vote
      0
      down vote













      qiv with the -p flag will show an image over the desktop that can work like an overlay.



      See also this question.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        qiv with the -p flag will show an image over the desktop that can work like an overlay.



        See also this question.






        share|improve this answer












        qiv with the -p flag will show an image over the desktop that can work like an overlay.



        See also this question.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 28 at 23:32









        pbhj

        262210




        262210






















            up vote
            -1
            down vote













            Compiz is a bit overkill for this usage, since it's a window manager as well as a compositing manager. You only need to compositing part.



            The classic standalone compositing manager is xcompmgr, which will happily run alongside an existing window manager and should be in most distros' package managers. More recently it's been forked into Compton, to fix a few bugs.



            See https://wiki.archlinux.org/index.php/xcompmgr for more info (it's not Arch-specific).






            share|improve this answer





















            • This isn't really an answer. The user seems to know how to use compositing, but seems to interested in an image viewer with a minimal edge that can be overlaid against another window of like type.
              – killermist
              Jan 27 '15 at 17:13















            up vote
            -1
            down vote













            Compiz is a bit overkill for this usage, since it's a window manager as well as a compositing manager. You only need to compositing part.



            The classic standalone compositing manager is xcompmgr, which will happily run alongside an existing window manager and should be in most distros' package managers. More recently it's been forked into Compton, to fix a few bugs.



            See https://wiki.archlinux.org/index.php/xcompmgr for more info (it's not Arch-specific).






            share|improve this answer





















            • This isn't really an answer. The user seems to know how to use compositing, but seems to interested in an image viewer with a minimal edge that can be overlaid against another window of like type.
              – killermist
              Jan 27 '15 at 17:13













            up vote
            -1
            down vote










            up vote
            -1
            down vote









            Compiz is a bit overkill for this usage, since it's a window manager as well as a compositing manager. You only need to compositing part.



            The classic standalone compositing manager is xcompmgr, which will happily run alongside an existing window manager and should be in most distros' package managers. More recently it's been forked into Compton, to fix a few bugs.



            See https://wiki.archlinux.org/index.php/xcompmgr for more info (it's not Arch-specific).






            share|improve this answer












            Compiz is a bit overkill for this usage, since it's a window manager as well as a compositing manager. You only need to compositing part.



            The classic standalone compositing manager is xcompmgr, which will happily run alongside an existing window manager and should be in most distros' package managers. More recently it's been forked into Compton, to fix a few bugs.



            See https://wiki.archlinux.org/index.php/xcompmgr for more info (it's not Arch-specific).







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 27 '15 at 16:59









            Warbo

            1284




            1284












            • This isn't really an answer. The user seems to know how to use compositing, but seems to interested in an image viewer with a minimal edge that can be overlaid against another window of like type.
              – killermist
              Jan 27 '15 at 17:13


















            • This isn't really an answer. The user seems to know how to use compositing, but seems to interested in an image viewer with a minimal edge that can be overlaid against another window of like type.
              – killermist
              Jan 27 '15 at 17:13
















            This isn't really an answer. The user seems to know how to use compositing, but seems to interested in an image viewer with a minimal edge that can be overlaid against another window of like type.
            – killermist
            Jan 27 '15 at 17:13




            This isn't really an answer. The user seems to know how to use compositing, but seems to interested in an image viewer with a minimal edge that can be overlaid against another window of like type.
            – killermist
            Jan 27 '15 at 17:13


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f324447%2flinux-image-viewer-with-transparent-window%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...