Commit graph

4 commits

Author SHA1 Message Date
Kelvin M. Klann
06af8517f2 Rename start-librewolf.desktop to librewolf.desktop
So that it matches the executable name (/usr/bin/librewolf) and the
filename used in the FAQ (librewolf.desktop)[1].

This also makes the filename consistent with the one used on other
platforms (such as on Arch Linux[2]) and with what is used by Firefox
(firefox.desktop).

Commands used to search and replace:

    $ git grep -Flz start-librewolf.desktop | xargs -0 -I '{}' sh -c \
      "printf '%s\n' \"\$(sed \
        's/start-librewolf/librewolf/g' '{}')\" >'{}'"

[1] 1c5a673547/pages/docs/faq.md
[2] ecb7338cbe/librewolf.desktop

Fixes: https://github.com/netblue30/firejail/issues/5460
2023-04-11 17:52:04 -03:00
8e120aa02f
place the icons in a better location 2022-12-18 01:59:31 +01:00
46f1bf0851
add Distribution header to rpm specfile 2022-07-24 14:21:09 +02:00
Bert van der Weerd
6ec57c7cad
initial versions for deb+rpm 2022-02-11 06:00:51 +01:00