Changeset ae20e9a


Ignore:
Timestamp:
02/22/2023 04:43:22 PM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, 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/llvm18, xry111/xf86-video-removal
Children:
1937d63f
Parents:
b3d57664
Message:

Use --exit-with-x11 for dbus-launch

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    rb3d57664 rae20e9a  
    468468            <command>dbus-launch</command> to specify a program to be run. This
    469469            has the benefit (when also using the
    470             <parameter>--exit-with-session</parameter> parameter) of stopping the
     470            <parameter>--exit-with-x11</parameter> parameter) of stopping the
    471471            session daemon when the specified program is stopped. You can also
    472472            start the session daemon in your system or personal startup scripts
  • kde/plasma5/plasma-all.xml

    rb3d57664 rae20e9a  
    431431
    432432<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    433 <literal>dbus-launch --exit-with-session $KF5_PREFIX/bin/startplasma-x11</literal>
     433<literal>dbus-launch --exit-with-x11 $KF5_PREFIX/bin/startplasma-x11</literal>
    434434EOF
    435435
  • xfce/core/xfce4-session.xml

    rb3d57664 rae20e9a  
    182182
    183183<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    184 <literal>dbus-launch --exit-with-session startxfce4</literal>
     184<literal>dbus-launch --exit-with-x11 startxfce4</literal>
    185185EOF
    186186
Note: See TracChangeset for help on using the changeset viewer.