Gaël Bonithon

Results 81 comments of Gaël Bonithon

@gasinvein So do you think that Ristretto could be added to the list of exceptions in #2785 until this problem is solved?

I understand but then I don't see how I can unblock the situation for updates to Ristretto or its dependencies, as in https://github.com/flathub/org.xfce.ristretto/pull/38. I really don't see myself tinkering with...

Removing permissions via `--nosocket=session-bus` is not the same as removing them in the manifest in this case, perhaps because the main application is not itself the D-Bus service. You need...

> Oh is that how that works? I guess so: ```sh $ xfwm4-wayland --help usage: hopalong [options] [program] If [program] is specified, it will be launched to start a session....

> Does it still happen with xfce4-terminal or weston-terminal? Yes, and backtraces go more or less far sometimes but it seems to be always the same way (buit from 1eb122280ee8787121c4a5687870b2041c25f940...

Yes, it fixes the issue. This branch is dead though I think, new developments take place on wayland-2.

Hm, could be similar to https://github.com/pulsar-edit/pulsar/issues/942.

Some builtin commands not highlighted: `declare`, `readonly`. I also think there is a bug with command substitution (here with One Dark theme): Legacy: ![legacy](https://github.com/pulsar-edit/pulsar/assets/41806113/42dc3d2b-59ec-45e6-9151-03a7eaa292fd) Modern: ![modern](https://github.com/pulsar-edit/pulsar/assets/41806113/3b05cbbe-466e-408a-909a-346062b5ad32) Some files for comparison:...

Mixing single and double quotes with parameter expansion breaks highlighting in various ways. These are bashisms though, I don't think it's reproducible with POSIX parameter expansions, but it used to...

> how would you describe what that line of code is doing? Replace the first occurrence of `a` followed by anything (i.e. the longest suffix of the form `a*`) with...