[Xfce-bugs] [Bug 14681] New: Fix xfwm4 launch in xinitrc when xfce4-session disabled

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri Sep 7 00:45:52 CEST 2018


https://bugzilla.xfce.org/show_bug.cgi?id=14681

            Bug ID: 14681
           Summary: Fix xfwm4 launch in xinitrc when xfce4-session
                    disabled
    Classification: Xfce Core
           Product: Xfce4-session
           Version: 4.13.1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: General
          Assignee: xfce-bugs at xfce.org
          Reporter: tony.paulic at gmail.com
                CC: benny at xfce.org, nick at xfce.org
  Target Milestone: Xfce 4.12

Created attachment 7960
  --> https://bugzilla.xfce.org/attachment.cgi?id=7960&action=edit
[PATCH] Fix xfwm4 launch in xinitrc

When not using xfce4-session, the /etc/xdg/xfce4/xinitrc script runs the
commands in the bottom half of the script. Unfortunately, the script now hangs
because of the "xfwm4 --daemon" command - the "--daemon" parameter has been
deprecated and the command hangs the script.

Attached is a patch that changes the command to "xfwm4 &" to allow it to start
and the script to continue.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list