MX-23 beta 1 feedback thread

Message
Author
slayd
Posts: 10
Joined: Sun Sep 18, 2022 5:25 pm

Re: MX-23 beta 1 feedback thread

#401 Post by slayd »

I've tried both the 23 KDE and 23 XFCE.

When I install the distro, I get to a place in the reboot after successful install where it gives me 2 choices:
== enter root password
== Ctrl-D to continue

If I Ctrl-D, I will finally get to a log in screen for my new user. My user password will be accepted, but I'm returned to the log in screen to try again. I never get past the log in screen.

If I enter the root password when I get the choice during reboot, I will get the root prompt. If I check /etc/passwd, I see my new user is there. If I check to see the directories under /home, there are none. /home/my_new_user was never created during installation. So there is no desktop to load, etc.

I've tried this a few times. I've monitored the log during installation - nothing appears to be wrong

Has anyone else had this problem?

User avatar
FullScale4Me
Posts: 1123
Joined: Fri Jan 08, 2021 11:30 pm

Re: MX-23 beta 1 feedback thread

#402 Post by FullScale4Me »

When trying to install Debian 64 bit 5.10 kernel the MXPI shows an already installed icon. See below. Replicated on a MX23 Beta 1 Live USB.

Image

MX Boot Options disagrees with MXPI. See below

Image

So I tried the MXPI Reinstall button. Show Details says 6.1.27.-1 Huh? See below.


Image


Click OK gives MXPI log below. Notice we're back to 6.1.0-9 agreeing with MX Boot Options.

Please ignore the rtl8821ce stuff, a failed attempt at getting a free WiFi adapter working.

Code: Select all

2023-06-10 17:12:32.049 DBG default: mx-packageinstaller version: 23.6
2023-06-10 17:12:32.088 WRN default: QMetaObject::connectSlotsByName: Connecting slot on_comboRemote_activated() with the first of the following compatible signals: ("activated(int)", "activated(QString)")
2023-06-10 17:12:32.089 DBG default: +++ void MainWindow::setProgressDialog() +++
2023-06-10 17:12:32.089 DBG default: +++ void MainWindow::setup() +++
2023-06-10 17:12:32.091 DBG default: dpkg-query -f '${Version}' -W flatpak
2023-06-10 17:12:32.113 DBG default: "1.14.4-1"
2023-06-10 17:12:32.114 DBG default: apt-get update --print-uris | grep -m1 -qE '/mx/testrepo/dists/bookworm/test/'
2023-06-10 17:12:32.161 DBG default: +++ void MainWindow::loadPmFiles() +++
2023-06-10 17:12:32.276 DBG default: +++ void MainWindow::refreshPopularApps() +++
2023-06-10 17:12:32.276 DBG default: +++ QStringList MainWindow::listInstalled() +++
2023-06-10 17:12:32.276 DBG default: dpkg --get-selections | grep -v deinstall | cut -f1
2023-06-10 17:12:32.304 DBG default: +++ void MainWindow::displayPopularApps() const +++
2023-06-10 17:23:51.939 DBG default: +++ void MainWindow::on_pushInstall_clicked() +++
2023-06-10 17:23:51.940 DBG default: +++ void MainWindow::on_tabWidget_currentChanged(int) +++
2023-06-10 17:23:51.942 DBG default: +++ bool MainWindow::installPopularApps() +++
2023-06-10 17:23:52.330 DBG default: +++ bool MainWindow::updateApt() +++
2023-06-10 17:23:52.330 DBG default: apt-get update -o=Dpkg::Use-Pty=0 -o Acquire::http:Timeout=10 -o Acquire::https:Timeout=10 -o Acquire::ftp:Timeout=10
2023-06-10 17:23:52.513 DBG default: "Hit:1 http://deb.debian.org/debian bookworm InRelease"
2023-06-10 17:23:52.555 DBG default: "Hit:2 http://dl.google.com/linux/earth/deb stable InRelease"
2023-06-10 17:23:52.626 DBG default: "Hit:3 http://mirrors.rit.edu/mxlinux/mx-packages/mx/repo bookworm InRelease"
2023-06-10 17:23:52.627 DBG default: "Hit:4 https://dl.google.com/linux/chrome/deb stable InRelease"
2023-06-10 17:23:53.055 DBG default: "Hit:5 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease"
2023-06-10 17:23:53.422 DBG default: "Reading package lists..."
2023-06-10 17:23:54.358 DBG default: ""
2023-06-10 17:23:54.368 WRN default: "W: https://packagecloud.io/slacktechnologies/slack/debian/dists/jessie/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details."
2023-06-10 17:23:54.375 DBG default: sources updated OK
2023-06-10 17:23:54.375 DBG default: +++ bool MainWindow::installBatch(const QStringList&) +++
2023-06-10 17:23:54.375 DBG default: +++ bool MainWindow::install(const QString&) +++
2023-06-10 17:23:54.450 DBG default: +++ bool MainWindow::confirmActions(const QString&, const QString&) +++
2023-06-10 17:23:54.450 DBG default: names "linux-image-amd64 linux-headers-amd64 " and ()
2023-06-10 17:23:54.450 DBG default: 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 linux-image-amd64 linux-headers-amd64 |grep 'Inst\|Remv'| awk '{V=""; P="";}; $3 ~ /^\[/ { V=$3 }; $3 ~ /^\(/ { P=$3 ")"}; $4 ~ /^\(/ {P=" => " $4 ")"};  {print $2 ";" V  P ";" $1}'
2023-06-10 17:23:55.528 DBG default: "linux-headers-amd64;[6.1.27-1] => (6.1.27-1);Inst\nlinux-image-amd64;[6.1.27-1] => (6.1.27-1);Inst"
2023-06-10 17:23:55.529 DBG default: 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 linux-image-amd64 linux-headers-amd64  |tail -2 |head -1
2023-06-10 17:23:56.333 DBG default: "Need to get 0 B of archives. After unpacking 0 B will be used."
2023-06-10 17:23:56.333 DBG default: detailed installed names sorted  ("linux-headers-amd64;[6.1.27-1] => (6.1.27-1);Inst", "linux-image-amd64;[6.1.27-1] => (6.1.27-1);Inst")
2023-06-10 17:26:09.707 DBG default: 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 linux-image-amd64 linux-headers-amd64 
2023-06-10 17:26:09.788 DBG default: "Reading package lists..."
2023-06-10 17:26:09.799 DBG default: ""
2023-06-10 17:26:09.806 DBG default: "Building dependency tree..."
2023-06-10 17:26:09.983 DBG default: "Reading state information..."
2023-06-10 17:26:09.985 DBG default: ""
2023-06-10 17:26:10.866 DBG default: "0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.\nNeed to get 0 B/2,888 B of archives.\nAfter this operation, 0 B of additional disk space will be used."
2023-06-10 17:26:11.732 DBG default: "(Reading database ... 331106 files and directories currently installed.)"
2023-06-10 17:26:11.751 DBG default: "Preparing to unpack .../linux-headers-amd64_6.1.27-1_amd64.deb ..."
2023-06-10 17:26:11.771 DBG default: "Unpacking linux-headers-amd64 (6.1.27-1) over (6.1.27-1) ..."
2023-06-10 17:26:11.859 DBG default: "Preparing to unpack .../linux-image-amd64_6.1.27-1_amd64.deb ..."
2023-06-10 17:26:11.875 DBG default: "Unpacking linux-image-amd64 (6.1.27-1) over (6.1.27-1) ..."
2023-06-10 17:26:11.979 DBG default: "Setting up linux-headers-amd64 (6.1.27-1) ..."
2023-06-10 17:26:11.989 DBG default: "Setting up linux-image-amd64 (6.1.27-1) ..."
2023-06-10 17:26:12.288 DBG default: Post-install
2023-06-10 17:26:12.288 DBG default: file=$(apt-cache show linux-image-amd64=4.19* |grep -m1 Depends) 
file=${file#"Depends:"}
rebuild_dkms_packages.sh $file

2023-06-10 17:26:12.327 DBG default: "update dkms modules for kernel:  6.1.0-9-amd64"
2023-06-10 17:26:12.329 DBG default: "see log at /var/log/rebuild-dkms.log"
2023-06-10 17:26:12.333 DBG default: "dkms: running auto installation service for kernel 6.1.0-9-amd64."
2023-06-10 17:26:12.520 WRN default: "Deprecated feature: MODULES_CONF (/var/lib/dkms/rtl8821ce/5.5.2.1+git20221215/source/dkms.conf)"
2023-06-10 17:26:12.682 DBG default: "Sign command: /usr/lib/linux-kbuild-6.1/scripts/sign-file\nSigning key: /var/lib/dkms/mok.key\nPublic certificate (MOK): /var/lib/dkms/mok.pub"
2023-06-10 17:26:12.982 DBG default: "Building module:"
2023-06-10 17:26:12.992 DBG default: "Cleaning build area..."
2023-06-10 17:26:13.056 DBG default: ""
2023-06-10 17:26:13.059 DBG default: "'make' all KVER=6.1.0-9-amd64..."
2023-06-10 17:26:16.062 DBG default: "."
2023-06-10 17:26:19.064 DBG default: "."
2023-06-10 17:26:22.065 DBG default: "."
2023-06-10 17:26:25.066 DBG default: "."
2023-06-10 17:26:28.068 DBG default: "."
2023-06-10 17:26:31.069 DBG default: "."
2023-06-10 17:26:32.996 DBG default: "(bad exit status: 2)"
2023-06-10 17:26:32.998 WRN default: "Error! Bad return status for module build on kernel: 6.1.0-9-amd64 (x86_64)\nConsult /var/lib/dkms/rtl8188fu/1.0/build/make.log for more information."
2023-06-10 17:26:33.000 WRN default: "Error! One or more modules failed to install during autoinstall.\nRefer to previous errors for more information."
2023-06-10 17:26:33.002 DBG default: "dkms: autoinstall for kernel: 6.1.0-9-amd64 failed!"
2023-06-10 17:26:33.004 DBG default: +++ void MainWindow::refreshPopularApps() +++
2023-06-10 17:26:33.005 DBG default: +++ QStringList MainWindow::listInstalled() +++
2023-06-10 17:26:33.005 DBG default: dpkg --get-selections | grep -v deinstall | cut -f1
2023-06-10 17:26:33.034 DBG default: +++ void MainWindow::displayPopularApps() const +++
2023-06-10 17:26:40.211 DBG default: +++ void MainWindow::on_tabWidget_currentChanged(int) +++
2023-06-10 17:26:40.212 DBG default: +++ void MainWindow::setCurrentTree() +++
2023-06-10 17:26:40.212 DBG default: +++ void MainWindow::updateInterface() +++
2023-06-10 17:26:43.187 DBG default: +++ void MainWindow::on_tabWidget_currentChanged(int) +++
Michael O'Toole
MX Linux facebook group moderator
Dell OptiPlex 7050 i7-7700, MX Linux 23 Xfce & Win 11 Pro
HP Pavilion P2-1394 i3-2120T, MX Linux 23 Xfce & Win 10 Home
Dell Inspiron N7010 Intel Core i5 M 460, MX Linux 23 Xfce & KDE, Win 10

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

Re: MX-23 beta 1 feedback thread

#403 Post by dolphin_oracle »

slayd wrote: Sat Jun 10, 2023 5:30 pm I've tried both the 23 KDE and 23 XFCE.

When I install the distro, I get to a place in the reboot after successful install where it gives me 2 choices:
== enter root password
== Ctrl-D to continue

If I Ctrl-D, I will finally get to a log in screen for my new user. My user password will be accepted, but I'm returned to the log in screen to try again. I never get past the log in screen.

If I enter the root password when I get the choice during reboot, I will get the root prompt. If I check /etc/passwd, I see my new user is there. If I check to see the directories under /home, there are none. /home/my_new_user was never created during installation. So there is no desktop to load, etc.

I've tried this a few times. I've monitored the log during installation - nothing appears to be wrong

Has anyone else had this problem?
no but it sounds like your home folder is not in use or present.

do you have the /var/log/minstall.log file?
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
dolphin_oracle
Developer
Posts: 22577
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 beta 1 feedback thread

#404 Post by dolphin_oracle »

FullScale4Me wrote: Sat Jun 10, 2023 5:34 pm When trying to install Debian 64 bit 5.10 kernel the MXPI shows an already installed icon. See below. Replicated on a MX23 Beta 1 Live USB.

Image

MX Boot Options disagrees with MXPI. See below

Image

So I tried the MXPI Reinstall button. Show Details says 6.1.27.-1 Huh? See below.


Image


Click OK gives MXPI log below. Notice we're back to 6.1.0-9 agreeing with MX Boot Options.

Please ignore the rtl8821ce stuff, a failed attempt at getting a free WiFi adapter working.

Code: Select all

2023-06-10 17:12:32.049 DBG default: mx-packageinstaller version: 23.6
2023-06-10 17:12:32.088 WRN default: QMetaObject::connectSlotsByName: Connecting slot on_comboRemote_activated() with the first of the following compatible signals: ("activated(int)", "activated(QString)")
2023-06-10 17:12:32.089 DBG default: +++ void MainWindow::setProgressDialog() +++
2023-06-10 17:12:32.089 DBG default: +++ void MainWindow::setup() +++
2023-06-10 17:12:32.091 DBG default: dpkg-query -f '${Version}' -W flatpak
2023-06-10 17:12:32.113 DBG default: "1.14.4-1"
2023-06-10 17:12:32.114 DBG default: apt-get update --print-uris | grep -m1 -qE '/mx/testrepo/dists/bookworm/test/'
2023-06-10 17:12:32.161 DBG default: +++ void MainWindow::loadPmFiles() +++
2023-06-10 17:12:32.276 DBG default: +++ void MainWindow::refreshPopularApps() +++
2023-06-10 17:12:32.276 DBG default: +++ QStringList MainWindow::listInstalled() +++
2023-06-10 17:12:32.276 DBG default: dpkg --get-selections | grep -v deinstall | cut -f1
2023-06-10 17:12:32.304 DBG default: +++ void MainWindow::displayPopularApps() const +++
2023-06-10 17:23:51.939 DBG default: +++ void MainWindow::on_pushInstall_clicked() +++
2023-06-10 17:23:51.940 DBG default: +++ void MainWindow::on_tabWidget_currentChanged(int) +++
2023-06-10 17:23:51.942 DBG default: +++ bool MainWindow::installPopularApps() +++
2023-06-10 17:23:52.330 DBG default: +++ bool MainWindow::updateApt() +++
2023-06-10 17:23:52.330 DBG default: apt-get update -o=Dpkg::Use-Pty=0 -o Acquire::http:Timeout=10 -o Acquire::https:Timeout=10 -o Acquire::ftp:Timeout=10
2023-06-10 17:23:52.513 DBG default: "Hit:1 http://deb.debian.org/debian bookworm InRelease"
2023-06-10 17:23:52.555 DBG default: "Hit:2 http://dl.google.com/linux/earth/deb stable InRelease"
2023-06-10 17:23:52.626 DBG default: "Hit:3 http://mirrors.rit.edu/mxlinux/mx-packages/mx/repo bookworm InRelease"
2023-06-10 17:23:52.627 DBG default: "Hit:4 https://dl.google.com/linux/chrome/deb stable InRelease"
2023-06-10 17:23:53.055 DBG default: "Hit:5 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease"
2023-06-10 17:23:53.422 DBG default: "Reading package lists..."
2023-06-10 17:23:54.358 DBG default: ""
2023-06-10 17:23:54.368 WRN default: "W: https://packagecloud.io/slacktechnologies/slack/debian/dists/jessie/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details."
2023-06-10 17:23:54.375 DBG default: sources updated OK
2023-06-10 17:23:54.375 DBG default: +++ bool MainWindow::installBatch(const QStringList&) +++
2023-06-10 17:23:54.375 DBG default: +++ bool MainWindow::install(const QString&) +++
2023-06-10 17:23:54.450 DBG default: +++ bool MainWindow::confirmActions(const QString&, const QString&) +++
2023-06-10 17:23:54.450 DBG default: names "linux-image-amd64 linux-headers-amd64 " and ()
2023-06-10 17:23:54.450 DBG default: 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 linux-image-amd64 linux-headers-amd64 |grep 'Inst\|Remv'| awk '{V=""; P="";}; $3 ~ /^\[/ { V=$3 }; $3 ~ /^\(/ { P=$3 ")"}; $4 ~ /^\(/ {P=" => " $4 ")"};  {print $2 ";" V  P ";" $1}'
2023-06-10 17:23:55.528 DBG default: "linux-headers-amd64;[6.1.27-1] => (6.1.27-1);Inst\nlinux-image-amd64;[6.1.27-1] => (6.1.27-1);Inst"
2023-06-10 17:23:55.529 DBG default: 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 linux-image-amd64 linux-headers-amd64  |tail -2 |head -1
2023-06-10 17:23:56.333 DBG default: "Need to get 0 B of archives. After unpacking 0 B will be used."
2023-06-10 17:23:56.333 DBG default: detailed installed names sorted  ("linux-headers-amd64;[6.1.27-1] => (6.1.27-1);Inst", "linux-image-amd64;[6.1.27-1] => (6.1.27-1);Inst")
2023-06-10 17:26:09.707 DBG default: 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 linux-image-amd64 linux-headers-amd64 
2023-06-10 17:26:09.788 DBG default: "Reading package lists..."
2023-06-10 17:26:09.799 DBG default: ""
2023-06-10 17:26:09.806 DBG default: "Building dependency tree..."
2023-06-10 17:26:09.983 DBG default: "Reading state information..."
2023-06-10 17:26:09.985 DBG default: ""
2023-06-10 17:26:10.866 DBG default: "0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.\nNeed to get 0 B/2,888 B of archives.\nAfter this operation, 0 B of additional disk space will be used."
2023-06-10 17:26:11.732 DBG default: "(Reading database ... 331106 files and directories currently installed.)"
2023-06-10 17:26:11.751 DBG default: "Preparing to unpack .../linux-headers-amd64_6.1.27-1_amd64.deb ..."
2023-06-10 17:26:11.771 DBG default: "Unpacking linux-headers-amd64 (6.1.27-1) over (6.1.27-1) ..."
2023-06-10 17:26:11.859 DBG default: "Preparing to unpack .../linux-image-amd64_6.1.27-1_amd64.deb ..."
2023-06-10 17:26:11.875 DBG default: "Unpacking linux-image-amd64 (6.1.27-1) over (6.1.27-1) ..."
2023-06-10 17:26:11.979 DBG default: "Setting up linux-headers-amd64 (6.1.27-1) ..."
2023-06-10 17:26:11.989 DBG default: "Setting up linux-image-amd64 (6.1.27-1) ..."
2023-06-10 17:26:12.288 DBG default: Post-install
2023-06-10 17:26:12.288 DBG default: file=$(apt-cache show linux-image-amd64=4.19* |grep -m1 Depends) 
file=${file#"Depends:"}
rebuild_dkms_packages.sh $file

2023-06-10 17:26:12.327 DBG default: "update dkms modules for kernel:  6.1.0-9-amd64"
2023-06-10 17:26:12.329 DBG default: "see log at /var/log/rebuild-dkms.log"
2023-06-10 17:26:12.333 DBG default: "dkms: running auto installation service for kernel 6.1.0-9-amd64."
2023-06-10 17:26:12.520 WRN default: "Deprecated feature: MODULES_CONF (/var/lib/dkms/rtl8821ce/5.5.2.1+git20221215/source/dkms.conf)"
2023-06-10 17:26:12.682 DBG default: "Sign command: /usr/lib/linux-kbuild-6.1/scripts/sign-file\nSigning key: /var/lib/dkms/mok.key\nPublic certificate (MOK): /var/lib/dkms/mok.pub"
2023-06-10 17:26:12.982 DBG default: "Building module:"
2023-06-10 17:26:12.992 DBG default: "Cleaning build area..."
2023-06-10 17:26:13.056 DBG default: ""
2023-06-10 17:26:13.059 DBG default: "'make' all KVER=6.1.0-9-amd64..."
2023-06-10 17:26:16.062 DBG default: "."
2023-06-10 17:26:19.064 DBG default: "."
2023-06-10 17:26:22.065 DBG default: "."
2023-06-10 17:26:25.066 DBG default: "."
2023-06-10 17:26:28.068 DBG default: "."
2023-06-10 17:26:31.069 DBG default: "."
2023-06-10 17:26:32.996 DBG default: "(bad exit status: 2)"
2023-06-10 17:26:32.998 WRN default: "Error! Bad return status for module build on kernel: 6.1.0-9-amd64 (x86_64)\nConsult /var/lib/dkms/rtl8188fu/1.0/build/make.log for more information."
2023-06-10 17:26:33.000 WRN default: "Error! One or more modules failed to install during autoinstall.\nRefer to previous errors for more information."
2023-06-10 17:26:33.002 DBG default: "dkms: autoinstall for kernel: 6.1.0-9-amd64 failed!"
2023-06-10 17:26:33.004 DBG default: +++ void MainWindow::refreshPopularApps() +++
2023-06-10 17:26:33.005 DBG default: +++ QStringList MainWindow::listInstalled() +++
2023-06-10 17:26:33.005 DBG default: dpkg --get-selections | grep -v deinstall | cut -f1
2023-06-10 17:26:33.034 DBG default: +++ void MainWindow::displayPopularApps() const +++
2023-06-10 17:26:40.211 DBG default: +++ void MainWindow::on_tabWidget_currentChanged(int) +++
2023-06-10 17:26:40.212 DBG default: +++ void MainWindow::setCurrentTree() +++
2023-06-10 17:26:40.212 DBG default: +++ void MainWindow::updateInterface() +++
2023-06-10 17:26:43.187 DBG default: +++ void MainWindow::on_tabWidget_currentChanged(int) +++
thank you. the 5.10 is just a label. that entry is supposed to install the latest debian stable kernel, which is installed.
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
Shifu
Posts: 117
Joined: Fri Jan 10, 2020 5:39 am

Re: MX-23 beta 1 feedback thread

#405 Post by Shifu »

I installed it a week ago on a separate partition and it's running fine. Very good. Flawless. I haven't booted back into my MX21 partition since.

Code: Select all

System:
  Kernel: 6.1.0-9-amd64 [6.1.27-1] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.1.0-9-amd64
    root=UUID=<filter> ro quiet splash
  Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm: xfwm v: 4.18.0 vt: 7
    dm: LightDM v: 1.26.0 Distro: MX-23_beta1_x64 Libretto May 28  2023 base: Debian GNU/Linux 12
    (bookworm)
Machine:
  Type: Laptop System: Dell product: Latitude E6410 v: 0001 serial: <superuser required> Chassis:
    type: 9 serial: <superuser required>
  Mobo: Dell model: 07XJP9 v: A01 serial: <superuser required> BIOS: Dell v: A05 date: 08/10/2010
Battery:
  ID-1: BAT0 charge: 0% condition: 34.4/48.8 Wh (70.4%) volts: 2.8 min: 11.1 model: Samsung SDI
    DELL PT43699 type: Li-ion serial: <filter> status: charging
CPU:
  Info: model: Intel Core i5 M 540 bits: 64 type: MT MCP arch: Westmere gen: core 1 level: v2
    built: 2010-11 process: Intel 32nm family: 6 model-id: 0x25 (37) stepping: 5 microcode: 0x7
  Topology: cpus: 1x cores: 2 tpc: 2 threads: 4 smt: enabled cache: L1: 128 KiB
    desc: d-2x32 KiB; i-2x32 KiB L2: 512 KiB desc: 2x256 KiB L3: 3 MiB desc: 1x3 MiB
  Speed (MHz): avg: 1596 min/max: 1199/2534 boost: enabled scaling: driver: acpi-cpufreq
    governor: ondemand cores: 1: 1596 2: 1596 3: 1596 4: 1596 bogomips: 20215
  Flags: ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
  Vulnerabilities:
  Type: itlb_multihit status: KVM: VMX disabled
  Type: l1tf mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable
  Type: mds status: Vulnerable: Clear CPU buffers attempted, no microcode; SMT vulnerable
  Type: meltdown mitigation: PTI
  Type: mmio_stale_data status: Unknown: No mitigations
  Type: retbleed status: Not affected
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization
  Type: spectre_v2 mitigation: Retpolines, IBPB: conditional, IBRS_FW, STIBP: conditional, RSB
    filling, PBRSB-eIBRS: Not affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: NVIDIA GT218M [NVS 3100M] vendor: Dell driver: nouveau v: kernel non-free:
    series: 340.xx status: legacy (EOL) last: release: 340.108 kernel: 5.4 xorg: 1.20 arch: Tesla
    process: 40-80nm built: 2006-13 pcie: gen: 1 speed: 2.5 GT/s lanes: 16 ports:
    active: VGA-1,eDP-1 empty: DP-1,DP-2 bus-ID: 01:00.0 chip-ID: 10de:0a6c class-ID: 0300
    temp: 72.0 C
  Device-2: Ricoh HD Webcam type: USB driver: uvcvideo bus-ID: 1-1.4:5 chip-ID: 05ca:1814
    class-ID: 0e02
  Display: x11 server: X.Org v: 1.21.1.7 compositor: xfwm v: 4.18.0 driver: X:
    loaded: modesetting unloaded: fbdev,vesa dri: nouveau gpu: nouveau display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 2720x1024 s-dpi: 96 s-size: 719x270mm (28.31x10.63") s-diag: 768mm (30.24")
  Monitor-1: VGA-1 pos: primary,right model: LG (GoldStar) L1919S serial: <filter> built: 2006
    res: 1280x1024 hz: 60 dpi: 86 gamma: 1.2 size: 376x301mm (14.8x11.85") diag: 482mm (19")
    ratio: 5:4 modes: max: 1280x1024 min: 720x400
  Monitor-2: eDP-1 pos: left model: AU Optronics 0x4147 built: 2009 res: 1440x900 hz: 60 dpi: 121
    gamma: 1.2 size: 303x189mm (11.93x7.44") diag: 357mm (14.1") ratio: 16:10 modes: max: 1440x900
    min: 800x600
  API: OpenGL v: 3.3 Mesa 22.3.6 renderer: NVA8 direct-render: Yes
Audio:
  Device-1: Intel 5 Series/3400 Series High Definition Audio vendor: Dell Latitude E6410
    driver: snd_hda_intel v: kernel bus-ID: 00:1b.0 chip-ID: 8086:3b56 class-ID: 0403
  Device-2: NVIDIA High Definition Audio vendor: Dell driver: snd_hda_intel v: kernel pcie:
    gen: 1 speed: 2.5 GT/s lanes: 16 bus-ID: 01:00.1 chip-ID: 10de:0be3 class-ID: 0403
  API: ALSA v: k6.1.0-9-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 82577LM Gigabit Network vendor: Dell Latitude E6410 driver: e1000e v: kernel
    port: 8040 bus-ID: 00:19.0 chip-ID: 8086:10ea class-ID: 0200
  IF: eth0 state: down mac: <filter>
  Device-2: Intel Centrino Ultimate-N 6300 driver: iwlwifi v: kernel modules: wl pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 bus-ID: 03:00.0 chip-ID: 8086:422b class-ID: 0280
  IF: wlan0 state: up mac: <filter>
Bluetooth:
  Device-1: Dell DW375 Bluetooth Module type: USB driver: btusb v: 0.8 bus-ID: 2-1.7:5
    chip-ID: 413c:8187 class-ID: fe01 serial: <filter>
  Report: hciconfig ID: hci0 rfk-id: 3 state: up address: <filter> bt-v: 2.0 lmp-v: 3.0
    sub-v: 4203 hci-v: 3.0 rev: 205
  Info: acl-mtu: 1021:8 sco-mtu: 64:1 link-policy: rswitch hold sniff park
    link-mode: peripheral accept service-classes: rendering, capturing, object transfer, audio,
    telephony
RAID:
  Hardware-1: Intel 82801 Mobile SATA Controller [RAID mode] driver: ahci v: 3.0 port: 8020
    bus-ID: 00:1f.2 chip-ID: 8086:282a rev: N/A class-ID: 0104
Drives:
  Local Storage: total: 932.46 GiB used: 421.73 GiB (45.2%)
  ID-1: /dev/mmcblk0 maj-min: 179:0 vendor: SanDisk model: SD01G size: 968.8 MiB block-size:
    physical: 512 B logical: 512 B type: SSD serial: <filter>
  SMART Message: Unknown smartctl error. Unable to generate data.
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-2: /dev/sda maj-min: 8:0 vendor: Samsung model: SSD 870 EVO 1TB size: 931.51 GiB block-size:
    physical: 512 B logical: 512 B speed: 3.0 Gb/s type: SSD serial: <filter> rev: 2B6Q scheme: MBR
Partition:
  ID-1: / raw-size: 59.1 GiB size: 57.88 GiB (97.92%) used: 14.79 GiB (25.5%) fs: ext4
    dev: /dev/sda3 maj-min: 8:3
Swap:
  Kernel: swappiness: 15 (default 60) cache-pressure: 100 (default)
  ID-1: swap-1 type: file size: 3 GiB used: 1.52 GiB (50.8%) priority: -2 file: /swapfile
Sensors:
  System Temperatures: cpu: 64.0 C mobo: N/A sodimm: SODIMM C gpu: nouveau temp: 72.0 C
  Fan Speeds (RPM): cpu: 3312
Repos:
  Packages: 2274 pm: dpkg pkgs: 2269 libs: 1247 tools: apt,apt-get,aptitude,nala,synaptic pm: rpm
    pkgs: 0 pm: flatpak pkgs: 5
  No active apt repos in: /etc/apt/sources.list
  No active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
  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
  Active apt repos in: /etc/apt/sources.list.d/mx.list
    1: deb http://mxrepo.com/mx/repo/ bookworm main non-free
Info:
  Processes: 240 Uptime: 6d 4h 22m wakeups: 11112 Memory: 7.74 GiB used: 5.86 GiB (75.6%)
  Init: SysVinit v: 3.06 runlevel: 5 default: graphical tool: systemctl Compilers: gcc: 12
  Client: shell wrapper v: 5.2.15-release inxi: 3.3.26
Boot Mode: BIOS (legacy, CSM, MBR)

User avatar
zebedeeboss
Posts: 84
Joined: Mon Dec 27, 2010 12:33 am

Re: MX-23 beta 1 feedback thread

#406 Post by zebedeeboss »

Hi,
Not sure if this is a Beta problem or a generic Debian one.

I have an AMD Ryzen™ Threadripper 2950X, TR4, Zen+, 16 Core, 32 Thread, 3.5GHz, 4.4GHz Turbo, 32MB Cache, 64 Lanes, where as the MX Welcome Screen / About reports 8 core (seen below the ls one) with QSI below that also reporting 8 core.

lscpu reports

Code: Select all

zebedee@mx23-2950x-rtx4070:~
$ lscpu
Architecture:            x86_64
  CPU op-mode(s):        32-bit, 64-bit
  Address sizes:         43 bits physical, 48 bits virtual
  Byte Order:            Little Endian
CPU(s):                  32
  On-line CPU(s) list:   0-31
Vendor ID:               AuthenticAMD
  Model name:            AMD Ryzen Threadripper 2950X 16-Core Processor
    CPU family:          23
    Model:               8
    Thread(s) per core:  2
    Core(s) per socket:  16
    Socket(s):           1
    Stepping:            2
    Frequency boost:     disabled
    CPU(s) scaling MHz:  53%
    CPU max MHz:         4000.0000
    CPU min MHz:         2200.0000
MX Welcome Screen - about section

Code: Select all

CPU: 8-core AMD Ryzen Threadripper 2950X (-MT MCP MCM-) speed/min/max: 2185/2200/4000 MHz
Kernel: 6.1.0-9-amd64 x86_64 Up: 21m Mem: 2111.4/64144.2 MiB (3.3%) Storage: 5.46 TiB (24.8% used)
QSI

Code: Select all

System:
  Kernel: 6.1.0-9-amd64 [6.1.27-1] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.1.0-9-amd64 root=UUID=<filter> ro quiet splash
    init=/lib/systemd/systemd
  Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm: xfwm v: 4.18.0 vt: 7
    dm: LightDM v: 1.26.0 Distro: MX-23_beta1_x64 Libretto May 28  2023 base: Debian GNU/Linux 12
    (bookworm)
Machine:
  Type: Desktop System: PC Specialist product: Amd X399 Overclocked v: N/A
    serial: <superuser required>
  Mobo: ASUSTeK model: PRIME X399-A v: Rev 1.xx serial: <superuser required>
    UEFI: American Megatrends v: 1203 date: 10/09/2019
CPU:
  Info: model: AMD Ryzen Threadripper 2950X bits: 64 type: MT MCP MCM arch: Zen+ gen: 2 level: v3
    note: check built: 2018-21 process: GF 12nm family: 0x17 (23) model-id: 8 stepping: 2
    microcode: 0x800820D
  Topology: cpus: 1x cores: 8 tpc: 4 threads: 32 dies: 2 smt: enabled cache: L1: 1.5 MiB
    desc: d-16x32 KiB; i-16x64 KiB L2: 8 MiB desc: 16x512 KiB L3: 32 MiB desc: 4x8 MiB
  Speed (MHz): avg: 2181 high: 2250 min/max: 2200/4000 boost: disabled scaling:
    driver: acpi-cpufreq governor: ondemand cores: 1: 2200 2: 2250 3: 2200 4: 2250 5: 2200 6: 2250
    7: 2200 8: 2200 9: 1928 10: 2250 11: 2250 12: 2250 13: 2197 14: 2200 15: 2197 16: 2200 17: 2250
    18: 2250 19: 1685 20: 2250 21: 2200 22: 2200 23: 2200 24: 2133 25: 1928 26: 2250 27: 2250
    28: 2200 29: 2200 30: 2200 31: 2200 32: 2200 bogomips: 255970
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
  Vulnerabilities: <filter>
Graphics:
  Device-1: NVIDIA AD104 [GeForce RTX 4070] vendor: ZOTAC driver: nvidia v: 525.105.17
    non-free: N/A status: unknown device ID pcie: gen: 3 speed: 8 GT/s lanes: 16 link-max: gen: 4
    speed: 16 GT/s bus-ID: 42:00.0 chip-ID: 10de:2786 class-ID: 0300
  Device-2: YGTek Webcam type: USB driver: snd-usb-audio,uvcvideo bus-ID: 5-4:4
    chip-ID: 1d6c:1278 class-ID: 0102 serial: <filter>
  Display: x11 server: X.Org v: 1.21.1.7 compositor: xfwm v: 4.18.0 driver: X: loaded: nvidia
    gpu: nvidia display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 7680x2160 s-dpi: 54 s-size: 3612x512mm (142.20x20.16")
    s-diag: 3648mm (143.63")
  Monitor-1: DP-0 pos: primary,left res: 3840x2160 dpi: 82 size: 1193x336mm (46.97x13.23")
    diag: 1239mm (48.8") modes: N/A
  Monitor-2: DP-2 pos: right res: 3840x2160 dpi: 82 size: 1193x336mm (46.97x13.23")
    diag: 1239mm (48.8") modes: N/A
  API: OpenGL v: 4.6.0 NVIDIA 525.105.17 renderer: NVIDIA Graphics Device/PCIe/SSE2
    direct-render: Yes
Audio:
  Device-1: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel bus-ID: 5-2:2
    chip-ID: 0951:16ad pcie: class-ID: 0300 gen: 3 serial: <filter> speed: 8 GT/s lanes: 16
    bus-ID: 0c:00.3 chip-ID: 1022:1457 class-ID: 0403
  Device-2: NVIDIA vendor: ZOTAC driver: snd_hda_intel v: kernel pcie: gen: 3 speed: 8 GT/s
    lanes: 16 link-max: gen: 4 speed: 16 GT/s bus-ID: 42:00.1 chip-ID: 10de:22bc class-ID: 0403
  Device-3: Kingston HyperX Cloud Revolver S type: USB driver: hid-generic,snd-usb-audio,usbhid
  Device-4: YGTek Webcam type: USB driver: snd-usb-audio,uvcvideo bus-ID: 5-4:4
    chip-ID: 1d6c:1278 class-ID: 0102 serial: <filter>
  API: ALSA v: k6.1.0-9-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 I211 Gigabit Network vendor: ASUSTeK driver: igb v: kernel pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 port: 2000 bus-ID: 05:00.0 chip-ID: 8086:1539 class-ID: 0200
  IF: eth1 state: down mac: <filter>
  Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 v: kernel pcie:
    gen: 1 speed: 2.5 GT/s lanes: 1 port: 1000 bus-ID: 0a:00.0 chip-ID: 10ec:8161 class-ID: 0200
  IF: eth0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:
  Local Storage: total: 5.46 TiB used: 1.36 TiB (24.8%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Samsung model: SSD 970 EVO Plus 1TB size: 931.51 GiB
    block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 type: SSD serial: <filter>
    rev: 2B2QEXM7 temp: 43.9 C scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:5 vendor: Kingston model: SNV2S1000G size: 931.51 GiB
    block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s lanes: 4 type: SSD serial: <filter>
    rev: SBM02103 temp: 34.9 C scheme: GPT
  ID-3: /dev/sda maj-min: 8:0 vendor: Crucial model: CT2000MX500SSD1 size: 1.82 TiB block-size:
    physical: 512 B logical: 512 B speed: 6.0 Gb/s type: SSD serial: <filter> rev: 043 scheme: GPT
  ID-4: /dev/sdb maj-min: 8:16 vendor: Samsung model: SSD 860 EVO 1TB size: 931.51 GiB
    block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s type: SSD serial: <filter> rev: 4B6Q
    scheme: GPT
  ID-5: /dev/sdc maj-min: 8:32 vendor: Samsung model: SSD 860 QVO 1TB size: 931.51 GiB
    block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s type: SSD serial: <filter> rev: 2B6Q
    scheme: GPT
Partition:
  ID-1: / raw-size: 931.25 GiB size: 915.56 GiB (98.31%) used: 152.36 GiB (16.6%) fs: ext4
    dev: /dev/sdc2 maj-min: 8:34
  ID-2: /boot/efi raw-size: 256 MiB size: 252 MiB (98.46%) used: 274 KiB (0.1%) fs: vfat
    dev: /dev/sdc1 maj-min: 8:33
Swap:
  Kernel: swappiness: 15 (default 60) cache-pressure: 100 (default)
  ID-1: swap-1 type: file size: 8 GiB used: 0 KiB (0.0%) priority: -2 file: /swapfile
Sensors:
  System Temperatures: cpu: 44.0 C mobo: 33.0 C gpu: nvidia temp: 47 C
  Fan Speeds (RPM): cpu: 1030 case-1: 0 case-2: 0 case-3: 0 gpu: nvidia fan: 0%
  Power: 12v: 12.03 5v: N/A 3.3v: N/A vbat: 3.14
Repos:
  Packages: pm: dpkg pkgs: 2463 libs: 1364 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/brave-browser-release.list
    1: deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ bullseye main
  No active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
  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
  Active apt repos in: /etc/apt/sources.list.d/mx.list
    1: deb http://mxlinux.mirrors.uk2.net/packages/mx/repo/ bookworm main non-free
Info:
  Processes: 496 Uptime: 27m wakeups: 0 Memory: 62.64 GiB used: 2.91 GiB (4.6%) Init: systemd
  v: 252 target: graphical (5) default: graphical tool: systemctl Compilers: gcc: 12.2.0 alt: 12
  Client: shell wrapper v: 5.2.15-release inxi: 3.3.26
Boot Mode: UEFI
Not sure it matters really. I just happened to notice.

Regards Zeb...
Linux User #565092
AMD Ryzen 7 7800X3D | CORSAIR H100x COOLER | GIGABYTE B650M DS3H MB | 32GB Corsair DDR5 5200MHz | GeForce RTX™ 4070 | 1TB SOLIDIGM M.2 NVMe | LIAN LI LANCOOL 215 CASE | 49" G9 QLED Dual-QHD 240Hz Monitor 5120x1440 32:9 1000R Curve

User avatar
MadMax
Posts: 483
Joined: Wed Aug 04, 2021 3:25 pm

Re: MX-23 beta 1 feedback thread

#407 Post by MadMax »

I can confirm the 3 minute waiting time for tzdata. Maybe I should have been a little more patient in that case.

dolphin_oracle wrote: Sat Jun 10, 2023 9:49 amNala hangs before conffile question

for me the virtualbox conffile question is displaying, but maybe its not always...
Albeit this problem apparently is a thing, too, since the first time it showed the conffile question and the second time it did hang right where the question was supposed to pop up.

While nala is great, I'm leaning a little towards using pure apt in a terminal once I make the switch to MX 23. The nicer GUI for me isn't worth risking a broken update :bagoverhead:
(that said, both VMs run fine and apt shows no errors even after Ctrl+CCing nala)
If it ain't broke, don't fix it.
Main: MX 23 | Second: Mint 22 | HTPC: Linux Lite 7 | VM Machine: Debian 12 | Testrig: Arch/FreeBSD 14 | Work: RHEL 8

User avatar
i_ri
Posts: 1118
Joined: Tue Jun 30, 2015 12:26 am

Re: MX-23 beta 1 feedback thread

#408 Post by i_ri »

Code: Select all

#!
## idesk svg icon swap red and blue channels, put result in appsidesk directory. 
## adapt to your destination directory. 
export DIALOG=$(cat <<End_of_Text 
<window title="convert to idesk svg" icon-name="gtk-convert" window-position="1">
<vbox>
<hbox>
<vbox>
<frame  icon path >
<combobox>
<item>""</item>
<variable>TOIDESKSVG</variable>
</combobox>

</frame>
</vbox>
</hbox>
<frame alt+o >
<button ok></button>
</frame>
</vbox>
</window>
End_of_Text
)

I=$IFS; IFS=""
for STATEMENTS in  $(gtkdialog --program DIALOG); do
	eval "$STATEMENTS"
done
IFS=$I

if [ "$EXIT" = "OK" ] ; then
TOIDESKAPPS=$(basename "${TOIDESKSVG}idesk.svg")
lazpaint ${TOIDESKSVG} -swapredblue /usr/share/icons/Papirus/48x48/appsidesk/${TOIDESKAPPS} &

else
exit
fi
hello dolphin_oracle
rgb->bgr svg idesk svg
Hello Melber
install lazpaint.
A lazpaint way to create interim svg idesk icons.
sample script swaps red and blue, then saves to a appsidesk directory (sample uses /usr/share/icons/Papirus/48x48/appsidesk/);
root terminal run script; paste into the entrytextbox the path to your favorite icon; any icon png or svg Type, the script converts to svg.

Carry on
Using lazpaint the other direction to convert Papirus svg to png, then there is no Transparency problem. That is back to the way previous to idesk make use of svg. Using lazpaint for that is lazpaint plus in and out filenames.
<lazpaint /full/filename/input.svg /full/filename/output.png>
command will convert svg to output.png.

Take a screenshot <lazpaint -screenhsot 0>

lazydayplaylazpaintidesk

User avatar
fehlix
Developer
Posts: 12844
Joined: Wed Apr 11, 2018 5:09 pm

Re: MX-23 beta 1 feedback thread

#409 Post by fehlix »

MadMax wrote: Sun Jun 11, 2023 3:49 am I can confirm the 3 minute waiting time for tzdata. Maybe I should have been a little more patient in that case.

dolphin_oracle wrote: Sat Jun 10, 2023 9:49 amNala hangs before conffile question

for me the virtualbox conffile question is displaying, but maybe its not always...
Albeit this problem apparently is a thing, too, since the first time it showed the conffile question and the second time it did hang right where the question was supposed to pop up.

While nala is great, I'm leaning a little towards using pure apt in a terminal once I make the switch to MX 23. The nicer GUI for me isn't worth risking a broken update :bagoverhead:
(that said, both VMs run fine and apt shows no errors even after Ctrl+CCing nala)
Due to reports by some user about "nala hangs" within "MX Updater", we will revert to apt within "MX Updater".
User are still encouraged to manually enable nala within ~/.config/MX-Linux/apt-notifier.conf
and provide detailed report in case of any hanger.

User avatar
Melber
Developer
Posts: 1375
Joined: Tue Mar 23, 2021 4:19 pm

Re: MX-23 beta 1 feedback thread

#410 Post by Melber »

i_ri wrote: Sun Jun 11, 2023 7:12 am

Code: Select all

#!
## idesk svg icon swap red and blue channels, put result in appsidesk directory. 
## adapt to your destination directory. 
export DIALOG=$(cat <<End_of_Text 
<window title="convert to idesk svg" icon-name="gtk-convert" window-position="1">
<vbox>
<hbox>
<vbox>
<frame  icon path >
<combobox>
<item>""</item>
<variable>TOIDESKSVG</variable>
</combobox>

</frame>
</vbox>
</hbox>
<frame alt+o >
<button ok></button>
</frame>
</vbox>
</window>
End_of_Text
)

I=$IFS; IFS=""
for STATEMENTS in  $(gtkdialog --program DIALOG); do
	eval "$STATEMENTS"
done
IFS=$I

if [ "$EXIT" = "OK" ] ; then
TOIDESKAPPS=$(basename "${TOIDESKSVG}idesk.svg")
lazpaint ${TOIDESKSVG} -swapredblue /usr/share/icons/Papirus/48x48/appsidesk/${TOIDESKAPPS} &

else
exit
fi
hello dolphin_oracle
rgb->bgr svg idesk svg
Hello Melber
install lazpaint.
A lazpaint way to create interim svg idesk icons.
sample script swaps red and blue, then saves to a appsidesk directory (sample uses /usr/share/icons/Papirus/48x48/appsidesk/);
root terminal run script; paste into the entrytextbox the path to your favorite icon; any icon png or svg Type, the script converts to svg.

Carry on
Using lazpaint the other direction to convert Papirus svg to png, then there is no Transparency problem. That is back to the way previous to idesk make use of svg. Using lazpaint for that is lazpaint plus in and out filenames.
<lazpaint /full/filename/input.svg /full/filename/output.png>
command will convert svg to output.png.

Take a screenshot <lazpaint -screenhsot 0>

lazydayplaylazpaintidesk
@i_ri @Jerry3904
I don't think it's just the red and blue channels, all colours are getting shifted and not just inverted.
It seems idesk just can't render svgs properly.
Could we build a check into mx-idesktools and if the selcted icon is an svg, save a png copy to ~/.idesktools/icons and use that png icon instead? Svg>png conversion could be done with rsvg rather than needing to install lazpaint.
Last edited by Melber on Sun Jun 11, 2023 11:10 am, edited 1 time in total.

Locked

Return to “General”