added sleep in /usr/bin file
This commit is contained in:
@@ -18,8 +18,8 @@ Requires 5G Wifi connection.
|
|||||||
4. sh install.sh
|
4. sh install.sh
|
||||||
|
|
||||||
##Building on Manjaro
|
##Building on Manjaro
|
||||||
1. sudo pamac install cmake
|
<pre> sudo pamac install cmake </pre>
|
||||||
2. sh install.sh
|
<pre> sh install.sh </pre>
|
||||||
When you use gnome, you need to switch to Xord by using default session "Gnome with Xorg" at GDM.
|
When you use gnome, you need to switch to Xord by using default session "Gnome with Xorg" at GDM.
|
||||||
|
|
||||||
##GTK+ Features:
|
##GTK+ Features:
|
||||||
@@ -37,5 +37,6 @@ Add /usr/bin/airplayserver by:
|
|||||||
with this:
|
with this:
|
||||||
<pre>#!/bin/bash
|
<pre>#!/bin/bash
|
||||||
sudo $APPDIR/gnome-script.sh
|
sudo $APPDIR/gnome-script.sh
|
||||||
|
sleep 1 #gives the services time to fully start
|
||||||
cd $APPDIR/build
|
cd $APPDIR/build
|
||||||
./AirplayServer</pre>
|
./AirplayServer</pre>
|
||||||
Reference in New Issue
Block a user