Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

"WID" not replaced in args if passed as wid=WID #11

Description

@OnionMaster03

When I issue this command:
xwinwrap -fs -ni -s -nf -b -un -argb -fdt -sh circle -- gifview -w=WID mygif.gif -a
it returns this output:

gifview: option ‘-w WID’ is invalid
gifview: (Possibilities are ‘root’ and ‘any integer’.)

I tried with:
xwinwrap -fs -ni -s -nf -b -un -argb -fdt -sh circle -- echo WID
and it actually returns:

0x6800002
echo died, exit status 0

as the WID is a byte and not an integer, so why do this happens?
I'm on latest Debian Sid, and using Linux 5.6.0-2-amd64 kernel

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions