Application Indicator for Shutter – How to Install

indicatorshutterunity

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

Best Answer

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)

Related Question