This article provides instructions on how to install Memtime on Ubuntu 24.04, and start using the app.
Step 1: Download the Memtime AppImage
-
Open your web browser and navigate to the official Memtime website.
-
Download the Memtime
.AppImage
file from there or this link here.
Step 2: Make the AppImage Executable
-
Right-click on the
memtime.AppImage
. -
Select
Properties
. -
Toggle the
Executable as Program
settings. -
Close the window.
Step 3: Open the Terminal
After you download the correct installation file, you can press Ctrl + Alt + T
to open the Terminal.
Step 4: Install the Required Dependencies
Before running the Memtime AppImage, you may need to install libfuse2
. Here's how you can do this:
-
Have the
Terminal
running. -
Update the package list:
sudo apt update
-
Install
libfuse2
:sudo apt install libfuse2
Step 5: Enable the Xorg Display Server
Memtime has compatibility issues with the default Wayland display server on Ubuntu 24.04. To resolve this, switch to the Xorg display server, which is currently the only one supported.
-
Have the
Terminal
running. -
Open the
custom.conf
file for editing:sudo nano /etc/gdm3/custom.conf
-
Find the line that says
#WaylandEnable=false
and uncomment it by removing the#
:#WaylandEnable=false
change to
WaylandEnable=false
-
Save the file by pressing
Ctrl + O
, thenEnter
, and exit withCtrl + X
. -
Restart your system to apply the changes. (This can also be done after step 6.)
Step 6: Update the Ubuntu AppAromor Settings
In this latest release of Ubuntu there were some changes in the AppArmor Settings. To be able to run the Memtimeapp,p you need to update some settings.
-
Have the
Terminal
running. -
Update the settings using the following command:
echo 'kernel.apparmor_restrict_unprivileged_userns = 0' | sudo tee /etc/sysctl.d/20-apparmor-donotrestrict.conf
-
Restart your system to apply the changes.
Step 7: Run Memtime
Once you have restarted the system, you are ready to open the Memtime app.
-
Open via GUI:
-
Right-click on the
memtime.AppImage
-
Select
Run as program
-
-
Open via Terminal:
-
Open the Terminal - Press
Ctrl + Alt + T
-
Navigate to the
memtime.AppImage
location: -
Run the AppImage with the:
./memtime.AppImage
-