-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
focal fossa ubuntu not work with xrdp #98
Comments
Thanks for your prompt response.
the output is slightly different further
then
then
the same as #82 for paplay strace paplay /usr/share/sounds/gnome/default/alerts/glass.ogg 2>&1 | grep 'open.*= [1-9]'
do i need to purge pulseaudio-xrdp and then reinstall after repo clone/build with |
Try running Also, what do you get for:-
|
ls -l $(pkg-config --variable=modlibexecdir libpulse) | grep xrdp
bash -x /usr/libexec/pulseaudio-module-xrdp/load_pa_modules.sh # fails
|
That's useful - it doesn't look like a permissions problem. In one terminal, can you type the following to get a log from the pulseaudio daemon:-
Then in another terminal, run |
tail -f /tmp/pa.log
What could it mean, versions diffs?
|
It looks like you've built the module on a different Ubuntu version, or against the wrong pulseaudio sources. How did you build it exactly? |
git clone --dept=1 https://github.com/neutrinolabs/pulseaudio-module-xrdp.git |
The readme points to the wiki here:- https://github.com/neutrinolabs/pulseaudio-module-xrdp/wiki/Build-on-Debian-or-Ubuntu Did you use If not, try using that. |
Yes,after delete do
--suite=focal
|
is it good idea to do-release-upgrade? |
I've just had a look at this on my machine running 'jammy', and I'm getting the same:-
I've traced it back to a change in the I've attached a patch file
You should get the message |
thanks for your efforts, i have patched install script after all new git clone
sound not works as before
and concerning module-xrdp-sink.c: Runtime version '13.99.0' differs from build version '11.1.0' in a log file
my actual focal ubuntu was upgraded from bionic, and i think that old pulseaudio is error cause. i'm a bit frustrated, do i need to remove pulseaudio completeley, then reinstall to v13.99 ? |
There shouldn't be any of the old pulseaudio left. Remove the pulseaudio modules completely with:-
Then redo the |
I have the same problem. Stucked on /usr/libexec/pulseaudio-module-xrdp$ ./load_pa_modules.sh:
Linux Mint distro ubutnu: The step #98 (comment) I did too. But result is the same.
|
Hello!
after git clone --depth=1 https://github.com/neutrinolabs/pulseaudio-module-xrdp
i built successfully as by wiki.
and no sound in xrdp session
in xrdp.in sound = true
what do have i do?
The text was updated successfully, but these errors were encountered: