LinuxOnTheDesktop

Results 316 comments of LinuxOnTheDesktop

2.27, judging by this: ``` testing@testing-VirtualBox:~$ apt list glibc* Listing... Done glibc-doc/bionic,bionic 2.27-3ubuntu1 all glibc-doc-reference/bionic,bionic 2.27-1 all glibc-source/bionic,bionic 2.27-3ubuntu1 all ```

Ok, so I located `/etc/local.gen` (which is a file) and uncommented `# en_US ISO-8859-1`. Then I ran `locale-gen`. It seemed to fail. So I re-ran it as root. Then I...

Thanks. I ran `locale-gen` as root. It showed no errors. I logged off and back in again. Your program showed the same problems as before.

Thanks. However, I have trouble understanding you. Are you suggesting that . . actually, at this point, I am just going to give up, I am afraid.

The following - generated by the latest git code (I updated that code just now) - might result from the same problem. ``` ~/git/covid $ covid us ✔ Country: us...

I think this bug should be reopened. For, I have this problem, or at least a similar one. Here's my code. ``` ${if_pa_sink_muted}\ ${color8}x\ ${else}\ ${if_match ${pa_sink_volume} >0}\ ${color1}\ ${else}\...

Thanks for re-opening. Please note that in order to work around this - in order to reliably read the volume - I am having to run `awk` every Conky tick,...

**A workaround** [Here is the source code](https://pastebin.com/jd8CAHQR) for a fast C program that displays the volume or, if the volume is muted, an 'x'. Compile (instructions for that are in...

Note: Wayland has replaced X as the default in Ubuntu 21.04. That version of Ubuntu was released on 22 April 2021. ([Here](https://ubuntu.com/blog/ubuntu-21-04-is-here) is the release announcement.)