vinceliuice / Vimix-gtk-themes

Vimix is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
https://vinceliuice.github.io/
GNU General Public License v3.0
1.64k stars 109 forks source link

missing compact variants #237

Closed fossfreedom closed 1 year ago

fossfreedom commented 2 years ago

Hi,

just trying to debian package this. I note that "laptop" has now changed to "compact". Fair enough.

when I run ./install.sh -a I get all the colour & theme variants but I dont get the standard and compact size variants.

In the last release I saw all colour & theme variants and both size variants as well.

Is this expected? if this is a change then the ../install.sh needs a tweak not to say that it defaults to all sizes

KR4U7H3R commented 2 years ago

Is there still being worked on the package for Debian? Would be a nice thing.

As of your question. ./install.sh -a I just got all colour and theme variants installed at once.

vinceliuice commented 2 years ago

Run ./install.sh -s compact to install compact version

Run ./install.sh -t all -s all to install all themes

fossfreedom commented 1 year ago

hi @vinceliuice

for our debian package I've modified the rules as you have recommended - but this is the output:

/install.sh -s compact -d "/<>/debian/Vimix" 'gnome-shell' not found, using styles for last gnome-shell version available. Installing '/<>/debian/Vimix/vimix-compact-doder'... Install compact version ... Installing '/<>/debian/Vimix/vimix-light-compact-doder'... Install compact version ... Installing '/<>/debian/Vimix/vimix-dark-compact-doder'... Install compact version ...

Done. ./install.sh -t all -s all -d "/<>/debian/Vimix" 'gnome-shell' not found, using styles for last gnome-shell version available. ERROR: Unrecognized theme variant 'all'. Try './install.sh --help' for more information. make[1]: [debian/rules:9: override_dh_auto_configure] Error 1 make[1]: Leaving directory '/<>' make: [debian/rules:4: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Any ideas about the "all" parameter issue above?

vinceliuice commented 1 year ago

截图 2023-01-25 23-52-07 It works on my desktop

fossfreedom commented 1 year ago

It might be because of the last stable release - I'll try again with todays release - cheers for doing that. I will let you know how I get on.

fossfreedom commented 1 year ago

thx. Install is ok now. I've rebuilt the debian package and is now available for all budgie lunar users. Cheers again.