- migrated to Exherbo
- added a few initial Pantheon components
This commit is contained in:
parent
cb6360a7e8
commit
2d2bbbc830
85 changed files with 931 additions and 2 deletions
15
packages/net-im/telegram-desktop-bin/files/telegram-desktop
Normal file
15
packages/net-im/telegram-desktop-bin/files/telegram-desktop
Normal file
|
@ -0,0 +1,15 @@
|
|||
#! /bin/sh
|
||||
# this wrapper disables the auto-updater of telegram-desktop
|
||||
# This program is licensed under the same license as telegram-desktop
|
||||
|
||||
# telegram-desktop fails to set RestartCommand with the session manager
|
||||
# exclude it from session management to prevent restarts without the argument
|
||||
unset SESSION_MANAGER
|
||||
|
||||
# telegram-desktop expects old fontconfig configuration files
|
||||
# this is a workaround to try and deal with that
|
||||
[ -e /etc/telegram-desktop-bin/fonts.conf ] && \
|
||||
[ -z $( printenv FONTCONFIG_FILE ) ] && \
|
||||
export FONTCONFIG_FILE=/etc/telegram-desktop-bin/fonts.conf
|
||||
|
||||
exec /usr/libexec/telegram-desktop-bin/Telegram -externalupdater $@
|
Loading…
Add table
Add a link
Reference in a new issue