Does anyone know if it can run Visual Studio? Would be awesome so i could switch to Linux for my Job
Probably!
And so cometh the foretold LSW (Linux Subsystem for Windows)
And with it, the infinitely recursive wsllswwsllswwsllsw…
It’s subsystems all the way down
Always has been
What’s the difference of this and WINE?
tldr: VM->RDP seamless render
WinApps works by: Running Windows in a Docker, Podman or libvirt virtual machine. Querying Windows for all installed applications. Creating shortcuts to selected Windows applications on the host GNU/Linux OS. Using FreeRDP as a backend to seamlessly render Windows applications alongside GNU/Linux applications.
Wine Is Not an Emulator.
This is an Emulator.
This is (like) virtualbox running in seamless mode…
Well will it run Winamp because I inadvertently read the title as Winamp and now I need it again
Audacious is your friend. It accepts old Winamp skins!
I’ve been rocking the Windows XP skin on Linux Mint
AFAIK I am pretty sure Winamp works fine on Wine.
It really whips the llama’s ass!
*ehc ehc ehc ehceeh
Yes, but there is a Winamp Wine based package somewhere iirc.
Paint.net’ child window always got mess up and float across the screen towards the left side
If this can run Clip Studio Paint, I’ll take it.
Krita and GIMP lacks too many advance features for comic creation.
Worth a shot!
I don’t ever mean to be a downer but I feel this will hurt users in the long run. Just simy extending an umbilicle to Microsoft’s teat because they can’t be assed to let go and stop suckling. M$O and Adobe CC are some of the worst offenders for SaaS bullshittery.
The thing is, sometimes you need Microsoft not of your own volition but because of bureaucracy. When I was signing a contract recently, the government required me to fill in a office word document and it would not work at all on libre, I had to scramble around the house, went through 3 different computers trying to get any of them to have office working after I just recently uninstalled it from all of them to use libre only, but in the end I had to use a university computer to fill in the doc.
As much as I want to move from them, Excel and Photoshop are too advance compared to any alternative, including both FOSS and commercial one.
Even Excel Online is not as advance as Excel desktop.
Casual users can get away from them, not advance user that needs unique feature only available in the software.
You are gonna love only office. Their spreadsheet work as close to excil as possible.
I actually use it for some PC, still missing a lot of features tho.
So… What make it’s different from PlayOnLinux or Bottles or Winetricks ?
Unlike the Wine based stuff (Bottles, Winetricks), this runs actual Windows as a VM. So compatibility will be far better though performance will be worse.
And it comes with all the downsides that Windows does.
They can’t run Adobe. This runs a full VM constantly in the background that you can pop up when you want to use the Windows desktop to install things etc. It’s a completely different set up. It can also run ArcGIS Pro, which the other methods can’t.
So this can run latest MS OFFICE and Adobe Suite you say ??
Why would you want that though…
Well it’s not my own choice, my office has standards.
It can even run pirated versions, don’t ask me how I know! 🏴☠️
That’s even better !!!
yar har har
And if it can run FL Studio, adios to dual boot. 😄
FL Studio and most VSTs already work in WINE.
ESRI sucks horribly, getting away from that trash is a good idea.
There is no good use case for that crap.
Lmao, agreed. QGIS is my main, but there’s some things I need via the enterprise side/legacy files. It gathers dust more often than not these days.
That company is just a cult more than anything else. It irks me to no end that they require a license to do anything. Edit? More money. Spatial Analysis? Even more money. Oh you want to share that thing you made? Lets get you started on the cloud/portal/server plan. Oh you want that server to have any kind of uptime? Better buy the monitor tool!
Everywhere you turn with those ass hats it is another license, more bugs, and slower.
I move almost all GIS functions into SQL. Postgis is a miracle worker and foreign data wrappers in postgres are just awesome. If I need a viewer/editor than Qgis is fanstastic too.
ESRI has the nerve to come up with a way to make web pages and call them “Story Maps”. Get the hell out, that is just a web page!
But their cult loves to belong, and think that GIS means ESRI. They are like addicts.
I really need to learn PostGIS. Got any tips?
If you don’t know SQL at all, that is where you will need to start.
If you know enough to get the idea and are ready to go further than this might help https://postgis.net/documentation/training/
and this is the best book on the subject: PostGIS In Action https://postgis.us/
Postgresql is the database, Postgis is an extension. All modern databases are spatial, but postgis adds so much more. For example, maybe you reproject something with ArcGIS. In Postgis you simply select with the new projection on the fly.
You can clip, linear reference, compare, etc, all the spatial functions you do in a gis tool. Raster, vector, point data, etc.
I appreciate you. 💚
me running adobe ps cc 2023 in wine for the last 2 years: * stares in doubt
I’ve tried and failed to get adobe ps or lr working through wine, do you have a guide you followed or something I could try?
https://github.com/Gictorbit/photoshopCClinux
iirc I used this one
sure you can but why would you want to
I’m gonna try this out. I like to use a DnD character generation sheet that only supports Adobe PDF with its js shenanigans. There really isn’t any sheet generator that comes close to it, I checked.
A DND character sheet is enough to use adobe? I wonder how we ever got by before it.
In any case let’s see it. Curious if I could change it to something else, or is it custom by you?
Here it is. https://www.flapkan.com/ It is so convenient that I still deal with the inconvenience of dual booting. I really hope you can convince me to use something else.
What about graphics acceleration? Does it need gpu pass through?
Running Windows in a Docker, Podman or libvirt virtual machine
Seems to me like GPU acceleration should be supported. Libvirt probably requires dedicated passthrough or sophisticated methods like SR-IOV.
I’m positive it has the same issues as any other Windows VM setup. If you’ve got two GPUs, you can probably pass one of them through to the VM and get good graphical performance.
I wish the virtio-gpu stuff hadn’t died on Windows…
EDIT: It might not be dead? That’s cool if so.
I know there are ways you can tailor your VM to use the hardware, but am no expert.
Yah, I dinked with this for far too long on several docker-based windows installs I have around the network including localhost on a non-standard port. Fails to set up and gives no messages to follow up when it does. I can connect to them fine with a normal xfreerdp command.
2/7
The config files need to be just right for this to work. It took a little fiddling at first but it works on Kubuntu 25.04 for the last few months.
docker based windows install ? How ? windows in qemu in docker ?
office in wine in docker and somehow exporting display to wayland ?
How does that work ?I’ve been using the same windows/dockur setup for a couple years that they outline in the Winapp docs. It uses KVM via a docker cap you give it permission for in the docker compose.
It should work with this Winapp thing, but I haven’t gotten much success so far trying to connect it. I’ve just been RDPing into them but I’d have liked to just pull the relevant windows alone, more like Terminal Service Applications.
Thanks ! I’ve never heard of that one
I had investigated distrobuilder in repack-windows mode
This sounds like a similar version of that with docker instead of lxc ?I’m really curious to find some way to have just an application being streamed from one of those, instead of a whole desktop. Like just the application window, resizable like a regular window and using the decorations of the receiving OS
Anyone try this yet? Office and adobe on Linux easily working on Linux would be big.
It running in podman just windows VM and connection to real host done with rdp window capture from windows.I tried it not that bad can be used for office work i used it with tiny11
Yea it’s great!
Will this work with music producing software like Ableton or will it introduce too much latency?
You’d just have normal Windows latency + pipewire latency.
Pipewire can adjust for latency on the source, so if you’re running a monitor of an instrument directly on Linux it won’t be out of sync.
You may need to edit a config file or two once you know exactly how much latency comes from Windows/the vm software.
It should be ok, I think. I am running ArcGIS which is pretty resource heavy and it works just fine.
If that works with silly mobile games as well, maybe I can get my mom on Linux
Waydroid for that.