Git Product home page Git Product logo

Comments (7)

timothymctim avatar timothymctim commented on July 26, 2024

I tried to skip registration by copying the contents of /home/phablet/.local/share/textsecure.jani/.storage to /home/phablet/.local/share/textsecure.nanuc/.storage. However, by doing so, I wasn’t able to send any messages.
Probably this is due to the missing file /home/phablet/.config/textsecure.nanuc/config.yml. Could you maybe share an updated template for that file? In textsecure.jani it currently containts

tel: "[my cell number]"
server: https://textsecure-service.whispersystems.org:443
rootCA: ""
proxy: ""
verificationType: sms
storageDir: /home/phablet/.local/share/textsecure.jani/.storage
unencryptedStorage: true
storagePassword: ""
loglevel: debug
userAgent: TextSecure 0.3.12 for Ubuntu Phone
alwaysTrustPeerID: true

Thanks at lot for forking this app and trying to maintain it better!

from axolotl.

timothymctim avatar timothymctim commented on July 26, 2024

Oeh, nice. I’ve figured by reading the source that the following will do:

tel: "[my cell number]"
server: https://textsecure-service.whispersystems.org:443
rootCA: ""
proxy: ""
verificationType: sms
storageDir: /home/phablet/.local/share/textsecure.nanuc/.storage
unencryptedStorage: true
storagePassword: ""
loglevel: debug
userAgent: TextSecure 0.3.18 for Ubuntu Phone
alwaysTrustPeerID: true

It worked indeed! Thanks again for squatting some of the bugs in the jani version! Great work!

Although I’ve now successfully worked around this bug, you might want to fix it for other new users of your app as well :)

from axolotl.

nanu-c avatar nanu-c commented on July 26, 2024

The Problem is
panic: cannot find descendant with objectName == "signInPage"
In the corresponding line the gofunction searches for an qml objectname, which exists and isn't found. The only thing i changed in the main.qml is updating the qtquick and the ubuntu.components version.

import QtQuick 2.4
import Ubuntu.Components 1.3

So for me this is a bug in the go<->qml bridge

from axolotl.

nanu-c avatar nanu-c commented on July 26, 2024

The sync devices qr-code scan page needs

import QtQuick 2.4
import Ubuntu.Components 1.3

so I can disable that and it's working again

from axolotl.

timothymctim avatar timothymctim commented on July 26, 2024

I cannot comment on whether that would indeed resolve the issue, or if it hasn’t any side effect, but great if you found the bug that quickly!

from axolotl.

 avatar commented on July 26, 2024

Same here. crash

from axolotl.

nanu-c avatar nanu-c commented on July 26, 2024

This should be now resolved!!!

from axolotl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.