You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have $XDG_DATA_DIRS equal to /home/slava/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop
Add /home/slava/.local/share/flatpak/exports/share/applications/org.telegram.desktop.desktop file to make a custom override of org.telegram.desktop.desktop configuration
Expected behavior
Rofi uses /home/slava/.local/share/flatpak/exports/share/applications/org.telegram.desktop.desktop to run Telegram Desktop entry
Actual behavior
Rofi uses .desktop file of unknown origin to run Telegram Desktop entry
Additional information
I've tried to understand what actual .desktop file is run by running rofi with G_MESSAGES_DEBUG=all rofi -show combi > rofilog.txt command (see output rofilog.txt) deleting all caches with rm /home/slava/.cache/rofi* before, but it wasn't helpful as the first rows with org.telegram.desktop.desktop included are
(process:1235027): Modes.DRun-DEBUG: 04:33:10.459: [org.telegram.desktop.desktop] Using file /home/slava/.local/share/flatpak/exports/share/applications/org.telegram.desktop.desktop.
(process:1235027): Modes.DRun-DEBUG: 04:33:10.459: [org.telegram.desktop.desktop] [/home/slava/.local/share/flatpak/exports/share/applications/org.telegram.desktop.desktop] Skipping, was previously seen.
which seems like the org.telegram.desktop.desktop was already taken from some place, but there is no indication of where was it taken from.
Using wayland display server protocol
No, I don't use the wayland display server protocol
I've checked if the issue exists in the latest stable release
Yes, I have checked the problem exists in the latest stable version
The text was updated successfully, but these errors were encountered:
Rofi version (rofi -v)
1.7.8-dirty
Configuration
https://gist.github.com/vchslv13/fb2611d978374f180a63f31eb557f2cb
Theme
https://gist.github.com/vchslv13/a659c4d6ea31d330e4f4b2cc9ebc9edf
Timing report
No response
Launch command
rofi -show combi
Step to reproduce
$XDG_DATA_DIRS
equal to/home/slava/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop
/home/slava/.local/share/flatpak/exports/share/applications/org.telegram.desktop.desktop
file to make a custom override oforg.telegram.desktop.desktop
configurationExpected behavior
Rofi uses
/home/slava/.local/share/flatpak/exports/share/applications/org.telegram.desktop.desktop
to run Telegram Desktop entryActual behavior
Rofi uses .desktop file of unknown origin to run Telegram Desktop entry
Additional information
I've tried to understand what actual .desktop file is run by running rofi with
G_MESSAGES_DEBUG=all rofi -show combi > rofilog.txt
command (see output rofilog.txt) deleting all caches withrm /home/slava/.cache/rofi*
before, but it wasn't helpful as the first rows withorg.telegram.desktop.desktop
included arewhich seems like the
org.telegram.desktop.desktop
was already taken from some place, but there is no indication of where was it taken from.Using wayland display server protocol
I've checked if the issue exists in the latest stable release
The text was updated successfully, but these errors were encountered: