From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 25 06:40:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACC0FFE5 for ; Wed, 25 Sep 2013 06:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 809A92B30 for ; Wed, 25 Sep 2013 06:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8P6e1LQ018350 for ; Wed, 25 Sep 2013 06:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8P6e1e6018349; Wed, 25 Sep 2013 06:40:01 GMT (envelope-from gnats) Date: Wed, 25 Sep 2013 06:40:01 GMT Message-Id: <201309250640.r8P6e1e6018349@freefall.freebsd.org> To: gnome@FreeBSD.org From: Arrigo Marchiori Subject: Re: ports/180604: devel/xdg-utils: xdg-screensaver depends on dcop X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Arrigo Marchiori List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 06:40:01 -0000 The following reply was made to PR ports/180604; it has been noted by GNATS. From: Arrigo Marchiori To: Raphael Kubo da Costa Cc: bug-followup@FreeBSD.org Subject: Re: ports/180604: devel/xdg-utils: xdg-screensaver depends on dcop Date: Wed, 25 Sep 2013 08:36:53 +0200 Hello Raphael, sorry for the noise. I believe that I did a wrong test yesterday, so please forget the funny "bash vs csh" thing. Here is what happens today, after a cold boot. Using bash: $ xdg-screensaver status /usr/local/bin/xdg-screensaver: dcop: not found ERROR: kdesktop KScreensaverIface isEnabled returned '' In the same xterm i run csh and retry: $ csh % xdg-screensaver status /usr/local/bin/xdg-screensaver: dcop: not found ERROR: kdesktop KScreensaverIface isEnabled returned '' Running sh -x, here is the debugging output (from bash): $ sh -x /usr/local/bin/xdg-screensaver status + check_common_commands status + [ 1 -gt 0 ] + parm=status + shift + [ 0 -gt 0 ] + [ -z '' ] + unset XDG_UTILS_DEBUG_LEVEL + [ 0 -lt 1 ] + xdg_redirect_output=' > /dev/null 2> /dev/null' + false + DEBUG 1 'mv -T not available' + [ -z '' ] + return 0 + MV=mv + echo -:0 + sed s/:/-/g + screensaver_file=/home/arrigo/.xdg-screensaver---0 + which lockfile + lockfile_command='' + which xprop + XPROP=/usr/local/bin/xprop + [ xstatus != x ] + action='' + window_id='' + action=status + detectDE + [ xtrue = xtrue ] + DE=kde + xscreensaver-command -version + grep XScreenSaver + [ status = resume ] + perform_action status + result=1 + [ status = resume ] + [ status = reset ] + screensaver_kde status + dcop kdesktop KScreensaverIface isEnabled /usr/local/bin/xdg-screensaver: dcop: not found + status='' + result=127 + [ x = xtrue ] + [ x = xfalse ] + echo 'ERROR: kdesktop KScreensaverIface isEnabled returned '\'\' ERROR: kdesktop KScreensaverIface isEnabled returned '' + return 1 + [ status = suspend ] + [ status = suspend ] + [ 127 -eq 0 ] + exit_failure_operation_failed + [ 0 -gt 0 ] + exit 4 $ I am not sure it is useful, but I can tell you that: $ xscreensaver-command -version prints out: xscreensaver-command: no screensaver is running on display :0 I hope this helps. Thank you and best regards, -- rigo http://rigo.altervista.org