psieg / Lightpack

Lightpack and Prismatik open repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trouble installing on Fedora/Flatpak

EddoWagt opened this issue · comments

I want to install prismatik through flatpak on my fedora installation, but the .flatpak seems outdated and does not install to the correct location, but when I clone the repo, cd to ~/Software/dist_linux and run
./build-natively.sh flatpak

I get the error

+ flatpak install --user --assumeyes org.kde.Sdk//5.15 org.kde.Platform//5.15 Looking for matches… error: No remote refs found for ‘org.kde.Sdk//5.15’

I tried doing flatpak install org.kde.Sdk but that didn't work...
What am I doing wrong?

change this to 6.4 or whatever is available

Still doesn't work for me.
I can manually install kde.org.Sdk version 6.4 just fine, but it will still try to install it with
flatpak install --user --assumeyes org.kde.Sdk//6.4, but that gives me the same error as before, just with a different vesion number

try adding flathub remote with --user, or remove --user here

flatpak install --user --assumeyes org.kde.Sdk//"$kde_version" org.kde.Platform//"$kde_version"

Thanks, that makes it start building, unfortunately I get another error when I try that...

make[1]: *** [Makefile:2318: stuff/PulseAudioSoundManager.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/run/build/prismatik/Software/src' make: *** [Makefile:50: sub-src-make_first] Error 2 Error: module prismatik: Child process exited with code 2

I appreciate the help though, but I honestly have no idea what these errors even mean

set this back to one of available 5.15s


and comment this out
DEFINES += PULSEAUDIO_SUPPORT

Thank you, that solved it!

Screen grabbing is not working, but that is another issue. Atleast I have a bit of backlight now

Screen grabbing is not working

probably Wayland...

Shittt, is it not possible under wayland?

#90 not yet

That's unfortunate, I hope work on it is continued. I'll make due for now, thank you very much for your help!