Code Monkey home page Code Monkey logo

Comments (5)

varomix avatar varomix commented on August 26, 2024 1

I'm running it in Ubuntu 18.04 and it runs ok
oh I know what you are doing sh temp.sh
don't run it like that, run it like this ./temp.sh

just like the docs say

sh runs it as SHELL, it needs to run as BASH

Cheers!

from nfancurve.

jBachalo avatar jBachalo commented on August 26, 2024

Thanks! Is it necessary to create a .desktop file and link to this, or can you target this script directly as a startup application in Ubuntu? Just having a problem getting this to autorun in the background

from nfancurve.

varomix avatar varomix commented on August 26, 2024

from nfancurve.

nan0s7 avatar nan0s7 commented on August 26, 2024

Hey sorry about the late reply. @jBachalo are you having trouble with the desktop file itself? You can check if it works by just running the desktop file and everything should work if done correctly. However, it could be a problem with my update script, so if the desktop file doesn't work; open a terminal to where you have my script stored, and run the update script (./update.sh) and it should start a background process. If it doesn't, let me know.

If that doesn't work, just try nohup ./temp.sh >/dev/null 2>&1 &. You can check if the process is running by running htop, press F4 and type "temp" and it should show the process there.

If your desktop file doesn't work, paste the contents of it here so I can make sure it's all good. Also, make sure to put the desktop file in your /home/user/.config/autostart/ folder (where user is your user account name).

from nfancurve.

nan0s7 avatar nan0s7 commented on August 26, 2024

If anyone wants to help improve either the documentation or has some sort of problem/difficulty with setting up the script to automatically run upon boot, please let me know.

Otherwise I'll be closing this issue in a month. :)

from nfancurve.

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.