Package Details: mint-themes 2.1.6-1

Git Clone URL: https://aur.archlinux.org/mint-themes.git (read-only, click to copy)
Package Base: mint-themes
Description: A collection of Mint themes.
Upstream URL: http://packages.linuxmint.com/pool/main/m/mint-themes
Licenses: GPL3
Submitter: Santi-Burgos
Maintainer: Santi-Burgos
Last Packager: Santi-Burgos
Votes: 85
Popularity: 2.66
First Submitted: 2018-05-03 16:03 (UTC)
Last Updated: 2023-11-30 20:05 (UTC)

Pinned Comments

Santi-Burgos commented on 2023-07-31 20:12 (UTC) (edited on 2023-07-31 20:15 (UTC) by Santi-Burgos)

@rellieberman: Greetings, this is due to the new "Styles" option that Cinnamon itself has implemented, but to make it possible you have one out of 2 options:

  • You create a customized style
  • You reuse one of the available ones

In both cases you must have a matching/defined GTK theme, a Cinnamon theme and a cursor theme, if you don't fulfill the three conditions, then the "simplified way" won't appear at all.

Thus, the reason of why this package was created and you can use it to bring at least the Cinnamon mint themes, regarding other combinations, keep in mind that it either depends on upstream available options or I could go on myself and create one and make it available (which I cannot promise due to time issues IRL, also I had a hard time understanding the syntax required).

You can check how Styles works in Linux Mint April news

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

heichblatt commented on 2017-11-30 16:50 (UTC)

1.2.3 is out. The following patch updates the PKGBUILD --- diff --git a/PKGBUILD b/PKGBUILD index e946ee9..f3ede3f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: twa022 <twa022 at gmail dot com> pkgname=mint-y-theme -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=1 pkgdesc="Linux Mint 18 theme" arch=('any') @@ -10,7 +10,7 @@ license=('GPL3') depends=('gtk-engine-murrine') conflicts=("${pkgname}-git") source=("${pkgname}-${pkgver}.tar.xz::http://packages.linuxmint.com/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz") -sha256sums=('0ecabfcccc1e8b9ee5202fb9b2ba7263926ca0fe500aff206d848d0dbe435b2d') +sha256sums=('afc3176a0b272460c6bff201249604516df64a1eef87d2a3c49816992104dcf0') package() { cp -ar --no-preserve=ownership "${srcdir}/${pkgname}"/usr "${pkgdir}"

Santi-Burgos commented on 2017-11-01 22:38 (UTC)

@gagarski: unfortunately that is because of the GTK3 version that supports this theme, Mint-X theme is supported for GTK 3.18 and lower (or GTK2), and Arch has 3.22 for quite a while, so the only way to "fix" this is to rewrite the complete theme for 3.22, something that upstream might do until either they release LMDE3 or Mint 19

gagarski commented on 2017-11-01 19:02 (UTC)

Hi! When I set Controls theme to one of Mint-X-* themes, the window controls are broken: https://i.imgur.com/Xka328C.png . Any ideas how to fix that?

Santi-Burgos commented on 2016-09-01 00:40 (UTC)

@tralce: I updated the version; took me a while because of my exams but now that I'm done I did my part, please (if possible) remove your comment

tralce commented on 2016-08-31 16:13 (UTC)

Fixed the PKGBUILD. # Maintainer: Sam Burgos < jsbm1089 at gmail dot com > # Contributor: Carl George < arch at cgtx dot us > # thanks to the Linux Mint project http://linuxmint.com/ # Versioning of the package will not be the same as GTK2 or GTK3 versions pkgname='mint-x-theme' _namegtk2='mint-themes' _namegtk3='mint-themes-gtk3' pkgver='1.7' _gtk3ver='3.18+8' _gtk2ver='1.4.7' pkgrel='1' pkgdesc='A Linux Mint theme. Includes GTK2, GTK3, Metacity and Xfce components.' arch=('any') url='http://packages.linuxmint.com' license=('GPL3') conflicts=('mint-themes') source=("${url}/pool/main/m/${_namegtk2}/${_namegtk2}_${_gtk2ver}.tar.xz" "${url}/pool/main/m/${_namegtk3}/${_namegtk3}_${_gtk3ver}.tar.xz") sha256sums=('924765b8fba708dbf053698002e65f6ea4c6b41880fa8bf423563b86f1400005' '646cd198b45881f901aa0a8dca3835ce137e1e3348f553b13bbc5e3ce1a2dc2f') prepare() { find ${srcdir} -name .gitkeep -type f -delete 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}/${_namegtk2}/usr ${pkgdir}/ cp -dr --no-preserve=ownership ${srcdir}/${_namegtk3}/usr ${pkgdir}/

tralce commented on 2016-08-29 13:02 (UTC)

Fails on build. curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading http://packages.linuxmint.com/pool/main/m/mint-themes-gtk3/mint-themes-gtk3_3.18+7.tar.xz Aborting...

Santi-Burgos commented on 2016-05-29 01:04 (UTC)

@HisDudeness: unfortunately I can't access that site either, it seems that the author removed permissions to that site, and looking to other themes related (Mint-X) I can't decide which one to use instead and many of them aren't updated at all (the most "recent" one was updated 3 years ago), so I guess I'll be removing that particular theme in another update. I'm so sorry for Openbox but there is not much I can do on that part

HisDudeness commented on 2016-05-27 20:45 (UTC)

makepkg can't download http://box-look.org/CONTENT/content-files/152051-newmint.7z. If I open the link in my browser, box-look.org tells me "You have no authorisation for this page".

Santi-Burgos commented on 2016-05-21 03:34 (UTC)

Greetings, I'll be adopting the package to check new versions, because of my work and studies I can't promise to keep it updated as soon as possible, but when possible I may work on the PKGBUILD and check if something is needed or not

SunRed commented on 2016-05-19 19:35 (UTC)

I disown this package because I don't use it anymore.