N0rbert

Results 58 comments of N0rbert

Related issue on LP - https://pad.lv/1785845 . Temporary installation fix [from AskUbuntu](https://askubuntu.com/a/1233818/66509): ``` mkdir -p ~/Downloads/fslint cd ~/Downloads/fslint wget http://old-releases.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb wget http://old-releases.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-glade2_2.24.0-6_amd64.deb wget http://old-releases.ubuntu.com/ubuntu/pool/universe/f/fslint/fslint_2.46-1_all.deb sudo apt-get install ./*.deb ```

Thanks! Update is below: ``` mkdir -p ~/Downloads/fslint cd ~/Downloads/fslint wget http://old-releases.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb wget http://old-releases.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-glade2_2.24.0-6_amd64.deb wget http://old-releases.ubuntu.com/ubuntu/pool/universe/f/fslint/fslint_2.46-1_all.deb sudo apt-get install ./*.deb ```

@Valtarien check your repositories first, if it is 20.10 - then use: ``` mkdir -p ~/Downloads/fslint cd ~/Downloads/fslint wget http://archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi7_3.3-4_amd64.deb wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygobject-2/python-gobject-2_2.28.6-14ubuntu1_amd64.deb wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pycairo/python-cairo_1.16.2-2ubuntu2_amd64.deb wget http://old-releases.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb wget http://old-releases.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-glade2_2.24.0-6_amd64.deb wget http://old-releases.ubuntu.com/ubuntu/pool/universe/f/fslint/fslint_2.46-1_all.deb...

Thanks, the https://snapcraft.io/fslint-unofficial looks theoretically good. I see [*removable-media* plug](https://github.com/tgagor/fslint-snap/blob/master/snapcraft.yaml#L32) in place, so it is viable.

Some people [still expect](https://askubuntu.com/q/1302195/66509) that the Fre:ac sources have `debian` folder to compile the application for Debian-like systems. But what is interesting - this application [was never released](https://repology.org/project/freac/versions) for such...

Still a problem. Steps to reproduce: 1. Log in to webex.com conference via docker'd Firefox 52 as presenter, 1. it downloaded `CiscoWebExServlet`, 1. then it launched Cisco Webex Training 1....

This happens for client version 40.8.7.13 .

I need dev-libs/gmp for mit-krb5 and openssl. Please add it.

https://github.com/marktext/marktext/issues/2035 is still a problem. Can't use MarkText with correctly written documents placed in Git repository. MarkText still replaces `1.`'s with `1.`, `2.`, `3.` and so on in numbered lists...