You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Platform version: Ubuntu 16.04 LTS (64-bit).
Sourcetrail version: 2017.4.46.
Description of the problem: Running Sourcetrail on linux via Dock shortcut opens a terminal window that seems to be used to report errors and warnings. I do not want this window to be shown because it's of no use to me and is cluttering my screen.
Steps to reproduce the problem: Run Sourcetrail via dock or dash.
Things I tried to solve the issue myself:
The obvious: ctrl+z -> bg -> disown. The terminal window, however, ignores job control and just prints ^Z instead of suspending.
Running via existing terminal window. Same as item 1, except it works. This is, however, too many steps to just run a program, in my opinion.
Editing sourcetrail.desktop setting Terminal=false. This works great, but will probably be reversed with every update. Also, the output is lost in this case, and, even though I don't want to see it most of the time, it might be needed for a bug report or something.
Proposed solution: Get rid of the terminal window and output to a log file instead.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I guess we should just set Terminal=false in sourcetrail.desktop from now on. I don't even know why it is currently explicitly set to true.
You can still find all log information within the log files, see Menu -> Help -> Show Log Folder
Platform version: Ubuntu 16.04 LTS (64-bit).
Sourcetrail version: 2017.4.46.
Description of the problem: Running Sourcetrail on linux via Dock shortcut opens a terminal window that seems to be used to report errors and warnings. I do not want this window to be shown because it's of no use to me and is cluttering my screen.
Steps to reproduce the problem: Run Sourcetrail via dock or dash.
Things I tried to solve the issue myself:
ctrl+z
->bg
->disown
. The terminal window, however, ignores job control and just prints^Z
instead of suspending.sourcetrail.desktop
settingTerminal=false
. This works great, but will probably be reversed with every update. Also, the output is lost in this case, and, even though I don't want to see it most of the time, it might be needed for a bug report or something.Proposed solution: Get rid of the terminal window and output to a log file instead.
The text was updated successfully, but these errors were encountered: