b4j4 / indicator-kdeconnect

AppIndicator for KDE Connect
GNU Lesser General Public License v2.1
371 stars 38 forks source link

wrong icon in elementaryOS #9

Closed Marukesu closed 7 years ago

Marukesu commented 7 years ago

In elementary, the indicator icon does not use the symbolic icon, making it ugly and inconsistent with the system, like this :

captura de tela de 2016-11-27 15 54 28

varlesh commented 7 years ago

elementary use libappindicator and not symbolic icons.

varlesh commented 7 years ago

for libappindiactor available icons (ubuntu-mono): https://github.com/Bajoja/indicator-kdeconnect/tree/master/data/icons/ubuntu-mono-dark/status/22

varlesh commented 7 years ago

It's happened because on elementary icon theme not available Inherits option:

[Icon Theme]
Name=elementary
Comment=Smooth modern theme designed to be intuitive.

Example=directory-x-normal

#Directory list
Directories=actions/16
...

Add manual:

[Icon Theme]
Name=elementary
Comment=Smooth modern theme designed to be intuitive.
Inherits=ubuntu-mono-dark
Marukesu commented 7 years ago

Still the same, it did not work

varlesh commented 7 years ago

if change icon theme to ubuntu-mono-dark on elementary-tweaks - icon kdeconnect changed on tray?

varlesh commented 7 years ago

It should be used this icon: image

b4j4 commented 7 years ago

At this time custom icons are only for ubuntu-mono, if you use a different icons theme indicator-kdeconnect will use the default of the theme, i think elementary support ubuntu-mono, just select them from your system tweak configuration.

If you want to use your custom icons, I suggest you to copy the icons on Ubuntu-mono folder to your /scalable/status/ folder of your icons, just how I made because my system don't support ubuntu-mono