• Installing Ubuntu.Components on desktop?

    4
    0 Votes
    4 Posts
    493 Views
    K
    @aarontheissueguy Yes that is true but since UT was dropped by Canonical, the toolkit has only been maintained just to make sure it's working so nothing substantial. And there's also no plan as far as I know, to pushing it forward. QQC2 is more future-proof at the moment. But of course, feel free to still use Ubuntu components. They're still fine as it is now
  • Porting QTWebflix(Netflix app) to Ubuntu touch?

    netflix qtwebkit
    10
    1 Votes
    10 Posts
    2k Views
    pavelprostoP
    @comlarsic A very cool idea! Kodi plugins work in Python, you can take authorization algorithms and program work from them https://github.com/CastagnaIT/plugin.video.netflix You can use the Morph browser component to play the video. You can see how this is implemented by me https://github.com/pavelprosto94/uvideo The video player code itself is here https://github.com/pavelprosto94/uvideo/blob/main/src/index.html
  • DeltaChat and Threema

    threema deltachat request development
    2
    0 Votes
    2 Posts
    639 Views
    poVoqP
    @playforvoices I think not. I did not research Deltachat, but we had a thread on Threema before and someone reported having run OpenMittsu on Libertine, but it isn't very practical. But OpenMittsu has a desktop Qt based (bad) UI and I am sure the main developer would highly apprechiate someone contributing a more modern QtQuick based UI also compatible with UT. Otherwise... the Threema web client is open source and should be fairly easy to get running as a Webapp on UT. However similar to WhatsApp web it needs a running Android or iOS client to relay the messages.
  • Text to speech systems (TTS)

    8
    0 Votes
    8 Posts
    664 Views
    S
    @poVoq Thanks for the reference. I built the TTS larynx from the rhasspy project on my Cosmo Communicator. Speech output for US English and German is good and fast enough for me.
  • USSD

    13
    0 Votes
    13 Posts
    985 Views
    M
    I tried to use the onofo python scripts directly. For a one-step USSD request from the shell everything looks good, the data is output to the console: ~$ /usr/share/ofono/scripts/initiate-ussd /ril_1 "*100#" State: idle USSD: Current: 235.79, Limit: 300 But if a dialog is required, the answer appears on the screen, asks you to enter the number of USSD menu item, and press the button. If I click the button, the window closes and the script crashes with the following errors: ~$ /usr/share/ofono/scripts/initiate-ussd /ril_1 "*222#" State: idle Traceback (most recent call last): File "/usr/share/ofono/scripts/initiate-ussd", line 35, in <module> result = ussd.Initiate(ussdstring, timeout=100) File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__ **keywords) File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.ofono.Error.Failed: Operation failed So there is USSD processing in the system. Only for some reason it does not work. For example, there is no possibility to "call" a number beginning with an asterisk "*". Is there any way to get this program code to work completely?
  • Kaios

    7
    0 Votes
    7 Posts
    982 Views
    M
    @dobey oops, there I go not reading again...
  • [REQUEST] VNC Server testing/assistance

    testing vnc debugging
    17
    1
    3 Votes
    17 Posts
    3k Views
    A
    For input to work on Nexus 5 (hammerhead), a udev rule has to be added using the following instructions: Make the rootfs rw using the Ubuntu Touch Tweak Tool (UTTT) Run this command on the device/over SSH: echo 'ACTION=="add", KERNEL=="uinput", OWNER="system", GROUP="bluetooth", MODE="0660"' | sudo tee /lib/udev/rules.d/70-android_additional.rules Reboot device This fix has to be applied only once. It will become redundant after OTA-17 is released, as there is an open PR to fix it (https://github.com/ubports/android_device_lge_hammerhead/pull/30).
  • version halium-devel

    1
    0 Votes
    1 Posts
    253 Views
    No one has replied
  • Confined daemon and GUI, DBus communication

    7
    1 Votes
    7 Posts
    806 Views
    R
    @dobey, thank you very much for replies! Plan is to have only one executable that is exported into app drawer, GUI part. Or taking into account your replies, some master script starting all components. Sounds like it is possible to have such separation on UT as well. However, at this time, it will just add some complexity without any benefit. What is not clear what will happen on the case of GUI app shutdown. So, assuming I have a script along lines #!/bin/sh start dbus & start daemon & exec gui and gui gets closed by the user. Will all processes started in that confined env be killed? If yes, which signal(s) will be used?
  • This topic is deleted!

    5
    0 Votes
    5 Posts
    13 Views
  • html request, no data back

    Solved
    6
    0 Votes
    6 Posts
    510 Views
    lduboeufL
    @007fred50 great, don't forget to mark this topic as "Solved"
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • Store a file imported with Content Hub

    Solved
    15
    0 Votes
    15 Posts
    1k Views
    A
    Thanks @cibersheep for your answers, I succeed to do what I want with Content Hub and a C++ plugin to manage file deletion and renaming. I wrote a a sample app available here: importwithcontenthub, with many (too much!) comments. This sample app allow user to import an image, the image is stored (so that it is available on next app launch). And when user imports a new image, it is stored by overwriting the last one (only last imported image is stored).
  • Fail to run C++ template app (clickable create) on phone

    Solved
    4
    0 Votes
    4 Posts
    419 Views
    A
    Yes! it is working with last clickable version (6.23.3). Thank you @lduboeuf !
  • Add Clickable to Qt Creator IDE? ut-qtcreator error...

    13
    0 Votes
    13 Posts
    2k Views
    P
    @cibersheep said in Add Clickable to Qt Creator IDE? ut-qtcreator error...: @pierpaolo Start by installing clickable and running the command for the Qt Creator inside the container Thank you all
  • Binary apps/Flutter

    15
    0 Votes
    15 Posts
    2k Views
    Josele13J
    @keneda I don't believe that, if the .apk apps are still used...perfect, but the most important OS's have come together to create something new. If Ut can take advantage of it in some way that's great....
  • Building ubuntu-ui-toolkit on opensuse

    1
    0 Votes
    1 Posts
    194 Views
    No one has replied
  • RSS Reader

    26
    2 Votes
    26 Posts
    7k Views
    3
    In addition to my previous comment, would it be possible to change the item layout in order to get it more easy to read? The RSS Reader app for instance is using a much better font/size/spacing.
  • SuperTuxKart porting

    29
    3 Votes
    29 Posts
    5k Views
    AntiDroidA
    @trischi Thank you, I will look into it.
  • Odd Syntax Errors Python3 at colon

    Solved
    3
    0 Votes
    3 Posts
    300 Views
    A
    @unisuperbox Yes that was the Problem tank you