Skip to content

Instantly share code, notes, and snippets.

@toodaniels
Created February 15, 2022 22:39
Show Gist options
  • Save toodaniels/3bf0e3f05dcc910e7f3e648e43893ce5 to your computer and use it in GitHub Desktop.
Save toodaniels/3bf0e3f05dcc910e7f3e648e43893ce5 to your computer and use it in GitHub Desktop.
Downgrade slack-desktop version on Arch Linux (Workspaces bug 4.23.0-1)
  1. Clone slack-git from https://aur.archlinux.org/slack-desktop.git and enter to slack-desktop folder
  git clone https://aur.archlinux.org/slack-desktop.git
  1. Show de git log to select the slack-desktop version, i selected the commit be95059895d8910b435e75defd58d909dd84ac17
  git checkout be95059895d8910b435e75defd58d909dd84ac17
  1. Install using makepkg
  makepkg -is
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment