Client: Can't stop automatic starting on Ubuntu 16.04 Linux

Created on 7 Nov 2017  路  5Comments  路  Source: keybase/client

There are no settings to choose whether I want automatic starting or not. Would be great to add that kind of functionality. Otherwise, there is no way to stop automatic starting of the program.

Most helpful comment

@ziyaddin take a look at ~/.config/autostart/keybase_autostart.desktop:

# Uncomment the following line to disable Keybase autostart:
#Hidden=true

Apologies for not having a setting for this in the GUI yet.

All 5 comments

cc @oconnor663 for an update on this

@ziyaddin take a look at ~/.config/autostart/keybase_autostart.desktop:

# Uncomment the following line to disable Keybase autostart:
#Hidden=true

Apologies for not having a setting for this in the GUI yet.

@oconnor663 Thank you! No problem, it is not a big deal to disable it by using the mentioned method. The only issue is usability.

Just wanted to drop a note here, since I found this issue and checked ~/.config/autostart/keybase_autostart.desktop to find terminal commands instead:

# To toggle autostart on, run
# `keybase ctl autostart --enable`
# or to toggle off,
# `keybase ctl autostart --disable`.
# Note that this will overwrite any changes you have made.

In Keybase 5.0, you can change this setting in the GUI on all platforms. Please make a new issue if you are still having trouble. Thanks!

Was this page helpful?
0 / 5 - 0 ratings