LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy
User Name
Password
Puppy This forum is for the discussion of Puppy Linux.

Notices


Reply
  Search this Thread
Old 01-20-2024, 07:27 PM   #1
MandrivaONE07
Member
 
Registered: Dec 2020
Location: Costa Rica
Distribution: alt, Porteus, FATDOG
Posts: 45

Rep: Reputation: Disabled
Unhappy 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.
 
Old 01-20-2024, 08:24 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
And just what might this "alledged dependency" be?

What specific error messages are you receiving?
 
Old 01-21-2024, 01:46 AM   #3
MandrivaONE07
Member
 
Registered: Dec 2020
Location: Costa Rica
Distribution: alt, Porteus, FATDOG
Posts: 45

Original Poster
Rep: Reputation: Disabled
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 View Post
And just what might this "alledged dependency" be?

What specific error messages are you receiving?
 
Old 01-21-2024, 03:07 AM   #4
MandrivaONE07
Member
 
Registered: Dec 2020
Location: Costa Rica
Distribution: alt, Porteus, FATDOG
Posts: 45

Original Poster
Rep: Reputation: Disabled
Thumbs up solved

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 View Post
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 View Post
And just what might this "alledged dependency" be?

What specific error messages are you receiving?
Attached Thumbnails
Click image for larger version

Name:	QMPlay2 21.12.24.jpg
Views:	14
Size:	162.5 KB
ID:	42452  

Last edited by MandrivaONE07; 01-21-2024 at 09:42 PM.
 
Old 01-21-2024, 12:48 PM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
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.
 
Old 01-21-2024, 04:09 PM   #6
MandrivaONE07
Member
 
Registered: Dec 2020
Location: Costa Rica
Distribution: alt, Porteus, FATDOG
Posts: 45

Original Poster
Rep: Reputation: Disabled
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 View Post
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: QMPlay2 – Qt based video and audio player LXer Syndicated Linux News 0 04-15-2019 05:06 AM
How do I keep up with all these dependency updates / QMPlay2? Lysander666 Slackware 22 02-01-2018 11:29 AM
LXer: QMPlay2 Gets a New Release, Mostly Fixes LXer Syndicated Linux News 0 07-13-2015 04:21 AM
LXer: QMPlay2 Overview - Fresh Qt-Based Movie Player Ubuntu Installation LXer Syndicated Linux News 0 10-11-2014 07:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy

All times are GMT -5. The time now is 12:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration