bogen85

Results 27 comments of bogen85

In general clang2py does not like the headers I give it. I was trying to use cffi on some headers and it did not them either. The following made them...

Well, actually I'm fixing it all up in python now, the sed stuff was just temporary from the command line to get it working.

Understood. I'll take a look when I get a chance and see if I can figure something out. One of the proposed fixes for #4079 was to put this file...

**stale**? This issue? What is stale is the [platfrom manifests](https://github.com/anbox/platform_manifests) : Latest commit a7f17ec on May 25, 2020

Interesting... I'll add what I see on this. I'm running 1.170 via flatpak. I'm seeing the same thing. ```text $ wmctrl -xl | blah blah blah... 0x04000011 0 cudatext.Untitled1 -...

```text $ flatpak list | fgrep CudaText CudaText io.github.cudatext.CudaText-Qt5 1.170.0 stable system $ pacman -Qs cudatext local/cudatext-qt5-bin 1.170.0.0-0 Cross-platform text editor, written in Lazarus. Qt5 edition. ```

Here is a more exhaustive/comprehensive repro steps. Needs to be run on a systemd Linux distro with host python/pip/venv installed. User needs sudo. Put these 4 files in your directory...

From initial_prep.py above: ```python3 for runlevel in SERVICES.keys(): links = [x.strip() for x in host.get_fact(FindLinks, f'/etc/runlevels/{runlevel}', quote_path=False)] for service in SERVICES[runlevel].split(): path, target = f'/etc/runlevels/{runlevel}/{service}', f'/etc/init.d/{service}' if (path in links)...

The equivalent in Ansible, while the output is cleaner, required me to removed the soft link of sh to busybox and make it a hard link. Also, I had to...

See #732 for discussion of the quoting issue that led the path link fact not being correct.