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;
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
add a comment
|
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
add a comment
|
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
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
geany
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
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
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...
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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...
add a comment
|
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...
add a comment
|
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...
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...
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
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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