Skip to content

Fix icon name

Simon Steinbeiß requested to merge ochosi/libxfce4ui:fix_icon_name into master

Previously absolute paths could cause a segfault in the session settings dialog because of "use after free". Now absolute paths should be handled correctly (GFileIcon) and the segfault should be fixed.

This fixes the issue reported in xfce4-session#86 (closed)

Merge request reports