Results 1 to 8 of 8

Thread: how do i make a shortcut for actioncube?

  1. #1
    Join Date
    Mar 2007
    Beans
    458

    how do i make a shortcut for actioncube?

    i installed actioncube from this guide

    sudo apt-get install build-essential libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev

    Note: Please check the ActionCube website for updates: http://action.cubers.net/download.html Download the game here by clicking on ActionCube v0.92 for Linux/Unix. Change to the directory where you downloaded the game.

    tar xvf ActionCube_*.tar.bz2
    cd ActionCube/source/src/
    make install
    cd ../../
    ./actioncube.sh


    but i dont have an icon for it and its not on any of the menus, how do i add it to the game menu or make a shortcut on the desktop for it?

  2. #2
    Join Date
    Mar 2005
    Location
    Nashua, NH, USA
    Beans
    166
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how do i make a shortcut for actioncube?

    I dont know much about this, but it appears that a script to launch the game called actioncube.sh resides in your home folder, is that correct?

    In any event, right click on your desktop and select Create Launcher. In the command box enter ~/actioncube.sh

    You can enter anything you like for the Name and Description fields. Try that and let me know how it works for you.

  3. #3
    Join Date
    Mar 2007
    Beans
    458

    Re: how do i make a shortcut for actioncube?

    im getting an error that says:

    Details: Failed to execute child process "~/actioncube.sh" (No such file or directory)

    found out that "actioncube.sh" isnt in the home directory its in /home/mole/Desktop/ActionCube
    tried changing the command to /home/mole/Desktop/ActionCube/actioncube.sh but just did nothing
    Last edited by super.rad; April 20th, 2007 at 12:19 AM.

  4. #4
    Join Date
    Mar 2005
    Location
    Nashua, NH, USA
    Beans
    166
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how do i make a shortcut for actioncube?

    Then it appears I was mistaken, you need to locate the executable for the game/program.

    Let me see if I can find out where it defaults to.. unless it asked you.

    EDIT:

    I wasn't able to find out where the executable goes. You can try this:

    - Open a terminal
    - Change directory to / (type: cd /)
    - Type: find |grep actioncube

    This will show you all the files and directories with 'actioncube' in it. If you paste the results here, I can take a stab at which one is the executable.

    - Kyle
    Last edited by askreet; April 20th, 2007 at 12:19 AM.

  5. #5
    Join Date
    Sep 2005
    Location
    Mexicali, Mexico
    Beans
    3,114
    Distro
    Ubuntu Development Release

    Re: how do i make a shortcut for actioncube?

    Hi. Try entering this in the command field of the launcher:

    Code:
    sh -c "cd /home/mole/Desktop/ActionCube && ./actioncube.sh"
    NOT a morning person...

  6. #6
    Join Date
    Mar 2007
    Beans
    458

    Re: how do i make a shortcut for actioncube?

    ./home/mole/Desktop/ActionCube/actioncube.sh
    ./home/mole/Desktop/ActionCube/source/xcode/actioncube-Info.plist
    ./home/mole/Desktop/ActionCube/source/xcode/actioncube.icns
    ./home/mole/Desktop/ActionCube/source/xcode/actioncube.xcodeproj
    ./home/mole/Desktop/ActionCube/source/xcode/actioncube.xcodeproj/project.pbxproj
    ./home/mole/Desktop/ActionCube/source/xcode/actioncube.xcodeproj/julianmayer.pbxuser
    ./home/mole/Desktop/ActionCube/source/xcode/actioncube.xcodeproj/julian.pbxuser
    ./home/mole/Desktop/ActionCube/source/xcode/actioncube.xcodeproj/julian.perspective
    ./home/mole/Desktop/ActionCube/source/xcode/actioncube.xcodeproj/julianmayer.perspective
    ./home/mole/Desktop/ActionCube/actioncube_server.sh

  7. #7
    Join Date
    Mar 2007
    Beans
    458

    Re: how do i make a shortcut for actioncube?

    Thanks RomeReactor worked perfectly

  8. #8
    Join Date
    Sep 2005
    Location
    Austin, TX
    Beans
    925
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: how do i make a shortcut for actioncube?

    That worked good. Thanks.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •