GlassIt-VSC icon indicating copy to clipboard operation
GlassIt-VSC copied to clipboard

command 'glassit.increase' not found

Open felloz opened this issue 5 years ago • 17 comments

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.

felloz avatar May 18 '20 18:05 felloz

I have the same issue on ArchLinux

codebasu avatar Jun 22 '20 18:06 codebasu

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

which pgrep which xprop xprop -version

whizsid avatar Jun 22 '20 18:06 whizsid

@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.

codebasu avatar Jun 22 '20 21:06 codebasu

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

xprop -root | grep '_NET_CLIENT_LIST_STACKING(WINDOW)'

whizsid avatar Jun 23 '20 07:06 whizsid

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

I see NET_CLIENT_LIST but not STACKING.

codebasu avatar Jun 23 '20 13:06 codebasu

@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 avatar Jun 24 '20 04:06 whizsid

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

whizsid avatar Jul 21 '20 05:07 whizsid

@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?

codebasu avatar Jul 22 '20 05:07 codebasu

@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.

whizsid avatar Jul 22 '20 05:07 whizsid

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 avatar Jul 22 '20 13:07 MonstrousOgre

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

MonstrousOgre avatar Jul 22 '20 14:07 MonstrousOgre

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

MonstrousOgre avatar Jul 22 '20 14:07 MonstrousOgre

0.2.2 is working for me now!

codebasu avatar Jul 23 '20 02:07 codebasu

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

omendezmorales avatar May 30 '22 21:05 omendezmorales

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

NUCLEARxDYNAMO avatar Jul 16 '22 15:07 NUCLEARxDYNAMO

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".

Sergij-SApcPro avatar Jan 29 '23 22:01 Sergij-SApcPro

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