home.social

#gedit — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gedit, aggregated by home.social.

fetched live
  1. Kurcze to chyba nie jest przejściowe chwilowe. Plugin terminala do gedit wzioł i znik. Wcześniej gdzieś czytałem, że to migracja do głównego repo ale dziś zacząłem drapać i nie wygląda.

    gedit-text-editor.org/blog/202

    Szkoda. Nie żeby to był jakiś kluczowy ficzer, ale będą momenty kiedy będzie mi tego cudaka bardzo brakowało.

    #gedit

  2. 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 😃 !

  3. gedit-text-editor.org/blog/202

    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.

  4. 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
    }

  5. @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: informatique-libre.be/swilmet/

  6. Little known free software facts: the window of the kitchen of offpunk’s maintainer (myself) gives a direct view into the kitchen of the maintainer of Gedit ( @swilmet ).

    Yes, we live in the same street, in front of each other ;-)

    #offpunk #gedit

  7. (more Linux news in original post)

    Ubuntu 26.10 could drop btrfs, ZFS and LUKS support from GRUB:
    omgubuntu.co.uk/2026/03/ubuntu
    (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:
    omgubuntu.co.uk/2026/03/ubuntu

    Ubuntu 26.04 Beta is now available to download:
    omgubuntu.co.uk/2026/03/ubuntu

    Ubuntu Maker Canonical Joins The Rust Foundation:
    phoronix.com/news/Canonical-Jo

    Fedora 45 Aims For IPv6-Mostly Support Out-Of-The-Box:
    phoronix.com/news/Fedora-45-IP

    Fedora 45 Plan Approved For Web Frontend To Linux's "Blue Screen of Death" DRM Panic:
    phoronix.com/news/Fedora-45-To

    openSUSE Releases Agama 19 Installer with Many New Features and Improvements:
    9to5linux.com/opensuse-release

    Kali Linux 2026.1 Is Out with New Default Theme, New Tools, and BackTrack Mode:
    9to5linux.com/kali-linux-2026-

    KaOS Linux 2026.03 Is Out with Linux 6.19, More systemd Components Removed:
    9to5linux.com/kaos-linux-2026-

    Tails 7.6 Privacy-Focused Linux Distro Released with Automatic Tor Bridges:
    9to5linux.com/tails-7-6-privac

    SystemRescue 13 Released with Linux Kernel 6.18 LTS, GParted 1.8.1, and More:
    9to5linux.com/systemrescue-13-

    KDE Plasma 6.7 Addresses 5 Year Old Request For Easier Microphone Testing:
    phoronix.com/news/KDE-Plasma-6

    KDE's KWin Compositor Lands First Step Toward Vulkan Support:
    phoronix.com/news/KDE-KWin-Vul

    GNOME Foundation Announces Fellowship Program:
    phoronix.com/news/GNOME-Fellow

    Gedit Aims For More Frequent Releases, Bans AI / LLM Contributions:
    phoronix.com/news/Gedit-50-Rel

    Introducing Duranium: a more reliable postmarketOS:
    postmarketos.org/blog/2026/03/

    New postmarketOS installations now by default use sudo-rs instead of doas:
    postmarketos.org/edge/2026/03/

    (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

  8. gedit-text-editor.org/blog/202

    New #gedit blog post, with this time around:
    * gedit now refuses to load very large files
    * Windows improvements
    * Other work in libgedit-gtksourceview
    * gspell CI for tarballs

  9. gedit-text-editor.org/blog/202

    New #gedit blog post:
    * Website: new design
    * Enter TeX: improved search and replace
    * Internal refactoring for GeditWindow and its statusbar

  10. Depuis que #Gedit ne supporte plus les #plugin #python, je cherche un éditeur de texte de remplacement.

    Je me rabat pour le moment sur #VSCodium sur lequel je suis habitué à coder.

    J'aimerai tout de même qq chose de moins "austère" pour écrire.

    Tous les éditeurs de #markdown que j'ai testé (et il y a foule) souffrent des mêmes défauts :

    * Peu de fonctionnalités.
    * Peu/pas de configurations.

    (1/2)

  11. L'abandon des extensions #python par #Gedit a eu un effet positif : m'obliger à me bouger les fesses et à reprendre les évolutions sur l'éditeur #ZimWiki

    Première étape : transformer son moteur wiki, basée sur la syntaxe de #DokuWiki , pour gérer la syntaxe plus répandue #markdown.

    J'avais commencé le taf il y a des années (premier commit en... 2011).

    Je recommande par ailleurs très fortement ce logiciel pour prendre/organiser des notes/textes.

    zim-wiki.org/

  12. Bon bah voilà : avec le passage à #Fedora 43 / #Gnome 49, #Gedit ne supporte plus les plugins écrits en #python.

    Et comme je suis très dépendant des plugins que j'ai écrits, et que je n'ai tout simplement pas le temps d'apprendre Rust ou Vala...

    Je vais être obliger de me tourner vers un autre outil sur lequel je porterai mes plugins...

    Plus de 20 ans que j'utilise ce logiciel...

    Salut Gedit, et encore merci pour le poisson !

    😢

  13. The has been my sidekick for a while now. It's really nice.

  14. gedit-text-editor.org/blog/202

    A new #gedit blog post!

    Topics this time around:
    - Code Comment plugin rewritten
    - File loading and saving: a new GtkSourceEncoding class
    - Know more about the gedit's maintainer
    - Robust file loading - some progress

  15. #Gnome et applications #flatpak

    Des 3 applications modernes installées, je n'en ai gardé qu'une seule :

    #EarTag, parce qu'elle est élégante oui mais fort utile et n'a plus d'équivalent dans les repo

    Sinon :

    #Music a viré, je garde #Rhythmbox C'est old school mais au moins il occupe pas 1 Go de ram à chaque fois qu'il se lance
    • Exit aussi #Apostrophe qui ne fait pas grand chose de plus que ce qu'on peut faire avec #Gedit

    Nouvelle tentative sans doute dans 6 mois

  16. Ah mais pinaise !

    « The first *.py file in the gedit repository was added in 2005, 20 years ago. Since then, it seems that it has always been possible to write gedit plugins in Python. Well, this is no more. »

    Donc, on ne pourra plus écrire de plugin #Gedit en #python. 😞

    En tant que dev moi-même, je comprend les raisons du développeur.

    En tant qu'utilisateur de Gedit et créateur de plugins, c'est très gênant !

    gedit-text-editor.org/blog/202

    [edit] Détails du lead dev de gedit ci-dessous.

  17. [PROJET] #Gedit simple snippets

    Petite extension en #python très basique pour récupérer un peu des fonctionnalités du #plugin snippets abandonné sur le bas côté depuis Gedit 48.

    Ca ne reprendra jamais toutes les possibilités de l'ancien code (parce que bogué et lourd à maintenir)

    Ça permet juste d'avoir des raccourci-clavier pour insérer du texte.

    * omacronides.com/projets/gedit-
    * framagit.org/rui.nibau/gedit-s

    #gnome #TextEditor