Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] wlogout doesn't work with runit right now
@ 2020-11-05  6:17 rupansh
  2020-11-05  6:19 ` rupansh
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: rupansh @ 2020-11-05  6:17 UTC (permalink / raw)
  To: ml

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

New issue by rupansh on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *Void 5.8.18_1 x86_64 GenuineIntel uptodate rFFFF*
* package:  
  *affected package(s) including the version*: ``wlogout-1.1.1_1``

### Expected behavior
Shutdown and reboot should work

### Actual behavior
Shutdown and reboot expects systemctl
`sh: 1: systemctl: not found`
and thus doesnt work

### Steps to reproduce the behavior
`wlogout`
click reboot/shutdown/hibernate

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

* Re: wlogout doesn't work with runit right now
  2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
@ 2020-11-05  6:19 ` rupansh
  2020-11-05 13:13 ` ericonr
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rupansh @ 2020-11-05  6:19 UTC (permalink / raw)
  To: ml

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

New comment by rupansh on void-packages repository

https://github.com/void-linux/void-packages/issues/26146#issuecomment-722168179

Comment:
Possible fix: Ship with our own default config that uses runit instead

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

* Re: wlogout doesn't work with runit right now
  2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
  2020-11-05  6:19 ` rupansh
@ 2020-11-05 13:13 ` ericonr
  2020-11-05 13:29 ` rupansh
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-11-05 13:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26146#issuecomment-722369864

Comment:
Not exactly ideal, because the runit solutions would require `sudo` or `doas` (or even `pkexec`)  to gain privileges, and that's very varied. I would suggest switching to depending on `elogind` and using `loginctl <action>`.

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

* Re: wlogout doesn't work with runit right now
  2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
  2020-11-05  6:19 ` rupansh
  2020-11-05 13:13 ` ericonr
@ 2020-11-05 13:29 ` rupansh
  2020-11-05 13:41 ` ericonr
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rupansh @ 2020-11-05 13:29 UTC (permalink / raw)
  To: ml

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

New comment by rupansh on void-packages repository

https://github.com/void-linux/void-packages/issues/26146#issuecomment-722378482

Comment:
> Not exactly ideal, because the runit solutions would require `sudo` or `doas` (or even `pkexec`) to gain privileges, and that's very varied. I would suggest switching to depending on `elogind` and using `loginctl <action>`.

Well a unified solution for all users would be nice. Ideally we should avoid adding dependencies that arent used by all wayland users

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

* Re: wlogout doesn't work with runit right now
  2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
                   ` (2 preceding siblings ...)
  2020-11-05 13:29 ` rupansh
@ 2020-11-05 13:41 ` ericonr
  2020-11-06  5:15 ` travankor
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-11-05 13:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26146#issuecomment-722385038

Comment:
That's true.

@travankor thoughts?

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

* Re: wlogout doesn't work with runit right now
  2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
                   ` (3 preceding siblings ...)
  2020-11-05 13:41 ` ericonr
@ 2020-11-06  5:15 ` travankor
  2020-11-06 16:34 ` rupansh
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: travankor @ 2020-11-06  5:15 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/issues/26146#issuecomment-722828430

Comment:
How does this sound?

1) Switch the files in `/etc/` to `loginctl <action>` 
2) Don't add elogind as a dependency since xbps does not handle optional dependencies

>Expected behavior
Shutdown and reboot should work

By the way, you can add custom commands to your dotfiles `~/.config/wlogout` as per the manpage.

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

* Re: wlogout doesn't work with runit right now
  2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
                   ` (4 preceding siblings ...)
  2020-11-06  5:15 ` travankor
@ 2020-11-06 16:34 ` rupansh
  2020-11-06 16:35 ` rupansh
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rupansh @ 2020-11-06 16:34 UTC (permalink / raw)
  To: ml

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

New comment by rupansh on void-packages repository

https://github.com/void-linux/void-packages/issues/26146#issuecomment-723175654

Comment:
> How does this sound?
> 
>     1. Switch the files in `/etc/` to `loginctl <action>`
> 
>     2. Don't add elogind as a dependency since xbps does not handle optional dependencies
Not really ideal but yeah i couldnt come up with anything else. It should print a warning about it too

> > Expected behavior
> > Shutdown and reboot should work
> 
> By the way, you can add custom commands to your dotfiles `~/.config/wlogout` as per the manpage.
Thanks

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

* Re: wlogout doesn't work with runit right now
  2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
                   ` (5 preceding siblings ...)
  2020-11-06 16:34 ` rupansh
@ 2020-11-06 16:35 ` rupansh
  2021-01-20 20:49 ` ericonr
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: rupansh @ 2020-11-06 16:35 UTC (permalink / raw)
  To: ml

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

New comment by rupansh on void-packages repository

https://github.com/void-linux/void-packages/issues/26146#issuecomment-723175654

Comment:
> How does this sound?
> 
>     1. Switch the files in `/etc/` to `loginctl <action>`
> 
>     2. Don't add elogind as a dependency since xbps does not handle optional dependencies
Not really ideal but yeah i couldnt come up with anything else. It should print a warning about it too

> > Expected behavior
> > Shutdown and reboot should work
> 
> By the way, you can add custom commands to your dotfiles `~/.config/wlogout` as per the manpage.

Thanks

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

* Re: wlogout doesn't work with runit right now
  2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
                   ` (6 preceding siblings ...)
  2020-11-06 16:35 ` rupansh
@ 2021-01-20 20:49 ` ericonr
  2022-04-23  2:07 ` github-actions
  2022-05-08  2:11 ` [ISSUE] [CLOSED] " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-01-20 20:49 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26146#issuecomment-763925463

Comment:
@travankor ping? I like your suggestion.

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

* Re: wlogout doesn't work with runit right now
  2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
                   ` (7 preceding siblings ...)
  2021-01-20 20:49 ` ericonr
@ 2022-04-23  2:07 ` github-actions
  2022-05-08  2:11 ` [ISSUE] [CLOSED] " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-04-23  2:07 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/26146#issuecomment-1107220385

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] wlogout doesn't work with runit right now
  2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
                   ` (8 preceding siblings ...)
  2022-04-23  2:07 ` github-actions
@ 2022-05-08  2:11 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-05-08  2:11 UTC (permalink / raw)
  To: ml

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

Closed issue by rupansh on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *Void 5.8.18_1 x86_64 GenuineIntel uptodate rFFFF*
* package:  
  *affected package(s) including the version*: ``wlogout-1.1.1_1``

### Expected behavior
Shutdown and reboot should work

### Actual behavior
Shutdown and reboot expects systemctl
`sh: 1: systemctl: not found`
and thus doesnt work

### Steps to reproduce the behavior
`wlogout`
click reboot/shutdown/hibernate

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

end of thread, other threads:[~2022-05-08  2:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05  6:17 [ISSUE] wlogout doesn't work with runit right now rupansh
2020-11-05  6:19 ` rupansh
2020-11-05 13:13 ` ericonr
2020-11-05 13:29 ` rupansh
2020-11-05 13:41 ` ericonr
2020-11-06  5:15 ` travankor
2020-11-06 16:34 ` rupansh
2020-11-06 16:35 ` rupansh
2021-01-20 20:49 ` ericonr
2022-04-23  2:07 ` github-actions
2022-05-08  2:11 ` [ISSUE] [CLOSED] " github-actions

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).