• How to install clickable successfully?

    4
    0 Votes
    4 Posts
    740 Views
    M

    @dobey Thanks for your advice. I've used these two commands:

    echo "export PATH=$HOME/.local/bin:$PATH" >> ~/.bashrc export PATH="$HOME/.local/bin:$PATH"

    Now I execute the terminal command clickable, but it seems, that docker is required:

    clickable The command "docker" does not exist on this system, please install it for clickable to work properly"

    Thus I tried the following command:

    sudo apt-get install docker [sudo] password for marc: Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: docker 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded. Need to get 12,9 kB of archives. After this operation, 45,1 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 docker amd64 1.5-1build1 [12,9 kB] Fetched 12,9 kB in 1s (8.761 B/s) Selecting previously unselected package docker. (Reading database ... 178588 files and directories currently installed.) Preparing to unpack .../docker_1.5-1build1_amd64.deb ... Unpacking docker (1.5-1build1) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) ... Setting up docker (1.5-1build1) ...

    Unfortunately this doesn't help. I get the same error. Any idea?

    Edit: Ok, It seems, that sudo apt-get install docke' is not sufficient. I could resulve the issue with sudo apt-get install docker.io.

  • Network Access problem in new native App

    7
    0 Votes
    7 Posts
    828 Views
    KrilleK

    Hey, how is this progressing? For me a native nextcloud passwords app would be very useful, so I'm looking forward for your app 🙂

  • 2 Votes
    1 Posts
    369 Views
    No one has replied
  • List of Game Engines supporting Ubuntu Touch - Discussion

    10
    3 Votes
    10 Posts
    2k Views
    bhdouglassB

    @gouchi Looks like it's based on SDL, so in theory it should work if we get a working SDL port for xenial.

  • Core Apps & Documentation Updates

    13
    10 Votes
    13 Posts
    1k Views
    ?

    Ah I see. Thanks @cibersheep.

  • raylib framework - clickable build template pure

    7
    1 Votes
    7 Posts
    1k Views
    WendigoW

    That's a pity, thank you very much for investigating. 🙂

  • List of Game Engines supporting Ubuntu Touch

    7
    2 Votes
    7 Posts
    3k Views
    WendigoW
    Cocos2dx / Cocos Creator

    Website: http://www.cocos2d-x.org/creator
    License: Cocos2dx: MIT / Cocos Creator: Proprietary
    Language: JavaScript, TypeScript, CoffeeScript
    Games made with Cocos2dx: several but not for Ubuntu Touch
    0_1542451780202_cocos_creator_on_linux_mint.png
    The Cocos Creator IDE uses Cocos2d-html5 under the hood. The engine is widely used in the industry and has lots of features.

    Limitations

    At the time of writing there is no official Linux version of Cocos Creator but since it is an electron App the community member "sercand" was able to port it over by extracting the application from the Mac version. The electron version offered for download (1.9.0) is a little outdated by now but it should be possible to "repackage" a newer version of Cocos Creator too)

    Main Features:

    Scene editor Animations Particles Tiled Map support Physics system User interface components and Visual UI designer Step by step guide: Cocos Creator

    Unfortunately Cocos Creator doesn't run out of the box.
    The IDE is missing libvips which needs to be compiled / installed first
    In order to get the IDE running on Linux, you need to follow these steps:

    Download the unofficial Linux Version 1.9.0 mentioned on this thread:
    https://discuss.cocos2d-x.org/t/successfully-run-cocos-creator-on-linux-and-released-it-as-docker-image/40755/8
    Direct download link:
    https://goo.gl/p5KSAz

    Install libvips-8.4.2
    Unfortunately the version in my Linux Mint 18.3 repos was too old so
    I had to compile it myself:

    You can find the compilation guide here:
    https://jcupitt.github.io/libvips/install.html

    download the source zip from here:
    https://github.com/jcupitt/libvips/releases

    Install the mentioned dependencies:
    build-essential, pkg-config, glib2.0-dev, libexpat1-dev

    plus these ones in addition:
    sudo apt-get install gtk-doc-tools gobject-introspection swig
    Then run:
    ./autogen.sh
    ./configure
    make
    sudo make install

    Run the Cocos-Creator IDE
    The unofficial Linux version can't open a project from the dash board
    so you need to run the dashboard first via ./cocos-creator
    and create a new project.
    The IDE is going to crash when you try to open the project

    Run ./cocos-creator --path /path/to/my/project
    And it will open the project in the editor ready to develop

    In order to export your project, choose build from the project menu
    0_1542452966065_cocos_creator_build_menu.png
    In the build dialog under "Platform" choose "Web Mobile"
    0_1542453044320_cocos_creator_export_dialog.png
    After clicking on "Build", your HTML5 game gets created in the "build" sub folder.

    Clickable

    see GDevelop5 for creating a click package.
    0_1542453138986_screenshot_ubuntutouch.png

  • Content-hub import Pictures

    3
    0 Votes
    3 Posts
    529 Views
    CiberSheepC

    The copy in HubIncoming is deleted after the device is restarted. You must copy the picture url into the folder you want to use it (under your app).
    You could access any filie in the system if you unconfined your app but it's considered a bad practice. That's why the Content Hub serves you the image for you 🙂

  • Caller blocking, the next generation

    Moved
    3
    3 Votes
    3 Posts
    603 Views
    LakotaubpL

    @vandys Moved this to app dev to save moving it later or creating a new thread when someone takes you up on the offer to improve the packaging.

  • Calculator: 49,8-2,1=

    7
    0 Votes
    7 Posts
    1k Views
    H

    Thanks a lot for fixing this! Although it's just a funny small problem, fixing this tiny bugs also lead to a better system.
    If i compare UT today with 1 or 2 years ago it improved really a lot! Stability, features and speed!

  • App crash after splashscreen

    5
    0 Votes
    5 Posts
    737 Views
    G

    SOLVED!
    The problem is the header at the line 29, it must be delete. The webapp crash on the nexus5 because there is a bug in UT. Someone solved forcing full screen and disable the gpu but I think it is a bad solution. The command lines from 34 to 42 can be delete, they run only with oxide. After this operations, all run correcly on the pc desktop!

  • porting Apps from vivid to Xenal

    9
    2 Votes
    9 Posts
    1k Views
    H

    @hummlbach Could you add KODIMOTE to that list?

  • will be updated scope who worked on version 15 (-

    7
    0 Votes
    7 Posts
    618 Views
    B

    it is a pity that the developers have scored on their innovations scop

  • Openstore creating or deleting apps

    Moved
    3
    0 Votes
    3 Posts
    568 Views
    bhdouglassB

    @ksalver said in Openstore creating or deleting apps:

    Hi @bhdouglass , I made a mistake by submitting a new app to the openstore: I submitted an app named p.ex "mynewapp" instead of "mynewapp.ksalver" . Now the entry rests in the Database ind i cannot delete it, wether with the morph-browser nor with the submit-new-app. Is there any way to remove my entries descripion is renamed "ZZZ....." to see them at the bottom of my list. ?

    I'm not seeing the app called "mynewapp" anywhere, is that the name of the app or is it something else?

  • 0 Votes
    6 Posts
    767 Views
    bhdouglassB

    You're welcome!

  • Anyone using a YI action camera?

    2
    2 Votes
    2 Posts
    412 Views
    No one has replied
  • Mobile Connection Control

    Moved
    4
    0 Votes
    4 Posts
    499 Views
    D

    @dobey Thanks, that answers my question - I'll probably have to look at other options to achieve this.

  • User Agent Stuff

    19
    1 Votes
    19 Posts
    1k Views
    LakotaubpL

    @advocatux Yes as usual you are correct : ) it seems

  • Apps using Oxide

    8
    2 Votes
    8 Posts
    1k Views
    D

    @mariogrip said in Apps using Oxide:

    I will make a more of a "guide" once devel is out with 100% QtWebEngine.

    Any update on this?

  • uNav-improvements

    3
    0 Votes
    3 Posts
    664 Views
    F

    I would love to have something like live search suggestions. Especially in foreign countries where you not always know how to spell street names correctly this would be extremely helpfull!
    Would be amazing to implement this function like it works for example with graphhopper.com/maps/ or other navigation tools.