Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. clickable
    Log in to post
    • B

      Docker/Clickable issue on UT
      App Development • clickable development ubuntutouch • • b15h0y

      3
      0
      Votes
      3
      Posts
      50
      Views

      B

      @povoq oh, I am sorry, I was trying to start developing with QML and python and thought clickable should be on the phone.

    • U

      Ubuntu Emulator and 20.04
      App Development • 20.04 clickable development emulator ubuntu touch • • ubporterbarn

      3
      0
      Votes
      3
      Posts
      169
      Views

      U

      Hi @applee .

      Thank you. I am currently using clickable desktop. That seems to be working fine.

      Can click packages interact with each other if installed on the same device? Does clickable desktop facilitate the testing of such interactions?

    • C

      Install click pakage on amd64 without terminal app?
      Support • clickable terminal x86 amd64 • • ComLarsic

      5
      1
      Votes
      5
      Posts
      103
      Views

      C

      @doniks its just a .img file contained in a .gz
      just extract the .gz file and flash the resulting image onto a USB drive (or a harddrive depending on if you'd wanna install it as main os)

    • T

      Clickable desktop not executing on AMD64 with arch ARMHF
      App Development • clickable rust • • tusharsaurabh

      5
      0
      Votes
      5
      Posts
      121
      Views

      M

      @tusharsaurabh Really? Strange, I still get the same error? where did you change the architecture field? In the manifest.json.in file?

    • CiberSheep

      [videotutorial] First Steps with Clickable
      App Development • app development clickable crazysheep innerjokefestiv • • CiberSheep

      3
      11
      Votes
      3
      Posts
      230
      Views

      CiberSheep

      @MarkG_108 you created the app correctly. After the talk clickable got updated and that template got better feedback.

      So: congratulations!

    • Craig

      Hello World, Hello SDL
      App Development • c++ clickable sdl video games • • Craig

      3
      0
      Votes
      3
      Posts
      314
      Views

      lduboeuf

      for reference : https://forums.ubports.com/topic/2178/c-and-sdl-with-clickable-a-little-help-please/19

    • advocatux

      Clickable 5.0.0 released !!
      App Development • clickable development documentation • • advocatux

      3
      5
      Votes
      3
      Posts
      490
      Views

      F

      Hi,
      for the people using "atom-clickable plugin" with clickable 5.0.0 the command "Clickable: Build and run [desktop]" from Atom doesn't work because it uses the old '- - desktop' option replaced by 'desktop'.
      To fix quickly this: open with an editor the file (enable 'show hidden files' to see 'atom' folder):
      <your-home-folder>/.atom/packages/atom-build-clickable/lib/clickable.json
      and remove the '- -' at line 114 after that should like this:
      args: [ 'desktop' ],

      Restart Atom to update the plugin.

      I have just made a Pull request at the author of "atom-clickable plugin" to include that fix, and to include the new
      '- - vivid' option (added with clickable 5.0.0)
      Tnx

    • G

      [SOLVED]How to Import Python library to clickable?
      App Development • clickable python • • GMNX

      9
      1
      Votes
      9
      Posts
      1395
      Views

      G

      @hummlbach said in How to Import Python library to clickable?:
      The question about Python Library is SOLVED, with apt-get install on get_libs.py

      maybe I need to open new thread, about "How to check Crash Log in Ubuntu Touch?"
      OR
      "Create VoIP application with PJSIP in Ubuntu Touch"

      the Strace log didn't show me exactly what make the system reboot. this show me the technique to see what happen before system crashed
      since I'm using SSH to my phone, I follow the SSH step

      Log into phone using clickable shell Open another tab. Run clickable shell in tab 2 run tail -f /var/log/syslog to see system log in realtime Reproduce the crash in tab 1 Watch any error messages in the tab 2

      Now I need to move to another thread to discuss it, and close this Thread as Solved

    • Emanuele Sorce

      Guide: set up a clickable working environment inside a LXC contiainer
      App Development • clickable • • Emanuele Sorce

      8
      4
      Votes
      8
      Posts
      2319
      Views

      mikhael

      @Emanuele-Sorce, finally I was able to actually reproduce all the required steps to setup build environment once again, so slightly updated guide is now on wiki