aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/dino.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-19 16:22:04 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-19 17:17:35 -0300
commitfda7560c49ed356e77b3f853eb913e712475a512 (patch)
tree5cbec15cfa47a401e5717d60fc846adad35f7af8 /etc/profile-a-l/dino.profile
parentRELNOTES: add docs: fix typos (#5693) (diff)
downloadfirejail-fda7560c49ed356e77b3f853eb913e712475a512.tar.gz
firejail-fda7560c49ed356e77b3f853eb913e712475a512.tar.zst
firejail-fda7560c49ed356e77b3f853eb913e712475a512.zip
profiles: standardize on just "GTK" on comments
For consistency and to reduce confusion. The toolkit has been renamed from "GTK+" to just "GTK" in 2019[1]. Note: This also fixes some adjacent typos. Commands used to search and replace: $ git grep -lz 'G[Tt][Kk]' -- etc | xargs -0 -I '{}' sh -c \ "printf '%s\n' \"\$(sed -E \ -e 's/G[Tt][Kk]\+?/GTK/g' \ -e 's/GTK-.\.0/GTK/g' \ -e 's/GTK base/GTK-base/g' \ -e 's/GTK-base /GTK-based /g' \ -e 's/Light weight/Lightweight/g' \ -e 's/client with GTK/client made with GTK/g' '{}')\" >'{}'" Misc: I noticed this on #5722. [1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Diffstat (limited to 'etc/profile-a-l/dino.profile')
-rw-r--r--etc/profile-a-l/dino.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-a-l/dino.profile b/etc/profile-a-l/dino.profile
index 1f7134ff2..fe2b59a1e 100644
--- a/etc/profile-a-l/dino.profile
+++ b/etc/profile-a-l/dino.profile
@@ -1,5 +1,5 @@
1# Firejail profile for dino 1# Firejail profile for dino
2# Description: Modern XMPP Chat Client using GTK+/Vala 2# Description: Modern XMPP Chat Client using GTK/Vala
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include dino.local 5include dino.local