i was watching a clip an i saw this so i was wondering if the experts can please tell what linux is this?

Dani AI

Generated

Short, practical follow-up to the thread for future readers and to build on the observations from , , , and : a single screenshot or clip rarely gives a definitive answer because desktop themes and icons are easily changed. Below is a compact checklist and a few commands you can run on the clip or on the machine to get evidence that actually identifies the system.

If you have the video file: extract clearer frames, enlarge and OCR any menu text, then crop the area with the panel/tray/icons. Example workflow:

ffmpeg -i clip.mp4 -ss 00:00:12 -vframes 1 -q:v 2 frame.png
convert frame.png -resize 200% -sharpen 0x1 enhanced.png
tesseract enhanced.png out -l eng

Try several timecodes and crops (left/top/bottom areas). Look for readable text (menu labels, app names), unique tray icons, or a login screen — those are far more reliable than wallpaper. Also run ffprobe on the video to see metadata tags that might include an origin.

If you can access the system shown in the clip, the fastest way to identify the OS is to run these commands in a terminal and paste the output:

cat /etc/os-release
lsb_release -a
hostnamectl
uname -a

What to post back to help others: a high-resolution cropped frame showing the panel and system tray, the exact timecode from the clip, and any OCR text you extracted. If none of that yields a match, say so — heavy theming can make a distro look like any other.

Recommended Answers

All 8 Replies

There are any number of distros it could be. The wallpaper may give a clue, but I'm not familiar with it. In truth, unless the name/logo is visible on the GUI, you would need to look at other things.

At the side you have my commputer, network, hd and disk utillity, at the base you have menu i think.

really, no one here can help me identify this?

The background image is nearly identical to the default one in . And the icon artistry reminds of some of the older versions of Kubuntu / KDE, which makes me think it's in that family.

However, the rather purified look of the desktop widgets (menu bar, icons, etc.) reminds me more of .

Both KDE (used by Kubuntu) and LXDE (used by Lubuntu) are highly customizable desktop environments, so it could easily be either one of those, with heavy customizations applied to it.

It could also be one of the related distributions (that used KDE or LXDE). For instance, the "<icon> MENU" for the menu button makes me think of an early version of Peppermint OS (that uses LXDE). But it could also be some old version of Linux Mint (which has also had this button with "menu" spelled out), but Linux Mint looks a lot nicer than this, so it must be very old.

The childish look of the icons make me think a bit of PuppyLinux.

It's impossible to really be sure without any obvious marker that can be made out from the blurry picture (like the distro icon). And there are also many many Linux distributions, including some that are niche derivatives distros that were made just for a specific organization or purpose. So, I'm afraid I cannot narrow it down any more specifically than that.

thanks very much, it's well appreciated.

Can you post a link to the original video? That might yield further clues!

It's definitely not one of the major distros (unless it has simply been heavily modified). And I agree with Mike the bottom bar definitely hints that the desktop could be Kde or lxde based. The dock on the left could be any of a number of dock apps/widgets.

Just from that one screenshot, it is really hard to tell what distro is installed on that machine!

i dont have a link to the clip but i can provide a maybe clearer image of it and checking mike's options i think it pretty answers my question to an extent, thanks anyways......

The menu logo at the bottom left corner looks like a clover. I search a distro with a clover logo and I found fuduntu linux which has a very similar logo. The colors seem different however.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.