Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] blueman-manager couldn't launch by blueman-applet
@ 2023-05-31  4:42 superiums
  2023-05-31 11:54 ` oreo639
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: superiums @ 2023-05-31  4:42 UTC (permalink / raw)
  To: ml

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

New issue by superiums on void-packages repository

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

Description:
to reproduce:
1. launch blueman-applet
2. right-click on the applet.
3. on the menu , click devices.
4. no window show, but report:

```bash
~ ❯❯❯ blueman-applet 
blueman-applet 12.34.49 WARNING  PluginManager:94 load_plugin: Failed to start plugin GameControllerWakelock: Only X11 platform is supported
blueman-applet 12.34.49 WARNING  PluginManager:151 __load_plugin: Not loading PPPSupport because its conflict has higher priority
blueman-applet 12.34.49 WARNING  PluginManager:151 __load_plugin: Not loading DhcpClient because its conflict has higher priority
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/blueman/main/DBusProxies.py", line 52, in call_finish
    proxy.call_finish(resp)
gi.repository.GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/blueman/main/DBusProxies.py", line 52, in call_finish
    proxy.call_finish(resp)
gi.repository.GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)
```
the blueman-manager could be start from terminal.
but can't start by blueman-applet.

i'm on wayland, using wayfire as my wm.

my dbus service was enabled and runing.
```bash
~ ❯❯❯ sudo sv status /var/service/*                                       
run: /var/service/acpid: (pid 1124) 7825s
run: /var/service/agetty-tty1: (pid 1136) 7825s
run: /var/service/agetty-tty2: (pid 1131) 7825s
run: /var/service/agetty-tty3: (pid 1122) 7825s
run: /var/service/agetty-tty4: (pid 1129) 7825s
run: /var/service/agetty-tty5: (pid 1125) 7825s
run: /var/service/agetty-tty6: (pid 1123) 7825s
run: /var/service/bluetoothd: (pid 1140) 7825s; run: log: (pid 1137) 7825s
run: /var/service/cupsd: (pid 1144) 7825s; run: log: (pid 1142) 7825s
run: /var/service/dbus: (pid 1141) 7825s; run: log: (pid 1138) 7825s
run: /var/service/greetd: (pid 1126) 7825s
run: /var/service/NetworkManager: (pid 1150) 7825s; run: log: (pid 1147) 7825s
run: /var/service/pipewire: (pid 1148) 7825s; run: log: (pid 1146) 7825s
run: /var/service/pipewire-pulse: (pid 1139) 7825s; run: log: (pid 1135) 7825s
run: /var/service/polkitd: (pid 1121) 7825s
run: /var/service/postgresql14: (pid 1134) 7825s; run: log: (pid 1127) 7825s
run: /var/service/udevd: (pid 1133) 7825s
run: /var/service/uuidd: (pid 1130) 7825s; run: log: (pid 1128) 7825s
run: /var/service/wireplumber: (pid 1145) 7825s; run: log: (pid 1132) 7825s
```

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

* Re: blueman-manager couldn't launch by blueman-applet
  2023-05-31  4:42 [ISSUE] blueman-manager couldn't launch by blueman-applet superiums
@ 2023-05-31 11:54 ` oreo639
  2023-05-31 11:57 ` oreo639
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2023-05-31 11:54 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/44187#issuecomment-1570050493

Comment:
https://github.com/blueman-project/blueman/issues/1541#issuecomment-857155379

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

* Re: blueman-manager couldn't launch by blueman-applet
  2023-05-31  4:42 [ISSUE] blueman-manager couldn't launch by blueman-applet superiums
  2023-05-31 11:54 ` oreo639
@ 2023-05-31 11:57 ` oreo639
  2023-05-31 12:03 ` oreo639
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2023-05-31 11:57 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/44187#issuecomment-1570050493

Comment:
https://github.com/blueman-project/blueman/issues/1541#issuecomment-857155379

I guess you can try running `dbus-update-activation-environment WAYLAND_DISPLAY` or `dbus-update-activation-environment DISPLAY` and see if those work?

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

* Re: blueman-manager couldn't launch by blueman-applet
  2023-05-31  4:42 [ISSUE] blueman-manager couldn't launch by blueman-applet superiums
  2023-05-31 11:54 ` oreo639
  2023-05-31 11:57 ` oreo639
@ 2023-05-31 12:03 ` oreo639
  2023-06-01  5:31 ` superiums
  2023-06-01  6:36 ` [ISSUE] [CLOSED] " classabbyamp
  4 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2023-05-31 12:03 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/44187#issuecomment-1570050493

Comment:
https://github.com/blueman-project/blueman/issues/1541#issuecomment-857155379

You can try running `dbus-update-activitation-environment --all` and see if that works.

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

* Re: blueman-manager couldn't launch by blueman-applet
  2023-05-31  4:42 [ISSUE] blueman-manager couldn't launch by blueman-applet superiums
                   ` (2 preceding siblings ...)
  2023-05-31 12:03 ` oreo639
@ 2023-06-01  5:31 ` superiums
  2023-06-01  6:36 ` [ISSUE] [CLOSED] " classabbyamp
  4 siblings, 0 replies; 7+ messages in thread
From: superiums @ 2023-06-01  5:31 UTC (permalink / raw)
  To: ml

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

New comment by superiums on void-packages repository

https://github.com/void-linux/void-packages/issues/44187#issuecomment-1571373692

Comment:
> [blueman-project/blueman#1541 (comment)](https://github.com/blueman-project/blueman/issues/1541#issuecomment-857155379)
> 
> You can try running `dbus-update-activitation-environment --all` and see if that works.

It works! 
thanks for your kind!

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

* Re: [ISSUE] [CLOSED] blueman-manager couldn't launch by blueman-applet
  2023-05-31  4:42 [ISSUE] blueman-manager couldn't launch by blueman-applet superiums
                   ` (3 preceding siblings ...)
  2023-06-01  5:31 ` superiums
@ 2023-06-01  6:36 ` classabbyamp
  4 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-06-01  6:36 UTC (permalink / raw)
  To: ml

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

Closed issue by superiums on void-packages repository

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

Description:
to reproduce:
1. launch blueman-applet
2. right-click on the applet.
3. on the menu , click devices.
4. no window show, but report:

```bash
~ ❯❯❯ blueman-applet 
blueman-applet 12.34.49 WARNING  PluginManager:94 load_plugin: Failed to start plugin GameControllerWakelock: Only X11 platform is supported
blueman-applet 12.34.49 WARNING  PluginManager:151 __load_plugin: Not loading PPPSupport because its conflict has higher priority
blueman-applet 12.34.49 WARNING  PluginManager:151 __load_plugin: Not loading DhcpClient because its conflict has higher priority
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/blueman/main/DBusProxies.py", line 52, in call_finish
    proxy.call_finish(resp)
gi.repository.GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/blueman/main/DBusProxies.py", line 52, in call_finish
    proxy.call_finish(resp)
gi.repository.GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)
```
the blueman-manager could be start from terminal.
but can't start by blueman-applet.

i'm on wayland, using wayfire as my wm.

my dbus service was enabled and runing.
```bash
~ ❯❯❯ sudo sv status /var/service/*                                       
run: /var/service/acpid: (pid 1124) 7825s
run: /var/service/agetty-tty1: (pid 1136) 7825s
run: /var/service/agetty-tty2: (pid 1131) 7825s
run: /var/service/agetty-tty3: (pid 1122) 7825s
run: /var/service/agetty-tty4: (pid 1129) 7825s
run: /var/service/agetty-tty5: (pid 1125) 7825s
run: /var/service/agetty-tty6: (pid 1123) 7825s
run: /var/service/bluetoothd: (pid 1140) 7825s; run: log: (pid 1137) 7825s
run: /var/service/cupsd: (pid 1144) 7825s; run: log: (pid 1142) 7825s
run: /var/service/dbus: (pid 1141) 7825s; run: log: (pid 1138) 7825s
run: /var/service/greetd: (pid 1126) 7825s
run: /var/service/NetworkManager: (pid 1150) 7825s; run: log: (pid 1147) 7825s
run: /var/service/pipewire: (pid 1148) 7825s; run: log: (pid 1146) 7825s
run: /var/service/pipewire-pulse: (pid 1139) 7825s; run: log: (pid 1135) 7825s
run: /var/service/polkitd: (pid 1121) 7825s
run: /var/service/postgresql14: (pid 1134) 7825s; run: log: (pid 1127) 7825s
run: /var/service/udevd: (pid 1133) 7825s
run: /var/service/uuidd: (pid 1130) 7825s; run: log: (pid 1128) 7825s
run: /var/service/wireplumber: (pid 1145) 7825s; run: log: (pid 1132) 7825s
```

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

* Re: [ISSUE] [CLOSED] blueman-manager couldn't launch by blueman-applet
  2023-05-31  4:45 [ISSUE] " superiums
@ 2023-05-31  6:06 ` classabbyamp
  0 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-05-31  6:06 UTC (permalink / raw)
  To: ml

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

Closed issue by superiums on void-packages repository

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

Description:
to reproduce:
1. launch blueman-applet
2. right-click on the applet.
3. on the menu , click devices.
4. no window show, but report:

```bash
~ ❯❯❯ blueman-applet 
blueman-applet 12.34.49 WARNING  PluginManager:94 load_plugin: Failed to start plugin GameControllerWakelock: Only X11 platform is supported
blueman-applet 12.34.49 WARNING  PluginManager:151 __load_plugin: Not loading PPPSupport because its conflict has higher priority
blueman-applet 12.34.49 WARNING  PluginManager:151 __load_plugin: Not loading DhcpClient because its conflict has higher priority
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/blueman/main/DBusProxies.py", line 52, in call_finish
    proxy.call_finish(resp)
gi.repository.GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/blueman/main/DBusProxies.py", line 52, in call_finish
    proxy.call_finish(resp)
gi.repository.GLib.GError: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)
```
the blueman-manager could be start from terminal.
but can't start by blueman-applet.

i'm on wayland, using wayfire as my wm.

my dbus service was enabled and runing. 
all packages are up to date.

```bash
~ ❯❯❯ sudo sv status /var/service/*                                       
run: /var/service/acpid: (pid 1124) 7825s
run: /var/service/agetty-tty1: (pid 1136) 7825s
run: /var/service/agetty-tty2: (pid 1131) 7825s
run: /var/service/agetty-tty3: (pid 1122) 7825s
run: /var/service/agetty-tty4: (pid 1129) 7825s
run: /var/service/agetty-tty5: (pid 1125) 7825s
run: /var/service/agetty-tty6: (pid 1123) 7825s
run: /var/service/bluetoothd: (pid 1140) 7825s; run: log: (pid 1137) 7825s
run: /var/service/cupsd: (pid 1144) 7825s; run: log: (pid 1142) 7825s
run: /var/service/dbus: (pid 1141) 7825s; run: log: (pid 1138) 7825s
run: /var/service/greetd: (pid 1126) 7825s
run: /var/service/NetworkManager: (pid 1150) 7825s; run: log: (pid 1147) 7825s
run: /var/service/pipewire: (pid 1148) 7825s; run: log: (pid 1146) 7825s
run: /var/service/pipewire-pulse: (pid 1139) 7825s; run: log: (pid 1135) 7825s
run: /var/service/polkitd: (pid 1121) 7825s
run: /var/service/postgresql14: (pid 1134) 7825s; run: log: (pid 1127) 7825s
run: /var/service/udevd: (pid 1133) 7825s
run: /var/service/uuidd: (pid 1130) 7825s; run: log: (pid 1128) 7825s
run: /var/service/wireplumber: (pid 1145) 7825s; run: log: (pid 1132) 7825s
```



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

end of thread, other threads:[~2023-06-01  6:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31  4:42 [ISSUE] blueman-manager couldn't launch by blueman-applet superiums
2023-05-31 11:54 ` oreo639
2023-05-31 11:57 ` oreo639
2023-05-31 12:03 ` oreo639
2023-06-01  5:31 ` superiums
2023-06-01  6:36 ` [ISSUE] [CLOSED] " classabbyamp
2023-05-31  4:45 [ISSUE] " superiums
2023-05-31  6:06 ` [ISSUE] [CLOSED] " classabbyamp

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