Results 1 to 6 of 6

Thread: cinelerra 4.5 running as root ??

  1. #1
    Join Date
    Jun 2011
    Beans
    89

    cinelerra 4.5 running as root ??

    I installed cinelerra 4.5 from source basicly following this procedure https://n1njahacks.wordpress.com/201...-ubuntu-12-04/ found another link that listed prerequisites to install as well including libav and drm libraries also from source.

    The program installed OK and appears to run fine, however it did not do the normal make install and add it to th menu. I created a launcher with code gksu /usr/bin/cinelerra to launch it. Unfortunately it is running as root and there are some troubles loading media files in due to permissions. Also I don't like the isea of having root run it. It was Ok to test and do an hour or so of fam on it but long term I would appreciate some pointers on getting it to run as a normal user or have a separate cinelerra system user run it so that the file permissions thing doesn't occur.

    Thanx

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas
    Beans
    1,494

    Re: cinelerra 4.5 running as root ??

    The "gksu" in the command used to launch it means run as root. Why are you doing that?

  3. #3
    Join Date
    Jun 2011
    Beans
    89

    Re: cinelerra 4.5 running as root ??

    couldn't get it to run any other way as the pgm was /usr/bin/cinelerra with no permissions set or launchers created in the applications menu to just run it as a regualr user. I have purged the install and will try again.

  4. #4
    Join Date
    Feb 2009
    Location
    Dallas
    Beans
    1,494

    Re: cinelerra 4.5 running as root ??

    You might need to change the permissions on the file to allow other users to execute it.

    Code:
    sudo chmod a+x /usr/bin/cinelerra
    Then from a terminal you should be able to simply call "cinelerra" from there.

  5. #5
    Join Date
    Jun 2011
    Beans
    89

    Re: cinelerra 4.5 running as root ??[SOLVED]

    FELL BACK TO VERS 2.2-CV 4.4 and 4.5 final output rendering unsatisfactory.

    Thanks for assists

  6. #6
    Join Date
    Oct 2010
    Location
    UK
    Beans
    51
    Distro
    Ubuntu Studio 16.04 Xenial Xerus

    Re: cinelerra 4.5 running as root ??

    I have just installed Cinelerra CV 2.2 using this tutorial:

    http://handytutorial.com/install-cin...u-12-04-12-10/

    The only change I had to make was to substitute
    Code:
    sudo apt-get install cinelerra-cv
    for the now outdated:

    Code:
    sudo apt-get install cinelerra-av
    I see that it is not the latest version and that there does not appear to be a simple, uncomplicated method of installing the latest v4.5. Why can't it be installed using the Ubuntu Software Centre?

    I am just exploring Cinelerra for the first time. There doesn't appear to be a Cinelerra forum anywhere? Anyone know if there is one?
    Last edited by shaunthesheep; April 22nd, 2014 at 06:23 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •