Skip to content

Instantly share code, notes, and snippets.

@hyOzd
Last active January 21, 2024 01:08
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyOzd/35e913db620b3ba086fb to your computer and use it in GitHub Desktop.
Save hyOzd/35e913db620b3ba086fb to your computer and use it in GitHub Desktop.
Reload a cinnamon extension or applet from the command line. Useful during extension/applet development. Replace the EXTENSION_UUID at the end of the command with your extensions UUID.
# replace the EXTENSION_UUID with your extension/applet/desklet name
# replace the APPLET with other types if you are not working with an applet
dbus-send --session --dest=org.Cinnamon.LookingGlass --type=method_call /org/Cinnamon/LookingGlass org.Cinnamon.LookingGlass.ReloadExtension string:'EXTENSION_UUID' string:'APPLET'
@claudiux
Copy link

Awesome! Thank you very much for this tip!

@amcolash
Copy link

amcolash commented Nov 5, 2020

perfect - my applet was not working at all. turns out removing / adding does not reload things, but this worked!

@meepak
Copy link

meepak commented Dec 3, 2023

Thank you, I am finally able to create a proper quick touchscreen enable disable button within panel launcher because of this..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment