geany - disable run logHow to turn off geany message window by default?Script won't run properly in crontab, no path or permission problemsStruggling with build commands in Geanysudo geany throws fatal errorGeany error 127 when programming in CGet Firefox to reopen same file on disk (for testing)Execute program in Geany produces geany_run_script.sh scriptgeany output to same terminal instanceDisable syntax highlighting in GeanyGeany Terminal Run Problem

Coffee Grounds and Gritty Butter Cream Icing

Does the DOJ's declining to investigate the Trump-Zelensky call ruin the basis for impeachment?

Bash-script as linux-service won't run, but executed from terminal works perfectly

How to assemble a contract’s code?

Did Joe Biden "stop the prosecution" of his son in Ukraine? And did he brag about stopping the prosecution?

Can/should you swim in zero G?

What are the limits on an impeached and not convicted president?

Does SQL Server's serializable isolation level lock entire table

What’s the BrE for “shotgun wedding”?

Manager told a colleague of mine I was getting fired soon

How come the Russian cognate for the Czech word "čerstvý" (fresh) means entirely the opposite thing (stale)?

What's the difference between motherboard and chassis?

Are there any tricks to pushing a grand piano?

Power Adapter for Traveling to Scotland (I live in the US)

How fast are we moving relative to the CMB?

Non-electric Laser

Should I reveal productivity tricks to peers?

Can 35 mm film which went through a washing machine still be developed?

How does Donald Trump manage to remain so popular over a rather long period of time?

Can I pay off my mortgage with a new one?

Search for something difficult to count/estimate

Is right click on tables bad UX

As a girl, how can I voice male characters effectively?

Are there manual immigration checks for non EU citizens in airports when travelling inside the EU?



geany - disable run log


How to turn off geany message window by default?Script won't run properly in crontab, no path or permission problemsStruggling with build commands in Geanysudo geany throws fatal errorGeany error 127 when programming in CGet Firefox to reopen same file on disk (for testing)Execute program in Geany produces geany_run_script.sh scriptgeany output to same terminal instanceDisable syntax highlighting in GeanyGeany Terminal Run Problem






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









0















Geany 1.33 produces a run log in the working directory when I run a script from within the editor. (Build.Execute)



How do I disable this?



I see nothing in preferences or in the Build menu or in the Build configuration. A grep of the ~/.config/geany directory finds nothing like it.










share|improve this question






























    0















    Geany 1.33 produces a run log in the working directory when I run a script from within the editor. (Build.Execute)



    How do I disable this?



    I see nothing in preferences or in the Build menu or in the Build configuration. A grep of the ~/.config/geany directory finds nothing like it.










    share|improve this question


























      0












      0








      0








      Geany 1.33 produces a run log in the working directory when I run a script from within the editor. (Build.Execute)



      How do I disable this?



      I see nothing in preferences or in the Build menu or in the Build configuration. A grep of the ~/.config/geany directory finds nothing like it.










      share|improve this question














      Geany 1.33 produces a run log in the working directory when I run a script from within the editor. (Build.Execute)



      How do I disable this?



      I see nothing in preferences or in the Build menu or in the Build configuration. A grep of the ~/.config/geany directory finds nothing like it.







      geany






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 9 at 18:59









      Stephen BostonStephen Boston

      1,1993 gold badges10 silver badges23 bronze badges




      1,1993 gold badges10 silver badges23 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0
















          In the ~/.config/geany/filedefs/filetypes.python file:



          /usr/bin/python3 -i '%f' | tee run.log


          Replace with



          /usr/bin/python3 -i '%f' 


          Fixes the problem.



          I may have put that in myself long ago...






          share|improve this answer


























            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/4.0/"u003ecc by-sa 4.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%2f1116977%2fgeany-disable-run-log%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
















            In the ~/.config/geany/filedefs/filetypes.python file:



            /usr/bin/python3 -i '%f' | tee run.log


            Replace with



            /usr/bin/python3 -i '%f' 


            Fixes the problem.



            I may have put that in myself long ago...






            share|improve this answer





























              0
















              In the ~/.config/geany/filedefs/filetypes.python file:



              /usr/bin/python3 -i '%f' | tee run.log


              Replace with



              /usr/bin/python3 -i '%f' 


              Fixes the problem.



              I may have put that in myself long ago...






              share|improve this answer



























                0














                0










                0









                In the ~/.config/geany/filedefs/filetypes.python file:



                /usr/bin/python3 -i '%f' | tee run.log


                Replace with



                /usr/bin/python3 -i '%f' 


                Fixes the problem.



                I may have put that in myself long ago...






                share|improve this answer













                In the ~/.config/geany/filedefs/filetypes.python file:



                /usr/bin/python3 -i '%f' | tee run.log


                Replace with



                /usr/bin/python3 -i '%f' 


                Fixes the problem.



                I may have put that in myself long ago...







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 16 at 20:09









                Stephen BostonStephen Boston

                1,1993 gold badges10 silver badges23 bronze badges




                1,1993 gold badges10 silver badges23 bronze badges































                    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%2f1116977%2fgeany-disable-run-log%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

                    Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

                    Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü

                    How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region