GNOME Bugzilla – Bug 680468
Pan 0.139 Desktop.in
Last modified: 2012-07-25 17:36:54 UTC
Hi We have had this patch in opensuse since "forever", and I suspect other distros has something similar. Is this something that you would consider implementing? bjolie@embla:~/build/ga/pan> cat fix-desktop-file-11.0.diff Index: pan.desktop.in =================================================================== --- pan.desktop.in.orig +++ pan.desktop.in @@ -1,10 +1,10 @@ [Desktop Entry] -Encoding=UTF-8 -_Name=Pan Newsreader +_Name=Pan +_GenericName=Newsreader _Comment=Read and Post Usenet Articles Exec=pan -Icon=pan.png +Icon=pan Terminal=false Type=Application -Categories=GTK;Application;Network;News +Categories=GTK;Network;News; StartupNotify=false ----------------------------------- I see fedora does this: desktop-file-install $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop \ --vendor=fedora \ --add-category=Application \ --add-category=Network \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ --copy-name-to-generic-name \ --delete-original
[Please attach patches as attachments (instead of inline pasting) and set the "patch" flag so they can be queried for. Thanks!]
Created attachment 219552 [details] [review] patch for desktop.in
Thanks, merged.