Move the categories directly into the .desktop file itself
No need to --add-category when we simply control the .desktop file
This commit is contained in:
parent
8638366d41
commit
c778f72279
@ -11,3 +11,4 @@ Type=Application
|
|||||||
StartupWMClass=Thunderbird-bin
|
StartupWMClass=Thunderbird-bin
|
||||||
MimeType=message/rfc822;x-scheme-handler/mailto;
|
MimeType=message/rfc822;x-scheme-handler/mailto;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
Categories=Network;Email;
|
||||||
|
@ -264,8 +264,6 @@ cd -
|
|||||||
|
|
||||||
desktop-file-install --vendor mozilla \
|
desktop-file-install --vendor mozilla \
|
||||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
--add-category Network \
|
|
||||||
--add-category Email \
|
|
||||||
%{SOURCE20}
|
%{SOURCE20}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user