-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix: Client sometimes does not show up when started by a user #7784
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good, but is that really the behavior we want?
Opening the settings dialog every time one starts owncloud?
@@ -1,7 +1,7 @@ | |||
[Desktop Entry] | |||
Categories=Utility;X-SuSE-SyncUtility; | |||
Type=Application | |||
Exec=@APPLICATION_EXECUTABLE@ | |||
Exec=@APPLICATION_EXECUTABLE@ --showsettings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But why do we want to show the settings dialog when starting owncloud from the menu?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well it gives the user a feedback that something happened.
I'd also expect 99% of the users to have it in autostart.
Tested on Linux Mint 19
logout / login:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Issue: #7018