Package installer won't open
Package installer won't open
Running gnome in MX 19 and when trying to open package installer it won't open. Is this a bug? How to fix this?
- dolphin_oracle
- Developer
- Posts: 22294
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Package installer won't open
make sure you have a polkit authentication agent installed and running. for what its worth I don't have a problem with gnome in the past but its been a while since I ran it.
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: Package installer won't open
what is a polkit agent?
- dolphin_oracle
- Developer
- Posts: 22294
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Package installer won't open
policykit. its what is used to authenticate admin privledges. usually when mxpi won't start the user is missing the authentication daemon.
you could try launching from a terminal and supply the output. just run
you could try launching from a terminal and supply the output. just run
Code: Select all
mx-packageinstaller
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: Package installer won't open
Code: Select all
davek@mx:~
$ mx-packageinstaller
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
davek@mx:~
$ Starting /usr/bin/mx-packageinstaller
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
No protocol specified
qt.qpa.screen: QXcbConnection: Could not connect to display :1
Could not connect to any X display.
Re: Package installer won't open
here's with Gnome w/ Xorg
Code: Select all
davek@mx:~
$ mx-packageinstaller
davek@mx:~
$ Starting /usr/bin/mx-packageinstaller
mx-packageinstaller version: 21.4
+++ void MainWindow::setProgressDialog() +++
+++ void MainWindow::setup() +++
dpkg-query -f '${Version}' -W flatpak
"1.2.5-0+deb10u4"
arch
cat /etc/debian_version
"10.9"
grep -q -E '^[[:space:]]*deb[[:space:]][^#]*/mx/testrepo/?[^#]*[[:space:]]+test\b' $(ls /etc/apt/sources.list /etc/apt/sources.list.d/*.list 2>/dev/null)
+++ void MainWindow::loadPmFiles() +++
+++ void MainWindow::refreshPopularApps() +++
+++ QStringList MainWindow::listInstalled() +++
dpkg --get-selections | grep -v deinstall | cut -f1
+++ void MainWindow::displayPopularApps() const +++
Re: Package installer won't open
Package installer opens now
- dolphin_oracle
- Developer
- Posts: 22294
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Package installer won't open
are you saying it opens on X but not on wayland?
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.