home.social

#gtk — Public Fediverse posts

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

fetched live
  1. Dear distro maintainers and "I build my own stuff" people:

    In case you want to check out Phosh's 0.57 release upfront: we've tagged the first release candidates (0.57~rc1) of Phosh and related components 🎉 📱 .

    Release is planned 2026-08-19.

    The other released components not following the above release numbering (yet) are: gmobile 0.7.3, phosh-first-boot 0.1.1 & phosh-file-selector 0.1.2

    Want to help testing? 🧵👇

    #phosh #LinuxMobile #gtk

  2. Dear distro maintainers and "I build my own stuff" people:

    In case you want to check out Phosh's 0.57 release upfront: we've tagged the first release candidates (0.57~rc1) of Phosh and related components 🎉 📱 .

    Release is planned 2026-08-19.

    The other released components not following the above release numbering (yet) are: gmobile 0.7.3, phosh-first-boot 0.1.1 & phosh-file-selector 0.1.2

    Want to help testing? 🧵👇

    #phosh #LinuxMobile #gtk

  3. Dear distro maintainers and "I build my own stuff" people:

    In case you want to check out Phosh's 0.57 release upfront: we've tagged the first release candidates (0.57~rc1) of Phosh and related components 🎉 📱 .

    Release is planned 2026-08-19.

    The other released components not following the above release numbering (yet) are: gmobile 0.7.3, phosh-first-boot 0.1.1 & phosh-file-selector 0.1.2

    Want to help testing? 🧵👇

    #phosh #LinuxMobile #gtk

  4. Dear distro maintainers and "I build my own stuff" people:

    In case you want to check out Phosh's 0.57 release upfront: we've tagged the first release candidates (0.57~rc1) of Phosh and related components 🎉 📱 .

    Release is planned 2026-08-19.

    The other released components not following the above release numbering (yet) are: gmobile 0.7.3, phosh-first-boot 0.1.1 & phosh-file-selector 0.1.2

    Want to help testing? 🧵👇

    #phosh #LinuxMobile #gtk

  5. Dear distro maintainers and "I build my own stuff" people:

    In case you want to check out Phosh's 0.57 release upfront: we've tagged the first release candidates (0.57~rc1) of Phosh and related components 🎉 📱 .

    Release is planned 2026-08-19.

    The other released components not following the above release numbering (yet) are: gmobile 0.7.3, phosh-first-boot 0.1.1 & phosh-file-selector 0.1.2

    Want to help testing? 🧵👇

    #phosh #LinuxMobile #gtk

  6. This is showing some promise… In the words of the Rolling Stones… you can't always get what you want, but if you try sometimes, you get what you need.

    I've got some ideas for what I'm calling the "STCLauncher" application… (STC = Skin The Cat… the fictional desktop where I first explored these design ideas. The idea of the desktop is there's more than one way to do something, and you use the method that suits you at the time.)

    vk4msl.com/2014/04/12/user-int

    The tricky bit is that rotated text. GTK3 could do it with a label, but not GTK4. I'm straying into custom widget territory here.

    stackoverflow.com/a/79675230 has some ideas, but it basically revolves around a GtkDrawingArea being used to whistle up Pango. Accessibility will be the tricky bit, I'll have to work out how to tell a screenreader that this is a button and what the label says.

    #GTK #CustomWidget #Accessibility

  7. This is showing some promise… In the words of the Rolling Stones… you can't always get what you want, but if you try sometimes, you get what you need.

    I've got some ideas for what I'm calling the "STCLauncher" application… (STC = Skin The Cat… the fictional desktop where I first explored these design ideas. The idea of the desktop is there's more than one way to do something, and you use the method that suits you at the time.)

    vk4msl.com/2014/04/12/user-int

    The tricky bit is that rotated text. GTK3 could do it with a label, but not GTK4. I'm straying into custom widget territory here.

    stackoverflow.com/a/79675230 has some ideas, but it basically revolves around a GtkDrawingArea being used to whistle up Pango. Accessibility will be the tricky bit, I'll have to work out how to tell a screenreader that this is a button and what the label says.

    #GTK #CustomWidget #Accessibility

  8. This is showing some promise… In the words of the Rolling Stones… you can't always get what you want, but if you try sometimes, you get what you need.

    I've got some ideas for what I'm calling the "STCLauncher" application… (STC = Skin The Cat… the fictional desktop where I first explored these design ideas. The idea of the desktop is there's more than one way to do something, and you use the method that suits you at the time.)

    vk4msl.com/2014/04/12/user-int

    The tricky bit is that rotated text. GTK3 could do it with a label, but not GTK4. I'm straying into custom widget territory here.

    stackoverflow.com/a/79675230 has some ideas, but it basically revolves around a GtkDrawingArea being used to whistle up Pango. Accessibility will be the tricky bit, I'll have to work out how to tell a screenreader that this is a button and what the label says.

    #GTK #CustomWidget #Accessibility

  9. This is showing some promise… In the words of the Rolling Stones… you can't always get what you want, but if you try sometimes, you get what you need.

    I've got some ideas for what I'm calling the "STCLauncher" application… (STC = Skin The Cat… the fictional desktop where I first explored these design ideas. The idea of the desktop is there's more than one way to do something, and you use the method that suits you at the time.)

    vk4msl.com/2014/04/12/user-int

    The tricky bit is that rotated text. GTK3 could do it with a label, but not GTK4. I'm straying into custom widget territory here.

    stackoverflow.com/a/79675230 has some ideas, but it basically revolves around a GtkDrawingArea being used to whistle up Pango. Accessibility will be the tricky bit, I'll have to work out how to tell a screenreader that this is a button and what the label says.

    #GTK #CustomWidget #Accessibility

  10. This is showing some promise… In the words of the Rolling Stones… you can't always get what you want, but if you try sometimes, you get what you need.

    I've got some ideas for what I'm calling the "STCLauncher" application… (STC = Skin The Cat… the fictional desktop where I first explored these design ideas. The idea of the desktop is there's more than one way to do something, and you use the method that suits you at the time.)

    vk4msl.com/2014/04/12/user-int

    The tricky bit is that rotated text. GTK3 could do it with a label, but not GTK4. I'm straying into custom widget territory here.

    stackoverflow.com/a/79675230 has some ideas, but it basically revolves around a GtkDrawingArea being used to whistle up Pango. Accessibility will be the tricky bit, I'll have to work out how to tell a screenreader that this is a button and what the label says.

    #GTK #CustomWidget #Accessibility

  11. This is the final design of my desktop app. Although, some buttons & options aren't functional at the moment, it'll be very soon.

    I am hoping for a working demo by the end of this month.

  12. This is the final design of my desktop app. Although, some buttons & options aren't functional at the moment, it'll be very soon.

    I am hoping for a working demo by the end of this month.

    #Libadwaita #GTK

  13. This is the final design of my desktop app. Although, some buttons & options aren't functional at the moment, it'll be very soon.

    I am hoping for a working demo by the end of this month.

    #Libadwaita #GTK

  14. #Copilot chegou ao #Linux

    O programador Hayden Barnes lançou um novo projeto independente que permite executar o #assistente de IA da #Microsoft diretamente no ambiente de trabalho Linux

    A solução destaca-se por não se tratar de um mero atalho de navegador, mas sim de uma aplicação construída em #GTK

    pplware.sapo.pt/informacao/mic

  15. chegou ao

    O programador Hayden Barnes lançou um novo projeto independente que permite executar o de IA da diretamente no ambiente de trabalho Linux

    A solução destaca-se por não se tratar de um mero atalho de navegador, mas sim de uma aplicação construída em

    pplware.sapo.pt/informacao/mic

  16. #Copilot chegou ao #Linux

    O programador Hayden Barnes lançou um novo projeto independente que permite executar o #assistente de IA da #Microsoft diretamente no ambiente de trabalho Linux

    A solução destaca-se por não se tratar de um mero atalho de navegador, mas sim de uma aplicação construída em #GTK

    pplware.sapo.pt/informacao/mic

  17. I appreciate that #Kagi is developing a unique browser using #GTK and #WebKit. We need more diversity in this area. However, the UI of the #Linux version feels very unpolished, to say the least. It seems as if it were automatically converted from the Cocoa framework to GTK. There are quite a few GTK experts who would be happy to do contract work for Kagi to make it look and feel right. A polished product like #GNOME Web with the ambition of the #OrionBrowser would be really unique.

    orionbrowser.com/platforms/lin

  18. I appreciate that #Kagi is developing a unique browser using #GTK and #WebKit. We need more diversity in this area. However, the UI of the #Linux version feels very unpolished, to say the least. It seems as if it were automatically converted from the Cocoa framework to GTK. There are quite a few GTK experts who would be happy to do contract work for Kagi to make it look and feel right. A polished product like #GNOME Web with the ambition of the #OrionBrowser would be really unique.

    orionbrowser.com/platforms/lin

  19. I appreciate that #Kagi is developing a unique browser using #GTK and #WebKit. We need more diversity in this area. However, the UI of the #Linux version feels very unpolished, to say the least. It seems as if it were automatically converted from the Cocoa framework to GTK. There are quite a few GTK experts who would be happy to do contract work for Kagi to make it look and feel right. A polished product like #GNOME Web with the ambition of the #OrionBrowser would be really unique.

    orionbrowser.com/platforms/lin

  20. I appreciate that #Kagi is developing a unique browser using #GTK and #WebKit. We need more diversity in this area. However, the UI of the #Linux version feels very unpolished, to say the least. It seems as if it were automatically converted from the Cocoa framework to GTK. There are quite a few GTK experts who would be happy to do contract work for Kagi to make it look and feel right. A polished product like #GNOME Web with the ambition of the #OrionBrowser would be really unique.

    orionbrowser.com/platforms/lin

  21. I appreciate that #Kagi is developing a unique browser using #GTK and #WebKit. We need more diversity in this area. However, the UI of the #Linux version feels very unpolished, to say the least. It seems as if it were automatically converted from the Cocoa framework to GTK. There are quite a few GTK experts who would be happy to do contract work for Kagi to make it look and feel right. A polished product like #GNOME Web with the ambition of the #OrionBrowser would be really unique.

    orionbrowser.com/platforms/lin

  22. A new beta of Orion for Linux is available for testing.

    v0.4.1 adds working private windows, link previews and a low power mode, among other changes.

    Makers Kagi have a dedicated Flatpak repo to make it easier to install and update their WIP WebKitGTK-based web browser.

    omgubuntu.co.uk/2026/08/orion-

    #Linux #Orion #GTK

  23. A new beta of Orion for Linux is available for testing.

    v0.4.1 adds working private windows, link previews and a low power mode, among other changes.

    Makers Kagi have a dedicated Flatpak repo to make it easier to install and update their WIP WebKitGTK-based web browser.

    omgubuntu.co.uk/2026/08/orion-

    #Linux #Orion #GTK

  24. A new beta of Orion for Linux is available for testing.

    v0.4.1 adds working private windows, link previews and a low power mode, among other changes.

    Makers Kagi have a dedicated Flatpak repo to make it easier to install and update their WIP WebKitGTK-based web browser.

    omgubuntu.co.uk/2026/08/orion-

    #Linux #Orion #GTK

  25. A new beta of Orion for Linux is available for testing.

    v0.4.1 adds working private windows, link previews and a low power mode, among other changes.

    Makers Kagi have a dedicated Flatpak repo to make it easier to install and update their WIP WebKitGTK-based web browser.

    omgubuntu.co.uk/2026/08/orion-

    #Linux #Orion #GTK

  26. A new beta of Orion for Linux is available for testing.

    v0.4.1 adds working private windows, link previews and a low power mode, among other changes.

    Makers Kagi have a dedicated Flatpak repo to make it easier to install and update their WIP WebKitGTK-based web browser.

    omgubuntu.co.uk/2026/08/orion-

    #Linux #Orion #GTK

  27. Cerchi un'alternativa moderna a HWiNFO64 per Linux? HWall offre monitoraggio hardware dettagliato, grafici, API HTTP e un'interfaccia GTK 4 intuitiva. #Linux #OpenSource #Rust #GTK #Hardware #SysAdmin linuxeasy.org/hwall-il-monitor

  28. Cerchi un'alternativa moderna a HWiNFO64 per Linux? HWall offre monitoraggio hardware dettagliato, grafici, API HTTP e un'interfaccia GTK 4 intuitiva. #Linux #OpenSource #Rust #GTK #Hardware #SysAdmin linuxeasy.org/hwall-il-monitor

  29. Cerchi un'alternativa moderna a HWiNFO64 per Linux? HWall offre monitoraggio hardware dettagliato, grafici, API HTTP e un'interfaccia GTK 4 intuitiva. #Linux #OpenSource #Rust #GTK #Hardware #SysAdmin linuxeasy.org/hwall-il-monitor

  30. Cerchi un'alternativa moderna a HWiNFO64 per Linux? HWall offre monitoraggio hardware dettagliato, grafici, API HTTP e un'interfaccia GTK 4 intuitiva. #Linux #OpenSource #Rust #GTK #Hardware #SysAdmin linuxeasy.org/hwall-il-monitor

  31. Cerchi un'alternativa moderna a HWiNFO64 per Linux? HWall offre monitoraggio hardware dettagliato, grafici, API HTTP e un'interfaccia GTK 4 intuitiva. #Linux #OpenSource #Rust #GTK #Hardware #SysAdmin linuxeasy.org/hwall-il-monitor

  32. Jakub Steiner kicked off GUADEC by presenting the future of SVG icons in GTK - GNOME apps will soon get to leverage these to have smarter, animated icons!

    Watch the talk here 👉️ youtube.com/watch?v=pD0I75rbI48

    Support GNOME to help make GUADEC possible 👉️ donate.gnome.org

    #GUADEC #GTK #Design

  33. Jakub Steiner kicked off GUADEC by presenting the future of SVG icons in GTK - GNOME apps will soon get to leverage these to have smarter, animated icons!

    Watch the talk here 👉️ youtube.com/watch?v=pD0I75rbI48

    Support GNOME to help make GUADEC possible 👉️ donate.gnome.org

    #GUADEC #GTK #Design

  34. Jakub Steiner kicked off GUADEC by presenting the future of SVG icons in GTK - GNOME apps will soon get to leverage these to have smarter, animated icons!

    Watch the talk here 👉️ youtube.com/watch?v=pD0I75rbI48

    Support GNOME to help make GUADEC possible 👉️ donate.gnome.org

    #GUADEC #GTK #Design

  35. Jakub Steiner kicked off GUADEC by presenting the future of SVG icons in GTK - GNOME apps will soon get to leverage these to have smarter, animated icons!

    Watch the talk here 👉️ youtube.com/watch?v=pD0I75rbI48

    Support GNOME to help make GUADEC possible 👉️ donate.gnome.org

    #GUADEC #GTK #Design

  36. Jakub Steiner kicked off GUADEC by presenting the future of SVG icons in GTK - GNOME apps will soon get to leverage these to have smarter, animated icons!

    Watch the talk here 👉️ youtube.com/watch?v=pD0I75rbI48

    Support GNOME to help make GUADEC possible 👉️ donate.gnome.org

    #GUADEC #GTK #Design

  37. @RandomNumber-x3lz Because if someone has done something that appeared not to be politically correct, no matter what, no matter when, they must be cancelled and boycotted at all costs for all eternity. For if you don’t, you’re just as bad as them. That’s how it is.

    I guess the reason why many have switched from GIMP to Krita, pulling in half a KDE Plasma 6 desktop if they aren't already on Plasma, is not because Krita is objectively more powerful, not because they boycott something with such an ableist name as “GIMP”, but because GIMP = GNU = Richard M. Stallman.

    In fact, Stallman may be at least one reason for many people to use Plasma, LXQt, i3wm or the like: They want to keep any and all GNU code away from their machines all the way down to Gtk+ because Gtk+ = GNU = Richard M. Stallman.

    The only reason why there isn't a mass exodus away from GNU/Linux is because there are hardly any Linux-based distros commonly known for not using the GNU Userland, and because GNU/Linux users can't imagine having nearly as much software available on BSD. Or they can't find a BSD whose creators and maintainers are perfect angels.

    #Political Correctness #Boycott "#Cancel Culture #GNU #GNU/Linux #Gtk+ #GIMP #Richard M. Stallman
  38. 📖 OneNote Viewer: Aplicația nativă Linux care deschide notebook-urile Microsoft OneNote direct din sistemul local!Dacă ai fișiere OneNote salvate local și ai trecut pe Linux, deschiderea lor fără dependența de un browser web sau de un cont cloud a reprezentat o problemă constantă. Noua aplicație OneNote Viewer rezolvă această provocare oferind o soluție nativă, rapidă și complet autonomă!✨ Cele mai importante caracteristici:📂 Suport nativ pentru fișiere OneNote:• Deschide și reconstruiește direct structura fișierelor .one, .onetoc2 și .onepkg fără să necesite conversie sau încărcare pe servere externe.🔒 Acces 100% offline și Sigur (Read-Only):• Vizualizatorul funcționează strict în mod citire (read-only), garantând că notele originale nu vor fi modificate sau corupte în timpul navigării.🏗️ Construit nativ pentru desktop (Rust & GTK):• Spre deosebire de aplicațiile bazate pe Electron, OneNote Viewer este dezvoltat în Rust cu interfață GTK, oferind o performanță excelentă și un consum minim de resurse.🔍 Căutare integrată și navigare ierarhică:• Păstrează structura familiară (Notebook -> Secțiune -> Pagină) și permite căutarea rapidă a termenilor în toate caietele de notițe deschise simultan.📦 Instalare facilă:• Proiectul este accesibil ca pachet Flatpak, fiind ușor de instalat și rulat pe orice distribuție Linux modernă. Un instrument esențial pentru utilizatorii care vor să își acceseze arhiva de note personală pe Linux în mod privat și eficient! 🚀 #OneNoteViewer #Linux #OpenSource #Rust #GTK #Flatpak #LinuxApps #Privacy #Productivity #TechNews

  39. 📖 OneNote Viewer: Aplicația nativă Linux care deschide notebook-urile Microsoft OneNote direct din sistemul local!Dacă ai fișiere OneNote salvate local și ai trecut pe Linux, deschiderea lor fără dependența de un browser web sau de un cont cloud a reprezentat o problemă constantă. Noua aplicație OneNote Viewer rezolvă această provocare oferind o soluție nativă, rapidă și complet autonomă!✨ Cele mai importante caracteristici:📂 Suport nativ pentru fișiere OneNote:• Deschide și reconstruiește direct structura fișierelor .one, .onetoc2 și .onepkg fără să necesite conversie sau încărcare pe servere externe.🔒 Acces 100% offline și Sigur (Read-Only):• Vizualizatorul funcționează strict în mod citire (read-only), garantând că notele originale nu vor fi modificate sau corupte în timpul navigării.🏗️ Construit nativ pentru desktop (Rust & GTK):• Spre deosebire de aplicațiile bazate pe Electron, OneNote Viewer este dezvoltat în Rust cu interfață GTK, oferind o performanță excelentă și un consum minim de resurse.🔍 Căutare integrată și navigare ierarhică:• Păstrează structura familiară (Notebook -> Secțiune -> Pagină) și permite căutarea rapidă a termenilor în toate caietele de notițe deschise simultan.📦 Instalare facilă:• Proiectul este accesibil ca pachet Flatpak, fiind ușor de instalat și rulat pe orice distribuție Linux modernă. Un instrument esențial pentru utilizatorii care vor să își acceseze arhiva de note personală pe Linux în mod privat și eficient! 🚀 #OneNoteViewer #Linux #OpenSource #Rust #GTK #Flatpak #LinuxApps #Privacy #Productivity #TechNews

  40. 📖 OneNote Viewer: Aplicația nativă Linux care deschide notebook-urile Microsoft OneNote direct din sistemul local!Dacă ai fișiere OneNote salvate local și ai trecut pe Linux, deschiderea lor fără dependența de un browser web sau de un cont cloud a reprezentat o problemă constantă. Noua aplicație OneNote Viewer rezolvă această provocare oferind o soluție nativă, rapidă și complet autonomă!✨ Cele mai importante caracteristici:📂 Suport nativ pentru fișiere OneNote:• Deschide și reconstruiește direct structura fișierelor .one, .onetoc2 și .onepkg fără să necesite conversie sau încărcare pe servere externe.🔒 Acces 100% offline și Sigur (Read-Only):• Vizualizatorul funcționează strict în mod citire (read-only), garantând că notele originale nu vor fi modificate sau corupte în timpul navigării.🏗️ Construit nativ pentru desktop (Rust & GTK):• Spre deosebire de aplicațiile bazate pe Electron, OneNote Viewer este dezvoltat în Rust cu interfață GTK, oferind o performanță excelentă și un consum minim de resurse.🔍 Căutare integrată și navigare ierarhică:• Păstrează structura familiară (Notebook -> Secțiune -> Pagină) și permite căutarea rapidă a termenilor în toate caietele de notițe deschise simultan.📦 Instalare facilă:• Proiectul este accesibil ca pachet Flatpak, fiind ușor de instalat și rulat pe orice distribuție Linux modernă. Un instrument esențial pentru utilizatorii care vor să își acceseze arhiva de note personală pe Linux în mod privat și eficient! 🚀 #OneNoteViewer #Linux #OpenSource #Rust #GTK #Flatpak #LinuxApps #Privacy #Productivity #TechNews

  41. 📖 OneNote Viewer: Aplicația nativă Linux care deschide notebook-urile Microsoft OneNote direct din sistemul local!Dacă ai fișiere OneNote salvate local și ai trecut pe Linux, deschiderea lor fără dependența de un browser web sau de un cont cloud a reprezentat o problemă constantă. Noua aplicație OneNote Viewer rezolvă această provocare oferind o soluție nativă, rapidă și complet autonomă!✨ Cele mai importante caracteristici:📂 Suport nativ pentru fișiere OneNote:• Deschide și reconstruiește direct structura fișierelor .one, .onetoc2 și .onepkg fără să necesite conversie sau încărcare pe servere externe.🔒 Acces 100% offline și Sigur (Read-Only):• Vizualizatorul funcționează strict în mod citire (read-only), garantând că notele originale nu vor fi modificate sau corupte în timpul navigării.🏗️ Construit nativ pentru desktop (Rust & GTK):• Spre deosebire de aplicațiile bazate pe Electron, OneNote Viewer este dezvoltat în Rust cu interfață GTK, oferind o performanță excelentă și un consum minim de resurse.🔍 Căutare integrată și navigare ierarhică:• Păstrează structura familiară (Notebook -> Secțiune -> Pagină) și permite căutarea rapidă a termenilor în toate caietele de notițe deschise simultan.📦 Instalare facilă:• Proiectul este accesibil ca pachet Flatpak, fiind ușor de instalat și rulat pe orice distribuție Linux modernă. Un instrument esențial pentru utilizatorii care vor să își acceseze arhiva de note personală pe Linux în mod privat și eficient! 🚀 #OneNoteViewer #Linux #OpenSource #Rust #GTK #Flatpak #LinuxApps #Privacy #Productivity #TechNews

  42. 📖 OneNote Viewer: Aplicația nativă Linux care deschide notebook-urile Microsoft OneNote direct din sistemul local!Dacă ai fișiere OneNote salvate local și ai trecut pe Linux, deschiderea lor fără dependența de un browser web sau de un cont cloud a reprezentat o problemă constantă. Noua aplicație OneNote Viewer rezolvă această provocare oferind o soluție nativă, rapidă și complet autonomă!✨ Cele mai importante caracteristici:📂 Suport nativ pentru fișiere OneNote:• Deschide și reconstruiește direct structura fișierelor .one, .onetoc2 și .onepkg fără să necesite conversie sau încărcare pe servere externe.🔒 Acces 100% offline și Sigur (Read-Only):• Vizualizatorul funcționează strict în mod citire (read-only), garantând că notele originale nu vor fi modificate sau corupte în timpul navigării.🏗️ Construit nativ pentru desktop (Rust & GTK):• Spre deosebire de aplicațiile bazate pe Electron, OneNote Viewer este dezvoltat în Rust cu interfață GTK, oferind o performanță excelentă și un consum minim de resurse.🔍 Căutare integrată și navigare ierarhică:• Păstrează structura familiară (Notebook -> Secțiune -> Pagină) și permite căutarea rapidă a termenilor în toate caietele de notițe deschise simultan.📦 Instalare facilă:• Proiectul este accesibil ca pachet Flatpak, fiind ușor de instalat și rulat pe orice distribuție Linux modernă. Un instrument esențial pentru utilizatorii care vor să își acceseze arhiva de note personală pe Linux în mod privat și eficient! 🚀 #OneNoteViewer #Linux #OpenSource #Rust #GTK #Flatpak #LinuxApps #Privacy #Productivity #TechNews

  43. Cerchi un modo semplice per aprire i file Microsoft OneNote su Linux? OneNote Viewer offre un'app nativa per visualizzare notebook, sezioni e pagine senza dipendere da Windows. #Linux #OneNote #OpenSource #Flatpak #Rust #GTK linuxeasy.org/onenote-viewer-l

  44. Cerchi un modo semplice per aprire i file Microsoft OneNote su Linux? OneNote Viewer offre un'app nativa per visualizzare notebook, sezioni e pagine senza dipendere da Windows. #Linux #OneNote #OpenSource #Flatpak #Rust #GTK linuxeasy.org/onenote-viewer-l

  45. Cerchi un modo semplice per aprire i file Microsoft OneNote su Linux? OneNote Viewer offre un'app nativa per visualizzare notebook, sezioni e pagine senza dipendere da Windows. #Linux #OneNote #OpenSource #Flatpak #Rust #GTK linuxeasy.org/onenote-viewer-l

  46. Cerchi un modo semplice per aprire i file Microsoft OneNote su Linux? OneNote Viewer offre un'app nativa per visualizzare notebook, sezioni e pagine senza dipendere da Windows. #Linux #OneNote #OpenSource #Flatpak #Rust #GTK linuxeasy.org/onenote-viewer-l

  47. Cerchi un modo semplice per aprire i file Microsoft OneNote su Linux? OneNote Viewer offre un'app nativa per visualizzare notebook, sezioni e pagine senza dipendere da Windows. #Linux #OneNote #OpenSource #Flatpak #Rust #GTK linuxeasy.org/onenote-viewer-l

  48. @Offbeatmammal I started this semantic UI refactoring coz #GTK is imperative, but SwiftUI/Compose are declarative like web, and calendaring UI is such vast area.

    This is just my path. Will see how will end.

  49. @Offbeatmammal I started this semantic UI refactoring coz #GTK is imperative, but SwiftUI/Compose are declarative like web, and calendaring UI is such vast area.

    This is just my path. Will see how will end.

  50. @Offbeatmammal I started this semantic UI refactoring coz #GTK is imperative, but SwiftUI/Compose are declarative like web, and calendaring UI is such vast area.

    This is just my path. Will see how will end.

  51. @Offbeatmammal I started this semantic UI refactoring coz #GTK is imperative, but SwiftUI/Compose are declarative like web, and calendaring UI is such vast area.

    This is just my path. Will see how will end.

  52. @Offbeatmammal I started this semantic UI refactoring coz #GTK is imperative, but SwiftUI/Compose are declarative like web, and calendaring UI is such vast area.

    This is just my path. Will see how will end.

  53. 📱 Our development report for July is up 📱

    👀 Check out our our latest improvements, 🐛 fixes, and what else is 🍳:

    https://phosh.mobi/posts/development-news-2026-07/

    Testing (and other) feedback appreciated.

    #LinuxMobile #Phosh #BengalOS #gtk #linux #mobile

  54. 📱 Our development report for July is up 📱

    👀 Check out our our latest improvements, 🐛 fixes, and what else is 🍳:

    https://phosh.mobi/posts/development-news-2026-07/

    Testing (and other) feedback appreciated.

    #LinuxMobile #Phosh #BengalOS #gtk #linux #mobile

  55. 📱 Our development report for July is up 📱

    👀 Check out our our latest improvements, 🐛 fixes, and what else is 🍳:

    https://phosh.mobi/posts/development-news-2026-07/

    Testing (and other) feedback appreciated.

    #LinuxMobile #Phosh #BengalOS #gtk #linux #mobile