Skip to content

Instantly share code, notes, and snippets.

@andreldm
Last active June 19, 2017 15:13
Show Gist options
  • Save andreldm/87e56849cf262f72aa8189f6a82ee8f3 to your computer and use it in GitHub Desktop.
Save andreldm/87e56849cf262f72aa8189f6a82ee8f3 to your computer and use it in GitHub Desktop.
Build thunar-gtk3
#!/bin/bash
git clone https://github.com/andreldm/thunar.git thunar-gtk3
cd thunar-gtk3
./autogen.sh
make
pkill -i thunar
thunar/thunar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment