Giter VIP home page Giter VIP logo

Comments (10)

leonel-lordford avatar leonel-lordford commented on May 29, 2024

As far as we know you can use it in Manjaro, we're facing an issue with Manjaro using KDE Plasma, but beside that nothing we know about... what's your problem?
LordFord.

from videomorph.

BishopWolf avatar BishopWolf commented on May 29, 2024

Using Manjaro KDE precisely, it just dont start
https://i.imgur.com/LCveQxw.png

from videomorph.

leonel-lordford avatar leonel-lordford commented on May 29, 2024

Hmm... well, seems you need to prepare your environment to run it, check INSTALL and try again, we know there is an issue with systray but still you can run it... Thanks for your feedback...
LordFord.

from videomorph.

BishopWolf avatar BishopWolf commented on May 29, 2024

I have found a solution temporal
In setup.py change the lines

 # Documentation files
        (SYS_PATHS.doc,
         ['README.md', 'LICENSE', 'AUTHORS', 'INSTALL', 'VERSION',
          'copyright','changelog.gz', 'TODO', 'screenshot.png']),
        # User's manual
        (SYS_PATHS.help,
         [VM_PATHS.help + '/manual_es.pdf',
          VM_PATHS.help + '/manual_en.pdf']),
        # Man page
        (SYS_PATHS.man,
         [VM_PATHS.man + '/videomorph.1.gz'])])

by the lines

        # Documentation files
        (SYS_PATHS.doc,
         ['README.md', 'LICENSE', 'AUTHORS', 'INSTALL', 'VERSION',
          'copyright','changelog', 'TODO', 'screenshot.png']),
        # User's manual
        (SYS_PATHS.help,
         [VM_PATHS.help + '/manual_es.pdf',
          VM_PATHS.help + '/manual_en.pdf']),
        # Man page
        (SYS_PATHS.man,
         [VM_PATHS.man + '/videomorph.1'])])

and it runs smoothly
https://i.imgur.com/IOBvI7P.png

from videomorph.

stdevOzkar avatar stdevOzkar commented on May 29, 2024

Plz @leonel-lordford @lpozo test the new change, if succeded, make a PR, Use as referral this issue. Thanks a lot @BishopWolf !

from videomorph.

leonel-lordford avatar leonel-lordford commented on May 29, 2024

Cool... we already fixed that issue, don't know why is not pushed. Either way thanks for your effort, remember we're working on a patch for solving systray issue... If you're facing the same problem and can help with a solution we'll appreciate it a lot.
LordFord.

from videomorph.

BishopWolf avatar BishopWolf commented on May 29, 2024

I can't see the systray error in issues

from videomorph.

BishopWolf avatar BishopWolf commented on May 29, 2024

There is an extra bug related to this:
If you press changelog the application crashes

I think it searches the compressed version after all

from videomorph.

BishopWolf avatar BishopWolf commented on May 29, 2024

OK, reverting the changes described before, compressing the two offender files to tar.gz, renaming them to .gz and installing again
https://i.imgur.com/TC91NOk.png

from videomorph.

lpozo avatar lpozo commented on May 29, 2024

This is the same issue #16. We already solve this problem on develop branch.

from videomorph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.