• Launching Lock Message App

    5
    9 Votes
    5 Posts
    426 Views
    MoemM
    Thank you, I love it!
  • LibreOffice on Ubports phone (survey)

    18
    1 Votes
    18 Posts
    2k Views
    Peter GammaP
    @AppLee ank you for being positive about LibreOffice, AppLee, I am too: https://petergamma.org/one-of-the-most-interesting-future-application-for-pinephone-users-libreoffice/ Unfortunatly was not able to gather a lot of people willing to do it in the last two years. But I am happy with a step by step approach. People recommended Abiword, Gnumeric and VIM for the Pinephone. Vim was released in 1991, and Abiword and Gnumeric development has stopped 10 years ago when LibreOffice started developing. We have here one first step to make LibreOffice better on the Pinephone: https://petergamma.org/pinephone-libreoffice-fix-for-tiny-menu-text-missing-title-bar/ And instead of using Vim why not to choose a brute force method and remove as much as possible from LibreOffice and then control it by controk keys? Then we had a LibreOffice with is similar to Vim. You then can add the menues your desire. If we have a keyboard which is suitable as for instance the Pinephone keyboard this would be the next step. And I am gathering people willing to remove all the unneccessary stuff from LibreOffice for a version which can be controlled by control keys similar to Vim.
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Zouip - Clipboard sharing between UT and linux desktop

    12
    3 Votes
    12 Posts
    701 Views
    T
    Ugly but usable and cross-platform tkinter UI coming together for desktop ! [image: 1717976799269-c8c3d8c5-c4f0-402e-abc0-7673c3be64ce-image.png]
  • Updating WifiTransfer app

    1
    1 Votes
    1 Posts
    161 Views
    No one has replied
  • Recommendations to announce a new app

    4
    0 Votes
    4 Posts
    300 Views
    P
    Thanks! Seems like announcing it here is the best idea. I'll upload my app in a few moments, and I'll start a thread here!
  • Looking for devs to make a team of app porters

    Moved development
    6
    0 Votes
    6 Posts
    463 Views
    arubislanderA
    @R9_Dev Oh, I was not asking for myself, just asking followup questions to make the intentions clearer.
  • Content Hub from webapp

    Solved webapp content-hub
    6
    0 Votes
    6 Posts
    308 Views
    AppLeeA
    @Plarde I'm glad it worked. Sure, I understand it's easier to start with a basis you master. I personally forced myself to use pure QML as much as I can to teach me how it works. And we have people that can help as well as good example to borrow some code. Thanks for your contribution, it's always appreciated. People usually agree that we need more native apps for Ubuntu Touch.
  • Get/Set clipboard data from DBus or other background options in UT

    12
    0 Votes
    12 Posts
    758 Views
    T
    @AppLee thanks for the tip, i tried with ascii converter, didn't think of that, it works I'll have to parse the resulting ascii (lots of escaped character, and html in it )
  • Scaling for non-QT app

    scaling
    1
    0 Votes
    1 Posts
    173 Views
    No one has replied
  • How to allow unconfined apparmor template with clicable?

    2
    0 Votes
    2 Posts
    207 Views
    P
    @Kamisori You can put skip_review: true in clickable.yaml, or you can run clickable build --skip-review and then clickable install and clickable launch. I think you can't upload it to the Open Store if you skip review.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Porting Chromium to .click

    Moved
    3
    0 Votes
    3 Posts
    352 Views
    T
    @arubislander I changed the "chromium.sh" in the exec field to just "chromium". To my knowledge, I'm pretty sure I can just set a command in the Exec field, and the "chromium" command is another way to open chromium. However, upon opening the app from the launcher, nothing happens still.
  • Clickable and 16.04

    4
    0 Votes
    4 Posts
    316 Views
    A
    @lduboeuf I had a look to your link. I can see the following line: framework: ubuntu-sdk-16.04.5 However, your CMakeList.txt file shows: set(CLICK_FRAMEWORK "ubuntu-sdk-20.04") I guess it does not matter since you can build the app. I am struggling with this issue. I installed clickable in my desktop machine (20.04) but want to develop the app for my BQ 4.5 (Xenial, 16.04). Although I have manually changed the lines in the apparmor file from 20.04 to 16.04, { "policy_groups": [], "policy_version": 16.04 } it still complains when I tried to build the click package: - security:policy_version_matches_framework:phonehome.apparmor 16.04 != 20.04 (ubuntu-sdk-20.04.1) http://askubuntu.com/q/686347 The provided link does not consider this ubuntu versions, but I guess 16.04 should be valid. I have consistently introduce set(CLICK_FRAMEWORK "ubuntu-sdk-16.04") in the json file, but without luck. I do not know why clickable insists in 20.04, when none file has this version number typed.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • Ubuntu 16.04 BQ Aquaris M10 Mir app dev issues.

    11
    0 Votes
    11 Posts
    818 Views
    arubislanderA
    @zezba9000 said in Ubuntu 16.04 BQ Aquaris M10 Mir app dev issues.: I'm not familiar with "Libertine". Does this make it easier to dev on X11? You have more info on this? There is some information on using Libertine containers in the UBports documenten. It can be found by following this link. It is framed in the context of running desktop applications, but it works just as well for commandline applications also.
  • Script to clean Teleports without logging out

    4
    3 Votes
    4 Posts
    289 Views
    K
    @Bolly I actually stopped backing up teleports. It doesn't make sense anyway since all data are in the cloud. They were just old backups I did years ago. I think I included everything in the app data folder
  • Custom builder for a library

    6
    0 Votes
    6 Posts
    452 Views
    dobeyD
    @PerlMax said in Custom builder for a library: How can I start a app from the terminal, so that I can see error messages? Running clickable logs should let you see the log messages for your app, if there are any. However, given what you've posted already, it seems you are running a bash script, which runs some other process, which has hit a SIGABRT condition. Perl is not really a supported language for building UT applications, so we'd need to see your code (preferably in a git repository) to be able to help much further. Whatever you are running on the first line of your script is failing. If it is perl, then you might want to also check the system log on your device (/var/log/syslog) for possible apparmor DENIALs.
  • How to debug python app?

    Solved
    2
    0 Votes
    2 Posts
    248 Views
    K
    Here I am with answer to the my own question. RTFM! clickable log command very useful.