Search Criteria
Package Details: morewaita-git 44.1.r54.g79fd860-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/morewaita-git.git (read-only, click to copy) |
---|---|
Package Base: | morewaita-git |
Description: | An Adwaita style extra icons theme for Gnome Shell. |
Upstream URL: | https://github.com/somepaulo/MoreWaita |
Licenses: | GPL3 |
Conflicts: | morewaita |
Provides: | morewaita |
Submitter: | dusansimic |
Maintainer: | dusansimic |
Last Packager: | dusansimic |
Votes: | 2 |
Popularity: | 0.003943 |
First Submitted: | 2022-10-15 09:23 (UTC) |
Last Updated: | 2023-05-22 00:04 (UTC) |
Latest Comments
alissonlauffer commented on 2023-02-10 07:31 (UTC) (edited on 2023-02-14 01:53 (UTC) by alissonlauffer)
You should not delete the .git folder from "
$srcdir/$_reponame
" directly, otherwise the git repo will render non-updatable until you explicitly delete the$srcdir
.dusansimic commented on 2023-01-21 10:29 (UTC)
@poudink This icon theme is meant for GNOME Shell specifically. I however can be installed without depending on gnome-shell package so it might make sense to remove it from dependency list.
poudink commented on 2023-01-20 22:18 (UTC)
why is gnome-shell a dependency for this icon theme?
Adaoh commented on 2022-10-16 05:27 (UTC)
@dusansimic thanks for the explanation! the differences between end users and package maintaners do make a lot of sense, and the explanation for the freedesktop specifications tought me something new!
dusansimic commented on 2022-10-15 20:44 (UTC)
@somepaulo No problem! :) I just found out about that issue myself with that comment here. I've sent a pr for fixing it. This will however take some time to make sure all icons have both regular names and links for all other names like flatpak app ids or some other names that specific distros use.
somepaulo commented on 2022-10-15 20:37 (UTC)
@dusansimic Thanks for pointing out the issue with flatpak icon naming. I didn't know there was this discrepancy. I'll add flatpak support in future releases.
dusansimic commented on 2022-10-15 20:11 (UTC) (edited on 2022-10-15 20:13 (UTC) by dusansimic)
@MXMVNCNT
Package managers (in this case pacman), should never touch user directories. In case of pacman, there are recommended directories where packages should put stuff. Since icons should be put in
$XDG_DATA_DIRS/icons
, it's/usr/share/icons
. It doesn't matter weather icons are installed in/usr/share/icons
or~/.local/share/icons
since GNOME follows XDG Base Dir Spec. The instructions on the project page are meant for users that are installing it manually, not for package maintainers. Users don't really need to follow standards as long as they know where they put stuff, package maintainers do.https://wiki.archlinux.org/title/Arch_package_guidelines#Directories https://specifications.freedesktop.org/icon-theme-spec/latest/ar01s03.html https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
That's the issue with the theme. For example native firefox package in the desktop file for the
Icon
key has the namefirefox
and the icon in the theme has the namefirefox.svg
so the theme icon is used by the native version. In the flatpak case however, the desktop file for theIcon
key contains the nameorg.mozilla.firefox
so the theme should symlink the fileorg.mozilla.firefox.svg
tofirefox.svg
and the issue should be fixed. This should be reported to upstream since it's not the issue with the AUR package.Adaoh commented on 2022-10-15 18:01 (UTC)
According to the install instructions on the GitHub page, the icons should also be copied to
~/.local/share/icons/
. Right now if I am not mistaken, only native packages have the icons applied, Flatpaks seem to lack custom icons