Giter Site home page Giter Site logo

Comments (9)

matt335672 avatar matt335672 commented on May 18, 2024

Hi @ikarlmarx

Thanks for raising this.

I've managed to reproduce it. It seems Mint is built on top of Ubuntu 'focal', but actually changes the codename of the system as reported by the lsb_release -cs command to una from focal.

I've added a branch to my development repository to support this. Please try the following in your git repository, if you're happy to work from my repo:-

git remote add matt335672 https://github.com/matt335672/pulseaudio-module-xrdp.git
git fetch matt335672
git checkout -b suite_support --track matt335672/suite_support

Then use this command to try to build the module:-

scripts/install_pulseaudio_sources_apt_wrapper.sh --suite=focal

Let me know how it goes

from pulseaudio-module-xrdp.

matt335672 avatar matt335672 commented on May 18, 2024

@ikarlmarx

Have you had a chance to look at this yet?

Thanks.

from pulseaudio-module-xrdp.

ikarlmarx avatar ikarlmarx commented on May 18, 2024

git remote add matt335672 https://github.com/matt335672/pulseaudio-module-xrdp.git:

fatal: not git lib(or any parent dir):.git

from pulseaudio-module-xrdp.

ikarlmarx avatar ikarlmarx commented on May 18, 2024

Sorry I just saw it.

from pulseaudio-module-xrdp.

matt335672 avatar matt335672 commented on May 18, 2024

Sorry - I'm assuming you're building from git, and it doesn't look like you are.

Try this:-

git clone https://github.com/matt335672/pulseaudio-module-xrdp
cd pulseaudio-module-xrdp
git checkout suite_support
scripts/install_pulseaudio_sources_apt_wrapper.sh --suite=focal

then follow the rest of the build instructions.

from pulseaudio-module-xrdp.

ikarlmarx avatar ikarlmarx commented on May 18, 2024

Sorry - I'm assuming you're building from git, and it doesn't look like you are.

Try this:-

git clone https://github.com/matt335672/pulseaudio-module-xrdp
cd pulseaudio-module-xrdp
git checkout suite_support
scripts/install_pulseaudio_sources_apt_wrapper.sh --suite=focal

then follow the rest of the build instructions.

Sorry for a long time no reply.

Everything is good, except when I ran:

scripts/install_pulseaudio_sources_apt_wrapper.sh --suite=focal

I Got:

** Unsupported suite 'focal'

I checked the system(Linux Mint 20.3). And there is no debootstrap.

from pulseaudio-module-xrdp.

ikarlmarx avatar ikarlmarx commented on May 18, 2024

It is DONE.
I installed debootstrap, and some other tools such as autoconf, automake, libtool.
Then:
./bootstrap && ./configure PULSE_DIR=~/pulseaudio.src
make
sudo make install

and then:
ls $(pkg-config --variable=modlibexecdir libpulse) | grep xrdp
They are there.

Reboot, done.

Thank you very much.

from pulseaudio-module-xrdp.

matt335672 avatar matt335672 commented on May 18, 2024

Great - thanks for the feedback. I'll get the script and the Wiki updated.

from pulseaudio-module-xrdp.

matt335672 avatar matt335672 commented on May 18, 2024

Closed by #78

from pulseaudio-module-xrdp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.