Using AppImages in Puppy...

Using applications, configuring, problems
Message
Author
User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#151 Post by Mike Walsh »

Evening, kiddiwinks.

Just a quick one for y'all tonight. Mikeslr has dug up a very neat little AppImage for checking codecs of films, audio tracks, anything media-related, really.....in both 32- & 64-bit versions. Fires straight up in most relatively modern Puppies, OOTB.

MediaInfo

You can find the link for it here:-

http://www.murga-linux.com/puppy/viewto ... 56#1058456

Thanks, Mike..!


T'other Mike. :wink:

User avatar
tallboy
Posts: 1760
Joined: Tue 21 Sep 2010, 21:56
Location: Drøbak, Norway

#152 Post by tallboy »

watchdog wrote:The more bad thing is that you can go out with your dog for a walk but not with your children. :roll:
There are always solutions to such problems...

Image
True freedom is a live Puppy on a multisession CD/DVD.

User avatar
jplt3
Posts: 118
Joined: Mon 08 Apr 2019, 20:40
Location: Planet Earth

#153 Post by jplt3 »

Find today that Molotov : French tv player has an appimage

https://www.molotov.tv/download

Code: Select all

Don't run as root so do in a console where your appimage is :
./molotov.AppImage --no-sandbox
To be more secure install firejail it's an easy way to use sandbox programs :

Code: Select all

pkg a firejail
And run your molotov :

Code: Select all

firejail --noprofile ./molotov.AppImage --no-sandbox
I have done this on :

Code: Select all

cat /etc/os-release 
NAME=Puppy
VERSION="8.0"
ID=puppy_bionicpup64
VERSION_ID=8.0
PRETTY_NAME="bionicpup64 8.0"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:puppy:puppy_linux:8.0"
HOME_URL="http://puppylinux.com/"
SUPPORT_URL="http://www.murga-linux.com/puppy/index.php"
BUG_REPORT_URL="https://github.com/puppylinux-woof-CE/woof-CE"
Enjoy :lol:
JpLt

memo
Posts: 268
Joined: Thu 28 Jun 2018, 10:38

#154 Post by memo »

jplt3 wrote:Find today that Molotov : French tv player has an appimage

https://www.molotov.tv/download

Code: Select all

Don't run as root so do in a console where your appimage is :
./molotov.AppImage --no-sandbox
To be more secure install firejail it's an easy way to use sandbox programs :

Code: Select all

pkg a firejail
hi, I installed firejail from the ppm but it gives error when I try to lunch ut. screenshot;

http://i.imgur.com/tc7is0d.png
Xanialpup 7.5 32 bit

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#155 Post by Semme »

This should take care of the error in your image so long as you can interpret Rosika's workaround.

BTW, you don't really wanna run Slimjet. If however you insist, you wanna run "flashpeak-slimjet," NOT slimjet.

A whole bag-O-goodies await... :mrgreen:
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

memo
Posts: 268
Joined: Thu 28 Jun 2018, 10:38

#156 Post by memo »

Semme wrote:This should take care of the error in your image so long as you can interpret Rosika's workaround.

BTW, you don't really wanna run Slimjet. If however you insist, you wanna run "flashpeak-slimjet," NOT slimjet.

A whole bag-O-goodies await... :mrgreen:

oke, now this needs explanation, why ? what is the difference ? are not they both the same? and only slimjet 15 run reasonably good on this machine

can you elaborate ?

Code: Select all

sh-4.3# firejail --noprofile slimjet
Parent pid 16909, child pid 16910
The new log directory is /proc/16910/root/var/log

Child process initialized
[2:31:0531/180909.299565:ERROR:service_manager.cc(158)] Connection InterfaceProviderSpec prevented service: content_plugin from binding interface: memory_instrumentation::mojom::Coordinator exposed by: content_browser
exit
Warning: removing 5 bytes from stdin

parent is shutting down, bye...
it works with noprofile option but not with private option,

Code: Select all

sh-4.3# firejail -private=/slimjet
Error: invalid -private=/slimjet command line option
Xanialpup 7.5 32 bit

Post Reply