You are not logged in.
Pages: 1
Thanks for the detailed information!
I have seen the problems only with the EQ sliders, but the changes are never over .04-.05 on the scale, and I can't really tell the difference in the sound quality, so I can live with that OK. Besides, it only shows on some of the sliders, and the values go back to the pre-sets on clicking the name in the Choose EQ Pre-sets box.
After installing Alsatune-3.1-1 I noticed that the values for the EQ pre-sets shown on Alsatune are slightly different from the actual values on the pre-sets.csv file. The changes seem to affect only certain frequencies within a given pre-set value group and may change after closing and launching the app.
I tried it with a number of pre-sets and the problem shows up on most of the pre-set groups.
Removing version 3.1-1 and installing 3.0-0, or 2.1-0 makes no difference.
I'd appreciate it if somebody using Alsatune could confirm this behavior or if it is just me.
I tried version 3 on my Acer Aspire 5 and everything works as expected. No problem whatsoever on mpv, vlc, Librewolf and Firefox.
Great job!
You may need to make a minor change in the README.txt file for the path to .asoundrc file, so that it reads /usr/share/alsatune instead of /usr/share/mxeq.
Also, older EQ pre-sets will need to be moved to the user's .local/share/alsatune folder.
streamtuner2
Have been using it for a while and gives you a ton of streaming radio stations.
Great job Miyo, as usual.
Message from a live MiyoLinux iso.
Keep up the good work!
You may be interested in trying multibootusb http://multibootusb.org/. You can just download the tar.gz file and use it from a local folder. No need to install it.
I keep youtube-dl updated downloading the latest release from
https://rg3.github.io/youtube-dl/download.html and then copying file youtube-dl to /usr/local/bin/.
You can do that or just follow the simple commands on the download site.
No problem downloading here with command:
youtube-dl --verbose https://www.youtube.com/watch?v=AuFiBjNTB9oMy versions of youtube-dl and python are:
[debug]youtube-dl version 2018.12.03
[debug] Python version 2.7.13 (CPython)
I stand corrected.
Changed code in original message.
Try this:
brightness="/sys/class/backlight/intel_backlight/brightness"
if [ -f $brightness ] && [ "$(cat $brightness)" != "3000" ]; then
echo 3000 > $brightness
fiEdit: Corrected code error.
For a basic system do
qemu-system-x86_64 -hda path_to-your_devuan_ascii_2.0.0_amd64_qemu.qcow2Just have a look at https://gmplib.org/~tege/qemu.html for some simple examples of use.
claws-mail 3.17 wanting to drag dillo is most likely just because you are also trying to install claws-mail-dillo-viewer or claws-mail-extra-plugins. These two have dillo as a dependency, but not claws-mail itself.
You can check dependencies here:
https://pkginfo.devuan.org/
You may want to try adding this to /etc/apt/sources.list instead of stretch-backports:
deb http://deb.devuan.org/merged ascii-backports mainUpdate your sources:
apt-get updateAnd now install claws-mail-3.17
apt-get install -t ascii-backports claws-mailHope this helps|
First time poster here.
Not sure if this is what you're looking for but I just add this alias to my regular user's .bashrc
alias python='/usr/bin/python3.4'Any python scripts I run from a console will then use python3.4
Pages: 1