Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2017 14:31:36 -0800
From:      David Christensen <dpchrist@holgerdanske.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Second attempt at FreeBSD-11.0-RELEASE-i386, Xorg, and Xfce graphical desktop
Message-ID:  <fdd6d498-fc6a-773b-507c-34f5e10c2cac@holgerdanske.com>
In-Reply-To: <20170118051205.f9fd373e.freebsd@edvax.de>
References:  <18a5de5c-bc3a-c2e8-32c1-ea0a12d446ac@holgerdanske.com> <20170116230336.2cc22d94@riseup.net> <45c5ea44-e0b4-2698-da8e-707c507eb086@holgerdanske.com> <20170117032253.13a3587f@riseup.net> <a11676be-485d-091e-fb6c-c2e66db1f349@holgerdanske.com> <20170118051205.f9fd373e.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01/17/17 20:12, Polytropon wrote:
> On Tue, 17 Jan 2017 13:03:26 -0800, David Christensen wrote:
>> Where can I find information for setting up a GPG agent for XFCE on
>> FreeBSD 11.0?
> Probably you'll find that in the Xfce documentation (which
> might be primarily targeted at Linux, but you can "translate"
> the stuff anyway).

STFW yielded the answer:

     http://dst.lbl.gov/ksblog/2011/05/xfce-without-gpg-agent/


Running Application Menu -> Settings -> Settings Editor:

     Click New button:

	Property	/startup/ssh-agent/enabled
	Type:	Boolean
	Value:	TRUE
	Save

     Click New button:

	Property:	/startup/ssh-agent/type
	Type:	String
	Value:	ssh-agent
	Save


I also fixed another warning:

     xauth:  file /home/dpchrist/.serverauth.1036 does not exist


/usr/local/bin/startx calls xauth on line 182-184, and xauth issues the 
warning:

     182     xauth -q -f "$xserverauthfile" << EOF
     183 add :$dummy . $mcookie
     184 EOF


STFW yielded a suggestion:

 
http://www.linuxquestions.org/questions/slackware-14/xauth-file-home-semoi-serverauth-2263-does-not-exist-4175446072/


Hacking startx:

     toor@freebsd:/usr/local/bin # diff startx-20170111-1934-orig startx
     182c182
     <     xauth -q -f "$xserverauthfile" << EOF
     ---
     >     touch $xserverauthfile; xauth -q -f "$xserverauthfile" << EOF


Now I'm trying to get Panel -> Action Buttons -> Lock Screen working.


David




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fdd6d498-fc6a-773b-507c-34f5e10c2cac>