[PR #5794] [MERGED] profiles: standardize on just "GTK" on comments #5667

Closed
opened 2026-05-05 10:42:42 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5794
Author: @kmk3
Created: 4/19/2023
Status: Merged
Merged: 4/24/2023
Merged by: @kmk3

Base: masterHead: profiles-gtk-comments


📝 Commits (1)

  • fda7560 profiles: standardize on just "GTK" on comments

📊 Changes

25 files changed (+25 additions, -25 deletions)

View changed files

📝 etc/profile-a-l/apostrophe.profile (+1 -1)
📝 etc/profile-a-l/bluefish.profile (+1 -1)
📝 etc/profile-a-l/celluloid.profile (+1 -1)
📝 etc/profile-a-l/claws-mail.profile (+1 -1)
📝 etc/profile-a-l/clipit.profile (+1 -1)
📝 etc/profile-a-l/com.github.bleakgrey.tootle.profile (+1 -1)
📝 etc/profile-a-l/corebird.profile (+1 -1)
📝 etc/profile-a-l/deadbeef.profile (+1 -1)
📝 etc/profile-a-l/dino-im.profile (+1 -1)
📝 etc/profile-a-l/dino.profile (+1 -1)
📝 etc/profile-a-l/gajim.profile (+1 -1)
📝 etc/profile-a-l/geeqie.profile (+1 -1)
📝 etc/profile-a-l/gtk-lbry-viewer.profile (+1 -1)
📝 etc/profile-a-l/gtk-pipe-viewer.profile (+1 -1)
📝 etc/profile-a-l/gtk-straw-viewer.profile (+1 -1)
📝 etc/profile-a-l/gtk-youtube-viewer.profile (+1 -1)
📝 etc/profile-a-l/gtk2-youtube-viewer.profile (+1 -1)
📝 etc/profile-a-l/gtk3-youtube-viewer.profile (+1 -1)
📝 etc/profile-a-l/guvcview.profile (+1 -1)
📝 etc/profile-a-l/handbrake.profile (+1 -1)

...and 5 more files

📄 Description

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

Cc: @pirate486743186 (from #5722)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5794 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 4/19/2023 **Status:** ✅ Merged **Merged:** 4/24/2023 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `profiles-gtk-comments` --- ### 📝 Commits (1) - [`fda7560`](https://github.com/netblue30/firejail/commit/fda7560c49ed356e77b3f853eb913e712475a512) profiles: standardize on just "GTK" on comments ### 📊 Changes **25 files changed** (+25 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/apostrophe.profile` (+1 -1) 📝 `etc/profile-a-l/bluefish.profile` (+1 -1) 📝 `etc/profile-a-l/celluloid.profile` (+1 -1) 📝 `etc/profile-a-l/claws-mail.profile` (+1 -1) 📝 `etc/profile-a-l/clipit.profile` (+1 -1) 📝 `etc/profile-a-l/com.github.bleakgrey.tootle.profile` (+1 -1) 📝 `etc/profile-a-l/corebird.profile` (+1 -1) 📝 `etc/profile-a-l/deadbeef.profile` (+1 -1) 📝 `etc/profile-a-l/dino-im.profile` (+1 -1) 📝 `etc/profile-a-l/dino.profile` (+1 -1) 📝 `etc/profile-a-l/gajim.profile` (+1 -1) 📝 `etc/profile-a-l/geeqie.profile` (+1 -1) 📝 `etc/profile-a-l/gtk-lbry-viewer.profile` (+1 -1) 📝 `etc/profile-a-l/gtk-pipe-viewer.profile` (+1 -1) 📝 `etc/profile-a-l/gtk-straw-viewer.profile` (+1 -1) 📝 `etc/profile-a-l/gtk-youtube-viewer.profile` (+1 -1) 📝 `etc/profile-a-l/gtk2-youtube-viewer.profile` (+1 -1) 📝 `etc/profile-a-l/gtk3-youtube-viewer.profile` (+1 -1) 📝 `etc/profile-a-l/guvcview.profile` (+1 -1) 📝 `etc/profile-a-l/handbrake.profile` (+1 -1) _...and 5 more files_ </details> ### 📄 Description 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 Cc: @pirate486743186 (from #5722) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:42:42 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5667
No description provided.