Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux.
@ 2022-08-16  5:43 LinArcX
  2022-08-16 20:21 ` motorto
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: LinArcX @ 2022-08-16  5:43 UTC (permalink / raw)
  To: ml

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

New issue by LinArcX on void-packages repository

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

Description:
Hello.

I installed wayfire and I want to use flameshot in it.

There is a problem that I described here:
https://github.com/flameshot-org/flameshot/discussions/2871#discussioncomment-3403388

@mmahmoudian said that I can use this:
https://github.com/flameshot-org/flameshot/blob/master/docs/Sway%20and%20wlroots%20support.md

All errors are gone, but still, I can't take any screenshots. I wondered how can I run these lines in void linux:

```
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec hash dbus-update-activation-environment 2>/dev/null && \
     dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
```

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

* Re: equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux.
  2022-08-16  5:43 [ISSUE] equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux LinArcX
@ 2022-08-16 20:21 ` motorto
  2022-08-16 20:21 ` motorto
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-08-16 20:21 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/38698#issuecomment-1217119822

Comment:
This : https://github.com/emersion/xdg-desktop-portal-wlr/wiki/%22It-doesn't-work%22-Troubleshooting-Checklist#runit

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

* Re: equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux.
  2022-08-16  5:43 [ISSUE] equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux LinArcX
  2022-08-16 20:21 ` motorto
@ 2022-08-16 20:21 ` motorto
  2022-08-16 20:41 ` CameronNemo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-08-16 20:21 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/38698#issuecomment-1217119822

Comment:
This ? : https://github.com/emersion/xdg-desktop-portal-wlr/wiki/%22It-doesn't-work%22-Troubleshooting-Checklist#runit

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

* Re: equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux.
  2022-08-16  5:43 [ISSUE] equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux LinArcX
  2022-08-16 20:21 ` motorto
  2022-08-16 20:21 ` motorto
@ 2022-08-16 20:41 ` CameronNemo
  2022-08-16 22:55 ` [ISSUE] [CLOSED] " Duncaen
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-08-16 20:41 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/issues/38698#issuecomment-1217141835

Comment:
you probably just need `dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK`

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

* Re: [ISSUE] [CLOSED] equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux.
  2022-08-16  5:43 [ISSUE] equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux LinArcX
                   ` (2 preceding siblings ...)
  2022-08-16 20:41 ` CameronNemo
@ 2022-08-16 22:55 ` Duncaen
  2022-08-17  6:28 ` LinArcX
  2022-08-18 21:43 ` motorto
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2022-08-16 22:55 UTC (permalink / raw)
  To: ml

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

Closed issue by LinArcX on void-packages repository

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

Description:
Hello.

I installed wayfire and I want to use flameshot in it.

There is a problem that I described here:
https://github.com/flameshot-org/flameshot/discussions/2871#discussioncomment-3403388

@mmahmoudian said that I can use this:
https://github.com/flameshot-org/flameshot/blob/master/docs/Sway%20and%20wlroots%20support.md

All errors are gone, but still, I can't take any screenshots. I wondered how can I run these lines in void linux:

```
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec hash dbus-update-activation-environment 2>/dev/null && \
     dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
```

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

* Re: equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux.
  2022-08-16  5:43 [ISSUE] equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux LinArcX
                   ` (3 preceding siblings ...)
  2022-08-16 22:55 ` [ISSUE] [CLOSED] " Duncaen
@ 2022-08-17  6:28 ` LinArcX
  2022-08-18 21:43 ` motorto
  5 siblings, 0 replies; 7+ messages in thread
From: LinArcX @ 2022-08-17  6:28 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/38698#issuecomment-1217516775

Comment:
@CameronNemo No, it's not working.

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

* Re: equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux.
  2022-08-16  5:43 [ISSUE] equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux LinArcX
                   ` (4 preceding siblings ...)
  2022-08-17  6:28 ` LinArcX
@ 2022-08-18 21:43 ` motorto
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-08-18 21:43 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/issues/38698#issuecomment-1219996254

Comment:
@LinArcX in case you didn't saw my link inside there there is this command: 

"exec dbus-update-activation-environment DISPLAY I3SOCK SWAYSOCK WAYLAND_DISPLAY"

And I could confirm that this command does the equivalent to what you want 

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

end of thread, other threads:[~2022-08-18 21:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16  5:43 [ISSUE] equivalent of `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK` in void linux LinArcX
2022-08-16 20:21 ` motorto
2022-08-16 20:21 ` motorto
2022-08-16 20:41 ` CameronNemo
2022-08-16 22:55 ` [ISSUE] [CLOSED] " Duncaen
2022-08-17  6:28 ` LinArcX
2022-08-18 21:43 ` motorto

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