This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
tdesktop
mirror of
https://github.com/telegramdesktop/tdesktop
Watch
1
Star
0
Fork
You've already forked tdesktop
0
Code
Issues
Projects
Releases
Wiki
Activity
374e95de31
tdesktop
/
lib
/
xdg
/
org.telegram.desktop.service
4 lines
92 B
SYSTEMD
Raw
Normal View
History
Unescape
Escape
Support D-Bus activation
2023-07-01 06:30:48 +00:00
[D-BUS Service]
Name
=
org.telegram.desktop
Use absolute executable path for dbus service After the v4.8.7 release, I cannot launch telegram desktop because of the recent dbus support introduced in https://github.com/telegramdesktop/tdesktop/commit/2dfe85832717ccfd9268a5b767f03eb4e8665b8f. And it was fixed after I changed the value of the Exec field to absolute path to the telegram-desktop executable. In dbus specification they don't mention that they will find executable from PATH variable, so this is a UB. After this commit, cmake will use the full install path to generate the correct service file and fix the above issue. Signed-off-by: Avimitin <dev@avimit.in>
2023-07-24 08:53:09 +00:00
Exec
=
@CMAKE_INSTALL_FULL_BINDIR@/telegram-desktop