(06-30-2020, 08:46 AM)ninefathom Wrote: (06-29-2020, 08:00 PM)polypode Wrote: Thank you for providing an arm/aarch64 Signal desktop client. I just downloaded the standard version and installed with pacman using the -U option. Installation went fine, but when I open Signal, I see the window with a blue background. How do I link the desktop with my cell phone registration? Desktop clients for other architectures would display a QR code when opening the app after first installation.
That (the QR code) is what you should be seeing as well. The plain blue background indicates that something went wrong during application startup. Try launching from a terminal and looking for any obvious error messages. Most likely it's a missing dependency that I forgot to note in my PKGBUILD (in which case I'll issue an updated package); I've also seen that on ext4 filesystems with certain less-common flags enabled.
Thank you for you prompt reply. This is the output:
[alex@valerian]$ /opt/Signal/signal-desktop
Set Windows Application User Model ID (AUMID) { appUserModelId: 'org.whispersystems.signal-desktop' }
NODE_ENV production
NODE_CONFIG_DIR /opt/Signal/resources/app.asar/config
NODE_CONFIG {}
ALLOW_CONFIG_MUTATIONS undefined
HOSTNAME undefined
NODE_APP_INSTANCE undefined
SUPPRESS_NO_CONFIG_WARNING undefined
SIGNAL_ENABLE_HTTP undefined
userData: /home/alex/.config/Signal
config/get: Successfully read user config file
x-attr dependncy did not load successfully
config/get: Successfully read ephemeral config file
making app single instance
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"app ready","time":"2020-07-01T03:17:03.857Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"starting version 1.34.2","time":"2020-07-01T03:17:03.857Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"updateSchema:\n Current user_version: 20;\n Most recent db schema: 20;\n SQLite version: 3.30.1;\n SQLCipher version: 4.3.0 community;\n (deprecated) schema_version: 109;\n","time":"2020-07-01T03:17:03.909Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"Initializing BrowserWindow config: {\"show\":true,\"width\":811,\"height\":619,\"minWidth\":680,\"minHeight\":550,\"autoHideMenuBar\":false,\"backgroundColor\":\"#3a76f0\",\"webPreferences\":{\"nodeIntegration\":false,\"nodeIntegrationInWorker\":false,\"contextIsolation\":false,\"preload\":\"/opt/Signal/resources/app.asar/preload.js\",\"nativeWindowOpen\":true,\"spellcheck\":true},\"icon\":\"/opt/Signal/resources/app.asar/images/signal-logo-desktop-linux.png\",\"x\":296,\"y\":66}","time":"2020-07-01T03:17:03.947Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"spellcheck: user locale: en-US","time":"2020-07-01T03:17:05.205Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"spellcheck: available spellchecker languages: [\"af\",\"bg\",\"ca\",\"cs\",\"cy\",\"da\",\"de\",\"el\",\"en-AU\",\"en-CA\",\"en-GB\",\"en-US\",\"es\",\"es-419\",\"es-AR\",\"es-ES\",\"es-MX\",\"es-US\",\"et\",\"fa\",\"fo\",\"fr\",\"he\",\"hi\",\"hr\",\"hu\",\"hy\",\"id\",\"it\",\"ko\",\"lt\",\"lv\",\"nb\",\"nl\",\"pl\",\"pt-BR\",\"pt-PT\",\"ro\",\"ru\",\"sh\",\"sk\",\"sl\",\"sq\",\"sr\",\"sv\",\"ta\",\"tg\",\"tr\",\"uk\",\"vi\"]","time":"2020-07-01T03:17:05.206Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"spellcheck: setting languages to: [\"en-US\"]","time":"2020-07-01T03:17:05.207Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"Begin ensuring permissions","time":"2020-07-01T03:17:05.299Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"Ensuring file permissions for 2 files","time":"2020-07-01T03:17:05.608Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"Finish ensuring permissions in 319ms","time":"2020-07-01T03:17:05.619Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"Updating BrowserWindow config: {\"maximized\":false,\"autoHideMenuBar\":false,\"fullscreen\":false,\"width\":814,\"height\":621,\"x\":295,\"y\":106}","time":"2020-07-01T03:17:06.057Z","v":0}
{"name":"log","hostname":"valerian","pid":2162,"level":30,"msg":"config/set: Saving ephemeral config to disk","time":"2020-07-01T03:17:06.059Z","v":0}
Any idea ?