• Online Account acces from QT Console Application

    2
    0 Votes
    2 Posts
    289 Views
    B
    I found some time for further study, so I have the minimal working example, as I requested several days ago: ..... if (QString::compare(service.displayName(), "Owncloud", Qt::CaseInsensitive)) { // Initialize SignOn QPointer<SignOn::AuthSession> authSession; SignOn::IdentityInfo identityInfo; identityInfo.setId(ad.credentialsId()); SignOn::Identity * identity = SignOn::Identity::newIdentity(identityInfo); authSession = identity->createSession(ad.method()); SignOn::SessionData sessionData(ad.parameters()); // connect response and error signals connect(authSession, SIGNAL(response(SignOn::SessionData)), SLOT(signOnResponse(SignOn::SessionData))); connect(authSession, SIGNAL(error(SignOn::Error)), SLOT(signOnError(SignOn::Error))); // request secret and wait for response signal authSession->request(sessionData, ad.method()); } ..... /** * @brief Accounts reponse * */ void OwncloudSyncd::signOnResponse(const SignOn::SessionData &sessionData) { qDebug() << "Online Accounts response()"; qDebug() << " -> login: " << sessionData.UserName(); qDebug() << " -> password: " << sessionData.Secret(); } /** * @brief Accounts reponse * */ void OwncloudSyncd::signOnError(const SignOn::Error &error) { qDebug() << "Online Accounts response()"; }
  • QtMultimedia is not installed

    7
    0 Votes
    7 Posts
    1k Views
    lduboeufL
    @saveurlinux By the way, how to now wich version of lib to use ? The lib version is correlated now with the installed Qt version ( currebtly 5.12 ) so Multimedia should be 5.12
  • module "QtWebKit" is not installed

    9
    0 Votes
    9 Posts
    642 Views
    0
    Hello, Trying to get http works in QML, click ubuntu touch Here is my simple code: import QtWebView 1.1 WebView { url: "https://www.google.com" anchors.fill: parent } Change import QtWebKit 3.0 To import QtWebView 1.1. then got this error here. Compile says: Successfully built package in './kolesterol.007fred_1.0.0_all.click'. Errors ------ - functional:qt_qml_import_versions_framework Files contain QML imports too new for frameowrk used: qml/Main.qml /home/fredy/Desktop/ubuntutouch/kolesterol/build/all/app/kolesterol.007fred_1.0.0_all.click: FAIL non-network local connections being added to access control list Mounting device home to /home/fredy/.clickable/home QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' "/home/fredy/Desktop/ubuntutouch/kolesterol/build/all/app/install/%U" does not exist. [1:1:1105/165215.645057:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180. Command exited with non-zero exit status 1, see above for details. This is most likely not a problem with Clickable. Got a new problem inside the app says: This Site can't be reached / The webpage at https://www.google.dk migth be temporarily down or it may have moved permenenlty to a new address Thanks for your time ! Best Regards 007fred50
  • upload an App to Open Store - Error

    14
    0 Votes
    14 Posts
    942 Views
    AppLeeA
    Hi @007fred50 Have you check this page before publishing ? https://open-store.io/submit No need to create another project on Github. You just have to be consistant with the naming of the app.
  • Little survey on "Music recognition" app

    12
    0 Votes
    12 Posts
    873 Views
    AppLeeA
    @keneda You can also do it manually by deleting the proper directories But yeah if you want to do it with UTTT you should definitely do it before removing the app.
  • Options for a good XMPP client?

    xmpp
    24
    0 Votes
    24 Posts
    5k Views
    T
    @povoq please, thanks.
  • clickable error

    3
    0 Votes
    3 Posts
    324 Views
    H
    @lduboeuf no it's been so long since i updated clickable, i will try that .
  • Behaviour of BottomEdge and PageStack

    6
    1 Votes
    6 Posts
    566 Views
    S
    @irnbru Hi, sorry for replying late. I tried what you suggested and it actually works as I want it to! Thats awesome! Thank you very much for taking some time to help!
  • skype web app

    17
    0 Votes
    17 Posts
    1k Views
    3
    @mihael Thank you for sharing your experience. Same here, audio is there, no video regardless. Not available via Skype or any platform for that matter. Bummer.
  • MiTubo 0.3 adds RSS support

    3
    2 Votes
    3 Posts
    381 Views
    PhoenixLandPiratP
    @domubpkm Many devices just don't have the support needed for video playback or video recording, I'm aware thats an issue with the OP3 and PinePhone, rather than a problem with the MiTubo app, this may also be the case with the Volla phone.
  • corona warn app

    8
    0 Votes
    8 Posts
    710 Views
    LakotaubpL
    @moem Not of much use then. It was a bit of a chance anyway
  • Porting QT/C++ app to clickable

    7
    0 Votes
    7 Posts
    1k Views
    A
    @mateo_salta Sorry for the late reply - I check my messages infrequently. @graphik_ I successfully built this on my device, but I don't think moonlight has Mir support, so it doesn't work for me. If you have a Wayland device I can describe the steps required to build and test it yourself. I believe the limitation stems from libva which doesn't appear to have Mir support (https://github.com/moonlight-stream/moonlight-qt/blob/51b5f8046f1864e36cfa6efefbe2de71ef98ca92/app/streaming/video/ffmpeg-renderers/vaapi.h#L18-L31).
  • FluffyChat Encryption via Pantalaimon

    99
    2 Votes
    99 Posts
    30k Views
    thrrgilagT
    @jimmypesto I'll do some testing on the connection thing, I pretty much have only done testing on WiFi so I didn't catch any issues around lost connections yet. Sounds like it might also be helpful to include a reset button of sorts, to clear the db when the session gets lost to it can be redone. I'll also take a closer look at that UI bug, seems odd that would happen.
  • UBSync & loggin in to a self-certified NextCloud

    ubsync nexus 5 sync nextcloud
    2
    0 Votes
    2 Posts
    404 Views
    K
    Yes , I don't think self-certified instances are supported. You can use http though obviously it's not a good idea in general
  • Sharing experience of a bug fix in Music-app

    3
    1 Votes
    3 Posts
    443 Views
    lduboeufL
    @matteo Thanks. I think i'm going to make a short video before i forget all
  • Making apps for Ubuntu Touch using Windows

    Unsolved
    1
    0 Votes
    1 Posts
    239 Views
    No one has replied
  • Angelfish Browser on UBports

    6
    1 Votes
    6 Posts
    790 Views
    D
    @magdesign Yes I HATE youtube ads too and making a Webber webapp with https://iteroni.com/ seems to be the right solution so far because the openstore Invidious webapp does not display subtitles on my Volla.
  • Install steam under libertine

    5
    0 Votes
    5 Posts
    779 Views
    T
    @dobey Don't worry, it's fine. I have been chatting with people in telegram checking that question I did. Yes, after some time thinking, it's libertine on PC. I'm aware that the android apps for steam does not launch any games. I knew that it might not work, but I was just wondering that if there was a chance of multi-arch dependency to be installed, I could maybe get x86 sort of emulation/binaries to see a laggy steam, I was not expecting to see a fully functional app to be honest.
  • Catching close events in QML or C++

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    s710S
    Got it, after googling even more. Some guy at the QT forum revealed: Connections { target: Qt.application onAboutToQuit: { audioPlayer.stop() } This works
  • How to make a "simple webapp" via clickable in 2021?

    Solved
    10
    0 Votes
    10 Posts
    920 Views
    S
    I was thinking of automating the creation of clickable WebApps from scratch online games and apps through https://sheeptester.github.io/htmlifier/