Cannot Use gedit in my ubuntu #gedit #2604
Cannot Use gedit in my ubuntu #gedit #2604
https://gedit-text-editor.org/b2b.html
B2B Services around #gedit and libgedit.
If you know a community or company in need of custom developer tools, don't hesitate to get in touch 😃 !
https://gedit-text-editor.org/blog/2026-05-29-news.html
Some #gedit news for the last couple of months.
The highlight is the section “Code re-use and Business-to-Business opportunities”. B2B around gedit (and libgedit) is still something to develop and to grow.
Petite fonction #bash pour trouver un texte dans les fichiers parmi ceux du répertoire actuel, montrer les résultats dans #fzf et ouvrir la sélection dans un éditeur de texte, ici #gedit
where () {
DOSSIER=$PWD
RESULTATS=$(rg -n -i --glob "*.{org,md,txt}" "$1" "$DOSSIER")
SELECTION=$(echo "$RESULTATS" | fzf --prompt "Sélectionner un fichier : ")
FICHIER=$(echo "$SELECTION" | cut -d: -f1)
LIGNE=$(echo "$SELECTION" | cut -d: -f2)
if [ -n "$FICHIER" ]
then
gedit +$LIGNE "$FICHIER"
fi
}
@matttbe @ploum When I saw Ploum move in with his family, I didn't show up directly. Instead, I printed - with #gedit, naturally - the HTML source of one of my previous blog post (written in a custom template system used only by me) and written in addition just my street number, then crossed the street and posted it discreetly 🙂
The blog post in question was not chosen randomly, since it was about a subject we chatted around tea some time earlier: https://informatique-libre.be/swilmet/blog/2022-09-20-gafam-magma.html
Could you cross the street to persuade @swilmet to add Gemtext syntax highlighting to Gedit? 😉
(more Linux news in original post)
Ubuntu 26.10 could drop btrfs, ZFS and LUKS support from GRUB:
https://www.omgubuntu.co.uk/2026/03/ubuntu-grub-secure-boot-luks-changes
(Why don't they drop Snap too to protect user's security? Snap Store also has malware lol)
Ubuntu’s Security Center app adds Ubuntu Pro settings:
https://www.omgubuntu.co.uk/2026/03/ubuntu-security-center-ubuntu-pro
Ubuntu 26.04 Beta is now available to download:
https://www.omgubuntu.co.uk/2026/03/ubuntu-26-04-beta-is-now-available-to-download
Ubuntu Maker Canonical Joins The Rust Foundation:
https://www.phoronix.com/news/Canonical-Joins-Rust-Foundation
Fedora 45 Aims For IPv6-Mostly Support Out-Of-The-Box:
https://www.phoronix.com/news/Fedora-45-IPv6-Mostly
Fedora 45 Plan Approved For Web Frontend To Linux's "Blue Screen of Death" DRM Panic:
https://www.phoronix.com/news/Fedora-45-To-Get-DRM-Panic-Web
openSUSE Releases Agama 19 Installer with Many New Features and Improvements:
https://9to5linux.com/opensuse-releases-agama-19-installer-with-many-new-features-and-improvements
Kali Linux 2026.1 Is Out with New Default Theme, New Tools, and BackTrack Mode:
https://9to5linux.com/kali-linux-2026-1-is-out-with-new-default-theme-new-tools-and-backtrack-mode
KaOS Linux 2026.03 Is Out with Linux 6.19, More systemd Components Removed:
https://9to5linux.com/kaos-linux-2026-03-is-out-with-linux-6-19-more-systemd-components-removed
Tails 7.6 Privacy-Focused Linux Distro Released with Automatic Tor Bridges:
https://9to5linux.com/tails-7-6-privacy-focused-linux-distro-released-with-automatic-tor-bridges
SystemRescue 13 Released with Linux Kernel 6.18 LTS, GParted 1.8.1, and More:
https://9to5linux.com/systemrescue-13-released-with-linux-kernel-6-18-lts-gparted-1-8-1-and-more
KDE Plasma 6.7 Addresses 5 Year Old Request For Easier Microphone Testing:
https://www.phoronix.com/news/KDE-Plasma-6.7-Microphone
KDE's KWin Compositor Lands First Step Toward Vulkan Support:
https://www.phoronix.com/news/KDE-KWin-Vulkan-First-Step
GNOME Foundation Announces Fellowship Program:
https://www.phoronix.com/news/GNOME-Fellowship-Program
Gedit Aims For More Frequent Releases, Bans AI / LLM Contributions:
https://www.phoronix.com/news/Gedit-50-Released
Introducing Duranium: a more reliable postmarketOS:
https://postmarketos.org/blog/2026/03/17/introducing-duranium/
New postmarketOS installations now by default use sudo-rs instead of doas:
https://postmarketos.org/edge/2026/03/18/sudo-rs-instead-of-doas/
(More Linux and FOSS news in comments)
#WeeklyNews #News #Linux #LinuxNews #Ubuntu #Fedora #openSUSE #KaliLinux #KaOS #Tails #TailsOS #SystemRescue #KDE #KDEPlasma #KWin #GNOME #Gedit #Duranium #postmarketOS #LinuxDesktop #DesktopLinux #DesktopEnvironment #LinuxMobile #MobileLinux #DistributionRelease #DistroRelease #FosseryTech