Bug 238619 - liveinst.desktop should use "NoDisplay=false" instead of "NoDisplay=true"
Summary: liveinst.desktop should use "NoDisplay=false" instead of "NoDisplay=true"
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-05-01 20:27 UTC by Sebastian Vahl
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-05-01 21:33:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sebastian Vahl 2007-05-01 20:27:38 UTC
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.

Comment 1 Jeremy Katz 2007-05-01 20:32:36 UTC
Doing that, though, means that it shows up in the menus which we don't want.  

Comment 2 Rex Dieter 2007-05-01 20:38:37 UTC
True, only the version on users' desktop shouldn't include that.

Comment 3 Sebastian Vahl 2007-05-01 21:18:53 UTC
(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.

Comment 4 Sebastian Vahl 2007-05-01 21:33:19 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.