Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] the right way to start a WM session of wayland
@ 2022-11-03 11:29 superiums
  2022-11-03 14:04 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: superiums @ 2022-11-03 11:29 UTC (permalink / raw)
  To: ml

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

New issue by superiums on void-packages repository

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

Description:
there'are 3 ways to start a WM session for sway/wayfire/...
1.  start the WM from tty manually.
2.  let DM load the session for WM.
3. start a command by DM.


i am using greetd and tui-greeter.
## Way 2
if i use the way 2, all things works but except gvfs. 
- gvfs fails
thunar report the gvfs was not work currectly, and there's no vols appear in left panel of thunar.
for tracering the issue, all of them report an GLIB error.
for example , this is the report of gvfs debug , using comomand GVFS_DEBUG=1 $(find /usr/lib* -name gvfsd 2>/dev/null) --replace 2>&1 | tee gvfsd.log :

```
(process:14320): GLib-GObject-CRITICAL **: 11:21:21.921: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

(process:14320): GLib-GIO-CRITICAL **: 11:21:21.924: g_volume_monitor_get_mounts: assertion 'G_IS_VOLUME_MONITOR (volume_monitor)' failed

(process:14320): GLib-GObject-WARNING **: 11:21:21.924: invalid (NULL) pointer instance

(process:14320): GLib-GObject-CRITICAL **: 11:21:21.924: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(process:14320): GLib-GObject-WARNING **: 11:21:21.924: invalid (NULL) pointer instance

(process:14320): GLib-GObject-CRITICAL **: 11:21:21.924: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
```
- obs-studio works in this way.

## Way 3

if i use this command to let the DM start the WM
```
cmd='tuigreet -cmd dbus-launch wayfire'
```
- gvfs  works.

- but obs-studio can't take screen record (no `capture screen source (pipewire)` appears), cant' start virtual camera.

report no interface found on dbus org.desktop.xdg.portal


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

end of thread, other threads:[~2023-02-22  2:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 11:29 [ISSUE] the right way to start a WM session of wayland superiums
2022-11-03 14:04 ` classabbyamp
2022-11-04  3:29 ` superiums
2022-11-04  3:42 ` superiums
2022-11-04  4:10 ` classabbyamp
2022-11-08  2:26 ` superiums
2023-02-07  2:27 ` github-actions
2023-02-22  2:01 ` [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).