LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Puppy (https://www.linuxquestions.org/questions/puppy-71/)
-   -   QMPlay2 cannot be run (https://www.linuxquestions.org/questions/puppy-71/qmplay2-cannot-be-run-4175733004/)

MandrivaONE07 01-20-2024 07:27 PM

QMPlay2 cannot be run
 
I downloaded the appimage, until unzipped it, I also don’t see how to resolve the alleged dependency from the package manager.

QMPlay2, sinigual, has integration with YouTube in a tab and consumes few resources compared to the browser playing in the domain.

It’s the only thing I need to make my FATDOG perfect.

frankbell 01-20-2024 08:24 PM

And just what might this "alledged dependency" be?

What specific error messages are you receiving?

MandrivaONE07 01-21-2024 01:46 AM

Thanks for the interest... you can download the appimage(28 MB) and see for yourself (in FATDOG64 901); the only thing I can think of is to try a previous release!
I was also thinking of sending an email to the developer "Błażej Szczygieł - mumei6102@gmail.com"

Quote:

Originally Posted by frankbell (Post 6478269)
And just what might this "alledged dependency" be?

What specific error messages are you receiving?


MandrivaONE07 01-21-2024 03:07 AM

solved
 
1 Attachment(s)
I downloaded the version "QMPlay2 23.09.05", because in an older version the YouTube plugin did not work... the problem is if in the future it becomes obsolete, the program is not in the repositories and also the appimage does not run.
https://i.ibb.co/3z6SYzK/QMPlay2-21-12-24.png



Quote:

Originally Posted by MandrivaONE07 (Post 6478296)
Thanks for the interest... you can download the appimage(28 MB) and see for yourself (in FATDOG64 901); the only thing I can think of is to try a previous release!
I was also thinking of sending an email to the developer "Błażej Szczygieł - mumei6102@gmail.com"

Quote:

Originally Posted by frankbell (Post 6478269)
And just what might this "alledged dependency" be?

What specific error messages are you receiving?


teckk 01-21-2024 12:48 PM

I didn't get the app image because I'm not interested in it.

I did look at, and got the source here:
https://github.com/zaps166/QMPlay2

Read This:
https://github.com/zaps166/QMPlay2/b...ster/README.md

Created a build dir, put the source tree in it.

I did not want to build new Qt5 stuff so I remarked out:
QMPlay2-master/lang/CMakeLists.txt Line:15 through Line:22

Code:

cd <build dir>
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DUSE_VULKAN=NO --fresh
make -j8

And that took about 5 minutes to build on an intel old dual core machine.
Code:

[ 95%] Building CXX object src/gui/CMakeFiles/QMPlay2.dir/Appearance.cpp.o
[ 96%] Building CXX object src/gui/CMakeFiles/QMPlay2.dir/VolWidget.cpp.o
[ 96%] Building CXX object src/gui/CMakeFiles/QMPlay2.dir/ShortcutHandler.cpp.o
[ 96%] Building CXX object src/gui/CMakeFiles/QMPlay2.dir/KeyBindingsDialog.cpp.o
[ 97%] Linking CXX shared module libExtensions.so
[ 98%] Building CXX object src/gui/CMakeFiles/QMPlay2.dir/EventFilterWorkarounds.cpp.o
[ 99%] Built target Extensions
[ 99%] Building CXX object src/gui/CMakeFiles/QMPlay2.dir/PanGestureEventFilter.cpp.o
[ 99%] Building CXX object src/gui/CMakeFiles/QMPlay2.dir/Updater.cpp.o
[100%] Building CXX object src/gui/CMakeFiles/QMPlay2.dir/Unix/ScreenSaver.cpp.o
[100%] Building CXX object src/gui/CMakeFiles/QMPlay2.dir/QMPlay2_autogen/EWIEGA46WW/qrc_resources.cpp.o
[100%] Linking CXX executable QMPlay2
[100%] Built target QMPlay2

And that works. Did a search on youtube for frog. Then played the first one.
https://0x0.st/H0FC.png

That's not too bad of a little player thing.

MandrivaONE07 01-21-2024 04:09 PM

OK is great... I will keep it in mind for the future. I used to deal with that a little bit, but now with appimage no more.
It’s one of the reasons why I see some advantage in an old computer with less than 4GB of memory, which can opt for 386/586 architecture.
The other big advantage is that you just save the appimage, transport it, saving a lot of time and disk space.


Quote:

Originally Posted by teckk (Post 6478379)
I didn't get the app image because I'm not interested in it.

I did look at, and got the source here:
https://github.com/zaps166/QMPlay2

Read This:
https://github.com/zaps166/QMPlay2/b...ster/README.md

Created a build dir, put the source tree in it.

I did not want to build new Qt5 stuff so I remarked out:
QMPlay2-master/lang/CMakeLists.txt Line:15 through Line:22

Code:

cd <build dir>
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DUSE_VULKAN=NO --fresh
make -j8

And that took about 5 minutes to build on an intel old dual core machine.



All times are GMT -5. The time now is 08:57 AM.