Closed alexarnaud closed 4 years ago
it is already done for few years: https://github.com/themix-project/oomox#debian-ubuntu-linux-mint
it is already done for few years: https://github.com/themix-project/oomox#debian-ubuntu-linux-mint
I was probably not clear but the Debian packages are indeed generated but not pre-compiled. At the end of the postinst process there is this line: python3 -O -m compileall /opt/oomox/oomox_gui
The package already available takes 50M to download but almost 600mb after installation.
I think we could propose to have a pre-compiled package (before installation).
could you show me those 550 MB of *.pyc files?
OK, my bad. The huge installation time (10 minutes) is only due to the huge amount of themes / icons.
The latest version takes 550MB on disk whereas the version 1.2.6 takes 30MB on disk.
Do you know which plugins / icons / themes should I keep to have the same feature as of version 1.2.6?
I'd like to reduce the size and installation time of Oomox because the amount of icons / themes / plugins was sufficient for our downstream need.
Also "only" having essential theme will be easier for our users (usually not power users).
Sorry for all that question. I'm looking at finding the best compromise between feature and simplicity.
We customize theme for visual-impaired or elderly people.
Best regards.
i recommend you to do smth like cd /opt/oomox && ncdu .
to see for yourself, but yeah, most of the space are taking the new icon packs
also please see/participate in https://github.com/themix-project/oomox/issues/129 regarding splitting the main themix-gui and plugins into separate packages
Hello,
Currently at each installation Oomox is compiled and that takes many times.
This will be useful for two stuff:
Best regards.