MXFBPi Beta 2 testing

Help on all MX Re-spins
Message
Author
User avatar
Jerry3904
Administrator
Posts: 23506
Joined: Wed Jul 19, 2006 6:13 am

Re: MXFBPi Beta 2 testing

#31 Post by Jerry3904 »

Where would be a good place to reset Headphones? I could do a little script and link to it from the rootMenu, and rofi -show drun would find it if I create a desktop file.
Production: 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
dolphin_oracle
Developer
Posts: 22717
Joined: Sun Dec 16, 2007 12:17 pm

Re: MXFBPi Beta 2 testing

#32 Post by dolphin_oracle »

Jerry3904 wrote: Mon Feb 01, 2021 10:09 am @dolphin_oracle If those 2 reset buttons backup the existing and repopulate from skel I would think we would be OK. Will test.
they do back up. the reset all just runs the install_flux.sh script. the reset dock and reset menu pulls from /usr/share.

Code: Select all

QFileInfo resetALL("/usr/bin/mxflux_install.sh");
    QFileInfo resetDefaultDock("/usr/share/mxflux/.fluxbox/scripts/DefaultDock.mxdk");
    QFileInfo resetDefaultMenu("/usr/share/mxflux/.fluxbox/menu-mx");
I can change them, but even if they pulled from etc/skel, etc/skel is changed during mx-fluxbox updates.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

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

Re: MXFBPi Beta 2 testing

#33 Post by Jerry3904 »

Hey, I solved the BT headphones problem. I wrote a little script:

Code: Select all

#!/bin/bash

rm -r ~/.config/pulse; pulseaudio -k

exit
Then linked to that in the startup file. Now everytime if I have my speaker running and log out and back in, I right-click the BT icon in the systray > Recent connections and highlight the speaker--ta dah!

I currently have the script in ~/.fluxbox/scripts though not sure if I should leave it there or put it *downstairs* in /usr/bin
Production: 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: 3395
Joined: Tue Jan 27, 2009 2:07 pm

Re: MXFBPi Beta 2 testing

#34 Post by chrispop99 »

Jerry3904 wrote: Mon Feb 01, 2021 11:16 am Does it do the same with two tabs in a single Thunar instance?

Could you use FB's remember function?

BTW: you can rmove Th off dead center, right?
When using tabs, the progress box is still huge.

Changing the progress box size, then setting 'Remember' sticks.

Thunar can be moved OK

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: 23506
Joined: Wed Jul 19, 2006 6:13 am

Re: MXFBPi Beta 2 testing

#35 Post by Jerry3904 »

Good.

Tested a BT mouse, worked OOTB.
Production: 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: 3395
Joined: Tue Jan 27, 2009 2:07 pm

Re: MXFBPi Beta 2 testing

#36 Post by chrispop99 »

Right-click menu>File Manager opens /home/pi/.fluxbox.

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

User avatar
dolphin_oracle
Developer
Posts: 22717
Joined: Sun Dec 16, 2007 12:17 pm

Re: MXFBPi Beta 2 testing

#37 Post by dolphin_oracle »

chrispop99 wrote: Mon Feb 01, 2021 2:05 pm Right-click menu>File Manager opens /home/pi/.fluxbox.

Chris
it does in standard mx-fluxbox too
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

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

Re: MXFBPi Beta 2 testing

#38 Post by chrispop99 »

dolphin_oracle wrote: Mon Feb 01, 2021 2:15 pm
chrispop99 wrote: Mon Feb 01, 2021 2:05 pm Right-click menu>File Manager opens /home/pi/.fluxbox.

Chris
it does in standard mx-fluxbox too
Oh OK. Never noticed that!

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: 23506
Joined: Wed Jul 19, 2006 6:13 am

Re: MXFBPi Beta 2 testing

#39 Post by Jerry3904 »

dolphin_oracle wrote: Mon Feb 01, 2021 11:56 am
Jerry3904 wrote: Mon Feb 01, 2021 10:09 am @dolphin_oracle If those 2 reset buttons backup the existing and repopulate from skel I would think we would be OK. Will test.
they do back up. the reset all just runs the install_flux.sh script. the reset dock and reset menu pulls from /usr/share.

Code: Select all

QFileInfo resetALL("/usr/bin/mxflux_install.sh");
    QFileInfo resetDefaultDock("/usr/share/mxflux/.fluxbox/scripts/DefaultDock.mxdk");
    QFileInfo resetDefaultMenu("/usr/share/mxflux/.fluxbox/menu-mx");
I can change them, but even if they pulled from etc/skel, etc/skel is changed during mx-fluxbox updates.
OK, thanks. I'll think about this some more, but it looks to me right now that when /etc/rpi-issue is present then skel should not be overwritten. As long as it is not overwritten, then the reset buttons can point to it IMO.
Production: 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
dolphin_oracle
Developer
Posts: 22717
Joined: Sun Dec 16, 2007 12:17 pm

Re: MXFBPi Beta 2 testing

#40 Post by dolphin_oracle »

so you will never update /etc/skel?

in that case, just set up the files and remove the mx-fluxbox packages. no updates, not problems.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

Locked

Return to “MX Respins”