Re: [X2Go-Dev] Bug#1226: x2goclient for Mac OS immediately throws error regarding "PulseAudio verison number" then crashes

2017-10-26 Thread Stefan Baur
Am 26.10.2017 um 19:43 schrieb Sean Hooten: > > > On Thu, Oct 26, 2017 at 12:47 AM, Mihai Moldovan > wrote: > > Ah, there we go. > > ls -ldh /Users/shooten/.config/pulse//daemon.conf > > > First output I got from that command was: > ls: /Users/shooten/.config/p

[X2Go-Dev] Bug#1226: x2goclient for Mac OS immediately throws error regarding "PulseAudio verison number" then crashes

2017-10-26 Thread Sean Hooten
On Thu, Oct 26, 2017 at 12:47 AM, Mihai Moldovan wrote: > > Ah, there we go. > > ls -ldh /Users/shooten/.config/pulse//daemon.conf First output I got from that command was: ls: /Users/shooten/.config/pulse//daemon.conf: Permission denied So I opened a new shell as root and attempted the same co

[X2Go-Dev] Bug#1228: Ctrl-Alt-T doesn't terminate connection in "local desktop" sessions

2017-10-26 Thread Mihai Moldovan
On 10/26/2017 10:07 AM, Ulrich Sibiller wrote: > 1. download opennx client. It brings a matching nxclient binary IIRC > 2. edit /usr/bin/x2gostartagent: find the line defining NX_CLIENT and > let the varible point to opennx nxclient. > > If the nxclient is not working you have two further options:

[X2Go-Dev] Bug#1228: Bug#1228: Ctrl-Alt-T doesn't terminate connection in "local desktop" sessions

2017-10-26 Thread Ulrich Sibiller
On Thu, Oct 26, 2017 at 9:17 AM, Mihai Moldovan wrote: > Control: retitle -1 Implement basic dialog handling in X2Go Server > > On 10/26/2017 08:32 AM, Alexey Nemov wrote: >> As stated in the wiki >> https://wiki.x2go.org/doku.php/wiki:advanced:nx-keyboard-shortcuts >> The action "close_session"

[X2Go-Dev] Bug#1226: x2goclient for Mac OS immediately throws error regarding "PulseAudio verison number" then crashes

2017-10-26 Thread Mihai Moldovan
On 10/26/2017 09:41 AM, Sean Hooten wrote: > Okay so I ran dtrace, and then in another shell ran the second command. The > second command output: > > $ /Applications/x2goclient.app/Contents/exe/pulseaudio --version > W: [] caps.c: Normally all extra capabilities would be dropped now, but that's >

[X2Go-Dev] Bug#1226: x2goclient for Mac OS immediately throws error regarding "PulseAudio verison number" then crashes

2017-10-26 Thread Sean Hooten
On Thu, Oct 26, 2017 at 12:06 AM, Mihai Moldovan wrote: > > > Rather not. Let's try something else. > > sudo dtruss -fn pulseaudio > > Then, in another shell, execute > /Applications/x2goclient.app/Contents/exe/pulseaudio --version > > If that doesn't work (i.e., dtrace doesn't see the newly spawn

[X2Go-Dev] Processed: Re: Ctrl-Alt-T doesn't terminate connection in "local desktop" sessions

2017-10-26 Thread X2Go Bug Tracking System
Processing control commands: > retitle -1 Implement basic dialog handling in X2Go Server Bug #1228 [x2goserver] Ctrl-Alt-T doesn't terminate connection in "local desktop" sessions Changed Bug title to 'Implement basic dialog handling in X2Go Server' from 'Ctrl-Alt-T doesn't terminate connection

[X2Go-Dev] Bug#1228: Ctrl-Alt-T doesn't terminate connection in "local desktop" sessions

2017-10-26 Thread Mihai Moldovan
Control: retitle -1 Implement basic dialog handling in X2Go Server On 10/26/2017 08:32 AM, Alexey Nemov wrote: > As stated in the wiki > https://wiki.x2go.org/doku.php/wiki:advanced:nx-keyboard-shortcuts > The action "close_session" should terminate the session. > But, pressing Ctrl-Alt-t in a "l

[X2Go-Dev] Bug#1228: Ctrl-Alt-T doesn't terminate connection in "local desktop" sessions

2017-10-26 Thread Alexey Nemov
Package: x2goserver Version: 4.0.1.20 Summary: As stated in the wiki https://wiki.x2go.org/doku.php/wiki:advanced:nx-keyboard-shortcuts The action "close_session" should terminate the session. But, pressing Ctrl-Alt-t in a "local desktop" session does not "terminate" the session. Steps to rep

[X2Go-Dev] Bug#1226: x2goclient for Mac OS immediately throws error regarding "PulseAudio verison number" then crashes

2017-10-26 Thread Mihai Moldovan
On 10/26/2017 09:03 AM, Sean Hooten wrote: > I get the following: > > dtrace: failed to execute sudo: dtrace cannot control executables signed with > restricted entitlements > > > From briefly reading up, it looks like Apple's System Integrity Protection > might > be interfering. Should I disab

[X2Go-Dev] Bug#1226: x2goclient for Mac OS immediately throws error regarding "PulseAudio verison number" then crashes

2017-10-26 Thread Sean Hooten
On Wed, Oct 25, 2017 at 9:25 PM, Mihai Moldovan wrote: > > > I'd still like to know what is messed up, though. > > As the normal user for which pulseaudio --version doesn't work, can you try > spawning sudo dtruss -f sudo -u $USER > /Applications/x2goclient.app/Contents/exe/pulseaudio --version >