Package Details: cinny-desktop-bin 4.12.1-1

Git Clone URL: https://aur.archlinux.org/cinny-desktop-bin.git (read-only, click to copy)
Package Base: cinny-desktop-bin
Description: Matrix client focusing primarily on a simple, elegant and secure interface (binary release)
Upstream URL: https://cinny.in/
Keywords: cinny client matrix
Licenses: AGPL-3.0
Conflicts: cinny-desktop
Provides: cinny-desktop
Submitter: None
Maintainer: fereira
Last Packager: fereira
Votes: 16
Popularity: 2.23
First Submitted: 2021-08-15 23:15 (UTC)
Last Updated: 2026-05-19 19:12 (UTC)

Latest Comments

1 2 Next › Last »

fereira commented on 2026-04-06 01:29 (UTC)

@Speedy_Lex thanks for the catch, I pushed an update that should resolve it just now

Speedy_Lex commented on 2026-04-05 22:11 (UTC)

The package is currently broken.

cinny: error while loading shared libraries: libwebkit2gtk-4.1.so.0: cannot open shared object file: No such file or directory

There is a webkit2gtk-4.1 that should probably be depended on instead of webkit2gtk

puppy commented on 2026-03-06 15:50 (UTC)

it crashes my gnome-shell whenever i try to send a message, use flatpak instead

kryptonian commented on 2026-02-22 12:10 (UTC)

Seems to be unsupported on wayland.

** (cinny:70089): WARNING **: 14:09:23.735: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing. Gdk-Message: 14:09:24.366: Error 71 (Protocol error) dispatching to Wayland display.

knedl1k commented on 2026-02-16 12:42 (UTC)

Thanks a lot @MisterPine, fixed.

MisterPine commented on 2026-02-03 08:07 (UTC)

ldd tells me that it doesn't require openssl-1.1 anymore but links against libssl.so.3 and libcrypto.so.3

knedl1k commented on 2025-05-18 08:26 (UTC) (edited on 2025-05-18 08:27 (UTC) by knedl1k)

@Porkepix Upstream is still missing the linux binary with version 4.7.0, we'll have to wait until they fix it.

ogarcia commented on 2023-09-25 14:08 (UTC) (edited on 2023-10-25 06:26 (UTC) by ogarcia)

I have the same problem as @chrisqq and the truth is that I can't think of a solution. I have tried to recompile the non-binary version of the package and the bug is the same.

Update: I just open an issue in upstream.

Update 2: It seems that the problem with the application going blank comes from webkit2gtk 2.42. A workaround is to start the program with the WEBKIT_DISABLE_COMPOSITING_MODE=1 variable set. The following can be done to modify the desktop launcher as long as it is not fixed in the upstream.

mkdir -p $HOME/.local/share/applications
cp /usr/share/applications/cinny.desktop $HOME/.local/share/applications
vim $HOME/.local/share/applications/cinny.desktop

And modify the Exec line to look like this:

Exec=env WEBKIT_DISABLE_COMPOSITING_MODE=1 /usr/bin/cinny

Update 3: With version 3.0.0 the problem is solved.

chrisqq commented on 2023-06-02 17:21 (UTC)

I ran a system update and now cinny opens to white screen. Any suggestions on how to fix?

Chewing_Bever commented on 2023-01-16 07:02 (UTC)

@samsapti thanks for letting me know, apparently they re-released the 2.2.3 release after I had updated the PKGBUILD. I've updated the checksums to this new release.