wheezy: add a quick shutdown button back
_Originally created by Tails on [#5355 (Redmine)](https://public-redmine-archive.tails.boum.org/code/issues/5355)_ We need to add our quick shutdown applet (the red button on the far right of the top GNOME panel, in Tails 0.x) back. That probably means adapting our applet to work with GNOME Panel 3.4. Additional information: - The current applet lives in `config/chroot_local-includes/usr/local/bin/shutdown_helper_applet`. - The applet is not available in the *Add to Panel* menu on Wheezy. - [TailsClock](https://git-tails.immerda.ch/kevin/clock/) might be a good example as it provides an applet that runs both on GNOME2 and GNOME3. The code should be based off the `feature/wheezy` branch. A first step is probably to adapt the applet so that one can manually add it to the panel Then, one should register the applet somehow, to have it shown by default (probably related to tails/tails#6381). Feature Branch: bugfix/5355-add-a-quick-shutdown-button-back Parent Task: tails/tails#6015 ### Related issues - **Blocks** tails/tails#6004
issue