hex-m

Results 91 comments of hex-m

Someone created a ticket for Transmission. It may need some details though. https://github.com/transmission/transmission/issues/47

This may be considered a duplicate of #163 But to get this into a more specific direction: an ideal solution would be to work upstream with the distributions to get...

I don't understand what this has to do with GNOME. I run the latest version of GNOME in Debian Buster (testing) and can't find a persistent Dino icon.

@theScrabi: I didn't write clear enough, sorry. This ticket suggests that this should not be an issue on GNOME. But on my system (with GNOME) I have the problem that...

@toger5 You showed the widget in the latest [TWIM](https://youtu.be/Hsyqa5ozWIo?t=1054). Great to managed to solve it! Would you mind sharing how you did it?

Some research brought me to a nice [presentation](https://www.slideshare.net/justestadipera/digital-image-forensics-camera-fingerprint-and-its-robustness) from Jessica Fridrich. It explains PRNU and how it could be removed. Recent [research](http://www.futurity.org/smartphones-cameras-prnu-1634712-2/) argues, that it's possible to identify a smartphone...

The metadata is in the [f-droid repo](https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/im.zom.messenger.txt). So no idea what's wrong (but curious).

Upgrading from `2.3.17` to `2.4.2` gave me two conflicts. My understanding is, that the `*.dpkg-dist` are the versions that should actually be used. ``` # diff /etc/bigbluebutton/nginx/web /etc/bigbluebutton/nginx/web.dpkg-dist 10,11c10,15 <...

User creation happens in `bbb-record-core.preinst` ``` addGroup bigbluebutton "" addUser bigbluebutton "" bigbluebutton /home/bigbluebutton "bigbluebutton" "/bin/false" ``` The [documentation](https://wiki.debian.org/AccountHandlingInMaintainerScripts) mentions it should be something like `adduser --system --group bigbluebutton`. That...

This problem still exists on BigBlueButton 2.2.20. Purging `bbb-demo` marks `tomcat7` as not required anymore, the next `apt autoremove` removes it and bbb throws errors about missing tomcat7.