To initialize a GTK application, I have to pass the application identifier. I did a bit of Googling, and I found the minimum requirements for an application identifier , but no recommendations as to what it should be called.
I also found some code snippets where the convention seemed to be similar to the Java package naming convention.
How do I name my application id?
The requirements can be called anything you want, but the agreement is the reverse domain name, followed by the name of the application: com.stackoverflow.QuestionAnswerer.
com.stackoverflow.QuestionAnswerer
Source: https://habr.com/ru/post/1530674/More articles:How to make JDialog not always on top of the parent - javaЕсть ли что-то лучше, чем dict.get(, dict.get())? - pythonDetermine the number of monitors - c #How to display a "Wait" message when a process starts in vba access - vbaКак сделать mock функцию с помощью gomock в Go? - goShow loading screen in front of dynamically created PDF file - c #Strange automatic import of namespace in my Razor views - asp.net-mvcNSDateFormatter, including redundant "PM" in stringFromDate: on iOS 7.0.6 - iosRails activity from polymorphism after - ruby-on-railsHow to further filter the result of a ResultSet? - pythonAll Articles