[GH-ISSUE #1756] Okular fails to start in 0.9.52 #1192

Closed
opened 2026-05-05 07:37:57 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @Real-Gecko on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1756

[realgecko@archlinux ~]$ okular
Reading profile /etc/firejail/okular.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Warning: noroot option is not available
Parent pid 6068, child pid 6069
Warning: skipping alternatives for private /etc
Private /etc installed in 3.77 ms
Warning: /sbin directory link was not blacklisted
Warning: /usr/sbin directory link was not blacklisted
Blacklist violations are logged to syslog
Child process initialized in 45.40 ms
mprotect failed in ExecutableAllocator::makeExecutable: Отказано в доступе
*** stack smashing detected ***: <unknown> terminated

Parent is shutting down, bye...
[realgecko@archlinux ~]$ uname -a
Linux archlinux 4.13.12-1-ARCH #1 SMP PREEMPT Wed Nov 8 11:54:06 CET 2017 x86_64 GNU/Linux
[realgecko@archlinux ~]$ firejail --version
firejail version 0.9.52

Compile time support:
        - AppArmor support is disabled
        - AppImage support is enabled
        - bind support is enabled
        - chroot support is enabled
        - file and directory whitelisting support is enabled
        - file transfer support is enabled
        - git install support is disabled
        - networking support is enabled
        - overlayfs support is enabled
        - private-home support is enabled
        - seccomp-bpf support is enabled
        - user namespace support is enabled
        - X11 sandboxing support is enabled
Originally created by @Real-Gecko on GitHub (Jan 29, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/1756 ``` [realgecko@archlinux ~]$ okular Reading profile /etc/firejail/okular.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-devel.inc Reading profile /etc/firejail/disable-passwdmgr.inc Reading profile /etc/firejail/disable-programs.inc Reading profile /etc/firejail/whitelist-var-common.inc Warning: noroot option is not available Parent pid 6068, child pid 6069 Warning: skipping alternatives for private /etc Private /etc installed in 3.77 ms Warning: /sbin directory link was not blacklisted Warning: /usr/sbin directory link was not blacklisted Blacklist violations are logged to syslog Child process initialized in 45.40 ms mprotect failed in ExecutableAllocator::makeExecutable: Отказано в доступе *** stack smashing detected ***: <unknown> terminated Parent is shutting down, bye... [realgecko@archlinux ~]$ uname -a Linux archlinux 4.13.12-1-ARCH #1 SMP PREEMPT Wed Nov 8 11:54:06 CET 2017 x86_64 GNU/Linux [realgecko@archlinux ~]$ firejail --version firejail version 0.9.52 Compile time support: - AppArmor support is disabled - AppImage support is enabled - bind support is enabled - chroot support is enabled - file and directory whitelisting support is enabled - file transfer support is enabled - git install support is disabled - networking support is enabled - overlayfs support is enabled - private-home support is enabled - seccomp-bpf support is enabled - user namespace support is enabled - X11 sandboxing support is enabled ```
gitea-mirror 2026-05-05 07:37:57 -06:00
Author
Owner

@smitsohu commented on GitHub (Jan 29, 2018):

It is a bug in Qt, you can work around it with sudo echo "env QML_DISABLE_DISK_CACHE=1" >> /etc/firejail/disable-common.inc

The coming release will have this built-in.

<!-- gh-comment-id:361252592 --> @smitsohu commented on GitHub (Jan 29, 2018): It is a bug in Qt, you can work around it with `sudo echo "env QML_DISABLE_DISK_CACHE=1" >> /etc/firejail/disable-common.inc` The coming release will have this built-in.
Author
Owner

@Real-Gecko commented on GitHub (Jan 30, 2018):

That helped, thanks!

<!-- gh-comment-id:361541435 --> @Real-Gecko commented on GitHub (Jan 30, 2018): That helped, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1192
No description provided.