Code Monkey home page Code Monkey logo

Comments (9)

ZaWertun avatar ZaWertun commented on September 23, 2024

Try commit 5b3a268.

from parcellite.

Hultan avatar Hultan commented on September 23, 2024

I think I managed to compile it and install it using the instructions on the main page, but I still get the error, even after a restart of the computer. If I look at the file in /usr/bin it has todays date and time so it looks like I have managed to compile it and install it correctly, but this is the first time I compile a program by myself so I might have messed up somehow...

from parcellite.

Hultan avatar Hultan commented on September 23, 2024

Hang on, when I type

git clone https://github.com/ZaWertun/parcellite.git

do I actually get the commit that you referred to? Very new to Git/Github as well...

[Edit:] Confirmed, I can see your changes in main.c...

from parcellite.

ZaWertun avatar ZaWertun commented on September 23, 2024

You don't need to install version with fix, just run compiled binary from the build dir (cd build; ./parcellite).
Just don't forget to close version installed with package manager.

from parcellite.

Hultan avatar Hultan commented on September 23, 2024

Nope, sorry, still doesn't work, even if I run from the build directory. And thanks for letting me know about not needing to install. I am learning a lot today, almost a complete c/c++ developer now :-)

from parcellite.

ZaWertun avatar ZaWertun commented on September 23, 2024

Function gtk_dialog_run blocks all gui:

if (gtk_dialog_run((GtkDialog*)dialog) == GTK_RESPONSE_ACCEPT)

I'll try to fix this.

from parcellite.

ZaWertun avatar ZaWertun commented on September 23, 2024

Try latest commit from master (c92cb98).
To update - run git pull inside source dir.

from parcellite.

Hultan avatar Hultan commented on September 23, 2024

Great job! Now it works perfectly :-)

What is your recommendation now, do I install it or wait for a new version to show up in the manjaro repos? It was not a critical bug so I don't mind waiting.

from parcellite.

ZaWertun avatar ZaWertun commented on September 23, 2024

Good. I think manjaro uses parcellite from sourceforge (real one - http://parcellite.sourceforge.net/), mine is just a fork.
There is also github mirror, but it seems to be too old (https://github.com/rickyrockrat/parcellite).

You can tell manjaro maintaner to apply commit c92cb98 as a patch.

from parcellite.

Related Issues (5)

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.