Search Criteria
Package Details: gnome-activity-journal 1.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-activity-journal.git (read-only, click to copy) |
---|---|
Package Base: | gnome-activity-journal |
Description: | Activity Journal for the GNOME desktop environment |
Upstream URL: | https://gitlab.gnome.org/crvi/gnome-activity-journal |
Licenses: | GPL |
Submitter: | xyproto |
Maintainer: | grufo |
Last Packager: | grufo |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-27 09:20 (UTC) |
Last Updated: | 2021-10-24 15:40 (UTC) |
Dependencies (6)
- dbus-python (python-dbus)
- python-gobject (python-gobject-gitAUR)
- python-pyxdg
- zeitgeist
- python-distutils-extra (make)
- python-pygments (optional) – get thumbnail of text files
Latest Comments
earch commented on 2024-09-20 15:41 (UTC) (edited on 2024-09-20 15:50 (UTC) by earch)
I really would love to use this program because it seems there's no alternatives for viewing Zeitgeist content and it looks great (judging by the screenshots I found). I wanted exactly a program like this and I installed Zeitgeist only for something like this, "activity journal". Previously I searched for a file explorer that would view files in a Timeline sort of view, but no luck, then I found Zeitgeist. So, let's get to it
Turns out Python 3.12 has removed 'imp' module.
Well, Arch has moved to 3.12 so installing python3-distutilsextra would install it only for 3.12, as I understand it.
I thought using venv would help me but I couldn't figure it out. The program needs some system libraries like
DistUtilsExtra
,gi
and there's no such thing in pip. I tried symlinking it from /usr/lib to venv and I got even more bogged down. It didn't work out.I hope to find some help here.
earch commented on 2024-09-20 15:31 (UTC)
% gnome-activity-journal ERROR: No module named 'imp'.
The 'zeitgeist' python3 module was not found. Please install 'python3-zeitgeist' package.
See the README.md file for more information.
roti commented on 2023-10-10 20:11 (UTC)
After the upgrade to python 3.11, this change was the fix: https://stackoverflow.com/a/76725785
grufo commented on 2021-06-15 08:45 (UTC)
@moormaster
Well, thank you again then, and if you happen to change your mind in the future just drop a message!
moormaster commented on 2021-06-14 20:39 (UTC)
@grufo, thanks but I don't think that I will use (and support) this package very often.
I just stumbled across a 200M zeitgeist folder in my home profile and wanted to take a look at what is stored inside - Thats why I needed to get this package working for once. ^^ I just wanted to share what I have done in case there are other users who use the gnome-activity-journal more regularly.
grufo commented on 2021-06-14 16:53 (UTC)
@moormaster
Well done, thank you. Would you like to be a co-maintainer of this package?
moormaster commented on 2021-06-13 14:58 (UTC) (edited on 2021-06-13 15:01 (UTC) by moormaster)
The patches of course cannot be applied as is to the v1.0.0.
I removed the patches that were linked to the launchpad bugtracker since they "should be" fixed in v1.0.0. But the bugtracker at launchpad.net doesn't give much information about it since the last change in the code there is from 2011 and continues in 2020 at the gnome gitlab server.
I also removed the patches
Since v1.0.0 now uses python 3 I have corrected the dependencies and the build instructions... and now have a PKGCONFIG that builds (at least on my machine) and looks like:
grufo commented on 2021-05-12 09:34 (UTC)
It seems that at https://gitlab.gnome.org/crvi/gnome-activity-journal the package has been updated to version 1.0.0.
I don't have much time at the moment for updating the AUR package (it will require some work). If anyone feels like doing it, please post it here.