Where is the source code of the calculator apps in ubuntu located?
How to edit the source code so that it is possible to add new features by writing some code.
|
Where is the source code of the calculator apps in ubuntu located? How to edit the source code so that it is possible to add new features by writing some code. |
|||
|
|
|
You can run this command in terminal
The files will be placed in your /home directory |
|||||
|
|
|
The application is named It is hosted on GNOME Git. Get the source code You can get the source code by using git and running the command
which will get you the development version of the code. and then you will find the folder name gcalctool which will contain the source code with the complete history You can download the release from their ftp site where the latest release at the moment is 6.6 - Download the latest tarball |
||||
|
|