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

Create Alexandria #3242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create Alexandria #3242

wants to merge 1 commit into from

Conversation

probonopd
Copy link
Member

@github-actions
Copy link

github-actions bot commented Sep 2, 2023

The test was unable to make a screenshot. Most likely, the test did not succeed. Please check the logs of the test run.

@probonopd
Copy link
Member Author

probonopd commented Sep 2, 2023

What the? Someone is trying to be extra clever, and it seems to fall flat when running using Firejail...

(alexandria:4): dbind-WARNING **: 22:50:33.856: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
thread 'main' panicked at '`APPDIR` or `APPIMAGE` environment variable found but this application was not detected as an AppImage; this might be a security issue.', /home/pp/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tauri-utils-1.4.0/src/lib.rs:205:11
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

The message is coming from here:

https://github.com/tauri-apps/tauri/blob/af3268a4be69e2dee72ba867ee54bc36d12712e6/core/tauri-utils/src/lib.rs#L308

The logic there is wrong. Nothing in the AppImageSpec guarantees that an AppImage gets mounted to a mountpoint of any sort of predictable path. Just because one particular version of the AppImage runtime has a certain behavior it cannot be deduced that this is universally true; e.g., when using Firejail it is not.

This commit seems to be the culprit:
tauri-apps/tauri@6fbd6db

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

Successfully merging this pull request may close these issues.

None yet

1 participant