How to make a window transparent in Gnome?












11















I'm working with many GIS applications under Gnome. It sometimes is very convenient to place one map over another to quickly spot differences.



There used to be a KDE trick to make any window (not just a terminal!) transparent, thereby allowing me to make one map semi-transparent and place it on the window of the other mapping software. Is there a similar trick for Gnome?










share|improve this question





























    11















    I'm working with many GIS applications under Gnome. It sometimes is very convenient to place one map over another to quickly spot differences.



    There used to be a KDE trick to make any window (not just a terminal!) transparent, thereby allowing me to make one map semi-transparent and place it on the window of the other mapping software. Is there a similar trick for Gnome?










    share|improve this question



























      11












      11








      11


      1






      I'm working with many GIS applications under Gnome. It sometimes is very convenient to place one map over another to quickly spot differences.



      There used to be a KDE trick to make any window (not just a terminal!) transparent, thereby allowing me to make one map semi-transparent and place it on the window of the other mapping software. Is there a similar trick for Gnome?










      share|improve this question
















      I'm working with many GIS applications under Gnome. It sometimes is very convenient to place one map over another to quickly spot differences.



      There used to be a KDE trick to make any window (not just a terminal!) transparent, thereby allowing me to make one map semi-transparent and place it on the window of the other mapping software. Is there a similar trick for Gnome?







      gnome compiz






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 11 '15 at 16:55









      slm

      1,73611824




      1,73611824










      asked Aug 5 '10 at 9:36









      Adam MatanAdam Matan

      4,749195786




      4,749195786






















          4 Answers
          4






          active

          oldest

          votes


















          8














          I am not sure about Gnomw itself, but in Compiz, there is a plugin called "Opacity, Brightness and Saturation adjustments", which allows you control transparency of windows any way I can imagine, including Alt + {sroll} as Andrea Lazzarotto said.






          share|improve this answer


























          • Also, make sure you enable Animations, found under Effects.

            – earthmeLon
            Jun 28 '11 at 2:41











          • Note that this solution is not desirable with Gnome 3. compiz worked a lot better with the Unity desktop.

            – Todd
            Aug 21 '18 at 19:58



















          6














          For newer versions of Gnome (Gnome 3/Gnome Shell), you can use this extension to make windows transparent:



          EDIT: To install in Gnome 3.14+



          Gnome extensions have a file containing which version of Gnome they are compatible with - this is not always correct as the extension may work for other versions not specified in the file, so you need to get the extension from outside the gnome extension site, and modify the file and install it manually - this works a lot of the time with other extensions.




          1. Go the the extension page, and download the extension zip file.


          2. Extract it, and modify the shell-version line in the /transparentwindows-master/transparentwindows@ellen/metadata.json file to make sure it includes your shell version (e.g. 3.14):



             "shell-version": ["3.10", "3.12", "3.14"], 


            You can find your shell version if needed using gnome-shell --version



          3. Move the extracted files to ~/.local/share/gnome-shell/extensions, so it looks like this:
            /home/wilf/.local/share/gnome-shell/extensions/transparentwindows@ellen

          4. The extension should now work, though you may need to restart the shell with Alt+F2+r+Enter, and enable it in Gnome Tweak Tool or similar.


          Also note that you can do a issue/bug report to the developer to ask for the extension the Gnome Extension site to be updated - in this case there is one here. You can also make your own commit to the extension to include 3.14+ versions.






          share|improve this answer


























          • this extension, does not work with GNOME 3.14 and LATER versions ... do you know extension compatible with current version ?

            – Jiří Doubravský
            May 24 '15 at 16:20











          • @Jiff - it does (i have used recently in 3.14), you just can't install it from the extension page. I''ll add how to install it in my answer

            – Wilf
            May 24 '15 at 21:26











          • This extension is abandonware but it DOES work if you follow the instructions above

            – Jonathan
            Jan 9 '18 at 20:28






          • 1





            I have tested on 3.26.2

            – Jonathan
            Jan 14 '18 at 1:05






          • 1





            The guy fucking deleted the entire repo. All hope is lost! Back to KDE ??

            – Theodore R. Smith
            Feb 5 '18 at 4:28



















          3














          Hold down the Alt key and then scroll with your mouse wheel.






          share|improve this answer

































            1














            Gnome extensions are OK, but if someone want use opacity/transparency occasionally - it is better use xprop command.



            Run:



            xprop -format _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0x7FFFFFFF


            and then click on window to set it to 50% opacity.





            • 0x7FFFFFFF - 50% opacity


            • 0xFFFFFFFF - 100% opacity


            Set opacity via providing window id (obtained from xwininfo):



            xprop -id 0x3a00006 -format _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0x7FFFFFFF





            share|improve this answer








            New contributor




            Danniello is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              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',
              autoActivateHeartbeat: false,
              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%2faskubuntu.com%2fquestions%2f1028%2fhow-to-make-a-window-transparent-in-gnome%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









              8














              I am not sure about Gnomw itself, but in Compiz, there is a plugin called "Opacity, Brightness and Saturation adjustments", which allows you control transparency of windows any way I can imagine, including Alt + {sroll} as Andrea Lazzarotto said.






              share|improve this answer


























              • Also, make sure you enable Animations, found under Effects.

                – earthmeLon
                Jun 28 '11 at 2:41











              • Note that this solution is not desirable with Gnome 3. compiz worked a lot better with the Unity desktop.

                – Todd
                Aug 21 '18 at 19:58
















              8














              I am not sure about Gnomw itself, but in Compiz, there is a plugin called "Opacity, Brightness and Saturation adjustments", which allows you control transparency of windows any way I can imagine, including Alt + {sroll} as Andrea Lazzarotto said.






              share|improve this answer


























              • Also, make sure you enable Animations, found under Effects.

                – earthmeLon
                Jun 28 '11 at 2:41











              • Note that this solution is not desirable with Gnome 3. compiz worked a lot better with the Unity desktop.

                – Todd
                Aug 21 '18 at 19:58














              8












              8








              8







              I am not sure about Gnomw itself, but in Compiz, there is a plugin called "Opacity, Brightness and Saturation adjustments", which allows you control transparency of windows any way I can imagine, including Alt + {sroll} as Andrea Lazzarotto said.






              share|improve this answer















              I am not sure about Gnomw itself, but in Compiz, there is a plugin called "Opacity, Brightness and Saturation adjustments", which allows you control transparency of windows any way I can imagine, including Alt + {sroll} as Andrea Lazzarotto said.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Oct 27 '11 at 18:33









              Kris Harper

              9,574114670




              9,574114670










              answered Aug 5 '10 at 10:46









              AndresAndres

              81459




              81459













              • Also, make sure you enable Animations, found under Effects.

                – earthmeLon
                Jun 28 '11 at 2:41











              • Note that this solution is not desirable with Gnome 3. compiz worked a lot better with the Unity desktop.

                – Todd
                Aug 21 '18 at 19:58



















              • Also, make sure you enable Animations, found under Effects.

                – earthmeLon
                Jun 28 '11 at 2:41











              • Note that this solution is not desirable with Gnome 3. compiz worked a lot better with the Unity desktop.

                – Todd
                Aug 21 '18 at 19:58

















              Also, make sure you enable Animations, found under Effects.

              – earthmeLon
              Jun 28 '11 at 2:41





              Also, make sure you enable Animations, found under Effects.

              – earthmeLon
              Jun 28 '11 at 2:41













              Note that this solution is not desirable with Gnome 3. compiz worked a lot better with the Unity desktop.

              – Todd
              Aug 21 '18 at 19:58





              Note that this solution is not desirable with Gnome 3. compiz worked a lot better with the Unity desktop.

              – Todd
              Aug 21 '18 at 19:58













              6














              For newer versions of Gnome (Gnome 3/Gnome Shell), you can use this extension to make windows transparent:



              EDIT: To install in Gnome 3.14+



              Gnome extensions have a file containing which version of Gnome they are compatible with - this is not always correct as the extension may work for other versions not specified in the file, so you need to get the extension from outside the gnome extension site, and modify the file and install it manually - this works a lot of the time with other extensions.




              1. Go the the extension page, and download the extension zip file.


              2. Extract it, and modify the shell-version line in the /transparentwindows-master/transparentwindows@ellen/metadata.json file to make sure it includes your shell version (e.g. 3.14):



                 "shell-version": ["3.10", "3.12", "3.14"], 


                You can find your shell version if needed using gnome-shell --version



              3. Move the extracted files to ~/.local/share/gnome-shell/extensions, so it looks like this:
                /home/wilf/.local/share/gnome-shell/extensions/transparentwindows@ellen

              4. The extension should now work, though you may need to restart the shell with Alt+F2+r+Enter, and enable it in Gnome Tweak Tool or similar.


              Also note that you can do a issue/bug report to the developer to ask for the extension the Gnome Extension site to be updated - in this case there is one here. You can also make your own commit to the extension to include 3.14+ versions.






              share|improve this answer


























              • this extension, does not work with GNOME 3.14 and LATER versions ... do you know extension compatible with current version ?

                – Jiří Doubravský
                May 24 '15 at 16:20











              • @Jiff - it does (i have used recently in 3.14), you just can't install it from the extension page. I''ll add how to install it in my answer

                – Wilf
                May 24 '15 at 21:26











              • This extension is abandonware but it DOES work if you follow the instructions above

                – Jonathan
                Jan 9 '18 at 20:28






              • 1





                I have tested on 3.26.2

                – Jonathan
                Jan 14 '18 at 1:05






              • 1





                The guy fucking deleted the entire repo. All hope is lost! Back to KDE ??

                – Theodore R. Smith
                Feb 5 '18 at 4:28
















              6














              For newer versions of Gnome (Gnome 3/Gnome Shell), you can use this extension to make windows transparent:



              EDIT: To install in Gnome 3.14+



              Gnome extensions have a file containing which version of Gnome they are compatible with - this is not always correct as the extension may work for other versions not specified in the file, so you need to get the extension from outside the gnome extension site, and modify the file and install it manually - this works a lot of the time with other extensions.




              1. Go the the extension page, and download the extension zip file.


              2. Extract it, and modify the shell-version line in the /transparentwindows-master/transparentwindows@ellen/metadata.json file to make sure it includes your shell version (e.g. 3.14):



                 "shell-version": ["3.10", "3.12", "3.14"], 


                You can find your shell version if needed using gnome-shell --version



              3. Move the extracted files to ~/.local/share/gnome-shell/extensions, so it looks like this:
                /home/wilf/.local/share/gnome-shell/extensions/transparentwindows@ellen

              4. The extension should now work, though you may need to restart the shell with Alt+F2+r+Enter, and enable it in Gnome Tweak Tool or similar.


              Also note that you can do a issue/bug report to the developer to ask for the extension the Gnome Extension site to be updated - in this case there is one here. You can also make your own commit to the extension to include 3.14+ versions.






              share|improve this answer


























              • this extension, does not work with GNOME 3.14 and LATER versions ... do you know extension compatible with current version ?

                – Jiří Doubravský
                May 24 '15 at 16:20











              • @Jiff - it does (i have used recently in 3.14), you just can't install it from the extension page. I''ll add how to install it in my answer

                – Wilf
                May 24 '15 at 21:26











              • This extension is abandonware but it DOES work if you follow the instructions above

                – Jonathan
                Jan 9 '18 at 20:28






              • 1





                I have tested on 3.26.2

                – Jonathan
                Jan 14 '18 at 1:05






              • 1





                The guy fucking deleted the entire repo. All hope is lost! Back to KDE ??

                – Theodore R. Smith
                Feb 5 '18 at 4:28














              6












              6








              6







              For newer versions of Gnome (Gnome 3/Gnome Shell), you can use this extension to make windows transparent:



              EDIT: To install in Gnome 3.14+



              Gnome extensions have a file containing which version of Gnome they are compatible with - this is not always correct as the extension may work for other versions not specified in the file, so you need to get the extension from outside the gnome extension site, and modify the file and install it manually - this works a lot of the time with other extensions.




              1. Go the the extension page, and download the extension zip file.


              2. Extract it, and modify the shell-version line in the /transparentwindows-master/transparentwindows@ellen/metadata.json file to make sure it includes your shell version (e.g. 3.14):



                 "shell-version": ["3.10", "3.12", "3.14"], 


                You can find your shell version if needed using gnome-shell --version



              3. Move the extracted files to ~/.local/share/gnome-shell/extensions, so it looks like this:
                /home/wilf/.local/share/gnome-shell/extensions/transparentwindows@ellen

              4. The extension should now work, though you may need to restart the shell with Alt+F2+r+Enter, and enable it in Gnome Tweak Tool or similar.


              Also note that you can do a issue/bug report to the developer to ask for the extension the Gnome Extension site to be updated - in this case there is one here. You can also make your own commit to the extension to include 3.14+ versions.






              share|improve this answer















              For newer versions of Gnome (Gnome 3/Gnome Shell), you can use this extension to make windows transparent:



              EDIT: To install in Gnome 3.14+



              Gnome extensions have a file containing which version of Gnome they are compatible with - this is not always correct as the extension may work for other versions not specified in the file, so you need to get the extension from outside the gnome extension site, and modify the file and install it manually - this works a lot of the time with other extensions.




              1. Go the the extension page, and download the extension zip file.


              2. Extract it, and modify the shell-version line in the /transparentwindows-master/transparentwindows@ellen/metadata.json file to make sure it includes your shell version (e.g. 3.14):



                 "shell-version": ["3.10", "3.12", "3.14"], 


                You can find your shell version if needed using gnome-shell --version



              3. Move the extracted files to ~/.local/share/gnome-shell/extensions, so it looks like this:
                /home/wilf/.local/share/gnome-shell/extensions/transparentwindows@ellen

              4. The extension should now work, though you may need to restart the shell with Alt+F2+r+Enter, and enable it in Gnome Tweak Tool or similar.


              Also note that you can do a issue/bug report to the developer to ask for the extension the Gnome Extension site to be updated - in this case there is one here. You can also make your own commit to the extension to include 3.14+ versions.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited May 24 '15 at 21:41

























              answered Oct 31 '14 at 2:33









              WilfWilf

              21.3k1066129




              21.3k1066129













              • this extension, does not work with GNOME 3.14 and LATER versions ... do you know extension compatible with current version ?

                – Jiří Doubravský
                May 24 '15 at 16:20











              • @Jiff - it does (i have used recently in 3.14), you just can't install it from the extension page. I''ll add how to install it in my answer

                – Wilf
                May 24 '15 at 21:26











              • This extension is abandonware but it DOES work if you follow the instructions above

                – Jonathan
                Jan 9 '18 at 20:28






              • 1





                I have tested on 3.26.2

                – Jonathan
                Jan 14 '18 at 1:05






              • 1





                The guy fucking deleted the entire repo. All hope is lost! Back to KDE ??

                – Theodore R. Smith
                Feb 5 '18 at 4:28



















              • this extension, does not work with GNOME 3.14 and LATER versions ... do you know extension compatible with current version ?

                – Jiří Doubravský
                May 24 '15 at 16:20











              • @Jiff - it does (i have used recently in 3.14), you just can't install it from the extension page. I''ll add how to install it in my answer

                – Wilf
                May 24 '15 at 21:26











              • This extension is abandonware but it DOES work if you follow the instructions above

                – Jonathan
                Jan 9 '18 at 20:28






              • 1





                I have tested on 3.26.2

                – Jonathan
                Jan 14 '18 at 1:05






              • 1





                The guy fucking deleted the entire repo. All hope is lost! Back to KDE ??

                – Theodore R. Smith
                Feb 5 '18 at 4:28

















              this extension, does not work with GNOME 3.14 and LATER versions ... do you know extension compatible with current version ?

              – Jiří Doubravský
              May 24 '15 at 16:20





              this extension, does not work with GNOME 3.14 and LATER versions ... do you know extension compatible with current version ?

              – Jiří Doubravský
              May 24 '15 at 16:20













              @Jiff - it does (i have used recently in 3.14), you just can't install it from the extension page. I''ll add how to install it in my answer

              – Wilf
              May 24 '15 at 21:26





              @Jiff - it does (i have used recently in 3.14), you just can't install it from the extension page. I''ll add how to install it in my answer

              – Wilf
              May 24 '15 at 21:26













              This extension is abandonware but it DOES work if you follow the instructions above

              – Jonathan
              Jan 9 '18 at 20:28





              This extension is abandonware but it DOES work if you follow the instructions above

              – Jonathan
              Jan 9 '18 at 20:28




              1




              1





              I have tested on 3.26.2

              – Jonathan
              Jan 14 '18 at 1:05





              I have tested on 3.26.2

              – Jonathan
              Jan 14 '18 at 1:05




              1




              1





              The guy fucking deleted the entire repo. All hope is lost! Back to KDE ??

              – Theodore R. Smith
              Feb 5 '18 at 4:28





              The guy fucking deleted the entire repo. All hope is lost! Back to KDE ??

              – Theodore R. Smith
              Feb 5 '18 at 4:28











              3














              Hold down the Alt key and then scroll with your mouse wheel.






              share|improve this answer






























                3














                Hold down the Alt key and then scroll with your mouse wheel.






                share|improve this answer




























                  3












                  3








                  3







                  Hold down the Alt key and then scroll with your mouse wheel.






                  share|improve this answer















                  Hold down the Alt key and then scroll with your mouse wheel.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Oct 27 '11 at 18:33









                  Kris Harper

                  9,574114670




                  9,574114670










                  answered Aug 5 '10 at 9:42









                  Andrea LazzarottoAndrea Lazzarotto

                  5,69822649




                  5,69822649























                      1














                      Gnome extensions are OK, but if someone want use opacity/transparency occasionally - it is better use xprop command.



                      Run:



                      xprop -format _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0x7FFFFFFF


                      and then click on window to set it to 50% opacity.





                      • 0x7FFFFFFF - 50% opacity


                      • 0xFFFFFFFF - 100% opacity


                      Set opacity via providing window id (obtained from xwininfo):



                      xprop -id 0x3a00006 -format _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0x7FFFFFFF





                      share|improve this answer








                      New contributor




                      Danniello is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.

























                        1














                        Gnome extensions are OK, but if someone want use opacity/transparency occasionally - it is better use xprop command.



                        Run:



                        xprop -format _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0x7FFFFFFF


                        and then click on window to set it to 50% opacity.





                        • 0x7FFFFFFF - 50% opacity


                        • 0xFFFFFFFF - 100% opacity


                        Set opacity via providing window id (obtained from xwininfo):



                        xprop -id 0x3a00006 -format _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0x7FFFFFFF





                        share|improve this answer








                        New contributor




                        Danniello is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.























                          1












                          1








                          1







                          Gnome extensions are OK, but if someone want use opacity/transparency occasionally - it is better use xprop command.



                          Run:



                          xprop -format _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0x7FFFFFFF


                          and then click on window to set it to 50% opacity.





                          • 0x7FFFFFFF - 50% opacity


                          • 0xFFFFFFFF - 100% opacity


                          Set opacity via providing window id (obtained from xwininfo):



                          xprop -id 0x3a00006 -format _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0x7FFFFFFF





                          share|improve this answer








                          New contributor




                          Danniello is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.










                          Gnome extensions are OK, but if someone want use opacity/transparency occasionally - it is better use xprop command.



                          Run:



                          xprop -format _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0x7FFFFFFF


                          and then click on window to set it to 50% opacity.





                          • 0x7FFFFFFF - 50% opacity


                          • 0xFFFFFFFF - 100% opacity


                          Set opacity via providing window id (obtained from xwininfo):



                          xprop -id 0x3a00006 -format _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0x7FFFFFFF






                          share|improve this answer








                          New contributor




                          Danniello is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          share|improve this answer



                          share|improve this answer






                          New contributor




                          Danniello is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered Jan 13 at 17:54









                          DannielloDanniello

                          111




                          111




                          New contributor




                          Danniello is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          Danniello is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          Danniello is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • 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%2faskubuntu.com%2fquestions%2f1028%2fhow-to-make-a-window-transparent-in-gnome%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

                              How did Captain America manage to do this?

                              迪纳利

                              南乌拉尔铁路局