Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] weston fails without weston-launch
@ 2019-06-30 10:10 voidlinux-github
  2019-06-30 11:25 ` voidlinux-github
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-30 10:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 746 bytes --]

New issue by kanyck on void-packages repository

https://github.com/void-linux/void-packages/issues/12754
Description: ### System
 Void 4.19.56_1 x86_64 GenuineIntel uptodate rF
* package:  
weston-6.0.1_1

### Expected behavior
Weston runs on `weston` command

### Actual behavior
```
fatal: drm backend should be run using weston-launch binary. or your system should provide the logind D-bus API.
fatal: failed to create compositor backend.
```
### Steps to reproduce the behavior
Issue` weston` command. Actually I'm trying to make [this](https://github.com/ehough/docker-kodi) work, so weston-launch won't help (which is working fine, BTW).

This may be relevant:
https://gitlab.freedesktop.org/wayland/weston/issues/204



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
@ 2019-06-30 11:25 ` voidlinux-github
  2019-06-30 12:16 ` voidlinux-github
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-30 11:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 442 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-507028342
Comment:
We can't fix this, this works as expected afaik.
Maybe you can run `weston` without `weston-launch` if you install `elogind`.
Without `logind`, weston has no permissions to open/take over the drm device, this is where `weston-launch` comes into the mix to provide this functionality without logind.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
  2019-06-30 11:25 ` voidlinux-github
@ 2019-06-30 12:16 ` voidlinux-github
  2019-06-30 12:16 ` voidlinux-github
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-30 12:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

New comment by kanyck on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-507031449
Comment:
Of course I've installed elogind, dbus-elogind, dbus-elogind-libs.
But if it's built with
`systemd-login support        no` 
so this behavior is expected and may be fixed as per link I provided.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
  2019-06-30 11:25 ` voidlinux-github
  2019-06-30 12:16 ` voidlinux-github
@ 2019-06-30 12:16 ` voidlinux-github
  2019-06-30 12:37 ` voidlinux-github
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-30 12:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

New comment by kanyck on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-507031449
Comment:
Of course I've installed elogind, dbus-elogind, dbus-elogind-libs.
But if weston is built with
`systemd-login support        no` 
so this behavior is expected and may be fixed as per link I provided.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-30 12:16 ` voidlinux-github
@ 2019-06-30 12:37 ` voidlinux-github
  2019-06-30 12:39 ` voidlinux-github
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-30 12:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-507032842
Comment:
Hm I see, this is more a request of getting elogind enabled by default for the weston package.
elogind support in weston is currently a build option which is disabled by default (`./xbps-src -o elogind pkg weston`).

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-30 12:37 ` voidlinux-github
@ 2019-06-30 12:39 ` voidlinux-github
  2019-06-30 19:50 ` voidlinux-github
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-30 12:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-507032842
Comment:
Hm I see, this is more a request for getting elogind enabled by default for the weston package.
elogind support in weston is currently a build option which is disabled by default (`./xbps-src -o elogind pkg weston`).

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-30 12:39 ` voidlinux-github
@ 2019-06-30 19:50 ` voidlinux-github
  2019-07-03 17:21 ` voidlinux-github
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-06-30 19:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

New comment by kanyck on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-507062484
Comment:
Maybe it's reasonable not to change defaults but add `weston-elogind` instead.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-30 19:50 ` voidlinux-github
@ 2019-07-03 17:21 ` voidlinux-github
  2020-02-17  4:56 ` [ISSUE] [CLOSED] " xtraeme
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2019-07-03 17:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

New comment by mviereck on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-508183160
Comment:
I would assume that a build with elogind option enabled would not cause a problem if weston (or weston-launch)  is started without elogind. Or am I wrong?
If enabling the elogind build option is not a problem, it would be great if it will become a default.

Background: For my project [x11docker](https://github.com/mviereck/x11docker) I need to run `weston &`in background. This works well e.g. on Debian. But `weston-launch &` fails, it insists to be started in foreground.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
                   ` (7 preceding siblings ...)
  2020-02-17  4:56 ` [ISSUE] [CLOSED] " xtraeme
@ 2020-02-17  4:56 ` xtraeme
  2020-02-17  8:05 ` mviereck
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: xtraeme @ 2020-02-17  4:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-586817347

Comment:
If you expect `weston` to run you'll need elogind... otherwise the setuid one `weston-launch`.

There's no issue here.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [ISSUE] [CLOSED] weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-03 17:21 ` voidlinux-github
@ 2020-02-17  4:56 ` xtraeme
  2020-02-17  4:56 ` xtraeme
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: xtraeme @ 2020-02-17  4:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

Closed issue by kanyck on void-packages repository

https://github.com/void-linux/void-packages/issues/12754

Description:
### System
 Void 4.19.56_1 x86_64 GenuineIntel uptodate rF
* package:  
weston-6.0.1_1

### Expected behavior
Weston runs on `weston` command

### Actual behavior
```
fatal: drm backend should be run using weston-launch binary. or your system should provide the logind D-bus API.
fatal: failed to create compositor backend.
```
### Steps to reproduce the behavior
Issue` weston` command. Actually I'm trying to make [this](https://github.com/ehough/docker-kodi) work, so weston-launch won't help (which is working fine, BTW).

This may be relevant:
https://gitlab.freedesktop.org/wayland/weston/issues/204



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
                   ` (8 preceding siblings ...)
  2020-02-17  4:56 ` xtraeme
@ 2020-02-17  8:05 ` mviereck
  2020-02-17  8:06 ` xtraeme
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mviereck @ 2020-02-17  8:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 344 bytes --]

New comment by mviereck on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-586864393

Comment:
> If you expect weston to run you'll need elogind [ ... ] There's no issue here.

The issue here is that the weston built in void does not have elogind support enabled. Or did that change meanwhile?

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
                   ` (9 preceding siblings ...)
  2020-02-17  8:05 ` mviereck
@ 2020-02-17  8:06 ` xtraeme
  2020-02-17  8:09 ` mviereck
  2020-02-17  8:11 ` xtraeme
  12 siblings, 0 replies; 14+ messages in thread
From: xtraeme @ 2020-02-17  8:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-586864680

Comment:
`./xbps-src -o elogind pkg weston`

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
                   ` (10 preceding siblings ...)
  2020-02-17  8:06 ` xtraeme
@ 2020-02-17  8:09 ` mviereck
  2020-02-17  8:11 ` xtraeme
  12 siblings, 0 replies; 14+ messages in thread
From: mviereck @ 2020-02-17  8:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

New comment by mviereck on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-586865660

Comment:
So you suggest a custom rebuild of weston? Ok, thanks!

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: weston fails without weston-launch
  2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
                   ` (11 preceding siblings ...)
  2020-02-17  8:09 ` mviereck
@ 2020-02-17  8:11 ` xtraeme
  12 siblings, 0 replies; 14+ messages in thread
From: xtraeme @ 2020-02-17  8:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/issues/12754#issuecomment-586866562

Comment:
This is what build options are for

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-02-17  8:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-30 10:10 [ISSUE] weston fails without weston-launch voidlinux-github
2019-06-30 11:25 ` voidlinux-github
2019-06-30 12:16 ` voidlinux-github
2019-06-30 12:16 ` voidlinux-github
2019-06-30 12:37 ` voidlinux-github
2019-06-30 12:39 ` voidlinux-github
2019-06-30 19:50 ` voidlinux-github
2019-07-03 17:21 ` voidlinux-github
2020-02-17  4:56 ` [ISSUE] [CLOSED] " xtraeme
2020-02-17  4:56 ` xtraeme
2020-02-17  8:05 ` mviereck
2020-02-17  8:06 ` xtraeme
2020-02-17  8:09 ` mviereck
2020-02-17  8:11 ` xtraeme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).