
Performing Actions at Logon in Linux
Performing Actions at Logon in Linux I recently upgraded my Fedora Silverblue installation from 39 to 40 and sought to resolve two longstanding quality of life issues, the; OnlyKey client application autostarts at every logon Bluetooth soundbar requires reconnection at every logon. Solving the first issue paved the pathway to solving the second issue. Preventing the OnlyKey Application from Autostarting at Logon A quick Google search turned up on the Gnome Help page which specifically addressed how to add an auto start application for all users. This was a great start but it did not tell me how to override the autostart function. Drop-in files are used extensively in Linux and are often used to override system wide behaviour so my working theory is that there should be an option to use a drop-in override file to disable the autostart behaviour which raises two further questions; ...