Adam Perkowski
Adam Perkowski
That's probably why it's drafted...
this is weird... can you confirm it's still an issue?
that's because you need to be using wayland to install it. not sure if you can do that with wsl https://github.com/ChrisTitusTech/linutil/blob/1ae1b7e1f7545a11f59fc749c40f041e38e5d172/core/tabs/applications-setup/tab_data.toml#L342-L345
/close https://discord.gg/bujFYKAHSp
No way to scroll here when the terminal with linutil is smaller 
The script should also check if `fontconfig` is installed.
I'm sorry but I cannot approve 100% LLM generated PRs. You need to rewrite the code yourself.
> how can you make it posix compliant and fit it in within the scope i.e. having to add scroll functionality is beyond my level of understanding... You can use...
> Shouldn't I add check for fc-cache command instead. You should check if `fontconfig` exists in the system. If not, install it. You can do `command_exists fc-cache` and if not,...
> I think the issue with that is if debian has other utility which installs fontconfig. You can use ```sh case $PACKAGER in apt|nala) # debian stuff ;; ... ```