the issue is fixed in shared-mime-info 1.14
Search Criteria
Package Details: mint-x-icons 1.5.9-1
Git Clone URL: | https://aur.archlinux.org/mint-x-icons.git (read-only, click to copy) |
---|---|
Package Base: | mint-x-icons |
Description: | A mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza |
Upstream URL: | http://packages.linuxmint.com/pool/main/m/mint-x-icons |
Licenses: | |
Submitter: | None |
Maintainer: | Sam-Burgos |
Last Packager: | Sam-Burgos |
Votes: | 117 |
Popularity: | 0.27 |
First Submitted: | 2010-10-20 23:26 |
Last Updated: | 2021-01-03 16:06 |
Dependencies (3)
Required by (4)
- candy-icons
- mint-themes (optional)
- mint-y-icons (optional)
- mint-y-icons-git (optional)
Sources (1)
yparitcher commented on 2019-09-24 18:55
Sam-Burgos commented on 2019-09-24 17:49
EDIT: fixed by shared-mime-info 1.14, upgrade to it ASAP (if your distributions allows it) and the mint-x-icons will appear once again
~Greetings, in case you have issue with mint-x-icons not working, please try the solution of downgrading/pinning the version of shared-mime-info on 1.12 until a fix is released, unfortunately this comes from upstream on another package and despite reporting it and claiming as fixed, the issue persists~
~I reported this upstream on Mint-X and also the temporary solution of @yparitcher works well, which is why I recommend it in the meantime~
faky commented on 2019-09-17 19:23
@yparitcher - thank you..twice. First it now works and second for that video that spared me the search on how to downgrade :)
yparitcher commented on 2019-09-17 16:56
@rellieberman @faky - this was caused by shared-mime-info update to 1.13 and 1.13.1 Downgrading to 1.12 fixes the issue temporarily. this issue is tracked upstream in https://gitlab.freedesktop.org/xdg/shared-mime-info/issues/116
faky commented on 2019-09-17 12:09
@rellieberman - i have the same problem. Have already tried a couple of "solutions" found on the net but nothing helped (still a n00b :) ) Hope someone comes with the solution.
rellieberman commented on 2019-09-17 09:56
As of Yesterday my mint-x-icons have stopped working all together although mint-y-icons work fine. Anyone else experience this or have any idea what could have caused this? both icon themes are still installed and appear in the correct directories (/usr/share/icons)
grm34 commented on 2018-06-06 23:28
404 with 1.4.8, please update to 1.4.9
Sam-Burgos commented on 2017-05-08 16:48
Greetings everyone, in case you see that there is a new version of the package, you can flag-out-of-date so I receive the respective notification and proceed to update it when possible, try not to post neither updates or complete PKGBUILDS comments. Thank you very much
shooz commented on 2017-05-08 16:42
PKGBUILD:
# Maintainer: Carl George arch at cgtx dot us
# Contributor: Ryan Peters sloshy at sbcglobal dot net
# Special thanks to the Linux Mint project, without them this would not exist.
pkgname='mint-x-icons'
pkgver='1.4.2'
pkgrel='2'
pkgdesc='Icon theme for Linux Mint. Based on mintified versions of Clearlooks Revamp, Elementary and Faenza.'
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=('GPL3')
source=("${url}/${pkgname}_${pkgver}.tar.xz")
depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
options=('!strip')
install="${pkgname}.install"
sha256sums=('b50b3d899d13dbac5a88a849989a9e4658251b808f4e14baf48af4f0312805d6')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +
find "${srcdir}" -type f ! -perm 644 -exec chmod 644 {} +
}
package() {
cp -dr --no-preserve=ownership "${srcdir}/${pkgname}/usr" "${pkgdir}/"
}
tralce commented on 2016-08-31 16:09
Fixed the PKGBUILD.
# Maintainer: Carl George < arch at cgtx dot us >
# Contributor: Ryan Peters < sloshy at sbcglobal dot net >
# Special thanks to the Linux Mint project, without them this would not exist.
pkgname='mint-x-icons'
pkgver='1.3.8'
pkgrel='2'
pkgdesc='Icon theme for Linux Mint. Based on mintified versions of Clearlooks Revamp, Elementary and Faenza.'
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=('GPL3')
source=("${url}/${pkgname}_${pkgver}.tar.xz")
depends=('gdk-pixbuf2' 'gtk-update-icon-cache')
options=('!strip')
install="${pkgname}.install"
sha256sums=('4cf82a23399ca6f3987b5bd40fcb41797cd5f70f680e722b19b929746c3be798')
prepare() {
find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +
find "${srcdir}" -type f ! -perm 644 -exec chmod 644 {} +
}
package() {
cp -dr --no-preserve=ownership "${srcdir}/${pkgname}/usr" "${pkgdir}/"
Pinned Comments
Sam-Burgos commented on 2019-09-24 17:49
EDIT: fixed by shared-mime-info 1.14, upgrade to it ASAP (if your distributions allows it) and the mint-x-icons will appear once again
~Greetings, in case you have issue with mint-x-icons not working, please try the solution of downgrading/pinning the version of shared-mime-info on 1.12 until a fix is released, unfortunately this comes from upstream on another package and despite reporting it and claiming as fixed, the issue persists~
~I reported this upstream on Mint-X and also the temporary solution of @yparitcher works well, which is why I recommend it in the meantime~
Sam-Burgos commented on 2017-05-08 16:48
Greetings everyone, in case you see that there is a new version of the package, you can flag-out-of-date so I receive the respective notification and proceed to update it when possible, try not to post neither updates or complete PKGBUILDS comments. Thank you very much