Package Details: wire-desktop-git 3.35.3348.r9.g24c8b14c-1

Git Clone URL: https://aur.archlinux.org/wire-desktop-git.git (read-only, click to copy)
Package Base: wire-desktop-git
Description: End-to-end encrypted messenger with file sharing, voice calls and video conferences
Upstream URL: https://wire.com/
Keywords: chat encryption end-to-end messenger private videocall
Licenses: GPL-3.0-only
Conflicts: wire-desktop
Provides: wire-desktop
Submitter: ConorIA
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 8
Popularity: 0.000000
First Submitted: 2016-10-13 19:34 (UTC)
Last Updated: 2024-04-09 05:41 (UTC)

Latest Comments

1 2 Next › Last »

maximbaz commented on 2021-01-28 21:58 (UTC)

I think it's because it must depend on electron10 now, but I have no opportunity to test this now. Actually, I haven't been using this package for a while, I will disown it so that someone else might want to pick it up.

gash commented on 2021-01-28 17:57 (UTC)

First start after installation:

App threw an error during load
TypeError: electron_1.ipcMain.handle is not a function
    at bindIpcEvents (/usr/lib/wire-desktop/electron/dist/main.js:135:24)
    at Object.<anonymous> (/usr/lib/wire-desktop/electron/dist/main.js:511:5)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
    at Module.load (internal/modules/cjs/loader.js:645:32)
    at Function.Module._load (internal/modules/cjs/loader.js:560:12)
    at loadApplicationPackage (/usr/lib/electron6/resources/default_app.asar/main.js:109:16)
    at Object.<anonymous> (/usr/lib/electron6/resources/default_app.asar/main.js:155:9)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: electron_1.ipcMain.handle is not a function
    at bindIpcEvents (/usr/lib/wire-desktop/electron/dist/main.js:135:24)
    at Object.<anonymous> (/usr/lib/wire-desktop/electron/dist/main.js:511:5)
    at Module._compile App threw an error during load
TypeError: electron_1.ipcMain.handle is not a function
    at bindIpcEvents (/usr/lib/wire-desktop/electron/dist/main.js:135:24)
    at Object.<anonymous> (/usr/lib/wire-desktop/electron/dist/main.js:511:5)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
    at Module.load (internal/modules/cjs/loader.js:645:32)
    at Function.Module._load (internal/modules/cjs/loader.js:560:12)
    at loadApplicationPackage (/usr/lib/electron6/resources/default_app.asar/main.js:109:16)
    at Object.<anonymous> (/usr/lib/electron6/resources/default_app.asar/main.js:155:9)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: electron_1.ipcMain.handle is not a function
    at bindIpcEvents (/usr/lib/wire-desktop/electron/dist/main.js:135:24)
    at Object.<anonymous> (/usr/lib/wire-desktop/electron/dist/main.js:511:5)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
    at Module.load (internal/modules/cjs/loader.js:645:32)
    at Function.Module._load (internal/modules/cjs/loader.js:560:12)
    at loadApplicationPackage (/usr/lib/electron6/resources/default_app.asar/main.js:109:16)
    at Object.<anonymous> (/usr/lib/electron6/resources/default_app.asar/main.js:155:9)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)(internal/modules/cjs/loader.js:786:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
    at Module.load (internal/modules/cjs/loader.js:645:32)
    at Function.Module._load (internal/modules/cjs/loader.js:560:12)
    at loadApplicationPackage (/usr/lib/electron6/resources/default_app.asar/main.js:109:16)
    at Object.<anonymous> (/usr/lib/electron6/resources/default_app.asar/main.js:155:9)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)

maximbaz commented on 2019-08-30 16:35 (UTC)

Thanks for the reports! PKGBUILD should be up-to-date now, let me know if there are other issues :)

Crandel commented on 2019-08-28 09:36 (UTC)

Looks like starting from 3.10 version developers remove grunt and use a different way of building package. PKGBUILD should be changed to support this changes

vuvuzelaparty commented on 2019-08-21 01:07 (UTC)

Error building from scratch

$ makepkg -Acsf

==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.

==> ERROR: pkgver() generated an invalid version: windows/3.10.3138.r41.ge1ec775

daweiy commented on 2019-08-02 16:22 (UTC)

Error when building from scratch.

grunt-cli: The grunt command line interface (v1.3.2)

Fatal error: Unable to find local grunt.

If you're seeing this message, grunt hasn't been installed locally to
your project. For more information about installing and configuring grunt,
please see the Getting Started guide:

https://gruntjs.com/getting-started

maximbaz commented on 2019-03-09 22:01 (UTC)

Thanks for the ping The999eagle, I've updated the build command. The 32x32 icon does exist though, so I've kept it.

The999eagle commented on 2019-03-06 09:18 (UTC)

Build fails since commit cf174fbd. In build() the clean:linux task doesn't exist anymore, linux-prod-package can be used instead as already indictated in the comment. Also there's no 32x32 icon anymore, only 256x256 so that has to be changed in package() as well.