! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Icons for appfinder and "run program" are not displayed
Status:
RESOLVED: FIXED
Product:
Xfce4-appfinder
Component:
General

Comments

Description Mukundan Ragavan 2015-03-09 02:04:48 CET
Xfce 4.12 on Fedora 22 (alpha) does not display icons for appfinder and "run program" (xfce4-appfinder --collapsed), I believe, due to changes in GTK.

The "offending" issues are in the desktop files - 

xfce4-appfinder.desktop
xfce4-run.desktop

corresponding to lines

Icon=gtk-find
Icon=gtk-execute

respectively.


The lines below _should_ fix the issue.

sed -i 's/gtk-find/edit-find/g' data/xfce4-appfinder.desktop.in
sed -i 's/gtk-execute/system-run/g' data/xfce4-run.desktop.in

Bug #11665

Reported by:
Mukundan Ragavan
Reported on: 2015-03-09
Last modified on: 2017-07-20

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Version:
Unspecified

Attachments

Additional information