Thread: Commands in Cario Launchers?
hiya!
made minecraft server (if interested id happy white-list check out before make public, works hacked clients well) , made nifty little file on desktop called rms start it. contents are:
when double click on file on desktop or in nautilus, ubuntu asks me if want run, run in terminal, or display contents, click run in terminal, , inside gnome terminal minecraft consolecode:cd /home/cre8ive65/.mcserver/ java -xms1024m -xmx1024m -jar minecraft_server.jar nogui
here dilemma
tried clicking , dragging file made onto cario dock, when click on it, skips dialogue box asking me want it, , displays files contents in gedit
tried making custom launcher in cario , set command same 1 in file, no luck. tried making file ".sh" , putting:
in command space , no avail. set command to:code:sh /home/cre8ive65/desktop/rms.shbut makes totally new server in home folder! how make cario launcher start server!? appreciated, thank you!code:java -xms1024m -xmx1024m -jar /home/cre8ive65/.mcserver/minecraft_server.jar nogui
instead oftrycode:cd /home/cre8ive65/.mcserver/ java -xms1024m -xmx1024m -jar minecraft_server.jar noguicode:cd /home/cre8ive65/.mcserver/ ./java -xms1024m -xmx1024m -jar minecraft_server.jar nogui
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Commands in Cario Launchers?
Ubuntu
Comments
Post a Comment