I found out the reason why Anki is shown 2 times in launchpad. There is a bug somewhere between nVidia propertary driver and Qt which does not refresh Anki window. There is a simple workaround to launch Anki with QT_GRAPHICSSYSTEM=raster. I've created /usr/local/bin/anki which sets the environment and launch /usr/bin/anki:
<code> #!/bin/bash export QT_GRAPHICSSYSTEM=raster exec /usr/bin/anki $@ </code> I also updated /usr/share/application/anki.desktop to run my local version instead of /usr/bin/anki I am able to reproduce this bug with other applications like Getting Things GNOME! (gtg) as well. Running local version instead of system wide version make Unity confused. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/917048 Title: Single Anki window has 2 icons in launchpad To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/917048/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
