Skip to content

Commit 7222096

Browse files
authored
Update youtube.sh
1 parent 420f48d commit 7222096

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

install/pake/youtube.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ cat > ${installPath}/start.sh << EOF
4242
#!/usr/bin/env bash
4343
source /etc/profile
4444
45+
export XDG_RUNTIME_DIR="/run/user/0"
46+
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/0/bus"
47+
4548
export installPath="${installPath}"
4649
4750
timestamp=\$(date +%Y%m%d-%H%M%S)

0 commit comments

Comments
 (0)