You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2026. It is now read-only.
Our new logging system works like a charm everywhere except for snaps. When you access /tmp from within a snap, you're actually accessing /tmp/snap.qsarmodelingpy/tmp, but /tmp/snap.qsarmodelingpy is 0700 (only accessible by root). The direct consequence is that the Help > Open log doesn't work at all, as the file it points to (inside /tmp) doesn't exist.
For now, the only way to see snaps logs is by running it from the command line and using the debug option:
Our new logging system works like a charm everywhere except for snaps. When you access
/tmpfrom within a snap, you're actually accessing/tmp/snap.qsarmodelingpy/tmp, but/tmp/snap.qsarmodelingpyis0700(only accessible by root). The direct consequence is that theHelp > Open logdoesn't work at all, as the file it points to (inside/tmp) doesn't exist.For now, the only way to see snaps logs is by running it from the command line and using the debug option: