MXFBPi Beta 2 testing
Re: MXFBPi Beta 2 testing
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- dolphin_oracle
- Developer
- Posts: 22717
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MXFBPi Beta 2 testing
they do back up. the reset all just runs the install_flux.sh script. the reset dock and reset menu pulls from /usr/share.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.
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");
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/
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/
Re: MXFBPi Beta 2 testing
Hey, I solved the BT headphones problem. I wrote a little script: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
Code: Select all
#!/bin/bash
rm -r ~/.config/pulse; pulseaudio -k
exit
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- chrispop99
- Global Moderator
- Posts: 3395
- Joined: Tue Jan 27, 2009 2:07 pm
Re: MXFBPi Beta 2 testing
When using tabs, the progress box is still huge.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?
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
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Re: MXFBPi Beta 2 testing
Good.
Tested a BT mouse, worked OOTB.
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- chrispop99
- Global Moderator
- Posts: 3395
- Joined: Tue Jan 27, 2009 2:07 pm
Re: MXFBPi Beta 2 testing
Right-click menu>File Manager opens /home/pi/.fluxbox.
Chris
Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
- dolphin_oracle
- Developer
- Posts: 22717
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MXFBPi Beta 2 testing
it does in standard mx-fluxbox toochrispop99 wrote: Mon Feb 01, 2021 2:05 pm Right-click menu>File Manager opens /home/pi/.fluxbox.
Chris
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/
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/
- chrispop99
- Global Moderator
- Posts: 3395
- Joined: Tue Jan 27, 2009 2:07 pm
Re: MXFBPi Beta 2 testing
Oh OK. Never noticed that!dolphin_oracle wrote: Mon Feb 01, 2021 2:15 pmit does in standard mx-fluxbox toochrispop99 wrote: Mon Feb 01, 2021 2:05 pm Right-click menu>File Manager opens /home/pi/.fluxbox.
Chris
Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Re: MXFBPi Beta 2 testing
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.dolphin_oracle wrote: Mon Feb 01, 2021 11:56 amthey do back up. the reset all just runs the install_flux.sh script. the reset dock and reset menu pulls from /usr/share.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.
I can change them, but even if they pulled from etc/skel, etc/skel is changed during mx-fluxbox updates.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");
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- dolphin_oracle
- Developer
- Posts: 22717
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MXFBPi Beta 2 testing
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.
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/
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/