hikarin522 / GlassIt-VSC

VS Code Extension to set window to transparent on Windows platform.
https://marketplace.visualstudio.com/items?itemName=s-nlf-fh.glassit
MIT License
203 stars 21 forks source link

command 'glassit.increase' not found #16

Open felloz opened 4 years ago

felloz commented 4 years ago

Im using Windows 7 and VsCode v 1.45.1

Getting this error when i type ctrl+alt+z command 'glassit.increase' not found any help its appreciated.

codebasu commented 4 years ago

I have the same issue on ArchLinux

whizsid commented 4 years ago

@Boss-U Have you installed xprop package? What is the output of below commands?

which pgrep which xprop xprop -version

codebasu commented 4 years ago

@whizsid /usr/bin/pgrep /usr/bin/xprop xprop 1.2.4

It will say glassit.increase/decrease not found.

For the record, I have tried archwiki as well, and no dice either... https://wiki.archlinux.org/index.php/Per-application_transparency code-oss & sleep .8s && transset-df -a

This works when I want to launch it, and set an alias to it. But the automatic per app load doesn't with devilspie.

whizsid commented 4 years ago

@Boss-U What is your window manager? Can you post the output of below command.

xprop -root | grep '_NET_CLIENT_LIST_STACKING(WINDOW)'
codebasu commented 4 years ago

I'm using dwm (v6.2). That command does not return anything.

I see NET_CLIENT_LIST but not STACKING.

whizsid commented 4 years ago

@Boss-U As per the comment on this thread seems like dwm is not supporting _NET_CLIENT_LIST_STACKING . I will send a PR to fix it.

whizsid commented 4 years ago

@BasuDivergence Please update GlassIt-VSC to the version 0.2.1 .

codebasu commented 4 years ago

@BasuDivergence Please update GlassIt-VSC to the version 0.2.1 .

Hi, I have tried 0.2.1 and am getting "glassit.increase/decrease not found" What do you need from me to help debug this issue?

whizsid commented 4 years ago

@BasuDivergence Worked on dwm with picom. What is the output of below commands:-

xprop -root | grep '_NET_CLIENT_LIST(WINDOW)'

xprop -id <window_id> _NET_WM_PID

get <window_id> from the first command output.

MonstrousOgre commented 4 years ago

I started having this issue yesterday even though the last time I updated Code was a week ago. I'm using Arch Linux and KDE

MonstrousOgre commented 4 years ago

@whizsid The command you mentioned returns _NET_WM_PID(CARDINAL) = 1011

MonstrousOgre commented 4 years ago

So it randomly started working again. No idea what fixed it

codebasu commented 4 years ago

0.2.2 is working for me now!

omendezmorales commented 2 years ago

Not working in Ubuntu 22.04 LTS; xprop version = 1.2.4 Any updates?

NUCLEARxDYNAMO commented 2 years ago

Using Archcraft and window manager berryWM. command 'glassit.increase' not found image

Sergij-SApcPro commented 1 year ago

If you are using VS Codium, you need to edit the extension.js file in the extension folder: ~/.vscode-oss(OR .vscode)/extensions/s-nlf-fh.glassit-{THE VERSION}-universal/, and change "code" on line 46 to "codium".

pendragons-code commented 4 months ago

If you are using VS Codium, you need to edit the extension.js file in the extension folder: ~/.vscode-oss(OR .vscode)/extensions/s-nlf-fh.glassit-{THE VERSION}-universal/, and change "code" on line 46 to "codium".

Thank you, thank you so much