#6639: Add sddm-0.11.0
--------------------+--------------------------
 Reporter:  Krejzi  |       Owner:  blfs-book@…
     Type:  task    |      Status:  new
 Priority:  normal  |   Milestone:  7.8
Component:  BOOK    |     Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:          |
--------------------+--------------------------

Comment (by fo):

 I've found a work around that turns available the poweroff and reboot
 buttons. But it is ugly.

 [http://lists.linuxfromscratch.org/pipermail/blfs-
 dev/2015-August/030845.html]

 Essentially, replace the bootscript start session by

 {{{
    start)
         log_info_msg "Starting udisksd..."
         start_daemon /usr/libexec/udisks2/udisksd --replace --no-debug &
         evaluate_retval
         log_info_msg "Starting upowerd..."
         pgrep -l upowerd || start_daemon /usr/libexec/upowerd &
         evaluate_retval
         log_info_msg "Starting SDDM..."
         start_daemon $BIN_FILE &
         evaluate_retval
         ;;
 }}}

 Perhaps i should add some >/dev/null, to avoid a pid that appears with,
 IIRC, upowerd.

 Perhaps a modification in ''sddm-0.11.0/src/daemon/XorgDisplayServer.cpp''
 could fix this.

 I'm not taking the ticket, because it started as ''sddm doesn't play well
 with Xorg installed in prefix other than /usr'' and Bruce uses X in /opt
 and he just told in dev to have started working on sddm.

 Bruce, Ken, whatever you decide is fine: you or Ken or me.

 I think that we are near to close this ticket.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/6639#comment:17>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to