Package Details: espanso-x11-bin 2.2.3-2

Git Clone URL: https://aur.archlinux.org/espanso-x11-bin.git (read-only, click to copy)
Package Base: espanso-x11-bin
Description: Cross-platform Text Expander written in Rust
Upstream URL: https://espanso.org
Keywords: espanso expand expander rust shortcut text x11 xorg
Licenses: GPL-3.0-only
Conflicts: espanso
Provides: espanso
Submitter: allddd
Maintainer: allddd
Last Packager: allddd
Votes: 18
Popularity: 0.60
First Submitted: 2024-06-16 09:48 (UTC)
Last Updated: 2025-05-26 15:07 (UTC)

Dependencies (2)

Required by (1)

Sources (4)

Latest Comments

1 2 Next › Last »

Ataraxy commented on 2025-05-27 09:03 (UTC) (edited on 2025-05-27 09:20 (UTC) by Ataraxy)

@allddd Thanks very much for the upgrades. All is not butter smooth :)

Maybe pin your systemctl --user edit espanso.service comment? (Ironically I now push it out of top position)

Also needed:

ln -s /usr/lib/systemd/user/espanso.service ~/.config/systemd/user/
systemctl --user enable espanso

allddd commented on 2025-05-26 15:17 (UTC) (edited on 2025-05-26 15:20 (UTC) by allddd)

@Ataraxy I've added the desktop entry.

Adding things like APPIMAGELAUNCHER_DISABLE= would go against packaging guidelines, since it's something specific to your system. If you're using the systemd service provided by the package, you can override it with systemctl --user edit espanso.service and add your env that way.

Ataraxy commented on 2025-05-26 06:27 (UTC) (edited on 2025-05-27 07:09 (UTC) by Ataraxy)

Please also add to espanso.service:

[Service]
Environment="APPIMAGELAUNCHER_DISABLE=1"

Without this, AppImageLauncher will prompt to integrate the appimage into the system (eg copy AppImage to a default location).

Ataraxy commented on 2025-05-25 07:44 (UTC) (edited on 2025-05-25 08:54 (UTC) by Ataraxy)

Please include the a .desktop file based on the one that's installed when running the Appimage:

% cat ~/.local/share/applications/appimagekit_8b16f963a8ea0989b66e3dad189ea3d8-Espanso.desktop
[Desktop Entry]
Name=Espanso (b421bcf)
Exec=/opt/Espanso.AppImage launcher
Icon=appimagekit_8b16f963a8ea0989b66e3dad189ea3d8_icon
Type=Application
Categories=Utility;
X-AppImage-Version=b421bcf

TryExec=/opt/Espanso.AppImage
X-AppImage-Old-Icon=icon
X-AppImage-Old-Name=Espanso
X-AppImage-Identifier=8b16f963a8ea0989b66e3dad189ea3d8

This worked for me:

[Desktop Entry]
Name=Espanso
Exec=env APPIMAGELAUNCHER_DISABLE=1 /usr/bin/espanso
Type=Application
Categories=Utility;

TryExec=/usr/bin/espanso  # Only display icon if this path exists
Terminal=false
StartupNotify=false

Icons: https://github.com/espanso/espanso/blob/dev/espanso/src/res/icon.png https://github.com/espanso/espanso/blob/dev/espanso/src/res/logo_no_background.png

hing commented on 2023-06-23 04:56 (UTC)

@xeruf Ive updated the description, i hope that fits for you!

melonion commented on 2023-06-22 21:38 (UTC)

Please rename or at least edit description to mention that it only supports X11

apastuszak commented on 2020-08-23 16:30 (UTC)

Wrong sha sum for 0.7.0

D1mon commented on 2020-06-30 08:50 (UTC)

espanso-bin v0.6.3 wrong sha512 sum. change to: dcb8dee8e083b8f08448f1d7fd5d36a1beb596bce74b515cf2a0bdb1fbf9f37235ab6b842e85c89344d0059b384af8e1d224f7130ed9378032ce06f3c84405ae

Schlaefer commented on 2020-05-11 17:36 (UTC)

Scrumplex: Thanks for the answer and maintaining the espanso packages. Greatly appreciated.

Scrumplex commented on 2020-05-11 17:28 (UTC)

Schlaefer: This seems to be a problem with the upstream package. As it is built against a different version of X.Org it might not work properly on Arch. There is not much I can do, in that regard.

For now I will just recommend the use of the espanso package.