Search Criteria
Package Details: flat-remix-gnome 20220622-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flat-remix-gnome.git (read-only, click to copy) |
---|---|
Package Base: | flat-remix-gnome |
Description: | Flat Remix is a GNOME Shell theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth. |
Upstream URL: | https://drasite.com/flat-remix-gnome |
Keywords: | flat gnome material remix theme |
Licenses: | CC-BY-SA-4.0 |
Submitter: | daniruiz |
Maintainer: | daniruiz |
Last Packager: | daniruiz |
Votes: | 40 |
Popularity: | 0.108171 |
First Submitted: | 2019-02-27 12:26 (UTC) |
Last Updated: | 2022-06-22 18:40 (UTC) |
Dependencies (3)
- glib2 (glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gnome-shell (ebadoo-shell, gnome-shell-338, gnome-shell-oldstable, gnome-shell-perf, gnome-shell-git, gnome-shell-xrdesktop-git, gnome-shell-performance)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-full, imagemagick-fftw)
Latest Comments
avenita commented on 2021-11-15 14:21 (UTC)
@zkferr
A lazy work around is to remove these files and build the theme again.
zfkerr commented on 2021-11-13 10:38 (UTC)
@daniruiz it's fixed now, but now I see a new issue:
daniruiz commented on 2021-11-13 10:32 (UTC)
@zfkerr you are right :( some old .gitignore files prevented pushing some files. That's why they were missing. I've pushed the fix, tell me if it works now
zfkerr commented on 2021-11-13 10:23 (UTC) (edited on 2021-11-13 10:32 (UTC) by zfkerr)
@daniruiz Still not fixed even when using the latest git clone https://aur.archlinux.org/flat-remix-gnome.git with makepkg -sri after a your latest fix.
daniruiz commented on 2021-11-13 10:06 (UTC)
@zfkerr it is fixed now. Remove your cache (
yay -Sc
) and reinstall again. Sorryzfkerr commented on 2021-11-13 09:56 (UTC)
akiirui commented on 2019-11-18 01:10 (UTC)
@daniruiz but,
gnome-shell-theme.gresource
always overwrite whengnome-shell
update. If need custom theme for the login screen, I think need give user a script, let user do.daniruiz commented on 2019-11-17 10:12 (UTC)
@akiirui it needs to be that way so that the whole package now installs to /usr/share/flat-remix-gnome where you can find a Makefile to generate a custom theme for the login screen, depending on the background you have set for it. So, now after installing it runs
make && make install
to generate the themes and properly install them. Before uninstalling the package, it also runsmake uninstall
to remove all installed themesakiirui commented on 2019-11-16 20:39 (UTC) (edited on 2019-11-16 20:57 (UTC) by akiirui)
make install
inflat-remix-gnome.install
, let some files not manage by pacman. Please revert it!Angelsoul commented on 2019-09-26 09:13 (UTC)
thanks!
daniruiz commented on 2019-09-26 08:59 (UTC)
@Angelsoul Ups! the 404 is also fixed now
Angelsoul commented on 2019-09-26 08:56 (UTC)
I get 404 Http Error while trying to download this:
<https://github.com/daniruiz/flat-remix-gnome/archive/20190926.tar.gz>
daniruiz commented on 2019-09-26 07:02 (UTC)
Thanks @thetazelaser for reporting! it's fixed now
thetazerlaser commented on 2019-09-25 15:07 (UTC)
Latest update blurs all shell text and ui elements for me
daniruiz commented on 2019-08-29 14:33 (UTC)
Thanks @florianmw ! I didn't know about it, I've just added that option disabling strip
florianmw commented on 2019-08-23 06:01 (UTC)
Can you please add following in your PKGBUILD?
options=('!strip')
Strip is set by default, but since the package has no executables stripping is not needed and it takes ages on my PC to complete.
p00f commented on 2019-07-18 18:58 (UTC)
Is there a way to change the login theme to flat remix after an update? It keeps getting reset to the default one (manjaro)
SolarAquarion commented on 2019-05-31 21:14 (UTC)
Where's the ubuntu patch that allows it
SolarAquarion commented on 2019-05-31 21:07 (UTC)
the problem was that pop theme and flat-remix is taking over " /usr/share/gnome-shell/theme/assets"
daniruiz commented on 2019-05-31 07:52 (UTC)
@SolarAquarion flat-remix-gnome is actually installed inside /usr/share/themes. What may cause problems is the GDM theme, which is part of the theme and can only be installed by generating the gresource file and replacing gnome-shell's default one /usr/share/gnome-shell/gnome-shell-theme.gresource. As GDM doesn't support themes this is the only way to install it (except for Ubuntu, which ships with a modified GDM that accepts CSS theming without recompiling the gresource file)
If you are having trouble with the theme, please contact me daniel@drasite.com or via twitter dani_ruiz24, or open an issue on GitHub https://github.com/daniruiz/flat-remix-gnome I'll be glad to help you ;) Anyway the easy way to fix broken gnome is just reinstalling it
sudo pacman -S gnome-shell
SolarAquarion commented on 2019-05-31 03:19 (UTC)
flat-remix-gnome should really be installed to /usr/share/themes not /usr/share/gnome-shell, since it causes problems
shifuman commented on 2019-03-16 23:05 (UTC)
Hi, I had exactly the same problem as pegasusearl below. My solution was to reinstall gnome-shell after installing the theme, so I can keep the shell theme (but not the GDM one).
Since the GDM is also patched, the theme has to touch some gnome-shell resources that are shared with other themes. Reinstalling gnome-shell restores the original files.
pegasusearl commented on 2019-02-19 22:24 (UTC)
Hello, I just want to let you know.
Yesterday, when I changed the gnome shell theme to flat remix series, there is an empty gap in the top bar, I though it was that the theme is supposed to look like that. Then I changed my theme to sometheng else.
The next reboot, that gap affect every other gnome shell theme even if User Theme extension is disabled. Here is the screenshot: https://pasteboard.co/I1WxzxZ.png
Uninstalling the theme and reboot again fix the problem.
Juraci commented on 2018-10-16 18:32 (UTC)
Not working for Gnome 3.30, I can't see the option in the tweaktool after installing this AUR package.
andrewSC commented on 2017-12-05 19:47 (UTC)
daniruiz: same comment here about using correct versioning: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git
AdrianPruneda commented on 2017-04-30 03:49 (UTC)
MarcinWieczorek commented on 2016-12-15 00:06 (UTC)
Platwnas commented on 2016-12-14 16:52 (UTC)
Hecsall commented on 2016-12-06 23:14 (UTC)
babel commented on 2016-02-03 19:27 (UTC)
olliemath commented on 2016-01-19 20:52 (UTC)