Syntax error in /usr/share/applications/mate-mimeapps.list
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-mate-settings (Ubuntu) |
Fix Released
|
Medium
|
Martin Wimpress | ||
Xenial |
Triaged
|
Low
|
Martin Wimpress |
Bug Description
The lines in /usr/share/
Specifically:
$ grep plain /usr/share/
text/plain=
That should be like that instead:
text/plain=
A small effect of of the issue is:
$ xdg-mime query default text/plain
pluma.desktop;
That should return plain "pluma.desktop".
To see a more severe effect, we have to symlink that file to /etc/xdg/
sudo ln -s /usr/share/
sudo strace -e trace=file xdg-open /etc/adduser.conf 2>&1 | grep "desktop;"
...
faccessat(AT_FDCWD, "/usr/share/
I.e. it tries to find a "pluma.desktop;" file and fails, instead of searching for "pluma.desktop".
Then it opens the file with "less" and "libreoffice" at the same time!
==> I propose that /usr/share/
ubuntu-
Changed in ubuntu-mate-settings (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Martin Wimpress (flexiondotorg) |
status: | Triaged → In Progress |
Changed in ubuntu-mate-settings (Ubuntu Xenial): | |
status: | New → Triaged |
importance: | Undecided → Low |
assignee: | nobody → Martin Wimpress (flexiondotorg) |
Changed in ubuntu-mate-settings (Ubuntu): | |
status: | In Progress → Fix Committed |
description: | updated |
This bug was fixed in the package ubuntu- mate-settings - 17.04.2
--------------- mate-settings (17.04.2) zesty; urgency=medium
ubuntu-
* Fix mate-mimeapps.list by removing trailing semi-colon. (LP: #1673156)
* Add missing Brisk Menu pinned shortcuts.
* Add missing Pantheon layouts.
-- Martin Wimpress <email address hidden> Wed, 15 Mar 2017 16:19:50 +0000