LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-16-2023, 08:53 AM   #16
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,715

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899

Although when starting lives again the menu was flaky which means it may not be usable. This maybe due to running it in a virtual machine.
 
Old 12-17-2023, 09:06 AM   #17
___
Member
 
Registered: Apr 2023
Posts: 140
Blog Entries: 1

Rep: Reputation: Disabled
Are you in the USA? IF so, would you be willing to give a phone number *privately to one person* (IF they could figure out how to contact you)?

I'm guessing you somehow get to its icon and click on it, and nothing happens. Do you think you could get to a terminal, where you could try running it from the shell command line?
 
Old 12-17-2023, 11:20 AM   #18
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,309

Rep: Reputation: 2326Reputation: 2326Reputation: 2326Reputation: 2326Reputation: 2326Reputation: 2326Reputation: 2326Reputation: 2326Reputation: 2326Reputation: 2326Reputation: 2326
Just fyi, I grabbed the source here and tried compiling it. I have Slackware-15.0, where every package contains the 'devel' package, and the docs. Release date was spring 2022.

The compile died
  1. For the lack of rpc.h. It appears that's been added to other includes, and I managed to get past it with a symlink.
  2. Missing /usr/include/pango/pango.h. The whole includes setup appears to have been revised so I stopped here.

EDIT: Have you tried openshot?

Last edited by business_kid; 12-17-2023 at 11:23 AM.
 
Old 12-17-2023, 06:37 PM   #19
Reader2
LQ Newbie
 
Registered: Dec 2023
Posts: 12

Original Poster
Rep: Reputation: 1
I went for it. Ubuntu 22.04 live, windows pc.

I can’t get ImageMagick to install. I’ve followed several instructions online. It’s not available in the software center like they say it is.

I’ve followed directions for installing from the terminal. They do not get ImageMagick installed. I get errors. I follow further instructions to update libraries and other things… they do not result in ImageMagick installing on my computer.

The instructions say it is a very simple process but I am having no success. I’ve spent hours.

Is it possible to prepare an image that will have Linux and a working version of liVES? Something I can load onto a USB and boot from? I would pay for this service. It’s proven to be far too difficult for me.
 
Old 12-17-2023, 06:41 PM   #20
Reader2
LQ Newbie
 
Registered: Dec 2023
Posts: 12

Original Poster
Rep: Reputation: 1
Business_kid

Thanks for giving it a try! No, I’ve never heard of openshot. I’ll check it out!

Would still love to see liVES. This has been on my mind for a long time and I thank you all for helping me work through it.
 
Old 12-17-2023, 07:09 PM   #21
Reader2
LQ Newbie
 
Registered: Dec 2023
Posts: 12

Original Poster
Rep: Reputation: 1
Mister underscores,

Yes I am in the USA and could be contacted by phone. I don’t know how to take it from there…


This liVES thing seems to be totally unstable. I figured some sort of “wayback machine” could run a past version with a past Linux. It definitely worked at some point in the past. In 2023 is it toast?
 
Old 12-17-2023, 07:15 PM   #22
Reader2
LQ Newbie
 
Registered: Dec 2023
Posts: 12

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by ___ View Post
I'm guessing you somehow get to its icon and click on it, and nothing happens. Do you think you could get to a terminal, where you could try running it from the shell command line?
My friend tried to help me get this thing going a year ago. He has a PhD in computer science and uses Linux daily. He tried running it many different ways, including command line. We could get the program to launch, the ugly “liVES” graphic splash screen would show up, and that’s it. It would never get past there.

He said he had an idea of what was wrong and to try a bunch of things, none of which worked. Hence why my initial request here was just to have someone try it out and tell me yea or nay. Right now I think it’s a nay.
 
Old 12-17-2023, 07:54 PM   #23
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,715

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
After thinking a bit lives might not be working due to Ubuntu using wayland versus Xorg (X11 server). I did a quick install of Mint 21.2 as a VirtualBox VM which does use Xorg. I installed ImageMagick and then lives without issues and lives started and seemed to be working ok. I prefer installing from the command line.

Quote:
sudo apt install imagemagick
sudo apt install lives
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2023-12-17 19-57-44.png
Views:	5
Size:	120.1 KB
ID:	42250  

Last edited by michaelk; 12-17-2023 at 08:07 PM.
 
1 members found this post helpful.
Old 12-17-2023, 08:45 PM   #24
Reader2
LQ Newbie
 
Registered: Dec 2023
Posts: 12

Original Poster
Rep: Reputation: 1
Awesome!!

I got all the way to sudo apt install imagemagick. It worked no problem.

Sudo apt install lives did not work for me. Many errors.

Is there an obvious reason for this?
Attached Thumbnails
Click image for larger version

Name:	IMG_4888.jpg
Views:	13
Size:	267.3 KB
ID:	42254  
 
Old 12-17-2023, 09:21 PM   #25
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,715

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
I don't know. Try:
sudo apt update
sudo apt search libsox-fmt-alsa
 
Old 12-17-2023, 11:02 PM   #26
Reader2
LQ Newbie
 
Registered: Dec 2023
Posts: 12

Original Poster
Rep: Reputation: 1
Hey alright! You figured it out!

Here it is running on my laptop. I can’t truly test it at the moment, but I’m confident it’s the real thing.

Many, many thanks! I’m grateful that reaching out for help went so well. I’m glad to see it works and I’m going to enjoy checking it out!
 
1 members found this post helpful.
  


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: Is this indeed the light-house top I see? Microsoft updates its container Linux, CBL-Mariner LXer Syndicated Linux News 0 08-18-2021 08:55 PM
Firefox doesn't include the confirmation number in a confirmation page for my mutual fund manager RandomTroll Linux - General 7 09-13-2020 07:52 PM
Hi, I would like to find out which distro would be best for an old dell sammer47 Linux - Newbie 13 06-29-2014 03:07 AM
Hard drives are hard indeed pipas_ Linux - Software 1 08-03-2001 08:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:00 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