Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
added a workaround for a thinstation problem not correctly shutting d…
Browse files Browse the repository at this point in the history
…own the splash screen when qutselect is starting up. we perform this manually now right before starting qutselect.
  • Loading branch information
jens-maus committed Jun 23, 2015
1 parent 07fe70e commit 512b81e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ts/build/packages/hzdr/bin/qutselect-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,11 @@ fi
# update the default pa sink
/bin/pa-update-default-sink.sh

# set plugin path for Qt5
#export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib
# WORKAROUND for thinstation problem
# make sure the splash screen is gone
if [ -w /lib/splash/cache/.splash ]; then
echo exit > /lib/splash/cache/.splash
fi

# start qutselect unlimited
while true; do
Expand Down

0 comments on commit 512b81e

Please sign in to comment.