How to Install Linux Mint’s Web App Manager in Ubuntu 24.04 | 20.04

Last updated: February 4, 2025

Linux Mint introduced a Web App Manager app since v20.1, allowing users to turn any web pages into desktop applications. Like a normal application, web app has its own window, its own icon, and can be launched from system app menu.

Ubuntu used to have web apps integration when it was Ubuntu 14.04. The project was however discontinued.

For those want to try out the new Web App Manager from Linux Mint, here’s how to install it in Ubuntu 20.04, Ubuntu 22.04, and Ubuntu 24.04.

Option 1: Download & Install the DEB binary via direct link:

If you just want to try it out, the DEB binary package is available to download via Linux Mint ftp download page:

Grab it and install the package either via Gdebi package installer or by running command in terminal (press Ctrl+Alt+T to open one):

sudo apt install ~/Downloads/webapp-manager*.deb

After that, you may search for and launch ‘Web Apps’ from your system app launcher and enjoy!

Option 2: Install the Web App Manager using Ubuntu PPA

Previously I wrote an optional way to install the app by adding Linux Mint’s repository in Ubuntu. For better choice, there’s an Ubuntu PPA contains the Linux Mint packages for Ubuntu 20.04, Ubuntu 22.04, and Ubuntu 24.04

First, open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:kelebek333/mint-tools

Type user password (no asterisk feedback) when it asks and hit Enter to continue

Then, run command to install the webapp manager package:

sudo apt install webapp-manager

The PPA also contains some other Linux Mint’ apps. You may re-run the last command and replace webapp-manager with one of below to install:

  • warpinator – local network file sharing app.
  • sticky – sticky notes app.
  • hypnotix – IPTV player.

Fix app running slow issue:

Thanks to Oscar, the app may run very slow due to lack of certain Python libraries. By running it from terminal will output something like below:

TypeError: Couldn't find foreign struct converter for 'cairo.Surface'
Traceback (most recent call last):
  File "/usr/lib/webapp-manager/webapp-manager.py", line 222, in data_func_surface
    surface = Gdk.cairo_surface_create_from_pixbuf(pixbuf, self.window.get_scale_factor())
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

In the case, simply install the python3-gi-cairo package by the running command below should fix the issue:

sudo apt install python3-gi-cairo

How to Remove Web App Manager:

To remove the application, simply open terminal and run command:

sudo apt remove --auto-remove webapp-manager

To remove the Ubuntu PPA, use command:

sudo add-apt-repository --remove ppa:kelebek333/mint-tools

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1 |

5 responses to How to Install Linux Mint’s Web App Manager in Ubuntu 24.04 | 20.04

  1. now this is a good how-to

  2. Have you managed to get the window decoration working? I have installed the webapp-manager on a regular Ubuntu 20.04 and used it with Firefox. It’s a pretty slick tool, but unfortunately it does not show a toolbar or buttons of any kind, resizing or moving the window is also not possible – it only knows fullscreen mode or the window sitting in place where it opened. That’s a bummer, as I really like using webapps for very specific use cases. As the snap Chromium now also does not offer working webapps anymore, I am stuck with Epiphany.

    • Try pressing Alt to show menu, then go to View > Toolbar > Customize Toolbar. Then enable title-bar.