-
Notifications
You must be signed in to change notification settings - Fork 295
Description
Pre-submit checks
- I checked for similar issues beforehand, but could not find any, not even closed ones. I could not add my bug report to any existing issue.
- I am going to take the time to to fill in all the required details. I know that the bug report will be dismissed otherwise.
Describe the bug
I click on the .deb package to install 3.0.0-alpha-2 and the package manager says there was an error installing. So I fired up terminal and used dpkg. I got the following:
aknight2015@debian:/Downloads$ sudo dpkg -i appimagelauncher_3.0.0-alpha-2-gha218.0146f5c_amd64.deb0146f5c) over (3.0.0-alpha-2-gha218~0146f5c) ...
[sudo] password for aknight2015:
(Reading database ... 517667 files and directories currently installed.)
Preparing to unpack appimagelauncher_3.0.0-alpha-2-gha218.0146f5c_amd64.deb ...
Unpacking appimagelauncher (3.0.0-alpha-2-gha218
Removing AppImageLauncher as interpreter for AppImages
- systemctl restart systemd-binfmt
Job for systemd-binfmt.service failed because the control process exited with error code.
See "systemctl status systemd-binfmt.service" and "journalctl -xeu systemd-binfmt.service" for details.
dpkg: warning: old appimagelauncher package post-removal script subprocess returned error exit status 1
dpkg: trying script from the new package instead ...
Removing AppImageLauncher as interpreter for AppImages - systemctl restart systemd-binfmt
Job for systemd-binfmt.service failed because the control process exited with error code.
See "systemctl status systemd-binfmt.service" and "journalctl -xeu systemd-binfmt.service" for details.
dpkg: error processing archive appimagelauncher_3.0.0-alpha-2-gha218.0146f5c_amd64.deb (--install):
new appimagelauncher package post-removal script subprocess returned error exit status 1
Removing AppImageLauncher as interpreter for AppImages - systemctl restart systemd-binfmt
Job for systemd-binfmt.service failed because the control process exited with error code.
See "systemctl status systemd-binfmt.service" and "journalctl -xeu systemd-binfmt.service" for details.
dpkg: error while cleaning up:
new appimagelauncher package post-removal script subprocess returned error exit status 1
Processing triggers for systemd (252.36-1~deb12u1) ...
Processing triggers for mate-menus (1.26.0-3) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for gnome-menus (3.36.0-1.1) ...
Processing triggers for mailcap (3.70+nmu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for shared-mime-info (2.2-1) ...
Errors were encountered while processing:
appimagelauncher_3.0.0-alpha-2-gha218.0146f5c_amd64.deb
The icon shows up in the settings menu on my, forgive the term, start menu. However, when I try and run the settings application it says I don't have permission to run it.
Expected behavior
I expected the program to install properly.
Steps to reproduce the issue
- Download the 3.0.0-alpha-2.deb release
- Double click the deb file
- Hit install on the package manager
- Exit with error
- Fire up good 'ol terminal.
- Use sudo dpkg -i to try and install it manually.
- Watch as the above output is generated
- Try to start the app via the menu
- Get an error that I don't have permission to run it.
Screenshots
No response
Distribution and desktop environment
OS: Debian 12
KDE Plasma Version: 5.27.5
KDE Framework Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.0-34-amd64
Graphics Platform: Wayland
Installed AppImageLauncher version
3.0.0-alpha-2
List of AppImages you tried
None as of yet.
Additional context
Also, unable to uninstall.
No response