Hello, Trevor. У пн, 2025-09-29 у 15:48 +0300, Trevor Arjeski пише: > > Came across an issue where the telegram-desktop flatpak doesn't work > when launched from the Gnome Shell (pressing Super and launching from > there).
Could you clarify whether the Telegram icon shows up in the launcher? > I posted an issue to their github, > https://github.com/telegramdesktop/tdesktop/issues/29829 In the linked issue you posted: > Solved by setting XDG_DATA_DIRS to include the correct flatpak > service path (~/.local/share/flatpak/exports/share) BEFORE dbus > starts up. Removing DBusActivatable=true from the .desktop file > also works as a hacky solution. After installing flatpak, I had to modify XDG_DATA_DIRS for the icons to show up. $ grep -i flatpak ~/.bash_profile export XDG_DATA_DIRS="$XDG_DATA_DIRS:$HOME/.local/share/flatpak/exports/share" Is that what you did to fix the issue? There was a discussion in another issue that flatpaks should be visible in launcher without additional configuration: https://issues.guix.gnu.org/44997 There is also an issue with D-Bus service activation with Guix Home, even when XDG_DATA_DIRS is set to include flatpak: https://codeberg.org/guix/guix/issues/7754 Is your issue covered by either of those? Roman
signature.asc
Description: This is a digitally signed message part
