Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profiles: youtube-viewers: refactor and add gtk-youtube-viewers-common #5722

Merged
merged 1 commit into from
Apr 19, 2023
Merged

profiles: youtube-viewers: refactor and add gtk-youtube-viewers-common #5722

merged 1 commit into from
Apr 19, 2023

Conversation

pirate486743186
Copy link
Contributor

created gtk-youtube-viewers-common.profile moved some stuff to it
some clean up

They will be easier to manage.

@pirate486743186 pirate486743186 requested a review from kmk3 March 23, 2023 19:10
Copy link
Collaborator

@kmk3 kmk3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also the changes in #5763.

Sorry for the conflicts, but I think it would be better to have it merged
before this one, as it's more straightforward and simplifies this PR as well.

@kmk3 kmk3 changed the title refactor youtube-viewers youtube-viewers: refactor and add gtk-youtube-viewers-common Apr 11, 2023
Copy link
Collaborator

@kmk3 kmk3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do the following:

Rebase to master (to integrate #5763):

git fetch
git checkout youtube-viewers
git rebase origin/master
git push --force-with-lease

Note: Make sure to do the above force-push separately so that the diffs of
later force-pushes are understandable.

Then:

  • Do the changes from the review
  • Squash all commits
  • Change the commit title to the PR title
  • Force-push

Other than that, LGTM.

Copy link
Collaborator

@kmk3 kmk3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: These are still pending:

  • Do the changes from the review
  • Change the commit title to the PR title

@kmk3 kmk3 merged commit 0e8fcda into netblue30:master Apr 19, 2023
@kmk3
Copy link
Collaborator

kmk3 commented Apr 19, 2023

Merged, thanks!

kmk3 added a commit to kmk3/firejail that referenced this pull request Apr 19, 2023
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 netblue30#5722.

[1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
kmk3 added a commit to kmk3/firejail that referenced this pull request Apr 19, 2023
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 netblue30#5722.

[1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
@pirate486743186 pirate486743186 deleted the youtube-viewers branch April 22, 2023 18:28
@kmk3 kmk3 changed the title youtube-viewers: refactor and add gtk-youtube-viewers-common profiles: youtube-viewers: refactor and add gtk-youtube-viewers-common Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants