Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Manual Install

gabeos edited this page Oct 9, 2014 · 2 revisions

Instructions on general gnome-shell extension installation here: http://bernaerts.dyndns.org/linux/76-gnome/283-gnome-shell-install-extension-command-line-script

Summary of steps:

  1. Clone git repo with git clone https://github.com/coderstephen/pushbullet-gnome.git

  2. cd pushbullet-gnome/pushbullet-gnome@stephencoakley.com

  3. sudo chmod u+x build.sh && ./build.sh

  4. cd ..

  5. cp -r pushbullet-gnome@stephencoakley.com ~/.local/share/gnome-shell/extensions/

  6. Restart gnome-shell with Alt+F2, r, Enter.

  7. If you have gnome-tweak-tool, you can now enable the extension in the Extensions Settings pane. If you don't, you can do this manually with:

    • gsettings get org.gnome.shell enabled-extensions
    • Prints something like > ['<ext-name>@<dev>', ...]
    • gsettings set org.gnome.shell enabled-extensions "['<ext-name>@<dev>', ..., 'pushbullet-gnome@stephencoakley.com']"
    • Be sure to include the names of the extensions that were printed in the gsettings get ... command, or this will disable your other extensions.
  8. Might have to restart gnome-shell again? Alt+F2, r, Enter. 9 Extension icon should show up in your notification bar.

Clone this wiki locally