GithubHelp home page GithubHelp logo

Comments (3)

grahamgower avatar grahamgower commented on May 29, 2024

I note that in section 14.8 of the SLiM manual, there is a request for a Linux user to contribute a way to "open" a pdf with the default pdf viewer. The canonical way to do this on Linux is with the xdg-open command. However, this is a blocking command (unlike open on MacOS), and so would need to be run in the background.

from slim.

grahamgower avatar grahamgower commented on May 29, 2024

As a workaround, one may prefix the command with coproc, which is a bash builtin. But this only works when bash is the shell. I don't know of a portable way to do this.

system("coproc sleep 5");
print("system returned");

from slim.

bhaller avatar bhaller commented on May 29, 2024

I've just committed a fix to the master branch on GitHub. There is now a "wait" parameter to system, T by default but if F is supplied then the command is run in the background by appending an &. You can append an & yourself, which should produce the same result, so your example of system("sleep 5 &"); should now run in the background without a wait on its completion. Let me know if you see any problems with this. And re: recipe 14.8, I would very much appreciate it if you would submit (via email or an issue) the exact Eidos code needed to adapt the model to Linux. Thanks!

from slim.

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.