[Feature request] mate-display-properties: Please upgrade monitors.xml from <monitors version="1"> to <monitors version="2">
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MATE Desktop |
New
|
Unknown
|
|||
mate-panel (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Both GNOME and MATE can be installed on the same distro. Both DEs are installing "$HOME/
* GNOME via `$ gnome-control-
* MATE via `$ mate-display-
GNOME's monitors.xml is starting with <monitors version="2">, and that MATE's monitors.xml is starting with <monitors version="1">. They are incompatible, see https:/
########
Ubuntu MATE 22.04, and 23.04 is monitors.xml with <monitors version="1"> that is looking like this:
```
<monitors version="1">
<configuration>
<
<output name="Virtual-1">
<x>0</x>
<y>0</y>
</output>
<output name="Virtual-2">
</output>
<output name="Virtual-3">
</output>
<output name="Virtual-4">
</output>
</configuration>
</monitors>
```
############
Ubuntu 22.04, and 23.04 is monitors.xml with <monitors version="2"> that is looking like this:
```
<monitors version="2">
<configuration>
<migrated/>
<logicalmon
<x>0</x>
<y>0</y>
<
<monitor>
<mode>
</mode>
</monitor>
</logicalmo
</configuration>
<configuration>
<logicalmon
<x>0</x>
<y>0</y>
<
<
<monitor>
<mode>
</mode>
</monitor>
</logicalmo
</configuration>
</monitors>
```
##################
$ ubuntu-bug mate-panel: "This does not seem to be an official Ubuntu package."
affects: | ubuntu → mate-panel (Ubuntu) |
Changed in mate-desktop: | |
status: | Unknown → New |
summary: |
- [Feature request] mate-display-properties: Please upgrade monitors.xml - from <monitors version="1"> to <monitors version="2"> + Use less generic name for monitors.xml to avoid clashing with other + desktops |
summary: |
- Use less generic name for monitors.xml to avoid clashing with other - desktops + [Feature request] mate-display-properties: Please upgrade monitors.xml + from <monitors version="1"> to <monitors version="2"> |
description: | updated |
description: | updated |