- migrated to Exherbo

- added a few initial Pantheon components
This commit is contained in:
Martin Sekera 2018-12-08 23:26:56 +01:00
parent cb6360a7e8
commit 2d2bbbc830
85 changed files with 931 additions and 2 deletions

View 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 $@