Install latest/stable of quick-linkedin
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install quick-linkedin
Don't have snapd? Get set up for snaps.
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Generate an embeddable card to be shared on external websites.
Uses a Client/Server IPC architecture to bridge hardware events to the user's graphical session cleanly. Why this exists Modern Linux display servers (Wayland) heavily restrict background processes from interacting with the graphical session. quick-linkedin solves this using a secure, strictly confined Client/Server architecture. A root-level hardware listener securely detects your keystrokes and passes a trigger to a lightweight user-space agent, opening your browser natively without violating sandbox security policies.
Installation & Setup Guide Because this application reads raw keyboard inputs to detect the global shortcut, Canonical's strict sandboxing requires you to manually grant hardware permissions after installation.
Please follow these exact steps to get it running:
You must explicitly allow the snap to read your keyboard events:
Bash: sudo snap connect quick-linkedin:raw-input 3. Configure Your Keyboard Run the built-in setup script to tell the daemon which keyboard to listen to. You will be prompted to enter the absolute path to your keyboard event node (e.g., /dev/input/event3).
Bash sudo quick-linkedin.setup (Tip: If you aren't sure which eventX node is your primary keyboard, you can find it by installing and running sudo evtest or cat /proc/bus/input/devices).
The graphical User Agent is designed to start automatically when you log into your desktop environment. You must log out of your Linux session and log back in for this autostart to trigger for the first time.
Troubleshooting The shortcut does nothing: Check if the background daemon is running smoothly by viewing its logs:
Bash snap logs -f quick-linkedin.daemon If it says "Cannot open device", you likely entered the wrong keyboard path or forgot to run the snap connect command.
Fixing a wrong keyboard path: Simply run sudo quick-linkedin.setup again with the correct path.
Testing without logging out: If you want to test the tool immediately without logging out of GNOME/KDE, you can manually start the user agent in a terminal (do NOT use sudo):
Bash quick-linkedin.agent
# LinkedIn Shortcut Daemon
A strictly confined, background Linux daemon that listens for a global keyboard shortcut (Ctrl + Alt + Shift + Super + L) and instantly launches LinkedIn in the user's default web browser.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.