Without sessioninstaller (org.freedesktop.PackageKit dbus service provider) user is unable to install applications to handle unknown filetypes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Session Installer |
Invalid
|
Undecided
|
Unassigned | ||
librecad (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce:
1. Have Ubuntu MATE 20.04 LTS (or newer) installed
2. Obtain some file which is unknown for your system (for example DXF)
3. Open Caja, navigate to this file, try to open it
4. Caja opens the dialog with text:
Could not display "/home/
There is no application installed for DXF vector image files.
Do you want to search for an application to open this file?
User click 'Yes'
Expected results:
* software installation dialog is opened, DXF file will be associated with LibreCAD and opened in it
Actual results:
* no dialog is opened after clicking on 'Yes' button
Notes:
1. `dbus-monitor` says the following after click on 'Yes':
method call time=1627826047
uint32 14680581
array [
string "image/vnd.dxf"
]
string "hide-confirm-
error time=1627826047
string "The name org.freedesktop
method call time=1627826047
string "type='
method return time=1627826047
method call time=1627826047
string "type='
method return time=1627826047
method call time=1627826047
string "type='
method return time=1627826047
method call time=1627826048
string "org.freedeskto
signal time=1627826048
string "org.freedeskto
signal time=1627826048
string "org.freedeskto
string ":1.3"
string ""
method return time=1627826048
uint32 1
2. This problem does not exist in Ubuntu MATE 18.04 LTS. Someone with big competences have removed the sessioninstaller package from Debian as per https:/
3. The problem may be fixed as simple as
cd /tmp
wget -c http://
sudo apt-get install /tmp/sessionins
So my verdict is that sessioninstaller package should be reintroduced in Ubuntu as soon as possible!
ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: caja 1.24.1-0ubuntu1
ProcVersionSign
Uname: Linux 5.11.0-20-generic x86_64
ApportVersion: 2.20.11-0ubuntu67
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: MATE
Date: Sun Aug 1 17:07:01 2021
InstallationDate: Installed on 2021-07-30 (1 days ago)
InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Alpha amd64 (20210730)
SourcePackage: caja
UpgradeStatus: No upgrade log present (probably fresh install)
no longer affects: | ubuntu-mate |
Dear Julian Andres Klode!
Please revert your mistake. Sessioninstaller is actually used as PackageKit service provider on MATE.