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!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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.
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.
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.
Got the all the Basic stuff working
but as they say last 10% takes 90% of the time
hopefully i wont struggle that much
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.