aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
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-m-z
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-m-z')
-rw-r--r--etc/profile-m-z/marker.profile2
-rw-r--r--etc/profile-m-z/mp3splt-gtk.profile2
-rw-r--r--etc/profile-m-z/remmina.profile2
-rw-r--r--etc/profile-m-z/sylpheed.profile2
4 files changed, 4 insertions, 4 deletions
diff --git a/etc/profile-m-z/marker.profile b/etc/profile-m-z/marker.profile
index 2fb527ad5..e7daedea5 100644
--- a/etc/profile-m-z/marker.profile
+++ b/etc/profile-m-z/marker.profile
@@ -1,5 +1,5 @@
1# Firejail profile for marker 1# Firejail profile for marker
2# Description: Marker is a markdown editor for Linux made with Gtk+-3.0 2# Description: Marker is a markdown editor for Linux made with GTK
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 marker.local 5include marker.local
diff --git a/etc/profile-m-z/mp3splt-gtk.profile b/etc/profile-m-z/mp3splt-gtk.profile
index ed344ba3f..682b0173d 100644
--- a/etc/profile-m-z/mp3splt-gtk.profile
+++ b/etc/profile-m-z/mp3splt-gtk.profile
@@ -1,5 +1,5 @@
1# Firejail profile for mp3splt-gtk 1# Firejail profile for mp3splt-gtk
2# Description: Gtk utility for mp3/ogg splitting without decoding 2# Description: GTK utility for mp3/ogg splitting without decoding
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 mp3splt-gtk.local 5include mp3splt-gtk.local
diff --git a/etc/profile-m-z/remmina.profile b/etc/profile-m-z/remmina.profile
index 208f57710..1fb0c0626 100644
--- a/etc/profile-m-z/remmina.profile
+++ b/etc/profile-m-z/remmina.profile
@@ -1,5 +1,5 @@
1# Firejail profile for remmina 1# Firejail profile for remmina
2# Description: GTK+ Remote Desktop Client 2# Description: GTK Remote Desktop Client
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 remmina.local 5include remmina.local
diff --git a/etc/profile-m-z/sylpheed.profile b/etc/profile-m-z/sylpheed.profile
index 6abef85f0..5fb35aa04 100644
--- a/etc/profile-m-z/sylpheed.profile
+++ b/etc/profile-m-z/sylpheed.profile
@@ -1,5 +1,5 @@
1# Firejail profile for sylpheed 1# Firejail profile for sylpheed
2# Description: Light weight e-mail client with GTK+ 2# Description: Lightweight e-mail client made with GTK
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 sylpheed.local 5include sylpheed.local