Package Details: kotatogram-desktop-bin 1.4.9-1

Git Clone URL: https://aur.archlinux.org/kotatogram-desktop-bin.git (read-only, click to copy)
Package Base: kotatogram-desktop-bin
Description: Experimental Telegram Desktop fork with option to select custom fonts. - Static binaries
Upstream URL: https://github.com/kotatogram/kotatogram-desktop
Keywords: kotatogram telegram
Licenses: GPL3
Conflicts: kotatogram-desktop, kotatogram-desktop-dynamic-bin
Provides: kotatogram-desktop
Submitter: Ykkzde
Maintainer: BachoSeven
Last Packager: BachoSeven
Votes: 21
Popularity: 0.000380
First Submitted: 2019-11-09 15:50 (UTC)
Last Updated: 2022-03-08 22:48 (UTC)

Dependencies (3)

Required by (0)

Sources (9)

Latest Comments

1 2 Next › Last »

nyanpasu64 commented on 2025-05-08 04:38 (UTC)

This is an AppImage which runs the actual binary using FUSE. I've gotten random hangs while trying to sleep my system:

Apr 23 18:39:03 ryzen kernel: Freezing user space processes failed after 20.003 seconds (1 tasks refusing to freeze, wq_busy=0):
Apr 23 18:39:03 ryzen kernel: task:AppRun          state:D stack:0     pid:1502  tgid:1502  ppid:973    flags:0x00000006
Apr 23 18:39:03 ryzen kernel: Call Trace:
Apr 23 18:39:03 ryzen kernel:  <TASK>
Apr 23 18:39:03 ryzen kernel:  __schedule+0x425/0x12b0
Apr 23 18:39:03 ryzen kernel:  ? __blk_flush_plug+0xee/0x140
Apr 23 18:39:03 ryzen kernel:  schedule+0x27/0xf0
Apr 23 18:39:03 ryzen kernel:  io_schedule+0x46/0x70
Apr 23 18:39:03 ryzen kernel:  folio_wait_bit_common+0x132/0x310
Apr 23 18:39:03 ryzen kernel:  ? __pfx_wake_page_function+0x10/0x10
Apr 23 18:39:03 ryzen kernel:  filemap_fault+0x37b/0xd40
Apr 23 18:39:03 ryzen kernel:  __do_fault+0x33/0x170
Apr 23 18:39:03 ryzen kernel:  do_fault+0x2b2/0x4e0
Apr 23 18:39:03 ryzen kernel:  __handle_mm_fault+0x7d0/0xfb0
Apr 23 18:39:03 ryzen kernel:  handle_mm_fault+0xe2/0x2c0
Apr 23 18:39:03 ryzen kernel:  do_user_addr_fault+0x217/0x620
Apr 23 18:39:03 ryzen kernel:  exc_page_fault+0x81/0x190
Apr 23 18:39:03 ryzen kernel:  asm_exc_page_fault+0x26/0x30
Apr 23 18:39:03 ryzen kernel: RIP: 0033:0x57ca78bacdc0
Apr 23 18:39:03 ryzen kernel: RSP: 002b:00007ffcad0f4bd8 EFLAGS: 00010246
Apr 23 18:39:03 ryzen kernel: RAX: 0000000000000000 RBX: 00007852d037ae90 RCX: 0000000000000000
Apr 23 18:39:03 ryzen kernel: RDX: 0000000000000000 RSI: 00007852d037aed8 RDI: 00007ffcad0f4c00
Apr 23 18:39:03 ryzen kernel: RBP: 00007852d037aed8 R08: 00007852ac22db80 R09: ffffffffffffe728
Apr 23 18:39:03 ryzen kernel: R10: 0000000000000000 R11: 0000000000000035 R12: 00007ffcad0f4c00
Apr 23 18:39:03 ryzen kernel: R13: 00007ffcad0f4bf0 R14: 00007ffcad0f4be0 R15: 00007ffcad0f4ca0
Apr 23 18:39:03 ryzen kernel:  </TASK>

Unfortunately kotatogram-desktop-git won't build on Qt 6.8 currently. I'll have to evaluate alternative Telegram clients.

robson commented on 2022-10-13 12:27 (UTC)

I checked on kotatogram-desktop-beta-dynamic-bin and the problem does not occur. Perhaps it's about dependencies.

BachoSeven commented on 2022-10-13 12:08 (UTC)

@robson Sounds like a problem with your cursor theme; surely nothing to do with packaging though, if you want to report an issue do so either upstream at Kotatogram's github or at the maker of your cursor theme.

robson commented on 2022-10-13 11:21 (UTC)

I have a strange problem with the Kotatogram, namely that when I hover the mouse cursor over the application window, it crashes and closes. And I am using my own mouse cursor, and the only problem with Kotatogram with other applications does not have this problem. I will just add that when I switch to the Adwaita kusrsor, there is no problem. Is it possible that the cursor theme is causing the Kotatogram to crash?

usuariopolivalen commented on 2022-09-03 05:00 (UTC)

On wayland the icon is missing in the .desktop file I think because in taskbar there is no icon for kotatogram. https://github.com/kotatogram/kotatogram-desktop/issues/389#issuecomment-1236049002 I have tested with the github ones and everything works as expected. In addition the another aur package that is called kotatogram-desktop-beta-dynamic-bin works as expected too Can we have a fix pls?

KDN_Observer commented on 2022-06-09 09:07 (UTC) (edited on 2022-06-11 15:51 (UTC) by KDN_Observer)

Is there any reason this package depends on fuse? No other kotatogram packages has this dependency

Edit: Ok I figured out what's going on. This package is an appimage, and appimages require fuse2 as a runtime dependency.

BachoSeven commented on 2022-03-13 14:04 (UTC)

@nautilor This often happens for some reason, I think it's the fact the we pull the .desktop from github and it sometimes must be giving garbage instead of the right file...

Anywho, I just manually downloaded the .desktop file, and the shasums are correct...

nautilor commented on 2022-03-12 20:14 (UTC)

sha not valid for the .desktop file.

I just installed it with

git clone https://aur.archlinux.org/kotatogram-desktop-bin.git
cd kotatogram-desktop-bin
makepkg -g >> PKGBUILD 
makepkg
sudo pacman -S kotatogram-desktop-bin-1.4.9-1-x86_64.pkg.tar.zst

BachoSeven commented on 2022-03-06 11:57 (UTC)

@TheK0tYaRa I had a look to the linked issue, however even if this were related to the fact that this is setup as a statically linked package, I doubt there could be anything I could do about it. You could try using the kotatogram-dev-git package which is built from source, that way you could see if this is solved in master.