Description of problem: /usr/share/applications/liveinst.desktop uses "NoDisplay=true". KDE seems to do not like this and show no icon then. "NoDisplay=false" would show the icon. Version-Release number of selected component (if applicable): anaconda-11.2.0.57-1 Additional info: A fixed liveinst.desktop would obsolete a workaround on the kde-livecd.
Doing that, though, means that it shows up in the menus which we don't want.
True, only the version on users' desktop shouldn't include that.
(In reply to comment #1) > Doing that, though, means that it shows up in the menus which we don't want. Ah. Ok. That was the point I was missing. It's up to you. I could also still workaround this for user "fedora" on the livecd.
Leave it as it is. I've re-checked my workaround and now a single line is working: sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop Last time I've checked this I was sure that this don't work. :-? This one is ok for me and so we don't have a menu entry in a normal installation.