method call sender=:1.95 -> destination=org.freedesktop.Notifications
interface=org.freedesktop.Notifications
member=Notify
string "OpenCloud Desktop"
uint32 0
string "file:///tmp/OpenCloud-ILLXuc/4294967296.png"
string "Sync Activity"
string "»Photostream/GPX/20260720.gpx« has been updated."
array [
]
array [
dict entry(
string "desktop-entry"
variant string "opencloud"
)
dict entry(
string "image-path"
variant string "file:///tmp/OpenCloud-ILLXuc/317827579904.png"
)
]
int32 -1
Steps to reproduce
Install the OpenCloud Desktop AppImage using AppImageLauncher, following the official Linux installation documentation.
Open Settings → Notifications in GNOME.
Disable notifications for the entry shown as:
Trigger a sync activity notification by modifying a synchronized file.
Observe that the notification is still shown.
Inspect the notification with:
dbus-monitor --session \ "interface='org.freedesktop.Notifications',member='Notify'"Observe that OpenCloud sends:
while AppImageLauncher installed the desktop entry as:
Expected behavior
desktop-entryidentifier used by OpenCloud notifications.Actual behavior
desktop-entry=opencloud.opencloud.desktopentry and disabling/org/gnome/desktop/notifications/application/opencloud/successfully suppresses the notifications.Setup
Operating system: Ubuntu 26.04, GNOME, Wayland
Client version: OpenCloud Desktop 3.0.3.2073
Installation method: AppImage installed and integrated using AppImageLauncher
GNOME notification settings created for the AppImageLauncher entry:
Notification emitted by OpenCloud:
Working manual configuration:
Suspected cause: the notification
desktop-entryvalue,opencloud, does not match the AppImageLauncher-generated desktop-file ID.