#26 remove missed nonfree icons in faenza and faience icon theme
Opened by dikasp. Modified
dikasp/abslibre pull-requests  into  pull-requests

Download 26.patch

some proprietary services icoon like google facebook skype etc.. still lurking in the source.
update more icon cleaning from prior version.

thanks for looking into that

are you using these builds? - these changes do not break anything?

im cloned the abslibre repo, updating the source checksum with updpkgsum and tested build with makepkg -si and install it locally, no error so far

however im not very sure, im still learning with git. would you revise and check it once more ? thanks in advance

this 'Contributor' should be restored

a simple way to accomplish that:

  $ git checkout pull-requests
  # make the change to libre/faience-icon-theme/PKGBUILD
  $ git commit --amend libre/faience-icon-theme/PKGBUILD
  $ git push --force pagure pull-requests

would you revise and check it once more ?

yes - that is normal practice for software projects (the process of "code review") - i suggest the one revision above

by "broken", i meant: will any programs crash or look ugly if it tries to use a missing font?

are the removed glyphs normal fonts? ie: do you know the unicodes?

do you know of any programs which may try to display one of the missing glyphs to the user?

1 new commit added

  • Update libre/faience-icon-theme/PKGBUILD

this 'Contributor' should be restored

fixed, accidentaly repasted on top of that, sorry @Jorge

$ git commit --amend libre/faience-icon-theme/PKGBUILD
$ git push --force pagure pull-requests
```

im trying many method without success so
fatal: unable to access 'https://pagure.io/abslibre.git/': The requested URL returned error: 403

by "broken", i meant: will any programs crash or look ugly if it tries to use a missing font?

are the removed glyphs normal fonts? ie: do you know the unicodes?

do you know of any programs which may try to display one of the missing glyphs to the user?

no font or other system asset removed, im just mainly discard nonfree app icon in /usr/share/icons/iconsname/apps/ (the one who would show up in menu/app launcher if the app is installed) since we are FLOSS distro those icons would unlikely be used anyway thus become disk burden and also be a reference for nonfree things)

im used my revised icons and had many apps installed (inluding from aur)
nothing goes wrong so far
https://postimg.cc/gallery/N2mh9D0
if there any themeing project im also like to help :)

Pull-Request has been closed by dikasp

Pull-Request has been reopened by dikasp

thanks for all your help and concern, im sorry if im made many mistake in my learning process.

no font or other system asset removed, im just mainly discard nonfree app icon in /usr/share/icons/iconsname/apps/

ok those are probably safe to delete

fatal: unable to access 'https://pagure.io/abslibre.git/': The requested URL returned error: 403

that is the URL for this project - you are only able to push to your fork - i could give you permission in the future perhaps - to push to your fork:

  $ git remote add pagure https://pagure.io/forks/dikasp/abslibre.git

the command above only need to run once - then whenever you want to put changes on pagure:

  $ git push -f pagure pull-requests

fatal: unable to access 'https://pagure.io/abslibre.git/': The requested URL returned error: 403

that is the URL for this project - you are only able to push to your fork - i could give you permission in the future perhaps - to push to your fork:
$ git remote add pagure https://pagure.io/forks/dikasp/abslibre.git

i think im not ready to pushing directly to master, there is so much i dont know yet. thanks for the tutorial and your patience @billauger

2 new commits added

  • update
  • update

1 new commit added

  • remove wrong pcr submission

rebased onto 1b1a8153e3c240cbfaa024814c9a8032171e3cdc

Metadata