LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
888 stars 30 forks source link

[install] Create gamescope-session-wine-desktop #884

Open LukeShortCloud opened 1 month ago

LukeShortCloud commented 1 month ago

This is a wild idea I had: use Wine as your actual desktop environment. Experience Windows without Windows. This should technically be possible with the help of gamescope-session. Maybe another compositor would be better, though. I need to do more research into this.

GuestSneezeOSDev commented 1 month ago

Maybe i can help I have never made my own DE but i could learn how to

#!/bin/bash

WINEPREFIX="$HOME/.wine"
APP_PATH="rufus.exe"

gamescope -e -f -- wine "$APP_PATH"

something like this may help