Table of Contents
- 6.1. Installing Fanurio
- 6.2. User data
-
- 6.2.1. Location
- 6.2.2. About repositories
- 6.2.3. About backups
- 6.2.4. Transferring data to a new computer
- 6.2.5. Syncing data between multiple computers
- 6.2.6. Exporting the log file
- 6.2.7. Changing settings manually
- 6.2.8. Translating to other languages
- 6.2.9. Installing a custom language file
- 6.2.10. Password encryption
- 6.3. Known issues
- 6.4. More help
Fanurio runs on Windows (Windows 7 or later), Mac OS X (10.8 or later), Linux (including Debian-based distributions like Ubuntu) and other flavors of Unix.
Fanurio requires Java 8 to run on Linux and other flavors of Unix but we recommend Java 11. If your system doesn't have Java 11, you can get it for free from Adoptium or Azul. The Windows and macOS versions are already bundled with Java so you don't have to install it.
How to install Eclipse Temurin version 11 on Linux
#Download the tar.gz file for Linux. #Depending on which version you download, the file may have a different name. wget https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jdk_x64_linux_hotspot_11.0.22_7.tar.gz #Untar and copy it to /usr/lib/jvm/ where Java is installed. sudo tar -zxvf OpenJDK11U-jdk_x64_linux_hotspot_11.0.22_7.tar.gz -C /usr/lib/jvm/ #Add the new Java installation to the Java alternative list. sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk-11.0.22+7/bin/java 1 #Make the new Java installation the default one. Choose the option that points to the new Java installation. sudo update-alternatives --config java #Test it. java -version
How to install Azul's Zulu OpenJDK version 11 on Linux
#Download the tar.gz file for Linux. #Depending on which version you download, the file may have a different name. wget https://cdn.azul.com/zulu/bin/zulu11.70.15-ca-jdk11.0.22-linux_x64.tar.gz #Untar and copy it to /usr/lib/jvm/ where Java is installed. sudo tar -zxvf zulu11.70.15-ca-jdk11.0.22-linux_x64.tar.gz -C /usr/lib/jvm/ #Add the new Java installation to the Java alternative list. sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/zulu11.70.15-ca-jdk11.0.22-linux_x64/bin/java 1 #Make the new Java installation the default one. Choose the option that points to the new Java installation. sudo update-alternatives --config java #Test it. java -version
Here's what you need to do to register a license key:
-
Save the license file you received by email (license.dat) on your Desktop.
IMPORTANT: Don't try to open the license file as there is nothing meaningful there. Just save it on your computer. Fanurio knows how to read its contents.
-
Make sure Fanurio is running. If it isn't, start it.
-
If it asks you for a valid license file, click the Enter License button at the bottom. If it doesn't, go to
to enter it. Once you click Enter License..., Fanurio will display the License Registration dialog. -
Click the Browse button to locate the license file on your Desktop.
-
Enter the email address where you received the license file in the Email field.
-
Click OK to register the license key.
The cross-platform version requires Java 8 available from AdoptOpenJDK.
To install and run Fanurio from a USB stick, please follow these instructions:
-
Get the cross-platform version (.tar.gz)
-
Install it on the USB stick by unzipping it
-
Start Fanurio from the stick by running:
-
fanuriolocal.applescript on Mac OS X
-
fanuriolocal.exe on Windows
-
fanuriolocal.sh on Linux and other flavors of Unix
-
Note: It's important to start Fanurio using the local scripts. The other scripts (without local in their name) will start Fanurio but will not keep the data on the stick.
Please follow these steps to uninstall Fanurio from your computer. If you've had problems using it, we would appreciate it if you could tell us more about it.
-
Mac OS X
In the Finder sidebar, click Applications. Drag the app from the Applications folder to the Trash (located at the end of the Dock), then choose Finder > Empty Trash.
If you change your mind, before emptying the Trash, select the app in the Trash, then choose File > Put Back.
-
Linux
If you're using Ubuntu, open Ubuntu Software Center and search for fanurio. Then click the Remove button.
On other Debian-based distributions, open a Terminal window and run the following command:
sudo apt-get remove fanurio
-
Windows 10
-
Open the Start menu.
-
Click Settings.
-
Click System on the Settings menu.
-
Select Apps & features from the left pane.
-
Select an app you wish to uninstall.
-
Click the Uninstall button that appears. If it is grayed out, this is a system app you cannot remove.
-
Click the Uninstall pop-up button to confirm.
-
-
Windows 8.1
-
Point to the upper-right corner of the screen, move the mouse pointer down, and then click Search.
-
Enter control panel in the search box, and then click Control Panel.
-
Under View by:, select Large Icons, and then click Programs and features.
-
Click the program, and then click Uninstall.
-
Follow the instructions on the screen.
-
-
Windows 7
-
Open Programs and Features by clicking the Start button, clicking Control Panel, clicking Programs, and then clicking Programs and Features.
-
Select a program, and then click Uninstall.
-
-
Cross-platform
Delete the fanurio folder. Please make sure you backup all data from the local subfolder first.
Copyright © 2006-2024 Fanurio Time Tracking SRL |