Package Details: cinny-desktop-bin 3.2.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: MIT
Conflicts: cinny-desktop
Provides: cinny-desktop
Submitter: krazykirby99999
Maintainer: Chewing_Bever
Last Packager: Chewing_Bever
Votes: 7
Popularity: 0.066172
First Submitted: 2021-08-15 23:15 (UTC)
Last Updated: 2023-11-10 12:00 (UTC)

Latest Comments

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.

samsapti commented on 2023-01-15 20:52 (UTC)

Validation failed, the sha{256,512}sums values seem to be wrong. These are the correct values:

diff --git a/.SRCINFO b/.SRCINFO
index 6362196..ef5e9a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = cinny-desktop-bin
    provides = cinny-desktop
    conflicts = cinny-desktop
    source_x86_64 = cinny-desktop-bin-2.2.3.deb::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.2.3/Cinny_desktop-x86_64.deb
-   sha256sums_x86_64 = 6ff42512551080965458db91dcfa3ef836c2ddfd5f52c32b20fdb12a19a0d779
-   sha512sums_x86_64 = 6ab32348e13958f6911bf03f50b4a04a9b3c9b2f270967eafdfeb9cf68fd6c52aeb1ef920a223d753618e6304d66097592df49632f6713f3674ff639080afca1
+   sha256sums_x86_64 = b22100219f5c0882594e479992f4f9cab3e3446a0e97bbe353df0052b86024dc
+   sha512sums_x86_64 = 5edb1c55f9e4279a6ce00e2fa4aa5c89a91677b1b7efc6247210e0a88517d1c98d912a7c08a70966659e143d4648c055494170bb580554184804c5885f8f4864

 pkgname = cinny-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index d254267..03ef4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,8 +27,8 @@ conflicts=('cinny-desktop')
 provides=('cinny-desktop')

 source_x86_64=("${pkgname}-${pkgver}.deb::https://github.com/cinnyapp/cinny-desktop/releases/download/v${pkgver}/Cinny_desktop-x86_64.deb")
-sha256sums_x86_64=('6ff42512551080965458db91dcfa3ef836c2ddfd5f52c32b20fdb12a19a0d779')
-sha512sums_x86_64=('6ab32348e13958f6911bf03f50b4a04a9b3c9b2f270967eafdfeb9cf68fd6c52aeb1ef920a223d753618e6304d66097592df49632f6713f3674ff639080afca1')
+sha256sums_x86_64=('b22100219f5c0882594e479992f4f9cab3e3446a0e97bbe353df0052b86024dc')
+sha512sums_x86_64=('5edb1c55f9e4279a6ce00e2fa4aa5c89a91677b1b7efc6247210e0a88517d1c98d912a7c08a70966659e143d4648c055494170bb580554184804c5885f8f4864')

 install="${pkgname}.install"

Chewing_Bever commented on 2022-08-12 17:03 (UTC)

@shoryuken you need to build in a clean chroot. Nonetheless, I've updated the PKGBUILD so that it uses different filenames for each version's deb.

shoryuken commented on 2022-08-12 16:53 (UTC) (edited on 2022-08-12 16:54 (UTC) by shoryuken)

Validation failed:

==> Validating source_x86_64 files with sha256sums...
    Cinny_desktop-x86_64.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!

krazykirby99999 commented on 2022-01-01 21:25 (UTC)

" shoryuken commented on 2022-01-01 04:36

libappindicator-gtk3 seems to be a required dependency. Without it, I get this error at startup: "cinny: error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory" "

Resolved as of version 1.1.2

shoryuken commented on 2022-01-01 10:36 (UTC)

libappindicator-gtk3 seems to be a required dependency. Without it, I get this error at startup: "cinny: error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory"

krazykirby99999 commented on 2021-09-25 20:08 (UTC)

The application contains an iframe of app.cinny.in, so it will always be up-to-date.