Programie Posted January 12, 2019 Report Posted January 12, 2019 When configuring Enpass to automatically start on login, the Enpass main window is visible. Is there any way to start Enpass just showing the tray icon without showing the main window? I'm using Enpass 6.0.1 on Ubuntu 18.10 with KDE. 2
7Bit Posted February 8, 2019 Report Posted February 8, 2019 Same here, this is broken for ages and Enpass support confirmed working on it month ago. When there will be a fix available?
Anshu kumar Posted February 11, 2019 Report Posted February 11, 2019 Hey @7Bit Could you please try re-enabling Open Automatically at System Startup in Enpass General settings and let me know if the problem persists. Thanks! 2
Programie Posted February 11, 2019 Author Report Posted February 11, 2019 I just tried re-enabling the Open Automatically at System Startup option and now it works. Thanks! The option changes the Startup entry to execute "/opt/enpass/Enpass -minimize".
Programie Posted February 15, 2019 Author Report Posted February 15, 2019 In my previous post I only tested it in the way of quitting Enpass and manually starting it with the "-minimize" option which worked as already described. But I still got the issue after login. After some time trying to find out what exactly causes the issue, I tried to remove the startup entry completely. But Enpass still started on login even if it should not as there is no startup entry. Then I figured out that KDE by default saves the opened application in the session and restores them after login. But in that case, Enpass is started with "-session <some long session id>" instead of the "-minimize" option which obviously results in having the main window visible on start. I've now configured KDE to always start a clean session on login without restoring previous opened applications and re-enabled the "Open Automatically at System Startup" option in Enpass. Now Enpass is starting with only the tray icon visible. There is also an option to exclude specific application from session restoration, so excluding Enpass from the session restoration should also work. But in my case, I keep the session restoration completely disabled.
lw4z Posted November 23, 2019 Report Posted November 23, 2019 (edited) I solved this problem using pkill and sleep command on autostart script (I'm using plasma desktop, the time perfect for me was 10 seconds), ex. "pkill Enpass && sleep 10 && /opt/enpass/Enpass -minimize". Edited November 23, 2019 by lw4z After more tests 1
Geekgirl Posted January 2, 2021 Report Posted January 2, 2021 I am using Plasma and i3 as a window manager. I added: Quote exec --no-startup-id "/opt/enpass/Enpass -minimize" to my i3 config to start Enpass minimized.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now