missing icon in unity launcher and from systray

Bug #801166 reported by Jalil Karimov
24
This bug affects 5 people
Affects Status Importance Assigned to Milestone
goldendict (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

missing icon in unity launcher and from systray

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: goldendict 1.0.1-1ubuntu1
Uname: Linux 3.0.0-rc3+ i686
Architecture: i386
Date: Thu Jun 23 22:11:42 2011
ExecutablePath: /usr/bin/goldendict
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: goldendict
UpgradeStatus: Upgraded to natty on 2011-06-18 (5 days ago)

Revision history for this message
Jalil Karimov (jukarimov) wrote :
Revision history for this message
Alex (chewytree) wrote :

Thank you for taking the time to report this bug. I could not replicate this bug. maybe you can post a screenshot so this could be more clear.

Changed in goldendict (Ubuntu):
status: New → Incomplete
Revision history for this message
Alex (chewytree) wrote :

Also with the screenshot, can you just show step by step how you are replicating this bug? thanks.

Revision history for this message
Jalil Karimov (jukarimov) wrote :

Hey, I'm not a ubuntu flick kinda guy to post here my screenshots :)

Here how to fix tho, "white-list" list your "apps"
http://www.omgubuntu.co.uk/2011/03/how-to-hide-or-show-app-tray-applets-in-ubuntu-11-04/

After reboot, just like old mama stew :P

Hey, just picture transparent icon, nothing glorious to show of.
To fix the unity launcher, i just snapped goldedict icon all over the gnome's pixmaps.

Cheers!

Revision history for this message
Alex (chewytree) wrote :

When you first launched the program, did the icon show up? what was your exact problem? because once you pin it to the launcher, the icon should appear. As with 11.04 the systray is being less involved with many apps.

Changed in goldendict (Ubuntu):
status: Incomplete → Fix Committed
Revision history for this message
Micah Gersten (micahg) wrote :

Resetting to incomplete

Changed in goldendict (Ubuntu):
status: Fix Committed → Incomplete
Revision history for this message
Jalil Karimov (jukarimov) wrote :

Here script, dude on omg-ubuntu posted:
Don't get excited, Alex :p

#!/bin/bash
SCHEMA="com.canonical.Unity.Panel"
OBJECT="systray-whitelist"
APP="$1"
if [ ! "$(gsettings get $SCHEMA $OBJECT 2>/dev/null || echo FALSE)" = "FALSE" ]; then
  echo "Whitelisting $APP to work around flawed distribution design.."
  OBJARRAY=$(gsettings get $SCHEMA $OBJECT | sed -s -e "s#\['##g" -e "s#', '# #g" -e "s#'\]##g")
  if [[ "${OBJARRAY[@]}" =~ "$APP" ]]; then
    echo "$APP already whitelisted, skipping"
  else
    OBJARRAY=("${OBJARRAY[@]}" $APP)
    OBJARRAY=$(echo ${OBJARRAY[@]} | sed -s -e "s# #', '#g")
    OBJSET="['"$OBJARRAY"']"
    gsettings set $SCHEMA $OBJECT "$OBJSET"
  fi
else
  echo "This is not a Canonical \"designed\" product."
fi

Revision history for this message
Alex (chewytree) wrote :

seems more like a work around to it since its not allowed in the systray

Alex (chewytree)
Changed in goldendict (Ubuntu):
status: Incomplete → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.