ppeb

Results 34 comments of ppeb

What was the reason for closing this? I'm encountering this same issue myself.

My file manager is pcmanfm. I have an entry in ~/.config/mimeapps.list for `inode/directory=pcmanfm.desktop`. When running xdg-open on a filepath, it opens pcmanfm and exits, allowing me to use the terminal...

Replaced my file manager on my path with ```bash #!/usr/bin/env bash echo "$@" /bin/pcmanfm "$@" & disown ``` which fixes the issue. This indicates the project has an assumption the...

Seems cosmopolitan just doesn't support dlopen on certain platforms, unfortunately. https://github.com/jart/cosmopolitan/blob/9a5a13854dba8a8169fd0cd59e76a014e3822f75/libc/dlopen/dlopen.c#L827