Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462824 - New ebuild for x11-misc/sddm (QML-based display manager)
Summary: New ebuild for x11-misc/sddm (QML-based display manager)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Jauhien Piatlicki (RETIRED)
URL: https://github.com/sddm/sddm/tree/0.1.0
Whiteboard:
Keywords: EBUILD
Depends on: 498828 498972
Blocks:
  Show dependency tree
 
Reported: 2013-03-23 16:27 UTC by Andreas Sturmlechner
Modified: 2014-05-25 18:26 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sddm-0.1.0.ebuild diff against sddm-9999.ebuild (sddm-0.1.0.ebuild.diff,691 bytes, patch)
2013-03-23 16:27 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2013-03-23 16:27:36 UTC
Created attachment 342996 [details, diff]
sddm-0.1.0.ebuild diff against sddm-9999.ebuild

I've altered sddm-9999.ebuild from qt overlay to pull 0.1.0.tar.bz2, attaching the diff. Works for me.

What about adding this to portage now to get more testing? :)
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2013-03-23 16:38:35 UTC
I am aware of this, and I'd love to add it, but I first need to get the issue fixed that it disables suspend/shutdown and device mounting options.
Comment 2 Andreas Sturmlechner gentoo-dev 2013-03-23 16:44:02 UTC
I haven't got around that myself yet. The pam file from lightdm as suggested from upstream didn't help either.
Comment 3 BT 2013-04-18 07:41:08 UTC
To get reboot/shutdown etc.. working I had to remove 'nox11' from '/etc/pam.d/system-login' and start the session (razor-qt) with ck-launch-session. ck-list-sessions should now show 'active = TRUE' for the logged in user.
Comment 4 Andreas Sturmlechner gentoo-dev 2013-04-18 18:53:10 UTC
related? http://blog.flameeyes.eu/2010/11/draft-article-5307
Comment 5 Jauhien Piatlicki (RETIRED) gentoo-dev 2014-05-24 19:41:04 UTC
*sddm-0.1.0 (24 May 2014)

  24 May 2014; Jauhien Piatlicki <jauhien@gentoo.org>
  +files/sddm-0.1.0-clang.patch, +files/sddm-0.1.0-cmake.patch, +metadata.xml,
  +sddm-0.1.0.ebuild:
  Initial import from the qt overlay, thanks to Harvey Mittens and Davide
  Pesavento, closing bug #462824


Please, test it. For me it works both with systemd and openrc.
Comment 6 cruzki 2014-05-25 11:15:13 UTC
(In reply to Jauhien Piatlicki from comment #5)
> *sddm-0.1.0 (24 May 2014)
> 
>   24 May 2014; Jauhien Piatlicki <jauhien@gentoo.org>
>   +files/sddm-0.1.0-clang.patch, +files/sddm-0.1.0-cmake.patch,
> +metadata.xml,
>   +sddm-0.1.0.ebuild:
>   Initial import from the qt overlay, thanks to Harvey Mittens and Davide
>   Pesavento, closing bug #462824
> 
> 
> Please, test it. For me it works both with systemd and openrc.

Device mounting is working but:

- I cannot halt  or reboot from a kde session
- Networkmanager applet is not working (but the deamon is)
Comment 7 Jauhien Piatlicki (RETIRED) gentoo-dev 2014-05-25 11:55:32 UTC
(In reply to cruzki from comment #6)
> 
> - I cannot halt  or reboot from a kde session
> - Networkmanager applet is not working (but the deamon is)

What do you use, systemd or openrc?

If openrc, show me output of ck-list-sessions.
Comment 8 Jauhien Piatlicki (RETIRED) gentoo-dev 2014-05-25 18:26:32 UTC
(In reply to cruzki from comment #6)
> (In reply to Jauhien Piatlicki from comment #5)
> > *sddm-0.1.0 (24 May 2014)
> > 
> >   24 May 2014; Jauhien Piatlicki <jauhien@gentoo.org>
> >   +files/sddm-0.1.0-clang.patch, +files/sddm-0.1.0-cmake.patch,
> > +metadata.xml,
> >   +sddm-0.1.0.ebuild:
> >   Initial import from the qt overlay, thanks to Harvey Mittens and Davide
> >   Pesavento, closing bug #462824
> > 
> > 
> > Please, test it. For me it works both with systemd and openrc.
> 
> Device mounting is working but:
> 
> - I cannot halt  or reboot from a kde session
> - Networkmanager applet is not working (but the deamon is)

See bug #511484. I'll address it later this week.