Keruspe / GPaste

Clipboard management system
BSD 2-Clause "Simplified" License
781 stars 55 forks source link

Feature request: options to hidden UI on start. #402

Open gapplef opened 2 years ago

gapplef commented 2 years ago

I'd like to set gpaste start automatically on login and run in background.

Current, there is no way to hidden the UI on start, the main widow is always shown on startup. This increase the risk of private information exposure while have no benefit.

vipranarayan14 commented 2 years ago

The desktop file runs the "gpaste-ui" application (/usr/libexec/gpaste/gpaste-ui). This will always opens the UI. The "gpaste-client", on the other hand, seems to start the application in the background and does not open the UI.

So, in Startup Applications, instead of adding the GPaste application, I added the following command:

/usr/bin/gpaste-client start

Now, whenever my system starts up, GPaste also starts but the UI is not shown.

gapplef commented 2 years ago

It works. Thanks a lot! @vipranarayan14

vipranarayan14 commented 2 years ago

It works. Thanks a lot! @vipranarayan14

Great!