How do make a patch for Winecfg

Questions about Wine on Linux
Locked
User avatar
R3L14NT94
Level 1
Level 1
Posts: 9
Joined: Thu Nov 30, 2023 7:32 pm

How do make a patch for Winecfg

Post by R3L14NT94 »

Hi everyone,

I want to make some patches to winecfg, starting with addressing the selection index of the "item" combo box under "Desktop Integration" tab, where there is an empty space whereas the box should be populated with an item when there's none selected as the first item. Also on the title bars any windows/Wine apps the fontstyle is set as "Regular" rather than 'Bold" which to me looks weird since it hasn't got more of that Win2k look to the title bars and whenever the colors are changed both on the states of being active and focussed and inactive and unfocussed on, wine doesn't refresh the changes on the fly to the controls of that app that isn't winecfg until the app is closed and re-opened is when you see the colours change on the controls after the app such as notepad being opened.

Anyway, here's a visual of what I explained earlier that I want to make changes to Wine.

Here's what the titlebar looks like when you create a new wine prefix:
titlebar in new wine prefix
titlebar in new wine prefix
Screenshot from 2024-07-24 01-27-20.png (2.76 KiB) Viewed 4295 times
Here's what the font in the titlebar should look like visually
titlebar in new wine prefix (what it should look like)
titlebar in new wine prefix (what it should look like)
Screenshot from 2024-07-24 01-18-25.png (2.11 KiB) Viewed 4295 times
Here's what the 'item' select combobox looks like with the item selection set to 0 than 1 (no item selected)
item combobox is empty
item combobox is empty
Screenshot from 2024-07-24 01-46-45.png (2.85 KiB) Viewed 4294 times
Locked