missing compact variants
fossfreedom opened this issue · comments
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
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.
Run ./install.sh -s compact
to install compact version
Run ./install.sh -t all -s all
to install all themes
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?
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.
thx. Install is ok now. I've rebuilt the debian package and is now available for all budgie lunar users. Cheers again.