Looking through the list of application indicators, I see screenshots that appear to have a Shutter indicator. Where can I find & install this?

link|improve this question
This issue is addressed in a post on the Shutter blog. – ændrük May 4 '11 at 0:00
feedback

3 Answers

up vote 8 down vote accepted

Until they get perl bindings for app indicator, you can whitelist Shutter systray as per the one-line command posted in this question,

gsettings set com.canonical.Unity.Panel systray-whitelist "$(gsettings get com.canonical.Unity.Panel systray-whitelist | sed -e "s/]$/, 'shutter']/")"


GUI Editor method

  1. Install dconf-toolsInstall dconf-tools

  2. Open dconf-editor

    Run Command Alt+F2 and type dconf-editor

  3. Navigate to desktop => unity => panel

    enter image description here

  4. Add the text ,'shutter' to the end of the list (inside the square bracket).

  5. Close dconf-editor and restart Unity (Run Command Alt+F2 and type unity)

link|improve this answer
It would be the application executable name, test in Terminal. So dropbox and pidgin would be as is. You could alternatively replace the list with just ['all'] – Cas May 4 '11 at 14:53
I ultimately just put in ['all']. Now I get my blinking pidgin systray back :) Thanks for the tip. – Dustin May 5 '11 at 16:44
Is it necessary to restart Unity after this change? – George Edison May 11 '11 at 0:19
feedback

Shutter doesn't have an indicator because there are no indicator bindings for Perl.

Instead I keep shutter on my launcher and just use the quicklists to do take fast screenshots:

enter image description here

link|improve this answer
feedback

Andrei from WebUpd8 has written an application indicator for Shutter. It isn't perfect, but you should find it satisfactory. It works in 11.04 and 11.10.

To install it:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install indicator-shutter

Or:

  • Add ppa:nilarimogard/webupd8 to your software sources.
  • Refresh the sources.
  • Install indicator-shutter Install indicator-shutter <--- by clicking on this icon.

Instructions taken from: here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.