Manuel-Kehl / Go-For-It

A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It

Home Page:http://manuel-kehl.de/projects/go-for-it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's best to name the executable "go-for-it"

yurivict opened this issue · comments

Reverse domain notation (it points to github.com/JMoerman/Go-For-It, which is where development happens currently) is indeed not the norm for Linux/Unix desktop executable names at this moment. It is however used for elementary OS applications, flatpak apps and as far as I know Gnome is switching to it too. (And outside of desktop Linux it isn't unconventional. Look at android if you want a common example.)

Usage of RDNN is however entirely optional, you can use the cmake argument
-DAPP_SYSTEM_NAME:STRING="go-for-it"
to use the more conventional naming scheme. This also affects configuration file locations, so you may need to reconfigure Go For It! after switching to a version using an other system name.