Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install on Ubuntu 24.04 #771

Open
louisdoe opened this issue Jan 6, 2025 · 3 comments
Open

Install on Ubuntu 24.04 #771

louisdoe opened this issue Jan 6, 2025 · 3 comments

Comments

@louisdoe
Copy link

louisdoe commented Jan 6, 2025

Hi

Hamster does install on Ubuntu 24.04 using the repo
sudo apt install hamster-time-tracker
but doesn't launch then.

Can someone help me install Hamster in 24.04 ? I really need it for work as I've been working with it for years ;)

Thanks a lot

@GeraldJansen
Copy link
Contributor

Same issue as #764?

@louisdoe
Copy link
Author

louisdoe commented Jan 7, 2025

Thanks. For those interested, here are the commands I had to use to install the missing dependencies.

cd ~
mkdir hamster
cd hamster
wget https://github.com/projecthamster/hamster/archive/master.zip
unzip master.zip
cd hamster-master
sudo apt install intltool gettext libglib2.0-dev
./waf configure build
( umask 0022 && sudo ./waf install; )

I'd like to import my previous tracking database in this new install of Hamster, can you tell me where is it located :
/home/me/.local/share/hamster or /home/me/.local/share/hamster-applet ?

Thanks

@GeraldJansen
Copy link
Contributor

GeraldJansen commented Jan 7, 2025

Just copy your previous hamster.db to ~/.local/share/hamster/hamster.db. Depending on which previous version you used it may have been stored under ~/.local/share/hamster-applet or ~/.local/share/hamster-time-tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants