Package Details: toggldesktop 7.5.363-3

Git Clone URL: https://aur.archlinux.org/toggldesktop.git (read-only, click to copy)
Package Base: toggldesktop
Description: Toggl time tracking software
Upstream URL: https://github.com/toggl-open-source/toggldesktop
Keywords: toggl
Licenses: BSD
Conflicts: toggl-bin, toggldesktop-bin
Submitter: midnightfox
Maintainer: Miller.EC
Last Packager: Miller.EC
Votes: 26
Popularity: 0.80
First Submitted: 2016-02-27 16:04 (UTC)
Last Updated: 2023-03-18 02:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

PotHix commented on 2021-12-28 10:22 (UTC)

Currently having a problem with libjsoncpp:

TogglDesktop: error while loading shared libraries: libjsoncpp.so.24: cannot open shared object file: No such file or directory

Miller.EC commented on 2021-12-13 00:23 (UTC)

@TTimo

The Poco::Crypto dependency in the community repository received an update and thus resulting library has changed (libPocoCrypto.so.80 -> libPocoCrypto.so.81); TogglDesktop needs to be re-linked against the new version.

I've bumped the package release version to assist with this, if you use an AUR-aware package manager like yay, TogglDesktop should be rebuilt when you upgrade the package.

TTimo commented on 2021-12-12 23:43 (UTC)

was working for a few days after I installed, and has now started throwing the following error on startup:

timo@phoenix ~> TogglDesktop TogglDesktop: error while loading shared libraries: libPocoCrypto.so.80: cannot open shared object file: No such file or directory

svenstaro commented on 2021-10-05 12:12 (UTC)

You can submit a request to have the package disowned.

Miller.EC commented on 2021-10-05 10:08 (UTC)

Could you please disown this package if you aren't going to maintain it anymore?

Miller.EC commented on 2021-07-19 09:37 (UTC) (edited on 2021-07-19 09:38 (UTC) by Miller.EC)

Can you bump the version of this package?

Subject: [PATCH] Bump toggldesktop release version

---
 PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 5688d57..ec9b963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: phi-mah

 pkgname=toggldesktop
-pkgver=7.5.324
+pkgver=7.5.363
 pkgrel=1
 pkgdesc="Toggl time tracking software"
 arch=('x86_64')
@@ -28,7 +28,7 @@ source=(
 )

 sha512sums=(
-  'b39a8276b107311e653cc9971e4ca3f8c4cd51698504782bad78d2516f9ea9b1e30e3e78e825b83323e2f543c1d08f1a19f2b47774fc664cbd70006fe2894af7'
+  '9d1b70994d7d9853291544e6125f9e0aba9b10afb5097ee6ca510168cad5263b79fe61f5f572eec1b5ac38f29bfcd753b988a19a891a9ce284b5f8d3d70b5209'
   '05813df185163e1361d99cf24291bd44bdfefeee050b56f2923fb909c2c57d532e0a459cdaea96504ed10d27004fe3ee9f3c34ec35bcc9f9f2e064cccd8cfe77'
 )

-- 
2.32.0

Users will need to rebuild this package anyway to link from libPoco.7x to libPoco.80

paperbenni commented on 2020-09-20 05:41 (UTC)

Fresh install, first start

terminate called after throwing an instance of 'Poco::Data::SQLite::InvalidSQLStatementException'
terminate called recursively

Agrendalath commented on 2020-08-03 09:47 (UTC)

@wizonesolutions, not an actual solution, but sudo ln -s /usr/lib/libjsoncpp.so /usr/lib/libjsoncpp.so.22 does the trick.

wizonesolutions commented on 2020-08-03 09:39 (UTC) (edited on 2020-08-03 09:43 (UTC) by wizonesolutions)

Ran into this today:

TogglDesktop: error while loading shared libraries: libjsoncpp.so.22: cannot open shared object file: No such file or directory

Fixed by clean-building and reinstalling. I don't think this is the first time I've run into this. Not sure what causes it, but it happened after a system upgrade, so I suppose jsoncpp got upgraded and the build links to it dynamically or something.

EDIT: opened an issue with Toggl https://github.com/toggl-open-source/toggldesktop/issues/4287

skat commented on 2020-04-14 21:05 (UTC)

Has anyone tried using this software in hidpi mode? I tried steps described in their article https://support.toggl.com/en/articles/2410832-toggl-desktop-for-linux

But it didn't work for me.