Excellent work
I went ahead and re-downloaded fluxbox-RC1 just so that I'm on the same page. Installation went fine (nice to see the installer back to off-white) and proceeded to install my software.
Ran into an issue with xmms. Seems one of the packages is not on antix's bookworm repo, xmms-plugins-antix. I was able to install xmms during the alpha and beta phases.
xmms-plugin.png
From my .xsessions-error log
Code: Select all
Starting /usr/bin/mx-packageinstaller
mx-packageinstaller version: 23.6
QMetaObject::connectSlotsByName: Connecting slot on_comboRemote_activated() with the first of the following compatible signals: ("activated(int)", "activated(QString)")
+++ void MainWindow::setProgressDialog() +++
+++ void MainWindow::setup() +++
dpkg-query -f '${Version}' -W flatpak
"1.14.4-1"
apt-get update --print-uris | grep -m1 -qE '/mx/testrepo/dists/bookworm/test/'
+++ void MainWindow::loadPmFiles() +++
+++ void MainWindow::refreshPopularApps() +++
+++ QStringList MainWindow::listInstalled() +++
dpkg --get-selections | grep -v deinstall | cut -f1
+++ void MainWindow::displayPopularApps() const +++
+++ void MainWindow::on_pushInstall_clicked() +++
+++ void MainWindow::on_tabWidget_currentChanged(int) +++
+++ bool MainWindow::installPopularApps() +++
+++ bool MainWindow::updateApt() +++
apt-get update -o=Dpkg::Use-Pty=0 -o Acquire::http:Timeout=10 -o Acquire::https:Timeout=10 -o Acquire::ftp:Timeout=10
"Hit:1 http://deb.debian.org/debian bookworm-updates InRelease"
"Hit:2 http://deb.debian.org/debian bookworm InRelease"
"Hit:3 http://la.mxrepo.com/mx/repo bookworm InRelease"
"Hit:4 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease"
"Get:5 http://security.debian.org/debian-security bookworm-security InRelease [48.0 kB]"
"Hit:6 https://deb.librewolf.net bullseye InRelease"
"Fetched 48.0 kB in 1s (37.6 kB/s)\nReading package lists..."
""
sources updated OK
+++ bool MainWindow::installBatch(const QStringList&) +++
Post-install
+++ bool MainWindow::installPopularApp(const QString&) +++
Pre-install
apt-get install antix-archive-keyring
echo "deb http://la.mxrepo.com/antix/bookworm bookworm main">/etc/apt/sources.list.d/mxpitemp.list
apt-get update
"Reading package lists..."
""
"Building dependency tree..."
"Reading state information..."
""
"The following NEW packages will be installed:"
"antix-archive-keyring"
"0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 16.9 kB of archives.\nAfter this operation, 61.4 kB of additional disk space will be used.\nGet:1 http://la.mxrepo.com/mx/repo bookworm/main amd64 antix-archive-keyring all 20019.3.14 [16.9 kB]"
"Fetched 16.9 kB in 0s (110 kB/s)"
"Selecting previously unselected package antix-archive-keyring.\r\n(Reading database ..."
"(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%"
"(Reading database ... 50%"
"(Reading database ... 55%"
"(Reading database ... 60%"
"(Reading database ... 65%"
"(Reading database ... 70%"
"(Reading database ... 75%"
"(Reading database ... 80%"
"(Reading database ... 85%"
"(Reading database ... 90%"
"(Reading database ... 95%"
"(Reading database ... 100%\r(Reading database ... 259155 files and directories currently installed.)"
"Preparing to unpack .../antix-archive-keyring_20019.3.14_all.deb ..."
"Unpacking antix-archive-keyring (20019.3.14) ..."
"Setting up antix-archive-keyring (20019.3.14) ..."
"Hit:1 http://deb.debian.org/debian bookworm-updates InRelease"
"Hit:2 http://deb.debian.org/debian bookworm InRelease\nHit:3 http://security.debian.org/debian-security bookworm-security InRelease"
"Hit:4 http://la.mxrepo.com/mx/repo bookworm InRelease"
"Get:5 http://la.mxrepo.com/antix/bookworm bookworm InRelease [27.4 kB]"
"Hit:6 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease"
"Get:8 http://la.mxrepo.com/antix/bookworm bookworm/main i386 Packages [307 kB]"
"Get:9 http://la.mxrepo.com/antix/bookworm bookworm/main amd64 Packages [324 kB]"
"Hit:7 https://deb.librewolf.net bullseye InRelease"
"Fetched 658 kB in 1s (560 kB/s)\nReading package lists..."
""
+++ bool MainWindow::install(const QString&) +++
+++ bool MainWindow::confirmActions(const QString&, const QString&) +++
names "xmms xmms-plugins-antix" and ()
DEBIAN_FRONTEND=$(dpkg -l debconf-kde-helper 2>/dev/null | grep -sq ^i && echo kde || echo gnome) LANG=C apt-get -s -V -o=Dpkg::Use-Pty=0 install --reinstall xmms xmms-plugins-antix|grep 'Inst\|Remv'| awk '{V=""; P="";}; $3 ~ /^\[/ { V=$3 }; $3 ~ /^\(/ { P=$3 ")"}; $4 ~ /^\(/ {P=" => " $4 ")"}; {print $2 ";" V P ";" $1}'
"E: Package 'xmms-plugins-antix' has no installation candidate"
DEBIAN_FRONTEND=$(dpkg -l debconf-kde-helper 2>/dev/null | grep -sq ^i && echo kde || echo gnome) LANG=C aptitude -sy -V -o=Dpkg::Use-Pty=0 install --without-recommends xmms xmms-plugins-antix |tail -2 |head -1
"Unable to apply some actions, aborting"
"Building tag database..."
detailed installed names sorted ("E: Package 'xmms-plugins-antix' has no installation candidate")
DEBIAN_FRONTEND=$(dpkg -l debconf-kde-helper 2>/dev/null | grep -sq ^i && echo kde || echo gnome) apt-get -o=Dpkg::Use-Pty=0 install -y --reinstall xmms xmms-plugins-antix
"Reading package lists..."
""
"Building dependency tree..."
"Reading state information..."
""
"Package xmms-plugins-antix is not available, but is referred to by another package.\nThis may mean that the package is missing, has been obsoleted, or\nis only available from another source"
"E: Package 'xmms-plugins-antix' has no installation candidate"
Post-install
rm /etc/apt/sources.list.d/mxpitemp.list
apt-get update
"Hit:1 http://security.debian.org/debian-security bookworm-security InRelease"
"Hit:2 http://deb.debian.org/debian bookworm-updates InRelease\nHit:3 http://deb.debian.org/debian bookworm InRelease"
"Hit:4 http://la.mxrepo.com/mx/repo bookworm InRelease"
"Hit:5 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease"
"Hit:6 https://deb.librewolf.net bullseye InRelease"
"Reading package lists..."
""
+++ void MainWindow::refreshPopularApps() +++
+++ QStringList MainWindow::listInstalled() +++
dpkg --get-selections | grep -v deinstall | cut -f1
+++ void MainWindow::displayPopularApps() const +++
+++ void MainWindow::on_pushCancel_clicked() +++
+++ void MainWindow::cleanup() +++
QSI
Code: Select all
System:
Kernel: 6.1.0-10-amd64 [6.1.37-1] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
parameters: BOOT_IMAGE=/boot/vmlinuz-6.1.0-10-amd64 root=UUID=<filter> ro quiet splash
amdgpu.ppfeaturemask=0xffffffff init=/lib/systemd/systemd
Desktop: Fluxbox v: 1.3.7 info: tint2 vt: 7 dm: LightDM v: 1.26.0 Distro: MX-23_fluxbox_RC1_x64
Libretto July 13 2023 base: Debian GNU/Linux 12 (bookworm)
Machine:
Type: Desktop System: Micro-Star product: MS-7C56 v: 2.0 serial: <superuser required>
Mobo: Micro-Star model: B550-A PRO (MS-7C56) v: 2.0 serial: <superuser required> UEFI: American
Megatrends LLC. v: A.B0 date: 08/11/2022
Battery:
Device-1: hidpp_battery_0 model: Logitech Wireless Mouse serial: <filter>
charge: 55% (should be ignored) rechargeable: yes status: discharging
CPU:
Info: model: AMD Ryzen 7 3800X bits: 64 type: MT MCP arch: Zen 2 gen: 3 level: v3 note: check
built: 2020-22 process: TSMC n7 (7nm) family: 0x17 (23) model-id: 0x71 (113) stepping: 0
microcode: 0x8701021
Topology: cpus: 1x cores: 8 tpc: 2 threads: 16 smt: enabled cache: L1: 512 KiB
desc: d-8x32 KiB; i-8x32 KiB L2: 4 MiB desc: 8x512 KiB L3: 32 MiB desc: 2x16 MiB
Speed (MHz): avg: 2200 min/max: 2200/4559 boost: enabled scaling: driver: acpi-cpufreq
governor: ondemand cores: 1: 2200 2: 2200 3: 2200 4: 2200 5: 2200 6: 2200 7: 2200 8: 2200 9: 2200
10: 2200 11: 2200 12: 2200 13: 2200 14: 2200 15: 2200 16: 2200 bogomips: 124794
Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
Vulnerabilities: <filter>
Graphics:
Device-1: AMD Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] vendor: Tul / PowerColor
driver: amdgpu v: kernel arch: RDNA-2 code: Navi-2x process: TSMC n7 (7nm) built: 2020-22 pcie:
gen: 4 speed: 16 GT/s lanes: 16 ports: active: DP-1 empty: DP-2,DP-3,HDMI-A-1 bus-ID: 0b:00.0
chip-ID: 1002:73df class-ID: 0300
Display: x11 server: X.Org v: 1.21.1.7 compositor: Compton v: 1 driver: X: loaded: amdgpu
unloaded: fbdev,modesetting,radeon,vesa dri: radeonsi gpu: amdgpu display-ID: :0.0 screens: 1
Screen-1: 0 s-res: 2560x1440 s-dpi: 96 s-size: 677x381mm (26.65x15.00") s-diag: 777mm (30.58")
Monitor-1: DP-1 mapped: DisplayPort-0 model: HP X27q serial: <filter> built: 2021
res: 2560x1440 hz: 165 dpi: 109 gamma: 1.2 size: 597x336mm (23.5x13.23") diag: 685mm (27")
ratio: 16:9 modes: max: 2560x1440 min: 720x400
API: OpenGL v: 4.6 Mesa 22.3.6 renderer: AMD Radeon RX 6700 XT (navi22 LLVM 15.0.6 DRM 3.49
6.1.0-10-amd64) direct-render: Yes
Audio:
Device-1: AMD Navi 21/23 HDMI/DP Audio driver: snd_hda_intel v: kernel pcie: gen: 4
speed: 16 GT/s lanes: 16 bus-ID: 0b:00.1 chip-ID: 1002:ab28 class-ID: 0403
Device-2: AMD Starship/Matisse HD Audio vendor: Micro-Star MSI driver: snd_hda_intel v: kernel
pcie: gen: 4 speed: 16 GT/s lanes: 16 bus-ID: 14:00.4 chip-ID: 1022:1487 class-ID: 0403
API: ALSA v: k6.1.0-10-amd64 status: kernel-api tools: alsamixer,amixer
Server-1: PipeWire v: 0.3.65 status: active with: 1: pipewire-pulse status: active
2: wireplumber status: active 3: pipewire-alsa type: plugin 4: pw-jack type: plugin
tools: pactl,pw-cat,pw-cli,wpctl
Network:
Device-1: Intel Wi-Fi 6 AX210/AX211/AX411 160MHz driver: iwlwifi v: kernel modules: wl pcie:
gen: 2 speed: 5 GT/s lanes: 1 bus-ID: 05:00.0 chip-ID: 8086:2725 class-ID: 0280
IF: wlan0 state: up mac: <filter>
Bluetooth:
Device-1: Intel AX210 Bluetooth type: USB driver: btusb v: 0.8 bus-ID: 1-2.3:4 chip-ID: 8087:0032
class-ID: e001
Report: rfkill ID: hci0 rfk-id: 1 state: down bt-service: N/A rfk-block: hardware: no
software: no address: see --recommends
Drives:
Local Storage: total: 8.19 TiB used: 873.54 GiB (10.4%)
SMART Message: Unable to run smartctl. Root privileges required.
ID-1: /dev/nvme0n1 maj-min: 259:1 vendor: Western Digital model: WDS500G1X0E-00AFY0
size: 465.76 GiB block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s lanes: 4 type: SSD
serial: <filter> rev: 613000WD temp: 45.9 C scheme: GPT
ID-2: /dev/nvme1n1 maj-min: 259:0 vendor: Western Digital model: WDS500G3XHC-00SJG0
size: 465.76 GiB block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 type: SSD
serial: <filter> rev: 102000WD temp: 44.9 C scheme: GPT
ID-3: /dev/sda maj-min: 8:0 vendor: SanDisk model: ST8000DM004-2CX188 size: 7.28 TiB
block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s type: HDD rpm: 5425 serial: <filter>
rev: 0001 scheme: GPT
Partition:
ID-1: / raw-size: 465.26 GiB size: 456.89 GiB (98.20%) used: 7.61 GiB (1.7%) fs: ext4
dev: /dev/nvme0n1p2 maj-min: 259:5
ID-2: /boot/efi raw-size: 512 MiB size: 511 MiB (99.80%) used: 288 KiB (0.1%) fs: vfat
dev: /dev/nvme0n1p1 maj-min: 259:4
Swap:
Kernel: swappiness: 15 (default 60) cache-pressure: 100 (default)
ID-1: swap-1 type: partition size: 65 GiB used: 0 KiB (0.0%) priority: -2 dev: /dev/nvme1n1p1
maj-min: 259:2
Sensors:
System Temperatures: cpu: 43.5 C mobo: N/A gpu: amdgpu temp: 47.0 C mem: 48.0 C
Fan Speeds (RPM): N/A gpu: amdgpu fan: 1262
Repos:
Packages: pm: dpkg pkgs: 1953 libs: 983 tools: apt,apt-get,aptitude,nala,synaptic pm: rpm pkgs: 0
pm: flatpak pkgs: 0
No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
1: deb http://deb.debian.org/debian bookworm-updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/debian.list
1: deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
2: deb http://security.debian.org/debian-security bookworm-security main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/librewolf.list
1: deb [arch=amd64] http://deb.librewolf.net bullseye main
Active apt repos in: /etc/apt/sources.list.d/mx.list
1: deb http://la.mxrepo.com/mx/repo/ bookworm main non-free
Active apt repos in: /etc/apt/sources.list.d/nordvpn.list
1: deb https://repo.nordvpn.com/deb/nordvpn/debian stable main
Info:
Processes: 337 Uptime: 11m wakeups: 2 Memory: 31.27 GiB used: 2.13 GiB (6.8%) Init: systemd
v: 252 target: graphical (5) default: graphical tool: systemctl Compilers: gcc: 12
Client: shell wrapper v: 5.2.15-release inxi: 3.3.26
Boot Mode: UEFI
:side note:
@Jerry3904 Could we add this to the overlay file so that menu entries with more than 35 apps show as two columns and not one long one?
Code: Select all
# double menu width
menu.bevelWidth: 2
You do not have the required permissions to view the files attached to this post.
This is my
Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.