Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another unknown application type (Qt + Python + TCL) #19

Open
JayBrown opened this issue Nov 23, 2020 · 1 comment
Open

Another unknown application type (Qt + Python + TCL) #19

JayBrown opened this issue Nov 23, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@JayBrown
Copy link

https://dangerzone.rocks/
https://github.com/firstlookmedia/dangerzone

Seems like python, tcl/tk etc., and it needs Docker. (But it's a macOS app bundle.)

snap

@helje5
Copy link
Member

helje5 commented Nov 23, 2020

That tickles ...

So it's Qt, Python and TCL. Nice.

/Volumes/Dangerzone/Dangerzone.app
└── Contents
    ├── Frameworks
    ├── Info.plist
    ├── MacOS
    │   ├── CoreFoundation
    │   │   ├── _CoreFoundation.cpython-37m-darwin.so
    │   │   └── _inlines.cpython-37m-darwin.so
    │   ├── CoreServices
    │   │   └── _inlines.abi3.so
    │   ├── FSEvents
    │   │   └── _callbacks.abi3.so
    │   ├── Foundation
    │   │   ├── _Foundation.cpython-37m-darwin.so
    │   │   └── _inlines.cpython-37m-darwin.so
    │   ├── PySide2
    │   │   ├── Qt
    │   │   │   └── translations
    │   │   │       ├── qtbase_ar.qm
...
    │   │   │       └── qtbase_zh_TW.qm
    │   │   ├── QtCore.abi3.so
    │   │   ├── QtGui.abi3.so
    │   │   ├── QtNetwork.abi3.so
    │   │   ├── QtWidgets.abi3.so
    │   │   └── plugins
    │   │       ├── bearer
    │   │       │   └── libqgenericbearer.dylib
...
    │   │       └── styles
    │   │           └── libqmacstyle.dylib
    │   ├── Python
    │   ├── QtCore
    │   ├── QtDBus
    │   ├── QtGui
    │   ├── QtNetwork
    │   ├── QtPdf
    │   ├── QtPrintSupport
    │   ├── QtQml
    │   ├── QtQmlModels
    │   ├── QtQuick
    │   ├── QtSvg
    │   ├── QtVirtualKeyboard
    │   ├── QtWebSockets
    │   ├── QtWidgets
    │   ├── _bisect.cpython-37m-darwin.so
    │   ├── _blake2.cpython-37m-darwin.so
    │   ├── _bz2.cpython-37m-darwin.so
    │   ├── _codecs_cn.cpython-37m-darwin.so
    │   ├── _codecs_hk.cpython-37m-darwin.so
    │   ├── _codecs_iso2022.cpython-37m-darwin.so
    │   ├── _codecs_jp.cpython-37m-darwin.so
    │   ├── _codecs_kr.cpython-37m-darwin.so
    │   ├── _codecs_tw.cpython-37m-darwin.so
    │   ├── _contextvars.cpython-37m-darwin.so
    │   ├── _ctypes.cpython-37m-darwin.so
    │   ├── _datetime.cpython-37m-darwin.so
    │   ├── _decimal.cpython-37m-darwin.so
    │   ├── _elementtree.cpython-37m-darwin.so
    │   ├── _hashlib.cpython-37m-darwin.so
    │   ├── _heapq.cpython-37m-darwin.so
    │   ├── _json.cpython-37m-darwin.so
    │   ├── _lzma.cpython-37m-darwin.so
    │   ├── _md5.cpython-37m-darwin.so
    │   ├── _multibytecodec.cpython-37m-darwin.so
    │   ├── _multiprocessing.cpython-37m-darwin.so
    │   ├── _opcode.cpython-37m-darwin.so
    │   ├── _pickle.cpython-37m-darwin.so
    │   ├── _posixsubprocess.cpython-37m-darwin.so
    │   ├── _queue.cpython-37m-darwin.so
    │   ├── _random.cpython-37m-darwin.so
    │   ├── _scproxy.cpython-37m-darwin.so
    │   ├── _sha1.cpython-37m-darwin.so
    │   ├── _sha256.cpython-37m-darwin.so
    │   ├── _sha3.cpython-37m-darwin.so
    │   ├── _sha512.cpython-37m-darwin.so
    │   ├── _socket.cpython-37m-darwin.so
    │   ├── _ssl.cpython-37m-darwin.so
    │   ├── _struct.cpython-37m-darwin.so
    │   ├── _testcapi.cpython-37m-darwin.so
    │   ├── _tkinter.cpython-37m-darwin.so
    │   ├── _uuid.cpython-37m-darwin.so
    │   ├── array.cpython-37m-darwin.so
    │   ├── base_library.zip
    │   ├── binascii.cpython-37m-darwin.so
    │   ├── certifi -> ../Resources/certifi
    │   ├── dangerzone
    │   ├── dangerzone-container -> dangerzone
    │   ├── document.icns -> ../Resources/document.icns
    │   ├── fcntl.cpython-37m-darwin.so
    │   ├── grp.cpython-37m-darwin.so
    │   ├── include -> ../Resources/include
    │   ├── lib -> ../Resources/lib
    │   ├── lib2to3 -> ../Resources/lib2to3
    │   ├── libcrypto.1.1.dylib
    │   ├── liblzma.5.dylib
    │   ├── libpyside2.abi3.5.15.dylib
    │   ├── libreadline.8.dylib
    │   ├── libshiboken2.abi3.5.15.dylib
    │   ├── libssl.1.1.dylib
    │   ├── math.cpython-37m-darwin.so
    │   ├── mmap.cpython-37m-darwin.so
    │   ├── objc
    │   │   └── _objc.cpython-37m-darwin.so
    │   ├── pyexpat.cpython-37m-darwin.so
    │   ├── readline.cpython-37m-darwin.so
    │   ├── resource.cpython-37m-darwin.so
    │   ├── select.cpython-37m-darwin.so
    │   ├── share -> ../Resources/share
    │   ├── shiboken2
    │   │   └── shiboken2.abi3.so
    │   ├── tcl -> ../Resources/tcl
    │   ├── termios.cpython-37m-darwin.so
    │   ├── tk -> ../Resources/tk
    │   ├── unicodedata.cpython-37m-darwin.so
    │   └── zlib.cpython-37m-darwin.so
    ├── Resources
    │   ├── certifi
    │   │   └── cacert.pem
    │   ├── dangerzone.icns
    │   ├── document.icns
    │   ├── include
    │   │   └── python3.7m
    │   │       └── pyconfig.h
    │   ├── lib
    │   │   └── python3.7
    │   │       └── config-3.7m-darwin
    │   │           └── Makefile
    │   ├── lib2to3
    │   │   ├── Grammar.txt
    │   │   ├── Grammar3.7.9.final.0.pickle
    │   │   ├── PatternGrammar.txt
    │   │   ├── PatternGrammar3.7.9.final.0.pickle
    │   │   └── tests
    │   │       └── data
    │   │           └── README
    │   ├── share
    │   │   ├── dangerzone.ico
    │   │   ├── enable_docker_service.sh
    │   │   └── icon.png
    │   ├── tcl
    │   │   ├── auto.tcl
...
    │   │   │   └── tis-620.enc
    │   │   ├── history.tcl
    │   │   ├── http1.0
    │   │   │   ├── http.tcl
    │   │   │   └── pkgIndex.tcl
    │   │   ├── init.tcl
    │   │   ├── msgs
...
    │       └── xmfbox.tcl
    └── _CodeSignature
        └── CodeResources

@helje5 helje5 added the help wanted Extra attention is needed label Nov 23, 2020
@helje5 helje5 changed the title Another unknown application type Another unknown application type (Qt + Python + TCL) Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants