diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/standalone/menu/harddrake.desktop.in | 1 | ||||
-rw-r--r-- | perl-install/standalone/menu/localedrake-system.desktop.in | 1 | ||||
-rw-r--r-- | perl-install/standalone/menu/localedrake-user.desktop.in | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index e79c7ccbb..042fec035 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- add descriptions to menu entries (#26106) - drakboot: o update /etc/sysconfig/desktop since we read it in order to display previous setting diff --git a/perl-install/standalone/menu/harddrake.desktop.in b/perl-install/standalone/menu/harddrake.desktop.in index 6119e775b..fa4b6d4e8 100644 --- a/perl-install/standalone/menu/harddrake.desktop.in +++ b/perl-install/standalone/menu/harddrake.desktop.in @@ -1,6 +1,7 @@ [Desktop Entry] _Name=HardDrake _Comment=Hardware Central Configuration/information tool +_GenericName=Hardware Configuration Tool Exec=/usr/sbin/harddrake2 Icon=harddrake Type=Application diff --git a/perl-install/standalone/menu/localedrake-system.desktop.in b/perl-install/standalone/menu/localedrake-system.desktop.in index 98b2d44a0..9d0ee46dc 100644 --- a/perl-install/standalone/menu/localedrake-system.desktop.in +++ b/perl-install/standalone/menu/localedrake-system.desktop.in @@ -1,6 +1,7 @@ [Desktop Entry] _Name=System Regional Settings _Comment=System wide language & country configurator +_GenericName=System Regional Settings Exec=/usr/bin/drakconf --start-with=Localization Icon=localedrake Type=Application diff --git a/perl-install/standalone/menu/localedrake-user.desktop.in b/perl-install/standalone/menu/localedrake-user.desktop.in index d98cc702f..109ba4fd4 100644 --- a/perl-install/standalone/menu/localedrake-user.desktop.in +++ b/perl-install/standalone/menu/localedrake-user.desktop.in @@ -1,6 +1,7 @@ [Desktop Entry] _Name=Regional Settings _Comment=Language & country configuration +_GenericName=Regional Settings Exec=/usr/bin/localedrake Icon=localedrake Type=Application |