Skip to content

Commit

Permalink
Closed #9
Browse files Browse the repository at this point in the history
Can't extract D-Bus bus address...
  • Loading branch information
SokoloffA committed Jun 25, 2015
1 parent 8d6832d commit f8a1bc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cups/boomagabackend
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,10 @@ function getDbusAddr_Linux_Proc
debug " * ${file} disp='${disp}' addr='${addr}'"
if [ -n "${addr}" ];
then
if [ "${disp}" = "${xDisplay}" ] || [ "${xDisplay}" = "" ];
if [ "${disp}" = "${xDisplay}" ] || \
[ "${disp}.0" = "${xDisplay}" ] || \
[ "${disp}" = "${xDisplay}.0" ] || \
[ "${xDisplay}" = "" ];
then
debug "*** USE ${file} disp='${disp}' addr='${addr}'"
dbusSessionAddress=${addr}
Expand Down

0 comments on commit f8a1bc7

Please sign in to comment.