dalto8
dalto8
It looks like this happens whenever you have a language where the word for memory is over a certain length. The result it that `free -b` returns something like this:...
I submitted a PR to resolve the issue a couple of weeks ago. https://github.com/KittyKatt/screenFetch/pull/708 That being said, there are lot of different ways to fix it.
> `mem=$(LANG=en_US.UTF-8 free -b | awk 'NR==2{print $2"-"$6}')` works for me Does this require the `en_US.UTF-8` locale to be enabled on your system? Maybe `LANG=C` instead?
> same here also i used a bigger vbox disk: > > https://termbin.com/js61 That is a different problem. Yours is a bug that can be easily fixed. I will do...
> this is a dup of something, related to crashes in the packages module when pacman progress-reporting is enabled, isn't it? It is definitely the same issue that has been...
I think that this is a mounting issue. While there may also be an unmounting issue, it is secondary in this case as the install would not be correct either...
It is also worth noting that this issue impacts zfs as well since it uses similar mounting logic.
> @adriaandegroot It seems I'm missing a dependency for building, but I don't see which one. > Consider using the quick-deploy script to install all the dependencies. https://github.com/calamares/calamares/wiki/Develop-Guide#quick-deployment-script
`/usr/share/xgreeters/lightdm-greeter.desktop` and `update-alternatives` are not available on all distros. I don't think Calamares should depend on them.
Maybe can we step back and identify what is the problem we are actually trying to solve here? Are you creating/maintaining a distro and this is causing an issue? If...