You are not logged in.
Pages: 1
The pic on top shows mime type settings from my desktop pc.
The lower pic that of a fresh installation on a thinkpad.
Both installations are DEBIAN Buster. Where are those small icons? What am I missing?
Thank you and best regards ....
Offline
Are the versions of xfsettingsd the same on both systems:
xfsettingsd -V
Also try running xfsettingsd in debug mode:
XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon
...and in another terminal manually start "xfce4-mime-settings". See if there are any warning or error messages displayed.
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
As you proposed.
<<< PC >>>
~$ xfsettingsd -V
xfsettingsd 4.12.4 (Xfce 4.12)
Copyright (c) 2008-2018
The Xfce development team. All rights reserved.
Please report bugs to <http://bugzilla.xfce.org/>.
~$ XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon
xfce4-settings(xsettings): _XSETTINGS_S0 registered on screen 0
xfce4-settings(xsettings): 28 settings changed (serial=0, len=1128)
xfce4-settings(xsettings): resource manager (xft) changed (len=146)
xfce4-settings(displays): Detected CRTC 442.
xfce4-settings(displays): Detected CRTC 443.
xfce4-settings(displays): Detected output 444 DVI-D-0.
xfce4-settings(displays): CRTC 442 assigned to DVI-D-0.
xfce4-settings(displays): CRTC 442, output list[0] -> 444.
xfce4-settings(displays): Total 1 active output(s).
xfce4-settings(displays): Normalized CRTC 442: size=1680x1050, pos=0x0.
xfce4-settings(displays): min_h = 8, min_w = 8, max_h = 32767, max_w = 32767, prev_h = 1050, prev_w = 1680, prev_hmm = 278, prev_wmm = 445, h = 1050, w = 1680, hmm = 278, wmm = 445.
xfce4-settings(displays): Configuring CRTC 442.
xfce4-settings(displays): Configuring CRTC 443.
xfce4-settings(pointers): initialized xi 2.3
xfce4-settings(pointers): [Cherry USB Optical Mouse Mouse] buttonmap not changed
xfce4-settings(pointers): [Cherry USB Optical Mouse Mouse] change feedback (threshold=4, accelNum=2, accelDenom=1)
xfce4-settings(keyboards): initialized xkb 1.0
xfce4-settings(keyboards): set auto repeat on
xfce4-settings(keyboards): set key repeat (delay=500, rate=50)
xfce4-settings(keyboards): set numlock off
xfce4-settings(accessibility): AccessXKeys disabled
xfce4-settings(accessibility): stickykeys disabled
xfce4-settings(accessibility): slowkeys disabled
xfce4-settings(accessibility): bouncekeys disabled
xfce4-settings(accessibility): mousekeys disabled
xfce4-settings(keyboard-shortcuts): 12 shortcuts loaded
xfce4-settings(fontconfig): monitoring 87 paths
xfce4-settings(workspaces): 2 desktop names set from xfconf
In 2nd terminal (xfce4-mime-settings showing with icons)
$ xfce4-mime-settings
(xfce4-mime-settings:7195): Gdk-WARNING **: 08:52:40.122: gdk_window_set_icon_list: icons too large
<<< Thinkpad >>>
~$ xfsettingsd -V
xfsettingsd 4.12.4 (Xfce 4.12)
Copyright (c) 2008-2018
The Xfce development team. All rights reserved.
Please report bugs to <http://bugzilla.xfce.org/>.
~$ XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon
xfce4-settings(xsettings): _XSETTINGS_S0 registered on screen 0
xfce4-settings(xsettings): 28 settings changed (serial=0, len=1124)
xfce4-settings(xsettings): resource manager (xft) changed (len=146)
xfce4-settings(displays): Detected CRTC 63.
xfce4-settings(displays): Detected CRTC 64.
xfce4-settings(displays): Detected CRTC 65.
xfce4-settings(displays): Detected output 66 eDP-1.
xfce4-settings(pointers): initialized xi 2.3
xfce4-settings(keyboards): initialized xkb 1.0
xfce4-settings(keyboards): set auto repeat on
xfce4-settings(keyboards): set key repeat (delay=500, rate=50)
xfce4-settings(keyboards): don't set numlock
xfce4-settings(accessibility): AccessXKeys disabled
xfce4-settings(accessibility): stickykeys disabled
xfce4-settings(accessibility): slowkeys disabled
xfce4-settings(accessibility): bouncekeys disabled
xfce4-settings(accessibility): mousekeys disabled
xfce4-settings(keyboard-shortcuts): 11 shortcuts loaded
xfce4-settings(fontconfig): monitoring 83 paths
xfce4-settings(workspaces): 2 desktop names set from xfconf
In 2nd terminal (xfce4-mime-settings showing without!! icons)
~$ xfce4-mime-settings
(xfce4-mime-settings:1234): Gdk-WARNING **: 10:29:30.722: gdk_window_set_icon_list: icons too large
I don't see the issue ....
Offline
Yea, nothing obvious.
Are you using the same Appearance theme for both?
Is there any content in ~/.gtkrc-2.0 on the Thinkpad?
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
Hi ToZ.
Purged Buster on that Thinkpad and I am now installing Linux Mint 19.1 Xfce.
I think, I see the same behavior with those file icons missing there. Will do proposed commands with LM 19.1 and report back.
Sorry ....
br
Offline
So, I am back ...
Content in ~/.gtkrc-2.0 on both (PC and TP) under Debian Buster.
(TP, there were some issues with TP camera and BT module, so I purged it.)
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 170
base[NORMAL] = "#cccccc"
base[SELECTED] = "#cccccc"
base[ACTIVE] = "#cccccc"
fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#000000"
fg[ACTIVE] = "#000000"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
Now with a fresh Linux Mint 19.1 on TP. No icons ...
~$ xfsettingsd -V
xfsettingsd 4.12.4 (Xfce 4.12)
Copyright (c) 2008-2018
The Xfce development team. All rights reserved.
Please report bugs to <http://bugzilla.xfce.org/>.
~$ XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon
xfce4-settings(xsettings): _XSETTINGS_S0 registered on screen 0
xfce4-settings(xsettings): 14 settings changed (serial=0, len=516)
xfce4-settings(xsettings): resource manager (xft) changed (len=147)
xfce4-settings(displays): Detected CRTC 63.
xfce4-settings(displays): Detected CRTC 64.
xfce4-settings(displays): Detected CRTC 65.
xfce4-settings(displays): Detected output 66 eDP-1.
xfce4-settings(displays): CRTC 63 assigned to eDP-1.
xfce4-settings(displays): CRTC 63, output list[0] -> 66.
xfce4-settings(displays): Total 1 active output(s).
xfce4-settings(displays): Normalized CRTC 63: size=1366x768, pos=0x0.
xfce4-settings(displays): min_h = 200, min_w = 320, max_h = 8192, max_w = 8192, prev_h = 768, prev_w = 1366, prev_hmm = 203, prev_wmm = 361, h = 768, w = 1366, hmm = 203, wmm = 361.
xfce4-settings(displays): Configuring CRTC 63.
xfce4-settings(displays): Configuring CRTC 64.
xfce4-settings(displays): Configuring CRTC 65.
xfce4-settings(pointers): initialized xi 2.3
xfce4-settings(keyboards): initialized xkb 1.0
xfce4-settings(keyboards): set auto repeat on
xfce4-settings(keyboards): set key repeat (delay=500, rate=50)
xfce4-settings(keyboards): set numlock off
xfce4-settings(accessibility): AccessXKeys disabled
xfce4-settings(accessibility): stickykeys disabled
xfce4-settings(accessibility): slowkeys disabled
xfce4-settings(accessibility): bouncekeys disabled
xfce4-settings(accessibility): mousekeys disabled
xfce4-settings(keyboard-shortcuts): 14 shortcuts loaded
xfce4-settings(fontconfig): monitoring 156 paths
xfce4-settings(workspaces): 2 desktop names set from xfconf
In 2nd terminal (xfce4-mime-settings showing without!! icons)
~$ xfce4-mime-settings
(xfce4-mime-settings:1927): Gdk-WARNING **: 19:11:48.032: gdk_window_set_icon_list: icons too large
And content in ~/.gtkrc-2.0 Linux Mint 19.1
.gtkrc-2.0 include ".gtkrc-xfce"
Offline
More follow-up questions:
Do you get the same "gdk_window_set_icon_list" message when you run xfce4-mime-settings on your desktop?
I'm interested to see what appearance and icon themes you are using. Can you post back:
xfconf-query -c xsettings -lv
Can I see the contents of ".gtkrc-xfce"?
Maybe try with a different icon theme to see if that makes a difference.
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
Do you get the same "gdk_window_set_icon_list" message when you run xfce4-mime-settings on your desktop?
Yes. I posted that in #3 ....
$ xfce4-mime-settings
(xfce4-mime-settings:7195): Gdk-WARNING **: 08:52:40.122: gdk_window_set_icon_list: icons too large
I'm interested to see what appearance and icon themes you are using
Desktop Buster:
~$ xfconf-query -c xsettings -lv
/Gtk/ButtonImages false
/Gtk/CanChangeAccels false
/Gtk/ColorPalette black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90
/Gtk/CursorThemeName OpenZone_Black
/Gtk/CursorThemeSize 0
/Gtk/DecorationLayout menu:minimize,maximize,close
/Gtk/FontName Noto Sans 14
/Gtk/IconSizes
/Gtk/KeyThemeName
/Gtk/MenuBarAccel F10
/Gtk/MenuImages true
/Gtk/MonospaceFontName Monospace 12
/Gtk/ToolbarIconSize 3
/Gtk/ToolbarStyle both
/Net/CursorBlink true
/Net/CursorBlinkTime 1200
/Net/DndDragThreshold 8
/Net/DoubleClickDistance 5
/Net/DoubleClickTime 400
/Net/EnableEventSounds false
/Net/EnableInputFeedbackSounds false
/Net/IconThemeName elementary
/Net/SoundThemeName default
/Net/ThemeName Xfce-4.4
/Xft/Antialias -1
/Xft/Hinting 1
/Xft/HintStyle hintmedium
/Xft/RGBA rgb
TP Linux Mint 19.1:
~$ xfconf-query -c xsettings -lv
/Gtk/ButtonImages false
/Gtk/CursorThemeName OpenZone_Black
/Gtk/DecorationLayout menu:minimize,maximize,close
/Gtk/FontName Noto Sans 9
/Gtk/MenuImages true
/Gtk/MonospaceFontName Monospace 10
/Net/CursorBlink true
/Net/DoubleClickTime 400
/Net/IconThemeName elementary
/Net/ThemeName Xfce-4.4
/Xft/Antialias 1
/Xft/Hinting 1
/Xft/HintStyle hintslight
/Xft/RGBA rgb
Can I see the contents of ".gtkrc-xfce"?
Desktop Buster does not list that file.
TP LM 19.1:
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
fg[NORMAL] = "#efefef"
fg[SELECTED] = "#efefef"
fg[ACTIVE] = "#efefef"
XfdesktopIconView::shadow-x-offset = 1
XfdesktopIconView::shadow-y-offset = 1
XfdesktopIconView::shadow-color = "#3c3c3c"
XfdesktopIconView::selected-shadow-x-offset = 1
XfdesktopIconView::selected-shadow-y-offset = 1
XfdesktopIconView::selected-shadow-color = "#3c3c3c"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
Maybe try with a different icon theme to see if that makes a difference.
No difference ...
Offline
This is really strange. I just installed Mint 19.1 into a VM, fully updated it, set it to the same theme/icon set, and everything works fine. I did notice the "gdk_window_set_icon_list: icons too large" message start appearing when I set the elementary icon theme. I'm not sure what to suggest.
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
It is not a big thing, thank you for having a look.
br
Offline
I don't know that this will help, but here's my ~/.gtkrc-2.0 contents:
include ".gtkrc-xfce"
gtk-icon-theme-name="Mint-X-Dark"
Could the missing gtk-icon-theme-name be the reason for the issue? For comparison, here's my xsettings output:
scott@scott-HP ~ $ xfconf-query -c xsettings -lv
/Gtk/ButtonImages false
/Gtk/CursorThemeName default
/Gtk/DecorationLayout menu:minimize,maximize,close
/Gtk/FontName Noto Sans 14
/Gtk/MenuImages true
/Net/DoubleClickTime 400
/Net/EnableEventSounds true
/Net/EnableInputFeedbackSounds true
/Net/IconThemeName Flat-Remix-Dark
/Net/SoundThemeName Smooth
/Net/ThemeName Mint-Y-Dark
/Xfce/LastCustomDPI 92
/Xft/Antialias 1
/Xft/DPI 92
/Xft/HintStyle hintslight
/Xft/RGBA rgb
scott@scott-HP ~ $
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 598.86 KiB (Peak: 615.7 KiB) ]