Package Details: solidtime-bin 0.2.7-1

Git Clone URL: https://aur.archlinux.org/solidtime-bin.git (read-only, click to copy)
Package Base: solidtime-bin
Description: Desktop Application for Solidtime - The modern open-source time-tracker.(Prebuilt version.Use system-wide electron)
Upstream URL: https://github.com/solidtime-io/solidtime-desktop
Keywords: electron time-tracker timetracker timetracking
Licenses: AGPL-3.0-only
Conflicts: solidtime
Provides: solidtime
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 2
Popularity: 0.38
First Submitted: 2024-10-30 02:32 (UTC)
Last Updated: 2026-04-23 05:31 (UTC)

Latest Comments

zxp19821005 commented on 2026-04-08 08:47 (UTC)

@hash.sdm Thanks for your feedback, fixed it.Don't need to creat any new folder now.

hash.sdm commented on 2026-04-08 08:32 (UTC)

Hey, I found a bug in the last version. The application fails to launch due to missing migrations folder

Error: Migration failed: Error: Migrations folder not found at: /usr/lib/electron38/resources/drizzle Failed to get setting: widget_activated SqliteError: no such table: settings

Root Cause: The package installs the drizzle migrations folder to /usr/lib/solidtime/drizzle, but the application looks for it at /usr/lib/electron38/resources/drizzle. The path seems to be hardcoded incorrectly.

So my workaround was to do a symlink so it works as it is. This is not a perfect solution though. Workaround: sudo mkdir -p /usr/lib/electron38/resources/ sudo ln -s /usr/lib/solidtime/drizzle /usr/lib/electron38/resources/drizzle

Also: The symlink may need to be recreated after system updates :/