Second attempt at FreeBSD-11.0-RELEASE-i386, Xorg, and Xfce graphical desktop

David Christensen dpchrist at holgerdanske.com
Wed Jan 18 22:31:44 UTC 2017


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 at 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



More information about the freebsd-questions mailing list