An open API service indexing awesome lists of open source software.

https://github.com/pkgforge-dev/gnome-text-editor-appimage

Unofficial AppImage of the Gnome's Text Editor application.     [Maintainer=@fiftydinar]
https://github.com/pkgforge-dev/gnome-text-editor-appimage

Last synced: about 16 hours ago
JSON representation

Unofficial AppImage of the Gnome's Text Editor application.     [Maintainer=@fiftydinar]

Awesome Lists containing this project

README

          

# Gnome Text Editor AppImage 🐧

[![GitHub Downloads](https://img.shields.io/github/downloads/pkgforge-dev/Gnome-Text-Editor-AppImage/total?logo=github&label=GitHub%20Downloads)](https://github.com/pkgforge-dev/Gnome-Text-Editor-AppImage/releases/latest)
[![CI Build Status](https://github.com//pkgforge-dev/Gnome-Text-Editor-AppImage/actions/workflows/appimage.yml/badge.svg)](https://github.com/pkgforge-dev/Gnome-Text-Editor-AppImage/releases/latest)
[![Latest Stable Release](https://img.shields.io/github/v/release/pkgforge-dev/Gnome-Text-Editor-AppImage)](https://github.com/pkgforge-dev/Gnome-Text-Editor-AppImage/releases/latest)



| Latest Stable Release | Upstream URL |
| :---: | :---: |
| [Click here](https://github.com/pkgforge-dev/Gnome-Text-Editor-AppImage/releases/latest) | [Click here](https://gitlab.gnome.org/GNOME/gnome-text-editor) |

---

AppImage made using [sharun](https://github.com/VHSgunzo/sharun) and its wrapper [quick-sharun](https://github.com/pkgforge-dev/Anylinux-AppImages/blob/main/useful-tools/quick-sharun.sh), which makes it easy and reliable to turn any binary into a portable package without using containers or similar tricks.

**This AppImage bundles everything and it should work on any Linux distro, including old and musl-based ones.**

This AppImage doesn't require FUSE to run at all, thanks to the [uruntime](https://github.com/VHSgunzo/uruntime).

This AppImage is also supplied with the seamless self-updater by default, so any updates to this application won't be missed.
Self-updater doesn't run if AppImage managers like [am](https://github.com/ivan-hc/AM) or [soar](https://github.com/pkgforge/soar) exist, which manage AppImage integration and updates.
There is also a prompt and config for opting-out of self-updates if desired.

Filesize efficiency compared to flatpak
Inspiration Image

More at: [AnyLinux-AppImages](https://pkgforge-dev.github.io/Anylinux-AppImages/)

---

## Known quirk

- Help page only works if `gnome-help` or other similar `.page` viewer is installed on the host's system.
Bundling the help page viewer in the AppImage would make it work everywhere, but it's both bad for the file size and [security](https://blogs.gnome.org/mcatanzaro/2025/04/15/dangerous-arbitrary-file-read-vulnerability-in-yelp-cve-2025-3155/), hence why we don't do that.
- `gnome-help` v49.0 doesn't work with Help section of our GTK AppImages for some reason, while older versions, like v42.3 work.