MX-21 fluxbox beta 1 feedback thread.

Message
Author
User avatar
chrispop99
Global Moderator
Posts: 3343
Joined: Tue Jan 27, 2009 2:07 pm

Re: MX-21 fluxbox beta 1 feedback thread.

#51 Post by chrispop99 »

Jerry3904 wrote: Sat Aug 21, 2021 11:50 am
chrispop99 wrote: Sat Aug 21, 2021 11:43 am I realise this is personal choice, but it seems a bit odd to me to have a pretty decent music player, but nothing to play video.

On the basis of lightness, what about dropping DeadBeef (sorry Jerry), and including mpv, as it will play both audio and video files.?

Chris
We discussed this at some length, and I am still a fan of using Firefox which on this B1 is very fast and error free for the desktop videos link. Pretty stubborn here...
Okey Dokey!

Perhaps some common video file types could be set to open FF by default to avoid user confusion?

Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines

User avatar
oops
Posts: 1898
Joined: Tue Apr 10, 2018 5:07 pm

Re: MX-21 fluxbox beta 1 feedback thread.

#52 Post by oops »

FI: Unfortunatly, the batterie test must be done also for BAT1, not only BAT0 (at least into my eepc)

Code: Select all

battery_low_cmd = bash -c "[[ $(upower -i /org/freedesktop/UPower/devices/battery_BAT1 | grep 'power supply' | cut -d: -f2) == no ]] && { ;} || { notify-send 'battery low'; }"
Pour les nouveaux utilisateurs: Alt+F1 pour le manuel, ou FAQS, MX MANUEL, et Conseils Debian - Info. système “quick-system-info-mx” (QSI) ... Ici: System: MX-19_x64 & antiX19_x32

User avatar
dreamer
Posts: 891
Joined: Sun Oct 15, 2017 11:34 am

Re: MX-21 fluxbox beta 1 feedback thread.

#53 Post by dreamer »

The md5 hash value seems incorrect. Sha256 hash value seems correct.
Note to self and others: SysVinit is a good option. However if you run into problems try with systemd first. This applies to AppImages, Flatpaks, GitHub packages and even some Debian packages.

User avatar
Jerry3904
Administrator
Posts: 23110
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-21 fluxbox beta 1 feedback thread.

#54 Post by Jerry3904 »

@chrispop99 I think anything on the web should be handled automatically. If you feel like creating entries for downloaded vids for a couple of the most popular formats that we can insert into mimeapps.conf that would be great. I downloaded one of my videos and clicked to open with Firefox, and now this new line is in ~/config/mimeapps.conf:

Code: Select all

video/mp4=firefox.desktop;
I bet you could copy that a few times and just change the video format.
@oops Then I think we should create a small script "lobatcmd" and not clutter up the rc.
@dreamer I think that was reported earlier but will check, thanks.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
Jerry3904
Administrator
Posts: 23110
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-21 fluxbox beta 1 feedback thread.

#55 Post by Jerry3904 »

There must be a way to combine these into a single command. This isn't sophisticated but it is shorter and I trust it will still work;

Code: Select all

#!/bin/bash

#This script corrects a bug that causes a low-battery notification to show on plugged-in machines 

FRONT="battery_low_cmd = bash -c "[[ $(upower -i /org/freedesktop/UPower/devices/battery"
BACK="| grep 'power supply' | cut -d: -f2) == no ]] && { ;} || { notify-send 'battery low'; }""

$FRONT BAT0 $BACK && $FRONT BAT1 $BACK

end
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
chrispop99
Global Moderator
Posts: 3343
Joined: Tue Jan 27, 2009 2:07 pm

Re: MX-21 fluxbox beta 1 feedback thread.

#56 Post by chrispop99 »

Jerry3904 wrote: Sat Aug 21, 2021 12:51 pm @chrispop99 I think anything on the web should be handled automatically. If you feel like creating entries for downloaded vids for a couple of the most popular formats that we can insert into mimeapps.conf that would be great. I downloaded one of my videos and clicked to open with Firefox, and now this new line is in ~/config/mimeapps.conf:

Code: Select all

video/mp4=firefox.desktop;
I bet you could copy that a few times and just change the video format.
I have a USB stick that holds audio, video, and document files in lots of different formats; I use it when distro testing.

Unfortunately, Firefox won't play .flv, .mpg, or .mkv files. It does play .mp4 and .mov. I didn't test any further.

Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines

User avatar
Jerry3904
Administrator
Posts: 23110
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-21 fluxbox beta 1 feedback thread.

#57 Post by Jerry3904 »

Firefox won't play .flv, .mpg, or .mkv files.
How common are those?
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
chrispop99
Global Moderator
Posts: 3343
Joined: Tue Jan 27, 2009 2:07 pm

Re: MX-21 fluxbox beta 1 feedback thread.

#58 Post by chrispop99 »

Would it be possible to tidy up the Common settings panel by capitalising 'mugshot' please? I'm a bit OCD!
feh_014290_000001_210821_1803_269x196.png

Chris
You do not have the required permissions to view the files attached to this post.
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines

User avatar
wdscharff
Posts: 1097
Joined: Mon Feb 24, 2020 1:07 am

Re: MX-21 fluxbox beta 1 feedback thread.

#59 Post by wdscharff »

Jerry3904 wrote: Sat Aug 21, 2021 10:07 am ....did you try disabling wmalauncher in startup, and then using a second tint2 panel as the dock? Somewhere Ceeslans showed there is a big difference.

On minimal: like MX Xfce since the beginning, MX-21 Fluxbox is conceived as a "midweight" Fluxbox version, meaning that we try to find a balance between lightness and ease of use.
wmalauncher is not the main culprit, even if it looks like quite a resource hog.

Good news, bad news.

My startup taken over from 19.4, which is also arg optimized. There (19.4) I come to ~310mb after startup.

Bad news: In the 21.beta it is still around 810mb,
But now it comes: this is shown in Conky, in EVERY Conky script that shows the user ram usage (I tried them all)

good news: In the terminal, with free and htop and with LXTask (I like graphical task managers) I get 370-375MB.
This is more than the 19.4, but in relation to the offered nothing that I could further criticize.

not nice : The Conky displays incorrectly at my system
my working horse Desktop AMD Ryzen 9 3900x, 32GB Ram // SSD ... enough
mx-fluxbox, what else?

In nature there are neither rewards nor punishments.
There are consequences.


my wallpaper gallery

User avatar
Jerry3904
Administrator
Posts: 23110
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-21 fluxbox beta 1 feedback thread.

#60 Post by Jerry3904 »

Thanks for testing. I'll focus on the good news, since I have seen DO say that Bullseye runs heavier in the first place.

We'll look at the conkies later...
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

Locked

Return to “General”