@xolan
As it stands it doesn't really matter whether I use libappindicator or libappindicator-gtk2 as dependency apart from it being at least one less dependency when using libappindicator-gtk2 (which I do)
But I'd like to get rid of it completely as this is actually only required if you use unity (which probably no one does on arch?).
As it stands, they are using System Tray already (which is what we use on e.g. gnome etc.) and system tray falls back to libappindicator on unity (if available. if not, no idea what happens :D).
So, all enpass has to do is make the app actually start if libappindicator isn't available (which they are aware of and it should be "implemented" with the next release. Than I can make it an optional dependency at least or completely remove it.. we'll see)
Search Criteria
Package Details: enpass-bin 6.11.6.1833-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/enpass-bin.git (read-only, click to copy) |
---|---|
Package Base: | enpass-bin |
Description: | A multiplatform password manager |
Upstream URL: | http://enpass.io/ |
Keywords: | enpass manager password |
Licenses: | custom |
Provides: | enpass |
Submitter: | tadly |
Maintainer: | tadly |
Last Packager: | tadly |
Votes: | 82 |
Popularity: | 0.011543 |
First Submitted: | 2015-07-16 12:04 (UTC) |
Last Updated: | 2025-01-10 16:21 (UTC) |
Dependencies (11)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- libxss
- lsof (lsof-gitAUR)
- xcb-util-image
- xcb-util-keysyms
- xcb-util-renderutil
- xcb-util-wm
- libqtxdg (libqtxdg-gitAUR) (optional) – Open links in the default browser (Qt implementation)
- libxdg-basedir (optional) – Open links in the default browser.
Required by (0)
Sources (1)
tadly commented on 2016-01-15 13:56 (UTC)
xolan commented on 2016-01-15 13:47 (UTC)
@tadly
Maybe https://aur.archlinux.org/packages/libappindicator fixes the issue?
tadly commented on 2016-01-03 22:54 (UTC)
@xolan
Well you'r quite the lucky one than :D
But looks like I have to keep libappindicator-gtk2 as dep for now.
Hope enpass will have an update soon where libappindicator isn't required anymore :)
xolan commented on 2016-01-03 22:43 (UTC) (edited on 2016-01-03 22:44 (UTC) by xolan)
@Tadly
Think it was available in the aur a long time ago. It's been 1.5 years since I installed it.
Pasted some info about the package here: https://gist.github.com/xolan/6517b900b20b1eba18be
EDIT:
Running plain old Arch :)
tadly commented on 2016-01-03 11:50 (UTC)
@xolan
Where did you get that package from?
"libappindicator" as such doesn't really exist on the repos anywhere :D
unless... are you running plain arch or something like manjaro?
xolan commented on 2016-01-03 06:12 (UTC) (edited on 2016-01-03 06:16 (UTC) by xolan)
Working just fine here without libappindicator :)
Edit:
```
pacman -Q | grep libapp
=> libappindicator 12.10.1daily13.09.20-101
```
I do have that one installed...
tadly commented on 2015-11-16 09:51 (UTC)
Quick update.
Enpass commented with:
"We are working on it and will make the libappindicator1 optional in the next release."
I know I'm looking forward to that :)
tadly commented on 2015-10-31 17:15 (UTC) (edited on 2015-10-31 18:53 (UTC) by tadly)
@nerdnerdybus I actually run my QHD screen in 2048x1152 because fractional scaling isn't a thing yet ^^
Missing HDPI is something you might report to Enpass.
Yes, you are right, this will be overwritten on updates. To keep your changes you could do the following though:
1.
In your bashrc define a alias "enpass" which does the export before running the runpass.sh script (than it will work from the command line)
2.
Create a copy of "/usr/share/applications/enpass.desktop" and put it into "~/.local/share/applications/". In your copy change the Exec statement to do your export thing again. After that you reload your session
Than you'r at least update-save for now ;)
nerdnerdibus commented on 2015-10-31 17:04 (UTC)
Thanks for the work +Tadly and +sixbit
Since Enpass looks off and is nearly unusable under gnome shell in high DPI mode, I wrote a little script that checks if this mode is active and starts Enpass with a modified QT_DEVICE_PIXEL_RATIO
http://pastebin.com/NDyHb1AB
This has to be pasted above the exec line in /opt/Enpass/bin/runenpass.sh
Has anyone a better idea to fix this, without changing programm files (since I assume the change will be overwritten on update)?
DennisVonDerBey commented on 2015-10-29 21:52 (UTC)
Thanks for your work on this package! :)
Pinned Comments
tadly commented on 2017-03-14 13:17 (UTC) (edited on 2020-02-25 12:19 (UTC) by tadly)
To check if there's a new version available: