Kilian / f.lux-indicator-applet

This repository is unmaintained. Visit:
https://github.com/xflux-gui/xflux-gui
Other
549 stars 105 forks source link

RPM-based systems : SVGs not used #41

Open almereyda opened 10 years ago

almereyda commented 10 years ago

After running

python setup.py build

exchanging the xflux binary with the one from http://justgetflux.com

and running

sudo python setup.py install

(and installing the dependencies https://github.com/Kilian/f.lux-indicator-applet/issues/40)

it runs fine, but the SVGs don't get loaded,

almereyda commented 10 years ago

Might be something with GNOME 3.12 on Fedora 20.

./xflux -l 54.5 -g 13.4 will just run fine and change the colours.

Mystro256 commented 9 years ago

This is not a gnome bug, but rather a design decision made by gnome. Gnome only uses png by design. I would suggest that a 128x128 is added for the menu entry and a 24x24 for the notification icon. All other sizes is up to the developer to add.

almereyda commented 8 years ago

@Mystro256 I have a working configuration on a Fedora 22 machine; while I am currently trying to rebuild it on Fedora 23.

It seems I have the following icons available on the F22 machine:

$ find /usr/share/icons/ -name "fluxgui*" | xargs ls --full-time
-rw-r--r--. 1 root root 4813 2015-09-12 00:57:02.908000974 +0200 /usr/share/icons/hicolor/128x128/apps/fluxgui.png
-rw-r--r--. 1 root root 1608 2015-09-12 00:57:26.164282908 +0200 /usr/share/icons/hicolor/48x48/apps/fluxgui.png
-rw-r--r--. 1 root root 4129 2014-06-28 02:18:26.000000000 +0200 /usr/share/icons/hicolor/scalable/apps/fluxgui-dark.svg
-rw-r--r--. 1 root root 4147 2014-06-28 02:18:26.000000000 +0200 /usr/share/icons/hicolor/scalable/apps/fluxgui-light.svg
-rw-r--r--. 1 root root 7178 2014-06-28 02:18:26.000000000 +0200 /usr/share/icons/hicolor/scalable/apps/fluxgui.svg
-rw-r--r--. 1 root root 3442 2014-10-15 19:24:59.000000000 +0200 /usr/share/icons/Numix-Circle/22x22/status/fluxgui.svg
-rw-r--r--. 1 root root 3147 2014-10-15 19:24:59.000000000 +0200 /usr/share/icons/Numix-Circle/48x48/apps/fluxgui.svg

I would have to move some out of the sets to see which one is being loaded. Most probably the PMG. F23 shows

 ~> find /usr/share/icons/ -name "fluxgui*" | xargs ls --full-time
-rw-r--r--. 1 root root 4129 2016-03-06 23:04:55.000000000 +0100 /usr/share/icons/hicolor/scalable/apps/fluxgui-dark.svg
-rw-r--r--. 1 root root 4147 2016-03-06 23:04:55.000000000 +0100 /usr/share/icons/hicolor/scalable/apps/fluxgui-light.svg
-rw-r--r--. 1 root root 7178 2016-03-06 23:04:55.000000000 +0100 /usr/share/icons/hicolor/scalable/apps/fluxgui.svg