Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Do not open terminal window on linux #525

Closed
AlexanderRevo opened this issue Dec 7, 2017 · 2 comments
Closed

Do not open terminal window on linux #525

AlexanderRevo opened this issue Dec 7, 2017 · 2 comments
Assignees

Comments

@AlexanderRevo
Copy link

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:

  1. The obvious: ctrl+z -> bg -> disown. The terminal window, however, ignores job control and just prints ^Z instead of suspending.
  2. 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.
  3. 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.

@egraether
Copy link
Contributor

egraether commented Dec 7, 2017

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

@egraether egraether self-assigned this Dec 7, 2017
@egraether
Copy link
Contributor

Fixed with 2017.4.102

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants