Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guiset not working with snap installation of Firefox #4950

Open
anlar opened this issue Mar 19, 2024 · 1 comment
Open

guiset not working with snap installation of Firefox #4950

anlar opened this issue Mar 19, 2024 · 1 comment

Comments

@anlar
Copy link

anlar commented Mar 19, 2024

Hi, I'm trying to use guiset options to modify UI with Firefox installed via Snap. I have installed native messaging according to README (install script, enable permissions, restart system) but any changes in guiset are not working.

Versions:

  • Ubuntu 22.04
  • Firefox 123.0.1 (64bit)
  • Tridactyl 1.24.0
  • Native script 0.4.1

Configs

:viewconfig --user:

{"update":{"lastchecktime":1710768184869},"configversion":"2.0","allowautofocus":"false","smoothscroll":"true","logging":{"messaging":"debug"}}

No tridactylrc config.

Native debug:

>>> printf '%c\0\0\0{"cmd": "run", "command": "echo $PATH"}' 39 | ~/.local/share/tridactyl/native_main {"cmd":"run","content":"/home/larionov/.local/bin:/home/larionov/bin:/home/larionov/.local/bin:/home/larionov/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin\n","command":"echo $PATH","code":0}

Is there are anything else I can use to debug errors with native messaging?

@bovine3dom
Copy link
Member

Sorry, snaps are a bit of a nightmare for us because they're specifically designed to make it hard for binaries to get access to your filesystem.

I would suggest you just modify the UI yourself following e.g. https://www.reddit.com/r/FirefoxCSS/ unless you really need native for other things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants