You are not logged in.
Pages: 1
Hello. I've noticed that after some update weird representation of some icons in XFCE appeared (see screenshot)
The icon for Power Manager (when on AC) become somewhat ugly (when I'm on UPS battery all displays fine) and icons for Steam, Discord, Remmina are very pale. My current icon theme is Elementary XFCE (from git). Changing the icon theme doesn't resolves the problem (with pale icons and with power manager icon)
Who can confirm the same situation? I have this on two workstations...
Arch Linux rolling, 4.13.11-1 x64, elementary-xfce-icons 0.9-1, libxfce4ui 4.12.1-2
Offline
Who can confirm the same situation? I have this on two workstations...
I'm running Arch as well. I just installed the elementary Xfce icon set from the AUR and I'm not seeing this issue.
The icon for Power Manager (when on AC) become somewhat ugly
What's interesting is that the icon displayed is the empty battery icon. Perhaps this is an issue with upower. What does the following return?
upower -d
and icons for Steam, Discord, Remmina are very pale
I believe those apps control the display of their own icons. For example, remmina has an option in the preferences for a light or dark icon. If that is not enough, then to change that icon, you'll need to override them.
pacman -Ql remmina | grep icons
...will show you which icons are provided by the package and where they are placed.
And to confirm that something else strange might be going on, post back the contents of ~/.gtkrc-2.0 and ~/.config/gtk-3.0/settings.ini.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
But why there is two icons of empty battery?
[viktor@desolve-nettop ~/science/enzyme_kinetics/6-apa/07_quantum-sp]$ upower -d
Device: /org/freedesktop/UPower/devices/DisplayDevice
power supply: no
updated: Ср 08 ноя 2017 23:48:08 (80719 seconds ago)
has history: no
has statistics: no
unknown
warning-level: none
icon-name: 'battery-missing-symbolic'
Daemon:
daemon-version: 0.99.6
on-battery: no
lid-is-closed: no
lid-is-present: no
critical-action: PowerOff
When I choosing dark theme for Remmina icon I get next image:
[viktor@desolve-nettop ~]$ cat .gtkrc-2.0
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/viktor/.gtkrc-2.0.mine"
gtk-theme-name="Adwaita"
gtk-icon-theme-name="Adwaita"
gtk-font-name="DejaVu Sans 9"
gtk-cursor-theme-name="Adwaita"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"
[viktor@desolve-nettop ~/.config/gtk-3.0]$ cat settings.ini
[Settings]
gtk-theme-name=Adwaita
gtk-icon-theme-name=Adwaita
gtk-font-name=DejaVu Sans 9
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb
Last edited by desolve (2017-11-09 19:19:15)
Offline
Try commenting out the "gtk-icon-theme-name=Adwaita" line in both files and logging out and back in again.
Also check "/home/viktor/.gtkrc-2.0.mine" in case there is something similar there.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Commented these lines out in both files. .gtkrc-2.0.mine doesn't exists. After relogin no changes observed =\
EDIT: after changing icon theme to everything possible and enabling tray icon for Power Manager I can get the correct one but on next relogin icon reverts to strange red battery...
Last edited by desolve (2017-11-10 00:07:21)
Offline
Keep checking "upower -d" with every change you make and see if the "icon-name" property changes for when its the right icon and the wrong icon.
Also, try renaming the ~/.gtkrc-2.0 and ~/.config/gtk-3.0/settings.ini and logging out and back in again. Lets rule out these files interfering.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
moved config files - they are not recreated after relogin
icon-name doesn't changes. I made search in all icons to find battery-missing-symbolic and found no icons with red battery with exclamation mark in no icon theme. all icons of that name just greyed batteries with question marks or crosses
Offline
moved config files - they are not recreated after relogin
icon-name doesn't changes.
I'm not sure why you are having this issue. Are all of the Xfce components running?
ps -e | grep xf
I made search in all icons to find battery-missing-symbolic and found no icons with red battery with exclamation mark in no icon theme. all icons of that name just greyed batteries with question marks or crosses
The symbolic part is stripped. Look at the icon file /usr/share/icons/elementary-xfce/panel/22/battery-missing.svg
Can you try creating another user account on your computer and logging in with that account to see if the problem persists?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[viktor@desolve-nettop ~]$ ps -e | grep xf
756 tty1 00:00:00 xfce4-session
760 ? 00:00:00 xfconfd
765 tty1 00:01:07 xfwm4
769 tty1 00:01:35 xfce4-panel
773 tty1 00:01:10 xfdesktop
774 ? 00:00:00 xfsettingsd
784 ? 00:00:32 xfce4-power-man
834 ? 00:00:00 xfce4-notifyd
890 tty1 00:04:35 xfce4-kbdleds-p
1451 tty1 00:00:00 xfce4-terminal
I have this issue on two different computers
Offline
Create a second account on your computer. Log in with that account and add the power manager plugin to the panel. Set both the icon and appearance themes to the same as your original account and check if the problem happens here.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
ToZ
Maybe gnome-power-manager is trying to launch.
If he is starting gnome services at start up (Settings >> Session and Startup >> Advanced tab), maybe he can check the Application Autostart tab to see if both gnome-power-manager and xfce4-power-manager are selected.
Do you want to exit the Circus?
https://www.youtube.com/watch?v=ZJwQicZHp_c
Offline
Pages: 1
[ Generated in 0.011 seconds, 8 queries executed - Memory usage: 588.97 KiB (Peak: 605.81 KiB) ]