Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: aliyuruk on 27 June 2025, 13:13:05

Title: Geary crashes when I try to send an email: "Failed to fully launch dbus-proxy"
Post by: aliyuruk on 27 June 2025, 13:13:05
Hello,
The title pretty much sums up the issue. I also tried using Evolution, but that just crashes as soon as I launch the application, so it's not a problem specific to Geary.

They both output the same error upon crashing:
Code: [Select]
bwrap: Can't find source path /run/user/977/at-spi: Permission denied
![err] 14:00:16.0258 [no domain]:Failed to fully launch dbus-proxy: Child process exited with code 1
Trace/breakpoint trap

I'm using the OpenRC version of Artix with XFCE & LightDM.

The dbus system service is enabled:
Code: [Select]
artix:[artix]:~$ sudo rc-service dbus status
[sudo] password for artix:
 * status: started
And the xdg-dbus-proxy package is installed:
Code: [Select]
world/xdg-dbus-proxy 0.1.6-1 [installed]
    Filtering proxy for D-Bus connections

The only other issue I could find kind of related to this (judging by the error message) was an AppArmor bug regarding Ubuntu (https://github.com/hugolabe/Wike/issues/181), and not much else.

Thanks for any help!