Creteil

Results 29 comments of Creteil

You misunderstood the original name, it is « [SimpleScreenRecorder](https://www.maartenbaert.be/simplescreenrecorder/) », not « Simple Screen Recorder »...

I think if we fix the issue [#885](https://github.com/MaartenBaert/ssr/issues/885), then you will be able to create packages for every commit like I do since many years... I am in the step...

What is the version of your Ubuntu WFS2 ?

In this case, you will have to fetch the latest version like that (inside a terminal) : ```bash cd ~ && wget https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb && sudo dpkg -i ./duf_0.8.1_linux_amd64.deb ``` Hope...

Can you post output of : `dpkg -l | grep golang | grep -v "\-dev"`

Please do : `sudo apt update && sudo apt dist-upgrade` Then recheck « duf »...

I just don't understand why it doesn't run properly at your side... ``` bigbob@LAPTOP-AUTOMOTIVE:~$ duf --version duf 0.8.1 (3c55411) bigbob@LAPTOP-AUTOMOTIVE:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu...

I have also Ubuntu 22.04 on same windows machine and it also work : ``` bigbob@LAPTOP-AUTOMOTIVE:~$ duf --version duf 0.8.1 (3c55411) bigbob@LAPTOP-AUTOMOTIVE:~$ lsb_release -a No LSB modules are available. Distributor...

Why not installing the distribution version ? ``` sudo apt install simplescreenrecorder ``` Must work out of the box...