e8dc91f679
messenger with a focus on security and speed. WWW: https://desktop.telegram.org/ PR: 217019 (modified) Submitted by: Henry Hu
4 lines
108 B
Bash
4 lines
108 B
Bash
#!/bin/sh
|
|
|
|
export QT_XKB_CONFIG_ROOT=%%PREFIX%%/share/X11/xkb
|
|
exec %%PREFIX%%/%%TDESKTOPDIR%%/Telegram "$@"
|