mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
xserver-kdrive-common: check for execute bit on dbus-launch, not just presence
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4180 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -6,7 +6,7 @@ export HOME_VOLATILE
|
|||||||
HOME=/home/$USER
|
HOME=/home/$USER
|
||||||
export HOME
|
export HOME
|
||||||
|
|
||||||
if [ -f /usr/bin/dbus-launch ]; then
|
if [ -x /usr/bin/dbus-launch ]; then
|
||||||
# As this is the X session script, always start a new DBus session.
|
# As this is the X session script, always start a new DBus session.
|
||||||
eval `dbus-launch --sh-syntax --exit-with-session`
|
eval `dbus-launch --sh-syntax --exit-with-session`
|
||||||
echo "D-BUS per-session daemon address is: $DBUS_SESSION_BUS_ADDRESS"
|
echo "D-BUS per-session daemon address is: $DBUS_SESSION_BUS_ADDRESS"
|
||||||
|
|||||||
Reference in New Issue
Block a user