We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Antegro (Arch Linux) KDE
Wire
2.13.2741-1
Expected Wire to be found in /usr/lib/wire-desktop Actual behaviour is an app is sought in /usr/lib/wire
As a side note, asar is now called electron.asar. wire_elec.json in hardcode-tray refers to app.asar
No apps to fix! Please report on GitHub if this is not the case
The text was updated successfully, but these errors were encountered:
I will take a look this evening :)
Sorry, something went wrong.
Very much appreciated. I got it working after patching wire.json and wire_elec.json (I realise I could override it with a local config):
in this way
{ "name": "Wire", "app_path": [ "/opt/Wire/", "/usr/lib/wire-desktop/" ], "icons_path": [ "/opt/Wire/resources/app/img/", "/usr/lib/wire-desktop/resources/app/img/" ], "is_qt": false, "force_create_folder": false, "exec_path_script": false, "is_script": false, "backup_ignore": false, "icons": { "tray": { "original": "tray.png", "theme": "wire-tray" }, "notification": { "original": "tray.badge.png", "theme": "wire-tray-attention" } } }
And I got an icon
@dwellerattic A PR will be much appreciated :)
No branches or pull requests
Specifications
Antegro (Arch Linux) KDE
Wire
2.13.2741-1
Expected behavior and actual behavior
Expected Wire to be found in /usr/lib/wire-desktop
Actual behaviour is an app is sought in /usr/lib/wire
As a side note, asar is now called electron.asar. wire_elec.json in hardcode-tray refers to app.asar
Steps to reproduce the problem
No apps to fix! Please report on GitHub if this is not the case
The text was updated successfully, but these errors were encountered: