A surprising amount of KDE apps have Windows builds - most importantly for me, KDE Connect. Barely any need to use Windows Phone Link anymore!
I was like wait this is so cool then I realized I’m on Linux already
Does anyone else remember when you could replace windows ui entirely with plasma or did I hallucinate that memory
One of my favorite creators, MichaelMJD made a Video about this.
I used to run blackbox on windows xp. It worked really well too.
Foobar2000 Linux version when?
What about Fooyin?
Looks nice, starred it so I might remember when I get the parts for my ThinkPad that (hopefully) will resurrect it (no screen, no booting, beeps that either indicate “motherboard failure”, or "failure of some other kind), CPU temperature control seems to work at least, one of the worst coil whine that seems to be temperature dependent -> this indicates me some kind of capacitor failure).
Yeah it’s a real bummer that Foobar2000 doesn’t run natively on Linux, but I’ve heard it runs well through WINE.
The same can’t be said of MusicBee though, which even WINE can’t get running smoothly on Linux.Honestly, MusicBee and Exact Audio Copy are the only pieces of Windows software I’ve yet to find a native Linux alternative for that I’m satisfied with.Edit: Apparently nowadays MusicBee runs better through WINE than it used to? I’ll have to try it out.
MusicBee works perfectly via Wine, and it’s a major part of my digital library. Without MusicBee my MP3 player would be worth 1/10 for me.
But you can’t just take the installer and double click it, you need to follow these steps (naturally replace the directories):
Install Wine Staging and Winetricks
Create prefix for MusicBee and .NET
Bash:
WINEPREFIX=/home/kadupse/Wine/MusicBee/ wineboot –init
Install .NET 4.0 and corefonts
Bash:
WINEPREFIX=/home/kadupse/Wine/MusicBee/ winetricks --force dotnet40 corefonts
Install xmllite and gdiplus
Bash:
WINEPREFIX=/home/kadupse/Wine/MusicBee/ winetricks xmllite gdiplus
Set Wine to Windows 7 compatibility mode
Bash:
WINEPREFIX=/home/kadupse/Wine/MusicBee/ winetricks win7
Install .NET 4.8
Bash:
WINEPREFIX=/home/kadupse/Wine/MusicBee/ wine $HOME/Downloads/ndp48-x86-x64-allos-enu.exe /q
Install Music Bee
Bash:
WINEPREFIX=/home/kadupse/Wine/MusicBee/ wine $HOME/Downloads/MusicBeeSetup_3_6.exe
Downloads needed:
This specific version of the .NET Framework installerYou might see warnings about WoW64 mode, experimental flags, etc, just ignore them and keep going and MusicBee will work.
Dude hell yeah you’re a life saver, thank you so much!
No worries! I never found a true alternative to MusicBee, and there are several outdated tutorials about getting it run on Wine that technically work but leave you with a buggy app. The method I showed you works perfectly.
deleted by creator
Foobar2000 is the GOAT!
Wine???
I have to use windows for work, and Windows Explorer annoys the everloving hell out of me.
What idiot thought that the “Home” folder and the User folder should be the different?
And regularly, when “Home” hasn’t loaded I’m halfway done typing the address in the address bar “//someletters/adv” for example, it will decide to clear it to let me know I’m “Home”
You might have made my life just a little bit easier.
Another annoying one is that the address bar obfuscates the folder path if you start at Documents, Photos, etc. If I want to get to my user folder without a shortcut, it makes sense to hop to Documents and go up a level, but up a level from Documents is the useless Home directory.
The thing that really annoys me with Linux file explorers is that none of them have a “sort by extension”. They have sort by type, but it’ll mix .jpg, .png, .gif and .webp together, for instance.
I just checked and Dolphin very much has that feature, the wording in English might not be exactly the same as I have the UI in my native language but I found it in the hamburger menu under Sort by>Other>File extension.
The Sort by → Type also doesn’t group together image formats, at least…
obligatory linux user: whats an extension? Surely you mean File Type.
Lol goddamn, I haven’t even been using Linux that long, and I read the comment and was like “extension? Like a Firefox extension? Huh?”
Well, apparently that is a thing in Dolphin, but if what you actually want is e.g. to just move all .png files, then I prefer to use the Filter bar (Ctrl+i or the fourth entry in the hamburger menu). You can just type “.png” into it and then it hides all entries which don’t contain that substring.
I dunno, on GNOME49 it seems to me like Nautilus is doing it by file extension. Like yeah, it’s still type, but it’s sorting the extensions alphabetically. There’s also an extra column for “Detailed Type.”
On windows?
Had that problem on linux, haven’t tried dolphin on windows, but I wouldn’t expect it to be different in that regard
Dolphin sorts by filetype. JPG, PNG etc are all different types. You can also filter by anything, extra bar
Great! Dolphin is also better than macOS Finder. I would replace it with Dolphin as well.
However, Windows Explorer in Windows 11 still excels in one area: it doesn’t have a header, and the tabs are displayed on the header, like in Chromium.
It’s also annoying that all KDE Dolphin tabs have that red [X] button. Sadly, the KDE developers reject great PRs like this one: https://invent.kde.org/system/dolphin/-/merge_requests/269
Who even presses those [X] buttons? I always use the Ctrl+W shortcut.
It’s also annoying that all KDE Dolphin tabs have that red [X] button. Sadly, the KDE developers reject great PRs like this one: https://invent.kde.org/system/dolphin/-/merge_requests/269
My God, what a read… I love KDE, but holy shit, these guys really need to pull the sticks out of their arses…
the most recent version of Finder is… a bit weird. I like all of the tools and functions it has, but it’s a huge departure from the previous version of Finder, and I’m not a super-fan of some of the feature implementations. but, if you’re used to using Finder for a lot of work, you won’t feel too out-of-place.
I haven’t used Dolphin in over a decade, so perhaps I’ll check it out.
Still excels? I don’t recall windows explorer ever being good at anything!
You are saying you like the tabs in the header, so at the top. But Dolphin lets you split, which would make that not make as much sense.
deleted by creator
What are you asking?
I actually like the Windows file explorer. Used to be my favorite, before Dolphin. Nowadays I’d say Dolphin is slightly better overall, but could still use a change inspired by Windows or two. For instance, I really like the drive view on the Windows file explorer’s home page.
In the newest versions, idk about older ones, dolphin lists all attached drives with a progress bar to show how full they are on the left panel, not too different from what youre suggesting, just built into the sidebar instead of a “my computer” type page.
It’s nice, but I just really like the Windows’ design of this feature. Not really anything functionality-related. Honestly, I wish I could just have the file manager from Windows Vista or 7. I don’t even need tabs.
Really? That’s awesome! Hold on, I need to go install it on my one PC that still runs windows.
There is also Krusader that might be worth looking into.
Oh shit
I don’t know how much of this is going on now, but in the early days, one could run a variety of linux apps in windows with the correct runtimes installed. this may be how WINE came about?
Just FYI, WINE is for running MS Windows software on Linux, not Linux software on MS Windows^1. As others have mentioned, I think cygwin was sort of the reverse-WINE. Also, I think KDE made a push to get their apps running on MS Windows because QT was cross-platform.
I was using WINE to play StarCraft back in like 2000. I think it predates running most Linux software on MS Windows, except for a few big, multi-platform packages like Firefox (back when it was still Netscape, then Mozilla Suite (don’t remember what it was called), then Phoenix, then Firebird (right? the same name as a database, so they had to change it, iirc). Those were usually developed for each platform specifically, not just for Linux and then run with an emulator.
^1: not trying to be snarky or anything. just put it in in case you didn’t know or maybe had a brain fart. Or maybe I’m wrong about the origins of WINE.
Definitely a brain fart. Thanks for looking out.
Was it cygwin, or something? I vaguely recall running an X server on Windows so I could display remote Linux gui apps locally.
You’re thinking of remote X server, but there was also something called Cygwin that allowed you to run certain Linux apps within a virtualized environment. It was basically just an X window that opened up in windows inside of which you could run Linux apps.
wasis: https://cygwin.com/
No windows 32 bit version??? Lazy asses, it’s just a checkbox! /s
Good news is I could install this without admin priveleges at work. Bad news is that while it can see my onedrive folder it behaves very badly with onedrive, click on a folder and it just dissappears. It did the same thing with Google drive as well. Since cloud is where all my data lives it’s not usable currently. =(
Afaik the version is old?
nope
Hi fellow Mr. Clippit!
Hello!