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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
  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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to