Solución: Si usas .deb, instala libsecret-1-0 y libgconf-2-4:
sudo apt install libsecret-1-0 libgconf-2-4
sudo rpm -Uvh GitHubDesktop-linux-*.rpm descargar github desktop para linux new
Los paquetes Flatpak están aislados del sistema y funcionan en casi cualquier distribución Linux moderna (SteamOS, Elementary, Zorin, etc.). Este es el método más futurista. Solución: Si usas
Ventaja de Flatpak: Recibirás actualizaciones automáticas en segundo plano. Es el método más "new" y limpio. sudo rpm -Uvh GitHubDesktop-linux-*
Install it:
# For .deb (Debian/Ubuntu)
sudo dpkg -i GitHubDesktop-linux*.deb
sudo apt-get install -f # fix missing dependencies
This is the killer feature. Historically, authenticating with GitHub from a Linux GUI was a nightmare of personal access tokens (PATs) and copy-paste errors. The new Desktop integrates the Git Credential Manager (GCM) natively. You can now log in via your browser (OAuth) once, and it securely stores your credentials in the system keyring (GNOME Keychain/KWallet). No more token expiry headaches.