ptazithos / glazewm-extra

This repository provides additional features for GlazeWM.
MIT License
27 stars 1 forks source link

Glazewm-extra doesn't start #6

Closed FedeP14 closed 2 months ago

FedeP14 commented 2 months ago

Windows version: windows 11 Pro 22H2

glazewm-extra.toml conf: [[window_rules]] command = "set title false" match_process_name = ".*"

glazewm conf: https://github.com/FedeP14/conf/blob/master/glazewm/config.yaml

running with powershell or running with the double click on the exe file result in no output and the program doesn't start

ptazithos commented 2 months ago

Hi, could you give me more information so I can check this?

First, I want to make sure all the dependencies installed (Webview2 and VCRuntime140)

Second, I need the version of glazewm-extra. If you install it by scoop, run' scoop list'.

Screenshot 2024-07-23 201512
FedeP14 commented 2 months ago

glaze-wm extra version is v0.1.7 like yours, i think th problem is some bug in my system with webview2 that my pc seems not support (i highly doubt it, but probably a debloat on my end caused it)

ptazithos commented 2 months ago

I am working on removing webview2 from the dependencies. I hope that works for you. It still needs a week to complete. I linked the branch remove-tauri to this issue so you can trace the progress.

ptazithos commented 2 months ago

I remove webview2 since v0.1.9. Could you please try it?