Search found 7 matches

by sspphheerraa
2021-09-29 16:30
Forum: General Questions
Topic: Long loading of KDE plasma when there's active torrents in qbittorrent
Replies: 1
Views: 1209

Long loading of KDE plasma when there's active torrents in qbittorrent

Hello. I have Debian 11, KDE and qbittorrent with some torrents in it. When I set these torrents to seed (active) the end of system startup is slow. The Desktop is started, but I can't to start any QT application (Konsole, Kwrite, SMPlayer, etc). It takes about 2-3 minutes while qbittorrent starts and after that all other applications can start too.
There's no difference how many GiB or subfolders torrent has.
If I set all torrent to pause the system startup (and the qbittorrent startup) is ...
by sspphheerraa
2021-09-12 05:43
Forum: General Questions
Topic: [solved]Debian 11, firefox-esr is not supported for online meetings
Replies: 16
Views: 6717

Re: Debian 11, firefox-esr is not supported for online meetings

Thanks for suggestions about "about:config". I set the "media.webrtc.hw.h264.enabled" to "true" and the test is passing. By default that option is disabled for some reason (however, in the Mozilla build it is disabled either).
by sspphheerraa
2021-09-10 18:02
Forum: Graphical Environments & Desktops
Topic: Debian 11, gstreamer1.0-plugins-bad and can't grab v4l video anymore
Replies: 1
Views: 2367

Re: Debian 11, gstreamer1.0-plugins-bad and can't grab v4l video anymore

Well, as a workaround I installed libreoffice without gstreamer1.0-plugins-bad dependence.

Code: Select all

apt install libreoffice gstreamer1.0-plugins-bad-
by sspphheerraa
2021-09-08 17:03
Forum: General Questions
Topic: [solved]Debian 11, firefox-esr is not supported for online meetings
Replies: 16
Views: 6717

Re: Debian 11, firefox-esr is not supported for online meetings

Thanks, but all suggestions are about alternatives. I want to understand why the build from main repo can't pass the test, while the Gentoo build does.
And can it be fixed through about:config ?
by sspphheerraa
2021-09-07 19:40
Forum: General Questions
Topic: [solved]Debian 11, firefox-esr is not supported for online meetings
Replies: 16
Views: 6717

Re: Debian 11, firefox-esr is not supported for online meetings

cds60601 wrote: 2021-09-06 19:10 in the Firefox address bar, enter the following

Code: Select all

about:config
then hit enter. Next - search for

Code: Select all

media.peerconnection.enabled
See if it's set to true
Yes, it is "true". But no test pass.
by sspphheerraa
2021-09-06 18:51
Forum: General Questions
Topic: [solved]Debian 11, firefox-esr is not supported for online meetings
Replies: 16
Views: 6717

[solved]Debian 11, firefox-esr is not supported for online meetings

Hello. I need to participate in online webinars here. But firefox-esr (78.13.0esr) is not supported. In another computer I have Gentoo linux and there, firefox (same version) passes test successfully.
Any ideas?
by sspphheerraa
2021-09-06 18:38
Forum: Graphical Environments & Desktops
Topic: Debian 11, gstreamer1.0-plugins-bad and can't grab v4l video anymore
Replies: 1
Views: 2367

Debian 11, gstreamer1.0-plugins-bad and can't grab v4l video anymore

Hello. I have old laptop with PCMCIA card adapter on it and AVerMedia (saa7134 chip) Cardbus TV/Radio (E501R) which I use to record video from analog camera. Audio is recording from internal laptop microphone. Here is the 'start record' script:
#!/usr/bin/env bash

filename=$(date +"%F_%H-%M-%S")
VIDEO_DEVICE="/dev/video0"
VIDEO_CAPABILITIES="video/x-raw, format=UYVY, interlace-mode=interleaved, framerate=25/1, width=720, height=576"
TV_NORM="PAL"
AUDIO_DEVICE="hw:0"
AUDIO_CAPABILITIES="audio/x ...