multiple openkore ubuntu problems.

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Message
Author
chro90
Noob
Noob
Posts: 16
Joined: 22 Jan 2010, 08:24
Noob?: Yes

multiple openkore ubuntu problems.

#1 Post by chro90 »

Referring to the thread http://forums.openkore.com/viewtopic.php?f=28&t=15802, I try to run multiple openkore but failed. Actually I'm quite confused with Exec configuration. As stated in the post, the exec should be like this :

Code: Select all

Exec=gnome-terminal --working-directory=/home/USERNAME/Desktop/Openkore\ Folder/ --command=perl\ openkore.pl\ --control="/home/USERNAME/Desktop/Openkore\ Folder/[b]MyCustomControlFolder[/b]/mybot1"
and this is mine

Code: Select all

Exec=gnome-terminal --working-directory=/home/wan/Desktop/Openkore\ Folder/ --command=perl\ openkore.pl\ --control="/home/wan/Desktop/Openkore\ Folder/[b]accounts[/b]/bot1"
The terminal dissapeared every time I ran the script. Anyone can share the solution for this?

chro90
Noob
Noob
Posts: 16
Joined: 22 Jan 2010, 08:24
Noob?: Yes

Re: multiple openkore ubuntu problems.

#2 Post by chro90 »

bump my topic

chro90
Noob
Noob
Posts: 16
Joined: 22 Jan 2010, 08:24
Noob?: Yes

Re: multiple openkore ubuntu problems.

#3 Post by chro90 »

Problem Solved.

Solution :

Rename my bot folder from "Openkore" to "Openkore Folder"
Removed the

Code: Select all

 [b]
and

Code: Select all

[/b] 
in

Code: Select all

--control="/home/USERNAME/Desktop/Openkore\ Folder/[b]MyCustomControlFolder[/b]/mybot1"
and save the text

Post Reply