Closed yochananmarqos closed 4 years ago
Usualy some electron apps located on another directory Also sometime compiled apps may be have unpacked asar resources.
i think asar bitwarden located here /usr/lib/bitwarden/resources/
... link
But why not applied android-messages-desktop it's strange, because this path /usr/lib/android-messages-desktop
already exist
You can find icon name icon.png
and app.asar
on directories /usr/lib/android-messages-desktop
and /usr/lib/bitwarden
?
FYI, I just updated the android-messages-desktop
package to build from source and created a new binary package, android-messages-desktop-bin
.
The icon.png
does not exist as the app.asar
is not unpacked.
/usr/lib/android-messages-desktop/
└── resources
├── app.asar
└── resources
└── dictionaries
/usr/lib/bitwarden/
└── resources
└── app.asar
if app.asar not unpacked - tray icon used from app.asar... But it's strange for android-messages-desktop
i'm added path to bitwarden, but not understand why not worked android-messages-desktop
DEB version:
Aha! With that commit and me fixing the app.asar
path in android-messages-desktop
, it works for both now. Thanks!
Specifications
4.3.r76.g7f253b8
Manjaro
3.24.14
2.4.2
Expected behavior and actual behavior
I'm using the
bitwarden
andandroid-messages-desktop
packages from the AUR. When I choose to apply, neither application are listed. Nothing appears in the log mentioning either application. Both store their icons in/usr/share/icons/
, so perhaps that path could be added as well as inside theapp.asar
.