192 |
- |
1 |
#!/bin/sh
|
|
|
2 |
# Copyright (C) 2008 Red Hat, Inc.
|
|
|
3 |
#
|
|
|
4 |
# All rights reserved. This copyrighted material is made available to anyone
|
|
|
5 |
# wishing to use, modify, copy, or redistribute it subject to the terms and
|
|
|
6 |
# conditions of the GNU General Public License version 2.
|
|
|
7 |
#
|
|
|
8 |
# You should have received a copy of the GNU General Public License
|
|
|
9 |
# along with this program; if not, write to the Free Software
|
|
|
10 |
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
11 |
#
|
|
|
12 |
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
|
|
|
13 |
eval `dbus-launch --sh-syntax --exit-with-session`
|
|
|
14 |
fi
|