Changeset 12fe806 for gnome


Ignore:
Timestamp:
02/23/2023 01:21:48 AM (19 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
7aeb312
Parents:
a875313
Message:

Remove unneeded .desktop files.

Several packages add unneeded .desktop files in /usr/share/xsessions/.
These then show up in display managers and can confuse users.
This change moves them out of the way.

Also document that lxdm does not support wayland based desktop sessions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-session.xml

    ra875313 r12fe806  
    152152
    153153<screen role="root"><userinput>mv -v /usr/share/doc/gnome-session{,-&gnome-session-version;}</userinput></screen>
     154
     155
     156  <para>This package creates two Xorg based .desktop files in the
     157  /usr/share/xsessions/ directory.  Only one is needed in a
     158  BLFS system, so prevent the extra file showing up as an option
     159  in a window manager.  As the &root; user:</para>
     160
     161<screen role="root"><userinput>mkdir -p /usr/share/xsessions/deprecated &amp;&amp;
     162mv -v /usr/share/xsessions/gnome.desktop /usr/share/xsessions/deprecated</userinput></screen>
    154163
    155164    <para revision="sysv">
Note: See TracChangeset for help on using the changeset viewer.