Pupes releases tracker

Pupes releases tracker

5 devlogs
26h 11m
•  Ship certified
Created by PoliEcho

Tired, of keeping track of releases of your favorite Movies, TV shows, Games etc?
This simple GTK4(gtkmm4) app written in C++ aims to mitigate that with simple and clean UI.
The app will run in background and notify you when something comes out!

Timeline

made bunch of tiny tweeks to make compilation work on debian based systems
like Kali/Mint/Ubuntu. I hope i can get ship certification now. I wish everyone would just use Arch Linux so i wouldn't have to do this, xd.

Update attachment

Ship 1

1 payout of shell 217.0 shells

PoliEcho

about 1 month ago

PoliEcho Covers 4 devlogs and 25h 9m

Finally added systray but since GTK4 does not support systray i had to embed another GTK3 binary in the main one, run it and let them communicate true Unix sockets.

Update attachment

most functionality like adding and deleting entries, loading from disk and notifications has already been added. I even added simple about page sadly i cannot show the icon of the program to be tittle of the window because Gnome in there infinite wisdom removed that feature from GTK4 and you can only set app icon to installed icon, i don't want to that since i want my app to be portable as possible.

Update attachment

Got the all the Basic stuff working
but as they say last 10% takes 90% of the time
hopefully i wont struggle that much

Update attachment

I have designed the basic UI and wrote some code to show it, hopefully it doesn't have some fundamental flaw, so i don't have to redo it from scratch.

Update attachment