UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. pavelprosto
    3. Topics
    Offline
    • Profile
    • Following 1
    • Followers 2
    • Topics 9
    • Posts 83
    • Groups 0

    Topics

    • pavelprostoP

      Godot project

      Watching Ignoring Scheduled Pinned Locked Moved Solved App Development
      6
      0 Votes
      6 Posts
      761 Views
      pavelprostoP
      Finish! If you want to create a Godot project, you need to use version 3.2.1 https://downloads.tuxfamily.org/godotengine/3.2.1/ We create a project folder and copy the missing files to it. Directory click, build-ubports.sh, clickable.json from ubports-circle-jump In all files, you must replace the project name with your own. Open Godot project. Project->Export->Linux/X11->Export PCK/ZIP Save your *.pck file in project(Clickable) path. Open terminal in project path and run: clickable You may have an error: 404 file not found. In build-ubports.sh go to 7 line and change URL_LATEST Copy actual ubports-godot link for armhf architecture. # The latest build can always be obtained from this URL URL_LATEST=https://gitlab.com/abmyii/ubports-godot/-/jobs/1091542236/artifacts/download For better work, do not forget to change the settings of your project, as in the example of ubports-circle-jump
    • pavelprostoP

      Need testers Home Screen for Ubuntu Touch

      Watching Ignoring Scheduled Pinned Locked Moved App Development testing widget development homescreen
      106
      20 Votes
      106 Posts
      37k Views
      DJacD
      Hi Realy good job !! I dream to have it as daily start screen Many good ideas in this app. I install it recently, so i will make suggetion later (after more experiments). Is it already possible ? (i don't have the skills to do it myself...).
    • pavelprostoP

      Don't have permission to exec library in cache directory

      Watching Ignoring Scheduled Pinned Locked Moved Solved App Development
      18
      0 Votes
      18 Posts
      1k Views
      pavelprostoP
      @cibersheep Yes,I want to write a guide. But first I need to make sure it works for all console programs. I tried, add the previous guides in github https://docs.ubports.com/en/latest/appdev/guides/index.html But something didn't work out for me. I try will do this in spare time
    • pavelprostoP

      Need testers Transmission client

      Watching Ignoring Scheduled Pinned Locked Moved Solved App Development
      43
      6 Votes
      43 Posts
      8k Views
      D
      @yakovwin same on poco f1
    • pavelprostoP

      ContentHub files finalize transfer again

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      1
      0 Votes
      1 Posts
      183 Views
      No one has replied
    • pavelprostoP

      QML change screen Orientation and Fullscreen mode.

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      1
      0 Votes
      1 Posts
      220 Views
      No one has replied
    • pavelprostoP

      Python examples

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      11
      17 Votes
      11 Posts
      4k Views
      CiberSheepC
      @pavelprosto said in Python examples: Over the weekend I will figure out how it can be edited to add Python Examples :beaming_face_with_smiling_eyes: You might want to check here github.com/ubports/docs.ubports.com/
    • pavelprostoP

      How work with clipboard?

      Watching Ignoring Scheduled Pinned Locked Moved Solved App Development
      3
      0 Votes
      3 Posts
      394 Views
      pavelprostoP
      @danqo6 Thank you! These methods are easily implemented in a QML project too. Main.qml import Ubuntu.Components 1.3 ... onClicked:{ var txt="Simple text" Clipboard.push(txt); } ...
    • pavelprostoP

      Python get HTTP

      Watching Ignoring Scheduled Pinned Locked Moved Solved App Development
      2
      0 Votes
      2 Posts
      268 Views
      pavelprostoP
      Find the * .apparmor file in the project folder. Add permissions: { "policy_groups": [ "content_exchange", "content_exchange_source", "networking", "webview" ], "policy_version": 16.04 } After that the program will work