using ansi escape codes to change the background color in xfce4-terminalHow to change the background color of...

Email address etiquette - Which address should I use to contact professors?

How is this kind of structure made?

How can I categorize files in a directory based on their content?

Is there any way to get the Draconic Claw feat without losing BAB?

Box of tablets, whole or broken: solution required

create a tuple from pairs

How many different ways are there to checkmate in the early game?

How are you supposed to know the strumming pattern for a song from the "chord sheet music"?

What does this double-treble double-bass staff mean?

A disc is cut into 12 sectors with areas in arithmetic progression. The largest angle is twice the smallest. Find the smallest angle.

Flight control in yawing asymmery

Medieval Warfare and Combat Implications of Superior Strength and Skin as Strong as Leather Armor

Is it legal for a company to enter an agreement not to hire employees from another company?

Why did Gandalf use a sword against the Balrog?

How far did Gandalf and the Balrog drop from the bridge in Moria?

If a digital camera can be "hacked" in the ransomware sense, how best to protect it?

Why do funding agencies like the NSF not publish accepted grants?

What are the uses and limitations of Persuasion, Insight, and Deception against other PCs?

How to take the beginning and end parts of a list with simpler syntax?

What a beautiful canyon!

Are differences between uniformly distributed numbers uniformly distributed?

How can I solve for the intersection points of two ellipses?

Trying to write a shell script that keeps testing a server remotely, but it keeps falling in else statement when I logout

What happens if I delete an icloud backup?



using ansi escape codes to change the background color in xfce4-terminal


How to change the background color of curses applications?How to run xfce-terminal with different commands per tab and keep using the tabs after the commands have returned?How to change a font/background color in transparent windows?Change key mappings for xfce4-terminalChange terminal color in solaris 10Change terminal text color for next command onlyHow to change the color scheme of the prompt based on user?Debian - How to change Terminal background colorsHow to force vim to interpret ANSI color escape sequencesHow to programmatically change settings of xfce4-terminal?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















This works to change the background color for the entire terminal with xterm:



printf '33]10;%sa33]11;%sa' Blue Red


It doesn't work in xfce4-terminal, tho. Is there something that will work? Note, I want a command line solution.










share|improve this question

















bumped to the homepage by Community 1 hour ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.























    0















    This works to change the background color for the entire terminal with xterm:



    printf '33]10;%sa33]11;%sa' Blue Red


    It doesn't work in xfce4-terminal, tho. Is there something that will work? Note, I want a command line solution.










    share|improve this question

















    bumped to the homepage by Community 1 hour ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















      0












      0








      0








      This works to change the background color for the entire terminal with xterm:



      printf '33]10;%sa33]11;%sa' Blue Red


      It doesn't work in xfce4-terminal, tho. Is there something that will work? Note, I want a command line solution.










      share|improve this question
















      This works to change the background color for the entire terminal with xterm:



      printf '33]10;%sa33]11;%sa' Blue Red


      It doesn't work in xfce4-terminal, tho. Is there something that will work? Note, I want a command line solution.







      colors escape-characters xfce4-terminal






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 24 '15 at 18:41









      Gilles

      569k136 gold badges1172 silver badges1685 bronze badges




      569k136 gold badges1172 silver badges1685 bronze badges










      asked Feb 23 '15 at 18:28









      Ray AndrewsRay Andrews

      8303 gold badges9 silver badges27 bronze badges




      8303 gold badges9 silver badges27 bronze badges






      bumped to the homepage by Community 1 hour ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









      bumped to the homepage by Community 1 hour ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 1 hour ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          It's not possible with the current version of xfce-terminal (4.12), since it uses an ancient, Gtk+2-based vte for terminal emulation. You should wait until they port their code to the new, Gtk+3-based vte, or switch to another terminal emulator (e.g. gnome-terminal).






          share|improve this answer




























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "106"
            };
            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: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f186418%2fusing-ansi-escape-codes-to-change-the-background-color-in-xfce4-terminal%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            It's not possible with the current version of xfce-terminal (4.12), since it uses an ancient, Gtk+2-based vte for terminal emulation. You should wait until they port their code to the new, Gtk+3-based vte, or switch to another terminal emulator (e.g. gnome-terminal).






            share|improve this answer






























              0














              It's not possible with the current version of xfce-terminal (4.12), since it uses an ancient, Gtk+2-based vte for terminal emulation. You should wait until they port their code to the new, Gtk+3-based vte, or switch to another terminal emulator (e.g. gnome-terminal).






              share|improve this answer




























                0












                0








                0







                It's not possible with the current version of xfce-terminal (4.12), since it uses an ancient, Gtk+2-based vte for terminal emulation. You should wait until they port their code to the new, Gtk+3-based vte, or switch to another terminal emulator (e.g. gnome-terminal).






                share|improve this answer













                It's not possible with the current version of xfce-terminal (4.12), since it uses an ancient, Gtk+2-based vte for terminal emulation. You should wait until they port their code to the new, Gtk+3-based vte, or switch to another terminal emulator (e.g. gnome-terminal).







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 27 '15 at 20:25









                egmontegmont

                2,9271 gold badge11 silver badges14 bronze badges




                2,9271 gold badge11 silver badges14 bronze badges

































                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • 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%2funix.stackexchange.com%2fquestions%2f186418%2fusing-ansi-escape-codes-to-change-the-background-color-in-xfce4-terminal%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

                    Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

                    The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

                    Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...