win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
1.83k stars 60 forks source link

Supermium not skinning with my native titlebar. #676

Open Venomousicon opened 1 week ago

Venomousicon commented 1 week ago

Describe the bug I was under the impression that Supermium allowed me to use my own custom titlebar, or at least have the --disable-windows10-custom-titlebar flag in chrome://flags

To Reproduce Steps to reproduce the behavior:

  1. Enable a custom skin with Windowblinds 11 or whatever else you want to use
  2. Open Supermium
  3. Still uses the chrome windows 10 style titlebar

Expected behavior For it to skin like the rest of the apps on my system like Firefox

win32ss commented 1 week ago

I remember WindowBlinds being quite hacky with Supermium in the past: https://github.com/win32ss/supermium/issues/125

It seems that WindowBlinds reacts to the command line switch but does not read the flag, which makes sense as the latter is not passed on any command lines. WindowBlinds could read the Local State file in the user profile (which is in a fairly predictable location in %localappdata% or defined on the command line using --user-data-dir) to determine usage of the flag, but I doubt they care enough about Supermium to go beyond what they did for all Chromium.