12

Do you guys know how to get Copy's systray icon to work?

That's an old question and the old fix doesn't work no more..

I've already tried:

sudo apt-get install libappindicator1

and the other:

sudo apt-get install libcanberra-gtk-module

and since Ubuntu retired whitelisting (partially in 13.04 and - as my understanding goes - totally in 14.04: there is no com.canonical.Unity.Panel schema at all), do you guys have a fix for that?

Edit: I ultimately made the systray icon show up by doing the two last commands and creating a folder .icons in my home folder.

mkdir -p ~/.icons

But the menu is still messed up:

Copy menu grayed

Any suggestions?

P.S: I think we might be close to what seems to be a fix..

pr.nizar
  • 790

2 Answers2

2

It looks like the same issue that has been described in the link below. The issue persists on 13.04 to 14.04.
This has been fixed in 14.10 but temporarily you can find the solution here:
Fix Copy.com indicator menu for Ubuntu 14.04/13.10
Hope it helps

Roopesh90
  • 168
0

I had the same problem and I solved it, but unfortunately not the pretty way (meaning I did not know, what I am doing). First I did what you did and then followed on this site copy help forum the instructions of user "January Weiner" . I have no idea, but perhaps that was the crucial point:

cd ~/.copy
echo 'UPDATE config2 SET value=0 WHERE option="csmBlackWhiteIconsV2" ;' | sqlite3 config.db
echo 'UPDATE config2 SET value=0 WHERE option="csmGlobalSync" ;' | sqlite3 config.db
echo 'UPDATE config2 SET value=0 WHERE option="csmAppIndicatorAvailable" ;' | sqlite3 config.db
user.dz
  • 49,176
heki
  • 26