Releases: amitwh/GitHubDesktopLinux
Releases · amitwh/GitHubDesktopLinux
Release list
GitHub Desktop Linux 3.6.4-beta1-linux3
Fixes
- Blank screen fixed — the renderer was crashing due to a module-level
ipcMain.on()call inbuild-default-menu.tsthat executed in the renderer process (whereipcMainisundefined). This was the root cause of the blank window with only the menu bar visible. - GNOME shortcut now appears —
.desktopfile was mode 0664 (group-writable);giorefused to trust it. Now correctly set to 0644. /optdirectory accessible — was packed as 0700 (root-only). Now 0755, with explicitchmodin postinst for upgrades.chrome-sandboxSUID — postinst now unconditionally sets 4755 (theunshare --userheuristic was unreliable on Ubuntu 24+ where AppArmor restricts userns at runtime).
Install
.deb (Debian/Ubuntu)
sudo dpkg -i GithubDesktopLinux_3.6.4-beta1-linux3_amd64.debAppImage
AppImage needs --no-sandbox on Ubuntu 24+ (FUSE mounts with nosuid):
chmod +x GithubDesktopLinux-3.6.4-beta1-linux3.AppImage
./GithubDesktopLinux-3.6.4-beta1-linux3.AppImage --no-sandboxSnap
sudo snap install --dangerous GithubDesktopLinux_3.6.4-beta1-linux3_amd64.snapFlatpak
flatpak install --user "GitHub Desktop Linux-3.6.4-beta1-linux3-x86_64.flatpak"