Almost half a year ago I made a post asking why Wine wasn't working. I also submitted a bug report. After not getting much help I reinstalled the system with Debian 12 thinking Ubuntu had implemented something odd, but Wine refused to work then as well. I tried searching around and asking on a Discord server with little success. Wine managers like PlayOnLinux and Soda could not even launch winecfg. Actually, did Soda have that ability or was it built in?

However, when I did the heinous thing of running "sudo winecfg" all went well. It did create a .wine folder in my root, but I got a GUI. CLI execs worked fine either way. This got me thinking that the latest distros have upped the security somewhat and Wine is not getting the permissions it needs to display a GUI of any kind. What do I need to do to make this work?
Note that even if the logs in the previous post are for Ubuntu (and older version of wine), running the same command lines in Debian produce practically identical results (finding a 1024 display, then the 1920 display, then trying to draw to the 1024 display). My fstab looks like this:
Code: Select all
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=50617566-677d-4f2d-b278-bd97d99a2cfe / ext4 errors=remount-ro 0 1
# /home was on /dev/sda7 during installation
UUID=3225b130-04f8-4190-a9e1-f3ebe5efafc8 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=4f79f2b8-b0ee-46fc-be22-2c477a42dbb3 none swap sw 0 0
# swap was on /dev/sdb5 during installation
UUID=54953a73-dc85-4ad8-96ae-6aa7e3bea622 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
# Win Parts
# /dev/sda2 C:\
UUID=A03A04FA3A04CF6A /media/sda2 ntfs-3g exec,permissions,auto 0 0
# /dev/sda8 E:\
UUID=078A40594387992A /media/sda8 ntfs-3g exec,permissions,auto 0 0
# /dev/sdb7 H:\
UUID=18F7C0FB55E53731 /media/sdb7 ntfs-3g exec,permissions,auto 0 0
Code: Select all
drwxrwxr-x 131 edward edward 36864 Jun 24 10:13 .
drwxrwxr-x 2 edward edward 4096 Jun 24 09:53 dosdevices
drwxrwxr-x 7 edward edward 4096 Aug 17 2022 drive_c
-rw-r--r-- 1 edward edward 7455694 Jun 24 09:55 system.reg
-rw-rw-r-- 1 edward edward 12 Apr 14 09:34 .update-timestamp
-rw-r--r-- 1 edward edward 3288 Jun 24 09:53 userdef.reg
-rw-r--r-- 1 edward edward 527805 Jun 24 09:53 user.reg
-rw-rw-r-- 1 edward edward 457 Nov 6 2022 winetricks.log