docs: Add Fedora/RHEL Dependency instructions#1851
Conversation
|
Thank you for your contribution :D |
|
////////////////////////////// Some words about Ubuntu: /////////////////////////////////////////////////////////// If you will try to install v.6.0.1 on official Ubuntu 22.04, libgtk-3-dev will lead you to a chain of dependencies: gir1.2-pango-1.0 1.50.6+ds-2 without word "ubuntu" "1.50.6+ds-2ubuntu" (secure version, variant NOW) e.t.c. libgstreamer1.0-dev and libgstreamer-plugins-base1.0-dev will lead you to a chain: libdrm2 (2.4.110-1ubuntu1) 2.4.113-2~ubuntu0.22.04.1 libgbm-dev: libgbm1 22.0.1-1ubuntu2 23.0.4-0ubuntu1~22.04.1 libegl-mesa0: libglapi-mesa (22.0.1-1ubuntu2) 23.0.4-0ubuntu1~22.04.1 SYNAPTIC can substitude all these packages But after reboot, Ubuntu shows black screen (extra terminal Alt+F2,Alt+F3 in normal mode), privacy violation detected. But Ubuntu version 20.04 does NOT require downgrade packages. Confidentiality is not violated. Synaptic safely automatically selects the necessary packages and everything is installed and assembled. The same errors occur, but in version 20.04 all these errors are resolved. P.S. audioplayers Without the second there is no sound at all from application. Inclusion of the second into the main.dart NO needed. |
|
LINUX UBUNTU application - volume When the list became simply huge, the sound disappeared completely. It turns out that when the same note is repeated, one audio player is added. I just checked, no, I built it using a platform detector. It turned out that I built it not as for Windows, but as for Android. And all this is for Linux. Now I will have to develop a third version for Linux. On MacOS, everything seemed to work fine. With: await player.play(NOTE, mode: PlayerMode.lowLatency); NOTE can repeat or change. With every await... we've got a new instanse of ... when every Note Key is pressed we've got new volume control. IS THIS A BUG, BY ACCIDENT?\ Need to Dispose? I didn't use the Dispose. And not use SoundPool. LINUX UBUNTU |
|
Thank you for your contribution |
Description
Checklist
fix:,feat:,refactor:,docs:,chore:,test:,ci:etc).///, where necessary.Breaking Change
Related Issues