惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
Apple Machine Learning Research
Apple Machine Learning Research
The Cloudflare Blog
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
L
LangChain Blog
云风的 BLOG
云风的 BLOG
Jina AI
Jina AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
I
InfoQ
大猫的无限游戏
大猫的无限游戏
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
量子位
The GitHub Blog
The GitHub Blog
博客园 - 【当耐特】

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul
Blast from the past as GIMP 0.54 is revived in Flatpak form
Liam Proven · 2026-06-23 · via The Register

software

Retro-computing fun for the nostalgic with first (and last) release to use Motif instead of GTK

Development of GIMP has picked up speed in recent years, but now its first public release is back as a Flatpak, allowing the 1996 version to run on modern x86-64 Linux distros, even under Wayland, without the nightmare of finding and installing its 30-year-old dependencies.

If you are just looking for a quick and lightweight image editor – especially if you want modern features such as edge detection or generative fill – this is not the package for you. It's mainly for the software archaeologists.

For example, 0.54 did have basic "deep etching" capabilities, where you can isolate an element from its background, but you'd have to use destructive techniques – i.e. there were no fripperies like layers or layer masks, where you could preserve the badness in case you made a mistake. But at the time of release, it made a pretty good stab at replicating a lot of the features you'd have in the 1996-era Photoshop. GIMP 0.54 did include a clone stamp, though which at the time was the height of sophistication in photo retouching.

GIMP 0.54 on Ubuntu Noble, showing one of the author's favourites of his own photos

GIMP 0.54 rides again – in all its Motif glory
Liam Proven

Active development of what we've seen called the "GNU IMP" has resumed in recent years. In 2024, we reported that after 21 years, version 3 was close and then, in May last year, that GIMP 3.0 was out. The team has not slackened since. GIMP 3.2 came out in March 2026, and as we write, the most recent version is GIMP 3.2.4 from mid-April.

What is interesting about the new Flatpak, though, is that this isn't the modern GIMP: this is the original public release of GIMP, brought back to life. The GIMP homepage has a section called A Brief (and Ancient) History of GIMP. This describes how this original version used the Motif toolkit: "It had a dependency on Motif for its GUI toolkit, which made efficient distribution to a lot of users impossible. This restriction also alienated a lot of would-be plug-in development."

Back then, Motif was the default graphical programming toolkit for developing GUI apps on X11. One of the problems, though, was that Motif was not FOSS. It was not released under a recognized FOSS license until 2012, shortly after the Common Desktop Environment was open-sourced, as this vulture reported at the time, back when he still had a lot more hair on his cranium.

The next GIMP release was version 0.60, and that had a very significant change: "Peter [Mattis, co-creator] got really fed up with Motif. So he decided to write his own. He called them gtk and gdk, for the Gimp Tool Kit, and the Gimp Drawing Kit. Peter tells us now that they never intended for it to become a general-purpose toolkit – they just wanted something to use with GIMP, and it 'seemed like a good idea at the time.'"

The Motif-based GIMP looks a little strange and clunky by modern standards. It reminds us slightly of WordPerfect 8 for Linux, which we wrote about in 2022 – 24 years after a very young Register told readers it was coming.

Even though Motif is FOSS now, we don't expect anyone will start using it again for new projects. However, running GIMP 0.54 today gives an interesting glimpse into an alternate Unix universe.

Because Motif wasn't FOSS, the year after GIMP appeared, the founders of the GNOME desktop chose GTK instead, noting the issues with KDE's Qt: "The KDE project – in its current form – has about 89,000 lines of code, on the other hand, the source code for the Qt library has about 91,000 lines. Qt also forces the programmer to write his code in C++ or Python. GTK can be used in C, Scheme, Python, C++, Objective-C and Perl."

GTK has been developed alongside GNOME ever since. It's now up to GTK 4, which GNOME would prefer you not to theme, although the Linux Mint project is trying to support that anyway. Others are expressing discontent with its limitations in other ways: we recently covered the announcement of a new fork of GTK 2.

There are other alternatives. GTK 1 is still around. Robin Rowe, the developer of the TrapC type-safe dialect of C, also maintains CinePaint, and to do so, he also maintains a fork of GTK 1, which you can find on GitLab. Other old GUI toolkits are also adapting to the new world of HiDPI and Wayland. In 2024, we reported on Tcl/Tk 9, 12 years after the last point release, and the following month, on a new release of FLTK after 13 years. ®