Package Details: tokodon-git 24.02.2.r232.gd78745d-2

Git Clone URL: https://aur.archlinux.org/tokodon-git.git (read-only, click to copy)
Package Base: tokodon-git
Description: Native Mastodon client
Upstream URL: https://invent.kde.org/network/tokodon
Licenses: LGPL
Conflicts: tokodon
Provides: tokodon
Submitter: mkljczk
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 2
Popularity: 0.000001
First Submitted: 2021-06-11 11:15 (UTC)
Last Updated: 2024-04-21 13:08 (UTC)

Latest Comments

1 2 Next › Last »

jahway603 commented on 2024-01-26 07:32 (UTC)

In order for this package to always pull the latest changes from git, doesn't the source line need to be changed from source=("git+https://invent.kde.org/network/tokodon.git#branch=release/23.08") to source=("git+https://invent.kde.org/network/tokodon.git") ?

FabioLolix commented on 2022-12-03 10:47 (UTC)

now starts again for me without further configuration

ZhangHua commented on 2022-11-30 11:53 (UTC)

According to this comment, you can set LC_ALL to en to fix the crash

ZhangHua commented on 2022-11-30 04:27 (UTC)

This package needs kirigami-addons to be built correctly now. As it depends kirigami2, I think we can simply replace kirigami2 with kirigami-addons to fix this.

FabioLolix commented on 2022-11-16 18:07 (UTC)

For me it crash even with kirigami-addons-git

arojas commented on 2022-11-16 13:15 (UTC)

This needs to depend on kirigami-addons-git, otherwise it crashes

jahway603 commented on 2022-09-24 05:02 (UTC)

This opened once great and now it keeps core dumping after an update, so I pulled a copy off git and tried compiling it from source and found the following:

-- The following RUNTIME packages have not been found:
 * org.kde.kitemmodels-QMLModule, QML module 'org.kde.kitemmodels' is a runtime dependency.

After installing the AUR package kitemmodels, I see the following:

-- The following RUNTIME packages have been found:
 * org.kde.kitemmodels-QMLModule, QML module 'org.kde.kitemmodels' is a runtime dependency.

Now I'm able to build it from source with this, so best to add this as pkg makedepends. It's still core dumping for me, but I have the same error which I opened issue upstream for.

ZhangHua commented on 2022-08-29 14:02 (UTC) (edited on 2022-08-29 14:03 (UTC) by ZhangHua)

Hello, would you mind to use git describe --tags --long | sed s/v//;s/-/.r/;s/-/./g in pkgver()? It will generate a pkgver like 22.06.r32.g245aade3, which I think it may be more convenient for us to know the actual version.

fakefred commented on 2022-04-27 01:41 (UTC)

Tokodon also depends on qt5-websockets.

==> Starting build()...
-- Could NOT find Qt5WebSockets (missing: Qt5WebSockets_DIR)
CMake Warning at CMakeLists.txt:33 (find_package):
  Found package configuration file:

    /usr/lib64/cmake/Qt5/Qt5Config.cmake

  but it set Qt5_FOUND to FALSE so package "Qt5" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find Qt5 component "WebSockets" config file at
  "/usr/lib64/cmake/Qt5WebSockets/Qt5WebSocketsConfig.cmake"

atriix commented on 2021-10-29 16:37 (UTC)

missing depends qt5-websockets

segfaults on second lunch, not sure if package or upstream issue

file:///usr/lib/qt/qml/org/kde/kirigami.2/AbstractApplicationWindow.qml:285:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

[1]    778796 segmentation fault (core dumped)  tokodon