[GH-ISSUE #3391] vlc: front end does not appear after launch #2130

Closed
opened 2026-05-05 08:48:29 -06:00 by gitea-mirror · 22 comments
Owner

Originally created by @rsramkis on GitHub (May 1, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3391

Whens starting VLC on Manjaro Linux via the Gnome GUI where VLC was associated with the default Firejail profile with "sudo firejailcfg", the application will not show the VLC front end. I did use 'sudo firecfg --clean' and VLC is working. So I will need some pointers on how to troubleshoot. I've included my notes below.

System Information:
inxi -Fxz System: Host: mani Kernel: 4.19.118-1-MANJARO x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: Gnome 3.36.1 Distro: Manjaro Linux Machine:

To Troubleshoot:

(1) Launched VLC from terminal:


Reading profile /etc/firejail/vlc.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-exec.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/disable-xdg.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Parent pid 6224, child pid 6225
6 programs installed in 5.84 ms
Warning: /sbin directory link was not blacklisted
Warning: /usr/sbin directory link was not blacklisted
Child process initialized in 150.62 ms
VLC media player 3.0.9.2 Vetinari (revision 3.0.9.2-0-gd4c1aefe4d)
[000055e5f78b05b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
qt5ct: using qt5ct plugin

(2) I then verified VLC was working if I removed Firejail with the "sudo firecfg --clean". VLC ran correctly.

(3) Re-applied 'firecfg' :
`sudo firecfg
Removing all firejail symlinks:

Configuring symlinks in /usr/local/bin based on firecfg.config
0ad created
audacity created
baobab created
bleachbit created
cheese created
clamdscan created
clamdtop created
clamscan created
clamtk created
clementine created
code created
conky created
conplay created
cvlc created
darktable created
display created
dnsmasq created
enchant-2 created
enchant-lsmod-2 created
eog created
evince created
evince-previewer created
evince-thumbnailer created
feh created
ffmpeg created
ffmpegthumbnailer created
ffplay created
ffprobe created
file-roller created
firefox created
freshclam created
gcalccmd created
gedit created
gimp created
gimp-2.10 created
gjs created
gnome-calculator created
gnome-characters created
gnome-clocks created
gnome-contacts created
gnome-font-viewer created
gnome-logs created
gnome-maps created
gnome-system-log created
gthumb created
img2txt created
inkscape created
inkview created
keepass created
kodi created
krita created
less created
libreoffice created
lobase created
localc created
lodraw created
loffice created
lofromtemplate created
loimpress created
lomath created
loweb created
lowriter created
mpg123 created
mpg123-id3dump created
mpg123-strip created
out123 created
patch created
pdftotext created
qt-faststart created
seahorse created
seahorse-daemon created
secret-tool created
simple-scan created
simplescreenrecorder created
soffice created
ssh created
steam created
strings created
thunderbird created
totem created
tracker created
transmission-gtk created
tshark created
uget-gtk created
vivaldi-stable created
vlc created
vscodium created
w3m created
wget created
wine created
wireshark created
yelp created

Adding user rsruser to Firejail access database in /etc/firejail/firejail.users
User rsruser already in the database

Loading AppArmor profile

Fixing desktop files in /home/rsruser/.local/share/applications
darktable.desktop skipped: file exists
org.gnome.clocks.desktop skipped: file exists
org.gnome.Logs.desktop skipped: file exists
org.gnome.Totem.desktop skipped: file exists
vivaldi-stable.desktop skipped: file exists
steam.desktop skipped: file exists
org.gnome.Cheese.desktop skipped: file exists
org.gnome.gedit.desktop skipped: file exists
vlc.desktop skipped: file exists
org.gnome.Maps.desktop skipped: file exists
thunderbird.desktop skipped: file exists
org.gnome.baobab.desktop skipped: file exists
firefox.desktop skipped: file exists
org.gnome.Nautilus.desktop skipped: file exists
`

(4) Checked the AA-Status:
sudo aa-status   2  [sudo] password for root: apparmor module is loaded. 6 profiles are loaded. 6 profiles are in enforce mode. /usr/lib/lightdm/lightdm-guest-session /usr/lib/lightdm/lightdm-guest-session//chromium firejail-default lsb_release nvidia_modprobe nvidia_modprobe//kmod 0 profiles are in complain mode. 6 processes have profiles defined. 6 processes are in enforce mode. /usr/lib/firefox/firefox (4797) firejail-default /usr/lib/firefox/firefox (4901) firejail-default /usr/lib/firefox/firefox (4967) firejail-default /usr/lib/firefox/firefox (5017) firejail-default /usr/lib/firefox/firefox (6398) firejail-default /usr/lib/firefox/firefox (6514) firejail-default 0 processes are in complain mode. 0 processes are unconfined but have a profile defined.

(5) Get Firejail Version
`rsruser  ~  firejail --version
firejail version 0.9.62

Compile time support:
- AppArmor support is enabled
- AppImage support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- firetunnel support is enabled
- 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 @rsramkis on GitHub (May 1, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3391 Whens starting VLC on Manjaro Linux via the Gnome GUI where VLC was associated with the default Firejail profile with "sudo firejailcfg", the application will not show the VLC front end. I did use 'sudo firecfg --clean' and VLC is working. So I will need some pointers on how to troubleshoot. I've included my notes below. **System Information:** ` inxi -Fxz System: Host: mani Kernel: 4.19.118-1-MANJARO x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: Gnome 3.36.1 Distro: Manjaro Linux Machine: ` **To Troubleshoot:** **(1) Launched VLC from terminal:** ``` Reading profile /etc/firejail/vlc.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-devel.inc Reading profile /etc/firejail/disable-exec.inc Reading profile /etc/firejail/disable-interpreters.inc Reading profile /etc/firejail/disable-passwdmgr.inc Reading profile /etc/firejail/disable-programs.inc Reading profile /etc/firejail/disable-xdg.inc Reading profile /etc/firejail/whitelist-var-common.inc Parent pid 6224, child pid 6225 6 programs installed in 5.84 ms Warning: /sbin directory link was not blacklisted Warning: /usr/sbin directory link was not blacklisted Child process initialized in 150.62 ms VLC media player 3.0.9.2 Vetinari (revision 3.0.9.2-0-gd4c1aefe4d) [000055e5f78b05b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. qt5ct: using qt5ct plugin ``` **_(2) I then verified VLC was working if I removed Firejail with the "sudo firecfg --clean". VLC ran correctly._** **_(3) Re-applied 'firecfg' :_** `sudo firecfg Removing all firejail symlinks: Configuring symlinks in /usr/local/bin based on firecfg.config 0ad created audacity created baobab created bleachbit created cheese created clamdscan created clamdtop created clamscan created clamtk created clementine created code created conky created conplay created cvlc created darktable created display created dnsmasq created enchant-2 created enchant-lsmod-2 created eog created evince created evince-previewer created evince-thumbnailer created feh created ffmpeg created ffmpegthumbnailer created ffplay created ffprobe created file-roller created firefox created freshclam created gcalccmd created gedit created gimp created gimp-2.10 created gjs created gnome-calculator created gnome-characters created gnome-clocks created gnome-contacts created gnome-font-viewer created gnome-logs created gnome-maps created gnome-system-log created gthumb created img2txt created inkscape created inkview created keepass created kodi created krita created less created libreoffice created lobase created localc created lodraw created loffice created lofromtemplate created loimpress created lomath created loweb created lowriter created mpg123 created mpg123-id3dump created mpg123-strip created out123 created patch created pdftotext created qt-faststart created seahorse created seahorse-daemon created secret-tool created simple-scan created simplescreenrecorder created soffice created ssh created steam created strings created thunderbird created totem created tracker created transmission-gtk created tshark created uget-gtk created vivaldi-stable created vlc created vscodium created w3m created wget created wine created wireshark created yelp created Adding user rsruser to Firejail access database in /etc/firejail/firejail.users User rsruser already in the database Loading AppArmor profile Fixing desktop files in /home/rsruser/.local/share/applications darktable.desktop skipped: file exists org.gnome.clocks.desktop skipped: file exists org.gnome.Logs.desktop skipped: file exists org.gnome.Totem.desktop skipped: file exists vivaldi-stable.desktop skipped: file exists steam.desktop skipped: file exists org.gnome.Cheese.desktop skipped: file exists org.gnome.gedit.desktop skipped: file exists vlc.desktop skipped: file exists org.gnome.Maps.desktop skipped: file exists thunderbird.desktop skipped: file exists org.gnome.baobab.desktop skipped: file exists firefox.desktop skipped: file exists org.gnome.Nautilus.desktop skipped: file exists ` **_(4) Checked the AA-Status:_** `sudo aa-status   2  [sudo] password for root: apparmor module is loaded. 6 profiles are loaded. 6 profiles are in enforce mode. /usr/lib/lightdm/lightdm-guest-session /usr/lib/lightdm/lightdm-guest-session//chromium firejail-default lsb_release nvidia_modprobe nvidia_modprobe//kmod 0 profiles are in complain mode. 6 processes have profiles defined. 6 processes are in enforce mode. /usr/lib/firefox/firefox (4797) firejail-default /usr/lib/firefox/firefox (4901) firejail-default /usr/lib/firefox/firefox (4967) firejail-default /usr/lib/firefox/firefox (5017) firejail-default /usr/lib/firefox/firefox (6398) firejail-default /usr/lib/firefox/firefox (6514) firejail-default 0 processes are in complain mode. 0 processes are unconfined but have a profile defined. ` **_(5) Get Firejail Version_** `rsruser  ~  firejail --version firejail version 0.9.62 Compile time support: - AppArmor support is enabled - AppImage support is enabled - chroot support is enabled - file and directory whitelisting support is enabled - file transfer support is enabled - firetunnel support is enabled - 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`
Author
Owner

@ghost commented on GitHub (May 1, 2020):

vlc.desktop skipped: file exists

There have been some issues with firecfg, e.g. #3179. Can you post the content of your vlc.desktop here please?

<!-- gh-comment-id:622573127 --> @ghost commented on GitHub (May 1, 2020): > vlc.desktop skipped: file exists There have been some issues with firecfg, e.g. #3179. Can you post the content of your vlc.desktop here please?
Author
Owner

@rsramkis commented on GitHub (May 1, 2020):

Contents of the vlc.desktop from /home/rsruser/.local/share/applications

# converted by firecfg [Desktop Entry] Version=1.0 Name=VLC media player GenericName=Media player Comment=Read, capture, broadcast your multimedia streams Name[af]=VLC-mediaspeler GenericName[af]=Mediaspeler Comment[af]=Lees, vang, send u multimediastrome Name[am_ET]=የ ቪኤልሲ መገናኛ ማጫወቻ GenericName[am_ET]=የ መገናኛ ማጫወቻ Comment[am_ET]=የ እርስዎን በርካታ መገናኛ ማንበቢያ: መያዣ ማስተላለፊያ Name[ar]=مشغل الوسائط VLC GenericName[ar]=مشغل الوسائط Comment[ar]=اقرأ ، التقط ، و بث تدفقات وسائطك المتعددة Name[ast]=Reproductor multimedia VLC GenericName[ast]=Reproductor multimedia Comment[ast]=Llei, captura y emiti fluxos multimedia Name[bg]=Медиен плейър VLC GenericName[bg]=Медиен плейър Comment[bg]=Прочитане, прихващане и излъчване на мултимедийни потоци. Name[br]=VLC lenner mediaoù GenericName[br]=Lenner mediaoù Comment[br]=Lenn, enrollañ, skignañ ho lanvioù liesvedia Name[ca]=Reproductor multimèdia VLC GenericName[ca]=Reproductor multimèdia Comment[ca]=Reproduïu, captureu i difoneu fluxos multimèdia Name[co]=Lettore multimedia VLC GenericName[co]=Lettore multimedia Comment[co]=Leghje, cattura, diffonde i vostri flussi multimedia Name[cs]=Multimediální přehrávač VLC GenericName[cs]=Multimediální přehrávač Comment[cs]=Čtěte, zachytávejte, a vysílejte své multimediální proudy Name[cy]=Chwaraeydd VLC GenericName[cy]=Chwaraeydd cyfryngau Comment[cy]=Darllen, cipio a darlledu dy ffrydiau aml-gyfrwng Name[da]=VLC media player GenericName[da]=Medieafspiller Comment[da]=Læs, indspil, transmittér dine multimediestreams Name[de]=VLC Media Player GenericName[de]=Medienwiedergabe Comment[de]=Wiedergabe, Aufnahme und Verbreitung Ihrer Multimedia-Streams Name[el]=Αναπαραγωγός πολυμέσων VLC GenericName[el]=Αναπαραγωγός πολυμέσων Comment[el]=Διαβάστε, καταγράψτε, μεταδώστε τις ροές πολυμέσων σας Name[en_GB]=VLC media player GenericName[en_GB]=Media player Comment[en_GB]=Read, capture, broadcast your multimedia streams Name[es]=Reproductor multimedia VLC GenericName[es]=Reproductor multimedia Comment[es]=Lea, capture y emita sus contenidos multimedia Name[es_MX]=Reproductor multimedia VLC GenericName[es_MX]=Reproductor multimedia Comment[es_MX]=Lea, capture, emita sus transmisiones multimedia Name[et]=VLC meediaesitaja GenericName[et]=Meediaesitaja Comment[et]=Multimeediafailide ja -voogude taasesitamine, lindistamine ja edastamine Name[eu]=VLC multimedia-erreproduzigailua GenericName[eu]=Multimedia irakurgailua Comment[eu]=Irakurri, hartu, igorri zure multimedia jarioak Name[fi]=VLC-mediasoitin GenericName[fi]=Mediasoitin Comment[fi]=Toista, tallenna ja lähetä multimediaa Name[fr]=Lecteur multimédia VLC GenericName[fr]=Lecteur multimédia Comment[fr]=Lit, capture, diffuse vos flux multimédias Name[fy]=VLC media player GenericName[fy]=Mediaspiler Comment[fy]=Jo multimedia-streams lêze, opnimme en útstjoere Name[ga]=Seinnteoir meán VLC GenericName[ga]=Seinnteoir meán Comment[ga]=Léigh, gabh, craol do shruthanna ilmheán Name[gl]=Reprodutor multimedia VLC GenericName[gl]=Reprodutor multimedia Comment[gl]=Lea, capture e emita os seus fluxos multimedia Name[he]=נגן המדיה VLC GenericName[he]=נגן מדיה Comment[he]=קריאה, לכידה ושידור של תזרימי המולטימדיה שלך Name[hu]=VLC médialejátszó GenericName[hu]=Médialejátszó Comment[hu]=Multimédia adatfolyamok olvasása, felvétele és továbbítása Name[is]=VLC spilarinn GenericName[is]=Margmiðlunarspilari Comment[is]=Lesa, taka upp og útvarpa margmiðlunarstreymi Name[it]=Lettore multimediale VLC GenericName[it]=Lettore multimediale Comment[it]=Leggi, cattura, trasmetti i tuoi flussi multimediali Name[ja]=VLCメディアプレイヤー GenericName[ja]=メディアプレイヤー Comment[ja]=マルチメディアストリームの読み込み、キャプチャー、ブロードキャスト Name[kab]=Imeɣri n umidya VLC GenericName[kab]=Imeɣri n umidya Comment[kab]=Ɣeṛ, ṭṭ€f agdil, suffe-d taywalt-inek srid Name[ko]=VLC 미디어 플레이어 GenericName[ko]=미디어 플레이어 Comment[ko]=당신의 멀티미디어 스트림을 캡쳐 및 방송 할 수 있습니다 Name[lt]=VLC leistuvė GenericName[lt]=Leistuvė Comment[lt]=Groti, įrašyti, siųsti įvairialypės terpės kūrinius Name[lv]=VLC mediju atskaņotājs GenericName[lv]=Mediju atskaņotājs Comment[lv]=Lasiet, tveriet un apraidiet savas multimediju straumes Name[ml]=VLC മീഡിയ പ്ലെയർ GenericName[ml]=മീഡിയ പ്ലെയർ Comment[ml]=നിങ്ങളുടെ മൾട്ടിമീഡിയ സ്ട്രീമുകൾ റീഡ് ചെയ്യുക, ക്യാപ്‌ചർ ചെയ്യുക, പ്രക്ഷേപണം ചെയ്യുക Name[mn]=VLC дамжуулга тоглуулагч GenericName[mn]=Дамжуулга тоглуулагч Comment[mn]=Таны дамжуулгын урсгалыг унших, бичиж авах, цацах Name[ms]=Pemain media VLC GenericName[ms]=Pemain media Comment[ms]=Baca, tangkap, siarkan strim multimedia anda Name[nb]=VLC media player GenericName[nb]=Mediespiller Comment[nb]=Innless, ta opp, og kringkast dine multimediastrømmer Name[nl]=VLC media player GenericName[nl]=Mediaspeler Comment[nl]=Uw multimedia-streams lezen, opnemen en uitzenden Name[nn]=VLC mediespelar GenericName[nn]=Mediespelar Comment[nn]=Spel av, ta opp og send ut multimedia Name[pa]=VLC ਮੀਡਿਆ ਪਲੇਅਰ GenericName[pa]=ਮੀਡਿਆ ਪਲੇਅਰ Comment[pa]=ਆਪਣੀ ਮਲਟੀਮੀਡਿਆ ਸਟਰੀਮ ਪੜ੍ਹੋ, ਕੈਪਚਰ ਤੇ ਬਰਾਡਕਾਸਟ ਕਰੋ Name[pl]=VLC media player GenericName[pl]=Odtwarzacz multimedialny Comment[pl]=Odczytywanie, przechwytywanie i nadawanie strumieni multimedialnych Name[pt_BR]=Reprodutor de Mídias VLC GenericName[pt_BR]=Reprodutor de Mídias Comment[pt_BR]=Reproduza, capture e transmita os seus fluxos multimídia Name[pt_PT]=VLC media player GenericName[pt_PT]=Reprodutor de multimédia Comment[pt_PT]=Ler, capturar, transmitir as suas emissões de multimédia Name[ro]=Redor media VLC GenericName[ro]=Redor media Comment[ro]=Citește, capturează, difuzează fluxurile multimedia Name[ru]=Медиаплеер VLC GenericName[ru]=Медиаплеер Comment[ru]=Универсальный проигрыватель видео и аудио Name[sc]=Leghidore multimediale VLC GenericName[sc]=Leghidore multimediale Comment[sc]=Leghe, catura, trasmite sos flussos multimediales tuos Name[sk]=VLC media player GenericName[sk]=Prehrávač médií Comment[sk]=Načítavajte, zaznamenávajte, vysielajte svoje multimediálne streamy Name[sq]=VLC lexues media GenericName[sq]=Lexues Media Comment[sq]=Lexoni, kapni dhe transmetoni transmetimet tuaja multimedia Name[sv]=VLC media player GenericName[sv]=Mediaspelare Comment[sv]=Läs, fånga, sänd dina multimediaströmmar Name[te]=VLC మాధ్యమ ప్రదర్శకం GenericName[te]=మాధ్యమ ప్రదర్శకం Comment[te]=మీ బహుళమాధ్యమ ప్రవాహాలను చదువు, బంధించు మరియు ప్రసారం చేయి Name[th]=โปรแกรมเล่นสื่อ VLC GenericName[th]=โปรแกรมเล่นสื่อ Comment[th]=อ่าน จับ และถ่ายทอดสตรีมมัลติมีเดียของคุณ Name[tr]=VLC ortam oynatıcısı GenericName[tr]=Ortam oynatıcısı Comment[tr]=Çoklu ortam akışlarınızı okuyun, yakalayın, yayınlayın Name[uk]=Медіапрогравач VLC GenericName[uk]=Медіапрогравач Comment[uk]=Читання, захоплення та поширення ваших мультимедійних потоків Name[wa]=Djouweu d' media VLC GenericName[wa]=Djouweu d' media Comment[wa]=Lét, egaloye, evoye vos floûs multimedia Name[zh_CN]=VLC 媒体播放器 GenericName[zh_CN]=媒体播放器 Comment[zh_CN]=读取、捕获、广播您的多媒体流 Name[zh_TW]=VLC 媒體播放器 GenericName[zh_TW]=媒體播放器 Comment[zh_TW]=讀取、擷取與廣播您的多媒體串流 Exec=vlc --started-from-file %U TryExec=/usr/bin/vlc Icon=vlc Terminal=false Type=Application Categories=AudioVideo;Player;Recorder; MimeType=application/ogg;application/x-ogg;audio/ogg;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;video/ogg;video/x-ogm;video/x-ogm+ogg;video/x-theora+ogg;video/x-theora;audio/x-speex;audio/opus;application/x-flac;audio/flac;audio/x-flac;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;video/x-ms-asf;video/x-ms-asf-plugin;video/x-ms-asx;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;audio/x-pn-windows-acm;video/divx;video/msvideo;video/vnd.divx;video/avi;video/x-avi;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/vnd.rn-realaudio;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-real-audio;audio/x-realaudio;video/vnd.rn-realvideo;audio/mpeg;audio/mpg;audio/mp1;audio/mp2;audio/mp3;audio/x-mp1;audio/x-mp2;audio/x-mp3;audio/x-mpeg;audio/x-mpg;video/mp2t;video/mpeg;video/mpeg-system;video/x-mpeg;video/x-mpeg2;video/x-mpeg-system;application/mpeg4-iod;application/mpeg4-muxcodetable;application/x-extension-m4a;application/x-extension-mp4;audio/aac;audio/m4a;audio/mp4;audio/x-m4a;audio/x-aac;video/mp4;video/mp4v-es;video/x-m4v;application/x-quicktime-media-link;application/x-quicktimeplayer;video/quicktime;application/x-matroska;audio/x-matroska;video/x-matroska;video/webm;audio/webm;audio/3gpp;audio/3gpp2;audio/AMR;audio/AMR-WB;video/3gp;video/3gpp;video/3gpp2;x-scheme-handler/mms;x-scheme-handler/mmsh;x-scheme-handler/rtsp;x-scheme-handler/rtp;x-scheme-handler/rtmp;x-scheme-handler/icy;x-scheme-handler/icyx;application/x-cd-image;x-content/video-vcd;x-content/video-svcd;x-content/video-dvd;x-content/audio-cdda;x-content/audio-player;application/ram;application/xspf+xml;audio/mpegurl;audio/x-mpegurl;audio/scpls;audio/x-scpls;text/google-video-pointer;text/x-google-video-pointer;video/vnd.mpegurl;application/vnd.apple.mpegurl;application/vnd.ms-asf;application/vnd.ms-wpl;application/sdp;audio/dv;video/dv;audio/x-aiff;audio/x-pn-aiff;video/x-anim;video/x-nsv;video/fli;video/flv;video/x-flc;video/x-fli;video/x-flv;audio/wav;audio/x-pn-au;audio/x-pn-wav;audio/x-wav;audio/x-adpcm;audio/ac3;audio/eac3;audio/vnd.dts;audio/vnd.dts.hd;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/vnd.dolby.mlp;audio/basic;audio/midi;audio/x-ape;audio/x-gsm;audio/x-musepack;audio/x-tta;audio/x-wavpack;audio/x-shorten;application/x-shockwave-flash;application/x-flash-video;misc/ultravox;image/vnd.rn-realpix;audio/x-it;audio/x-mod;audio/x-s3m;audio/x-xm;application/mxf; X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb Keywords=Player;Capture;DVD;Audio;Video;Server;Broadcast;

<!-- gh-comment-id:622595445 --> @rsramkis commented on GitHub (May 1, 2020): **Contents of the vlc.desktop from /home/rsruser/.local/share/applications** `# converted by firecfg [Desktop Entry] Version=1.0 Name=VLC media player GenericName=Media player Comment=Read, capture, broadcast your multimedia streams Name[af]=VLC-mediaspeler GenericName[af]=Mediaspeler Comment[af]=Lees, vang, send u multimediastrome Name[am_ET]=የ ቪኤልሲ መገናኛ ማጫወቻ GenericName[am_ET]=የ መገናኛ ማጫወቻ Comment[am_ET]=የ እርስዎን በርካታ መገናኛ ማንበቢያ: መያዣ ማስተላለፊያ Name[ar]=مشغل الوسائط VLC GenericName[ar]=مشغل الوسائط Comment[ar]=اقرأ ، التقط ، و بث تدفقات وسائطك المتعددة Name[ast]=Reproductor multimedia VLC GenericName[ast]=Reproductor multimedia Comment[ast]=Llei, captura y emiti fluxos multimedia Name[bg]=Медиен плейър VLC GenericName[bg]=Медиен плейър Comment[bg]=Прочитане, прихващане и излъчване на мултимедийни потоци. Name[br]=VLC lenner mediaoù GenericName[br]=Lenner mediaoù Comment[br]=Lenn, enrollañ, skignañ ho lanvioù liesvedia Name[ca]=Reproductor multimèdia VLC GenericName[ca]=Reproductor multimèdia Comment[ca]=Reproduïu, captureu i difoneu fluxos multimèdia Name[co]=Lettore multimedia VLC GenericName[co]=Lettore multimedia Comment[co]=Leghje, cattura, diffonde i vostri flussi multimedia Name[cs]=Multimediální přehrávač VLC GenericName[cs]=Multimediální přehrávač Comment[cs]=Čtěte, zachytávejte, a vysílejte své multimediální proudy Name[cy]=Chwaraeydd VLC GenericName[cy]=Chwaraeydd cyfryngau Comment[cy]=Darllen, cipio a darlledu dy ffrydiau aml-gyfrwng Name[da]=VLC media player GenericName[da]=Medieafspiller Comment[da]=Læs, indspil, transmittér dine multimediestreams Name[de]=VLC Media Player GenericName[de]=Medienwiedergabe Comment[de]=Wiedergabe, Aufnahme und Verbreitung Ihrer Multimedia-Streams Name[el]=Αναπαραγωγός πολυμέσων VLC GenericName[el]=Αναπαραγωγός πολυμέσων Comment[el]=Διαβάστε, καταγράψτε, μεταδώστε τις ροές πολυμέσων σας Name[en_GB]=VLC media player GenericName[en_GB]=Media player Comment[en_GB]=Read, capture, broadcast your multimedia streams Name[es]=Reproductor multimedia VLC GenericName[es]=Reproductor multimedia Comment[es]=Lea, capture y emita sus contenidos multimedia Name[es_MX]=Reproductor multimedia VLC GenericName[es_MX]=Reproductor multimedia Comment[es_MX]=Lea, capture, emita sus transmisiones multimedia Name[et]=VLC meediaesitaja GenericName[et]=Meediaesitaja Comment[et]=Multimeediafailide ja -voogude taasesitamine, lindistamine ja edastamine Name[eu]=VLC multimedia-erreproduzigailua GenericName[eu]=Multimedia irakurgailua Comment[eu]=Irakurri, hartu, igorri zure multimedia jarioak Name[fi]=VLC-mediasoitin GenericName[fi]=Mediasoitin Comment[fi]=Toista, tallenna ja lähetä multimediaa Name[fr]=Lecteur multimédia VLC GenericName[fr]=Lecteur multimédia Comment[fr]=Lit, capture, diffuse vos flux multimédias Name[fy]=VLC media player GenericName[fy]=Mediaspiler Comment[fy]=Jo multimedia-streams lêze, opnimme en útstjoere Name[ga]=Seinnteoir meán VLC GenericName[ga]=Seinnteoir meán Comment[ga]=Léigh, gabh, craol do shruthanna ilmheán Name[gl]=Reprodutor multimedia VLC GenericName[gl]=Reprodutor multimedia Comment[gl]=Lea, capture e emita os seus fluxos multimedia Name[he]=נגן המדיה VLC GenericName[he]=נגן מדיה Comment[he]=קריאה, לכידה ושידור של תזרימי המולטימדיה שלך Name[hu]=VLC médialejátszó GenericName[hu]=Médialejátszó Comment[hu]=Multimédia adatfolyamok olvasása, felvétele és továbbítása Name[is]=VLC spilarinn GenericName[is]=Margmiðlunarspilari Comment[is]=Lesa, taka upp og útvarpa margmiðlunarstreymi Name[it]=Lettore multimediale VLC GenericName[it]=Lettore multimediale Comment[it]=Leggi, cattura, trasmetti i tuoi flussi multimediali Name[ja]=VLCメディアプレイヤー GenericName[ja]=メディアプレイヤー Comment[ja]=マルチメディアストリームの読み込み、キャプチャー、ブロードキャスト Name[kab]=Imeɣri n umidya VLC GenericName[kab]=Imeɣri n umidya Comment[kab]=Ɣeṛ, ṭṭ€f agdil, suffe-d taywalt-inek srid Name[ko]=VLC 미디어 플레이어 GenericName[ko]=미디어 플레이어 Comment[ko]=당신의 멀티미디어 스트림을 캡쳐 및 방송 할 수 있습니다 Name[lt]=VLC leistuvė GenericName[lt]=Leistuvė Comment[lt]=Groti, įrašyti, siųsti įvairialypės terpės kūrinius Name[lv]=VLC mediju atskaņotājs GenericName[lv]=Mediju atskaņotājs Comment[lv]=Lasiet, tveriet un apraidiet savas multimediju straumes Name[ml]=VLC മീഡിയ പ്ലെയർ GenericName[ml]=മീഡിയ പ്ലെയർ Comment[ml]=നിങ്ങളുടെ മൾട്ടിമീഡിയ സ്ട്രീമുകൾ റീഡ് ചെയ്യുക, ക്യാപ്‌ചർ ചെയ്യുക, പ്രക്ഷേപണം ചെയ്യുക Name[mn]=VLC дамжуулга тоглуулагч GenericName[mn]=Дамжуулга тоглуулагч Comment[mn]=Таны дамжуулгын урсгалыг унших, бичиж авах, цацах Name[ms]=Pemain media VLC GenericName[ms]=Pemain media Comment[ms]=Baca, tangkap, siarkan strim multimedia anda Name[nb]=VLC media player GenericName[nb]=Mediespiller Comment[nb]=Innless, ta opp, og kringkast dine multimediastrømmer Name[nl]=VLC media player GenericName[nl]=Mediaspeler Comment[nl]=Uw multimedia-streams lezen, opnemen en uitzenden Name[nn]=VLC mediespelar GenericName[nn]=Mediespelar Comment[nn]=Spel av, ta opp og send ut multimedia Name[pa]=VLC ਮੀਡਿਆ ਪਲੇਅਰ GenericName[pa]=ਮੀਡਿਆ ਪਲੇਅਰ Comment[pa]=ਆਪਣੀ ਮਲਟੀਮੀਡਿਆ ਸਟਰੀਮ ਪੜ੍ਹੋ, ਕੈਪਚਰ ਤੇ ਬਰਾਡਕਾਸਟ ਕਰੋ Name[pl]=VLC media player GenericName[pl]=Odtwarzacz multimedialny Comment[pl]=Odczytywanie, przechwytywanie i nadawanie strumieni multimedialnych Name[pt_BR]=Reprodutor de Mídias VLC GenericName[pt_BR]=Reprodutor de Mídias Comment[pt_BR]=Reproduza, capture e transmita os seus fluxos multimídia Name[pt_PT]=VLC media player GenericName[pt_PT]=Reprodutor de multimédia Comment[pt_PT]=Ler, capturar, transmitir as suas emissões de multimédia Name[ro]=Redor media VLC GenericName[ro]=Redor media Comment[ro]=Citește, capturează, difuzează fluxurile multimedia Name[ru]=Медиаплеер VLC GenericName[ru]=Медиаплеер Comment[ru]=Универсальный проигрыватель видео и аудио Name[sc]=Leghidore multimediale VLC GenericName[sc]=Leghidore multimediale Comment[sc]=Leghe, catura, trasmite sos flussos multimediales tuos Name[sk]=VLC media player GenericName[sk]=Prehrávač médií Comment[sk]=Načítavajte, zaznamenávajte, vysielajte svoje multimediálne streamy Name[sq]=VLC lexues media GenericName[sq]=Lexues Media Comment[sq]=Lexoni, kapni dhe transmetoni transmetimet tuaja multimedia Name[sv]=VLC media player GenericName[sv]=Mediaspelare Comment[sv]=Läs, fånga, sänd dina multimediaströmmar Name[te]=VLC మాధ్యమ ప్రదర్శకం GenericName[te]=మాధ్యమ ప్రదర్శకం Comment[te]=మీ బహుళమాధ్యమ ప్రవాహాలను చదువు, బంధించు మరియు ప్రసారం చేయి Name[th]=โปรแกรมเล่นสื่อ VLC GenericName[th]=โปรแกรมเล่นสื่อ Comment[th]=อ่าน จับ และถ่ายทอดสตรีมมัลติมีเดียของคุณ Name[tr]=VLC ortam oynatıcısı GenericName[tr]=Ortam oynatıcısı Comment[tr]=Çoklu ortam akışlarınızı okuyun, yakalayın, yayınlayın Name[uk]=Медіапрогравач VLC GenericName[uk]=Медіапрогравач Comment[uk]=Читання, захоплення та поширення ваших мультимедійних потоків Name[wa]=Djouweu d' media VLC GenericName[wa]=Djouweu d' media Comment[wa]=Lét, egaloye, evoye vos floûs multimedia Name[zh_CN]=VLC 媒体播放器 GenericName[zh_CN]=媒体播放器 Comment[zh_CN]=读取、捕获、广播您的多媒体流 Name[zh_TW]=VLC 媒體播放器 GenericName[zh_TW]=媒體播放器 Comment[zh_TW]=讀取、擷取與廣播您的多媒體串流 Exec=vlc --started-from-file %U TryExec=/usr/bin/vlc Icon=vlc Terminal=false Type=Application Categories=AudioVideo;Player;Recorder; MimeType=application/ogg;application/x-ogg;audio/ogg;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;video/ogg;video/x-ogm;video/x-ogm+ogg;video/x-theora+ogg;video/x-theora;audio/x-speex;audio/opus;application/x-flac;audio/flac;audio/x-flac;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;video/x-ms-asf;video/x-ms-asf-plugin;video/x-ms-asx;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;audio/x-pn-windows-acm;video/divx;video/msvideo;video/vnd.divx;video/avi;video/x-avi;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/vnd.rn-realaudio;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-real-audio;audio/x-realaudio;video/vnd.rn-realvideo;audio/mpeg;audio/mpg;audio/mp1;audio/mp2;audio/mp3;audio/x-mp1;audio/x-mp2;audio/x-mp3;audio/x-mpeg;audio/x-mpg;video/mp2t;video/mpeg;video/mpeg-system;video/x-mpeg;video/x-mpeg2;video/x-mpeg-system;application/mpeg4-iod;application/mpeg4-muxcodetable;application/x-extension-m4a;application/x-extension-mp4;audio/aac;audio/m4a;audio/mp4;audio/x-m4a;audio/x-aac;video/mp4;video/mp4v-es;video/x-m4v;application/x-quicktime-media-link;application/x-quicktimeplayer;video/quicktime;application/x-matroska;audio/x-matroska;video/x-matroska;video/webm;audio/webm;audio/3gpp;audio/3gpp2;audio/AMR;audio/AMR-WB;video/3gp;video/3gpp;video/3gpp2;x-scheme-handler/mms;x-scheme-handler/mmsh;x-scheme-handler/rtsp;x-scheme-handler/rtp;x-scheme-handler/rtmp;x-scheme-handler/icy;x-scheme-handler/icyx;application/x-cd-image;x-content/video-vcd;x-content/video-svcd;x-content/video-dvd;x-content/audio-cdda;x-content/audio-player;application/ram;application/xspf+xml;audio/mpegurl;audio/x-mpegurl;audio/scpls;audio/x-scpls;text/google-video-pointer;text/x-google-video-pointer;video/vnd.mpegurl;application/vnd.apple.mpegurl;application/vnd.ms-asf;application/vnd.ms-wpl;application/sdp;audio/dv;video/dv;audio/x-aiff;audio/x-pn-aiff;video/x-anim;video/x-nsv;video/fli;video/flv;video/x-flc;video/x-fli;video/x-flv;audio/wav;audio/x-pn-au;audio/x-pn-wav;audio/x-wav;audio/x-adpcm;audio/ac3;audio/eac3;audio/vnd.dts;audio/vnd.dts.hd;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/vnd.dolby.mlp;audio/basic;audio/midi;audio/x-ape;audio/x-gsm;audio/x-musepack;audio/x-tta;audio/x-wavpack;audio/x-shorten;application/x-shockwave-flash;application/x-flash-video;misc/ultravox;image/vnd.rn-realpix;audio/x-it;audio/x-mod;audio/x-s3m;audio/x-xm;application/mxf; X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb Keywords=Player;Capture;DVD;Audio;Video;Server;Broadcast;`
Author
Owner

@ghost commented on GitHub (May 1, 2020):

Thanks for posting that. On inspection it seems OK. The Exec=vlc is the important piece here. If you have the symlink in /usr/local/bin/vlc pointing to /usr/bin/firejail than it gets launched through firejail. That symlink is generated by firecfg and according to your first post it looks like it did (vlc created). I'm no good with firecfg, but to be absolutely sure, try removing that vlc.desktop file before doing another 'sudo firecfg'. This time it should generate it again.

<!-- gh-comment-id:622606431 --> @ghost commented on GitHub (May 1, 2020): Thanks for posting that. On inspection it seems OK. The `Exec=vlc` is the important piece here. If you have the symlink in /usr/local/bin/vlc pointing to /usr/bin/firejail than it gets launched through firejail. That symlink is generated by firecfg and according to your first post it looks like it did (vlc created). I'm no good with firecfg, but to be absolutely sure, try removing that vlc.desktop file before doing another 'sudo firecfg'. This time it should generate it again.
Author
Owner

@rsramkis commented on GitHub (May 1, 2020):

The re-creating of the shortcut did not fix the problem.

What I ended up doing was:

(1) sudo firecfg --clean

(2) renamed the vlc.desktop to vlc.desktop.org

(3) Ran "sudo firecfg" which created a new vlc.desktop

vlc.desktop contents :`

# converted by firecfg [Desktop Entry] Version=1.0 Name=VLC media player GenericName=Media player Comment=Read, capture, broadcast your multimedia streams Name[af]=VLC-mediaspeler GenericName[af]=Mediaspeler Comment[af]=Lees, vang, send u multimediastrome Name[am_ET]=የ ቪኤልሲ መገናኛ ማጫወቻ GenericName[am_ET]=የ መገናኛ ማጫወቻ Comment[am_ET]=የ እርስዎን በርካታ መገናኛ ማንበቢያ: መያዣ ማስተላለፊያ Name[ar]=مشغل الوسائط VLC GenericName[ar]=مشغل الوسائط Comment[ar]=اقرأ ، التقط ، و بث تدفقات وسائطك المتعددة Name[ast]=Reproductor multimedia VLC GenericName[ast]=Reproductor multimedia Comment[ast]=Llei, captura y emiti fluxos multimedia Name[bg]=Медиен плейър VLC GenericName[bg]=Медиен плейър Comment[bg]=Прочитане, прихващане и излъчване на мултимедийни потоци. Name[br]=VLC lenner mediaoù GenericName[br]=Lenner mediaoù Comment[br]=Lenn, enrollañ, skignañ ho lanvioù liesvedia Name[ca]=Reproductor multimèdia VLC GenericName[ca]=Reproductor multimèdia Comment[ca]=Reproduïu, captureu i difoneu fluxos multimèdia Name[co]=Lettore multimedia VLC GenericName[co]=Lettore multimedia Comment[co]=Leghje, cattura, diffonde i vostri flussi multimedia Name[cs]=Multimediální přehrávač VLC GenericName[cs]=Multimediální přehrávač Comment[cs]=Čtěte, zachytávejte, a vysílejte své multimediální proudy Name[cy]=Chwaraeydd VLC GenericName[cy]=Chwaraeydd cyfryngau Comment[cy]=Darllen, cipio a darlledu dy ffrydiau aml-gyfrwng Name[da]=VLC media player GenericName[da]=Medieafspiller Comment[da]=Læs, indspil, transmittér dine multimediestreams Name[de]=VLC Media Player GenericName[de]=Medienwiedergabe Comment[de]=Wiedergabe, Aufnahme und Verbreitung Ihrer Multimedia-Streams Name[el]=Αναπαραγωγός πολυμέσων VLC GenericName[el]=Αναπαραγωγός πολυμέσων Comment[el]=Διαβάστε, καταγράψτε, μεταδώστε τις ροές πολυμέσων σας Name[en_GB]=VLC media player GenericName[en_GB]=Media player Comment[en_GB]=Read, capture, broadcast your multimedia streams Name[es]=Reproductor multimedia VLC GenericName[es]=Reproductor multimedia Comment[es]=Lea, capture y emita sus contenidos multimedia Name[es_MX]=Reproductor multimedia VLC GenericName[es_MX]=Reproductor multimedia Comment[es_MX]=Lea, capture, emita sus transmisiones multimedia Name[et]=VLC meediaesitaja GenericName[et]=Meediaesitaja Comment[et]=Multimeediafailide ja -voogude taasesitamine, lindistamine ja edastamine Name[eu]=VLC multimedia-erreproduzigailua GenericName[eu]=Multimedia irakurgailua Comment[eu]=Irakurri, hartu, igorri zure multimedia jarioak Name[fi]=VLC-mediasoitin GenericName[fi]=Mediasoitin Comment[fi]=Toista, tallenna ja lähetä multimediaa Name[fr]=Lecteur multimédia VLC GenericName[fr]=Lecteur multimédia Comment[fr]=Lit, capture, diffuse vos flux multimédias Name[fy]=VLC media player GenericName[fy]=Mediaspiler Comment[fy]=Jo multimedia-streams lêze, opnimme en útstjoere Name[ga]=Seinnteoir meán VLC GenericName[ga]=Seinnteoir meán Comment[ga]=Léigh, gabh, craol do shruthanna ilmheán Name[gl]=Reprodutor multimedia VLC GenericName[gl]=Reprodutor multimedia Comment[gl]=Lea, capture e emita os seus fluxos multimedia Name[he]=נגן המדיה VLC GenericName[he]=נגן מדיה Comment[he]=קריאה, לכידה ושידור של תזרימי המולטימדיה שלך Name[hu]=VLC médialejátszó GenericName[hu]=Médialejátszó Comment[hu]=Multimédia adatfolyamok olvasása, felvétele és továbbítása Name[is]=VLC spilarinn GenericName[is]=Margmiðlunarspilari Comment[is]=Lesa, taka upp og útvarpa margmiðlunarstreymi Name[it]=Lettore multimediale VLC GenericName[it]=Lettore multimediale Comment[it]=Leggi, cattura, trasmetti i tuoi flussi multimediali Name[ja]=VLCメディアプレイヤー GenericName[ja]=メディアプレイヤー Comment[ja]=マルチメディアストリームの読み込み、キャプチャー、ブロードキャスト Name[kab]=Imeɣri n umidya VLC GenericName[kab]=Imeɣri n umidya Comment[kab]=Ɣeṛ, ṭṭ€f agdil, suffe-d taywalt-inek srid Name[ko]=VLC 미디어 플레이어 GenericName[ko]=미디어 플레이어 Comment[ko]=당신의 멀티미디어 스트림을 캡쳐 및 방송 할 수 있습니다 Name[lt]=VLC leistuvė GenericName[lt]=Leistuvė Comment[lt]=Groti, įrašyti, siųsti įvairialypės terpės kūrinius Name[lv]=VLC mediju atskaņotājs GenericName[lv]=Mediju atskaņotājs Comment[lv]=Lasiet, tveriet un apraidiet savas multimediju straumes Name[ml]=VLC മീഡിയ പ്ലെയർ GenericName[ml]=മീഡിയ പ്ലെയർ Comment[ml]=നിങ്ങളുടെ മൾട്ടിമീഡിയ സ്ട്രീമുകൾ റീഡ് ചെയ്യുക, ക്യാപ്‌ചർ ചെയ്യുക, പ്രക്ഷേപണം ചെയ്യുക Name[mn]=VLC дамжуулга тоглуулагч GenericName[mn]=Дамжуулга тоглуулагч Comment[mn]=Таны дамжуулгын урсгалыг унших, бичиж авах, цацах Name[ms]=Pemain media VLC GenericName[ms]=Pemain media Comment[ms]=Baca, tangkap, siarkan strim multimedia anda Name[nb]=VLC media player GenericName[nb]=Mediespiller Comment[nb]=Innless, ta opp, og kringkast dine multimediastrømmer Name[nl]=VLC media player GenericName[nl]=Mediaspeler Comment[nl]=Uw multimedia-streams lezen, opnemen en uitzenden Name[nn]=VLC mediespelar GenericName[nn]=Mediespelar Comment[nn]=Spel av, ta opp og send ut multimedia Name[pa]=VLC ਮੀਡਿਆ ਪਲੇਅਰ GenericName[pa]=ਮੀਡਿਆ ਪਲੇਅਰ Comment[pa]=ਆਪਣੀ ਮਲਟੀਮੀਡਿਆ ਸਟਰੀਮ ਪੜ੍ਹੋ, ਕੈਪਚਰ ਤੇ ਬਰਾਡਕਾਸਟ ਕਰੋ Name[pl]=VLC media player GenericName[pl]=Odtwarzacz multimedialny Comment[pl]=Odczytywanie, przechwytywanie i nadawanie strumieni multimedialnych Name[pt_BR]=Reprodutor de Mídias VLC GenericName[pt_BR]=Reprodutor de Mídias Comment[pt_BR]=Reproduza, capture e transmita os seus fluxos multimídia Name[pt_PT]=VLC media player GenericName[pt_PT]=Reprodutor de multimédia Comment[pt_PT]=Ler, capturar, transmitir as suas emissões de multimédia Name[ro]=Redor media VLC GenericName[ro]=Redor media Comment[ro]=Citește, capturează, difuzează fluxurile multimedia Name[ru]=Медиаплеер VLC GenericName[ru]=Медиаплеер Comment[ru]=Универсальный проигрыватель видео и аудио Name[sc]=Leghidore multimediale VLC GenericName[sc]=Leghidore multimediale Comment[sc]=Leghe, catura, trasmite sos flussos multimediales tuos Name[sk]=VLC media player GenericName[sk]=Prehrávač médií Comment[sk]=Načítavajte, zaznamenávajte, vysielajte svoje multimediálne streamy Name[sq]=VLC lexues media GenericName[sq]=Lexues Media Comment[sq]=Lexoni, kapni dhe transmetoni transmetimet tuaja multimedia Name[sv]=VLC media player GenericName[sv]=Mediaspelare Comment[sv]=Läs, fånga, sänd dina multimediaströmmar Name[te]=VLC మాధ్యమ ప్రదర్శకం GenericName[te]=మాధ్యమ ప్రదర్శకం Comment[te]=మీ బహుళమాధ్యమ ప్రవాహాలను చదువు, బంధించు మరియు ప్రసారం చేయి Name[th]=โปรแกรมเล่นสื่อ VLC GenericName[th]=โปรแกรมเล่นสื่อ Comment[th]=อ่าน จับ และถ่ายทอดสตรีมมัลติมีเดียของคุณ Name[tr]=VLC ortam oynatıcısı GenericName[tr]=Ortam oynatıcısı Comment[tr]=Çoklu ortam akışlarınızı okuyun, yakalayın, yayınlayın Name[uk]=Медіапрогравач VLC GenericName[uk]=Медіапрогравач Comment[uk]=Читання, захоплення та поширення ваших мультимедійних потоків Name[wa]=Djouweu d' media VLC GenericName[wa]=Djouweu d' media Comment[wa]=Lét, egaloye, evoye vos floûs multimedia Name[zh_CN]=VLC 媒体播放器 GenericName[zh_CN]=媒体播放器 Comment[zh_CN]=读取、捕获、广播您的多媒体流 Name[zh_TW]=VLC 媒體播放器 GenericName[zh_TW]=媒體播放器 Comment[zh_TW]=讀取、擷取與廣播您的多媒體串流 Exec=vlc --started-from-file %U TryExec=/usr/bin/vlc Icon=vlc Terminal=false Type=Application Categories=AudioVideo;Player;Recorder; MimeType=application/ogg;application/x-ogg;audio/ogg;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;video/ogg;video/x-ogm;video/x-ogm+ogg;video/x-theora+ogg;video/x-theora;audio/x-speex;audio/opus;application/x-flac;audio/flac;audio/x-flac;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;video/x-ms-asf;video/x-ms-asf-plugin;video/x-ms-asx;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;audio/x-pn-windows-acm;video/divx;video/msvideo;video/vnd.divx;video/avi;video/x-avi;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/vnd.rn-realaudio;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-real-audio;audio/x-realaudio;video/vnd.rn-realvideo;audio/mpeg;audio/mpg;audio/mp1;audio/mp2;audio/mp3;audio/x-mp1;audio/x-mp2;audio/x-mp3;audio/x-mpeg;audio/x-mpg;video/mp2t;video/mpeg;video/mpeg-system;video/x-mpeg;video/x-mpeg2;video/x-mpeg-system;application/mpeg4-iod;application/mpeg4-muxcodetable;application/x-extension-m4a;application/x-extension-mp4;audio/aac;audio/m4a;audio/mp4;audio/x-m4a;audio/x-aac;video/mp4;video/mp4v-es;video/x-m4v;application/x-quicktime-media-link;application/x-quicktimeplayer;video/quicktime;application/x-matroska;audio/x-matroska;video/x-matroska;video/webm;audio/webm;audio/3gpp;audio/3gpp2;audio/AMR;audio/AMR-WB;video/3gp;video/3gpp;video/3gpp2;x-scheme-handler/mms;x-scheme-handler/mmsh;x-scheme-handler/rtsp;x-scheme-handler/rtp;x-scheme-handler/rtmp;x-scheme-handler/icy;x-scheme-handler/icyx;application/x-cd-image;x-content/video-vcd;x-content/video-svcd;x-content/video-dvd;x-content/audio-cdda;x-content/audio-player;application/ram;application/xspf+xml;audio/mpegurl;audio/x-mpegurl;audio/scpls;audio/x-scpls;text/google-video-pointer;text/x-google-video-pointer;video/vnd.mpegurl;application/vnd.apple.mpegurl;application/vnd.ms-asf;application/vnd.ms-wpl;application/sdp;audio/dv;video/dv;audio/x-aiff;audio/x-pn-aiff;video/x-anim;video/x-nsv;video/fli;video/flv;video/x-flc;video/x-fli;video/x-flv;audio/wav;audio/x-pn-au;audio/x-pn-wav;audio/x-wav;audio/x-adpcm;audio/ac3;audio/eac3;audio/vnd.dts;audio/vnd.dts.hd;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/vnd.dolby.mlp;audio/basic;audio/midi;audio/x-ape;audio/x-gsm;audio/x-musepack;audio/x-tta;audio/x-wavpack;audio/x-shorten;application/x-shockwave-flash;application/x-flash-video;misc/ultravox;image/vnd.rn-realpix;audio/x-it;audio/x-mod;audio/x-s3m;audio/x-xm;application/mxf; X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb Keywords=Player;Capture;DVD;Audio;Video;Server;Broadcast;

<!-- gh-comment-id:622612102 --> @rsramkis commented on GitHub (May 1, 2020): The re-creating of the shortcut did not fix the problem. **What I ended up doing was:** (1) sudo firecfg --clean (2) renamed the vlc.desktop to vlc.desktop.org (3) Ran "sudo firecfg" which created a new vlc.desktop **vlc.desktop contents :**` `# converted by firecfg [Desktop Entry] Version=1.0 Name=VLC media player GenericName=Media player Comment=Read, capture, broadcast your multimedia streams Name[af]=VLC-mediaspeler GenericName[af]=Mediaspeler Comment[af]=Lees, vang, send u multimediastrome Name[am_ET]=የ ቪኤልሲ መገናኛ ማጫወቻ GenericName[am_ET]=የ መገናኛ ማጫወቻ Comment[am_ET]=የ እርስዎን በርካታ መገናኛ ማንበቢያ: መያዣ ማስተላለፊያ Name[ar]=مشغل الوسائط VLC GenericName[ar]=مشغل الوسائط Comment[ar]=اقرأ ، التقط ، و بث تدفقات وسائطك المتعددة Name[ast]=Reproductor multimedia VLC GenericName[ast]=Reproductor multimedia Comment[ast]=Llei, captura y emiti fluxos multimedia Name[bg]=Медиен плейър VLC GenericName[bg]=Медиен плейър Comment[bg]=Прочитане, прихващане и излъчване на мултимедийни потоци. Name[br]=VLC lenner mediaoù GenericName[br]=Lenner mediaoù Comment[br]=Lenn, enrollañ, skignañ ho lanvioù liesvedia Name[ca]=Reproductor multimèdia VLC GenericName[ca]=Reproductor multimèdia Comment[ca]=Reproduïu, captureu i difoneu fluxos multimèdia Name[co]=Lettore multimedia VLC GenericName[co]=Lettore multimedia Comment[co]=Leghje, cattura, diffonde i vostri flussi multimedia Name[cs]=Multimediální přehrávač VLC GenericName[cs]=Multimediální přehrávač Comment[cs]=Čtěte, zachytávejte, a vysílejte své multimediální proudy Name[cy]=Chwaraeydd VLC GenericName[cy]=Chwaraeydd cyfryngau Comment[cy]=Darllen, cipio a darlledu dy ffrydiau aml-gyfrwng Name[da]=VLC media player GenericName[da]=Medieafspiller Comment[da]=Læs, indspil, transmittér dine multimediestreams Name[de]=VLC Media Player GenericName[de]=Medienwiedergabe Comment[de]=Wiedergabe, Aufnahme und Verbreitung Ihrer Multimedia-Streams Name[el]=Αναπαραγωγός πολυμέσων VLC GenericName[el]=Αναπαραγωγός πολυμέσων Comment[el]=Διαβάστε, καταγράψτε, μεταδώστε τις ροές πολυμέσων σας Name[en_GB]=VLC media player GenericName[en_GB]=Media player Comment[en_GB]=Read, capture, broadcast your multimedia streams Name[es]=Reproductor multimedia VLC GenericName[es]=Reproductor multimedia Comment[es]=Lea, capture y emita sus contenidos multimedia Name[es_MX]=Reproductor multimedia VLC GenericName[es_MX]=Reproductor multimedia Comment[es_MX]=Lea, capture, emita sus transmisiones multimedia Name[et]=VLC meediaesitaja GenericName[et]=Meediaesitaja Comment[et]=Multimeediafailide ja -voogude taasesitamine, lindistamine ja edastamine Name[eu]=VLC multimedia-erreproduzigailua GenericName[eu]=Multimedia irakurgailua Comment[eu]=Irakurri, hartu, igorri zure multimedia jarioak Name[fi]=VLC-mediasoitin GenericName[fi]=Mediasoitin Comment[fi]=Toista, tallenna ja lähetä multimediaa Name[fr]=Lecteur multimédia VLC GenericName[fr]=Lecteur multimédia Comment[fr]=Lit, capture, diffuse vos flux multimédias Name[fy]=VLC media player GenericName[fy]=Mediaspiler Comment[fy]=Jo multimedia-streams lêze, opnimme en útstjoere Name[ga]=Seinnteoir meán VLC GenericName[ga]=Seinnteoir meán Comment[ga]=Léigh, gabh, craol do shruthanna ilmheán Name[gl]=Reprodutor multimedia VLC GenericName[gl]=Reprodutor multimedia Comment[gl]=Lea, capture e emita os seus fluxos multimedia Name[he]=נגן המדיה VLC GenericName[he]=נגן מדיה Comment[he]=קריאה, לכידה ושידור של תזרימי המולטימדיה שלך Name[hu]=VLC médialejátszó GenericName[hu]=Médialejátszó Comment[hu]=Multimédia adatfolyamok olvasása, felvétele és továbbítása Name[is]=VLC spilarinn GenericName[is]=Margmiðlunarspilari Comment[is]=Lesa, taka upp og útvarpa margmiðlunarstreymi Name[it]=Lettore multimediale VLC GenericName[it]=Lettore multimediale Comment[it]=Leggi, cattura, trasmetti i tuoi flussi multimediali Name[ja]=VLCメディアプレイヤー GenericName[ja]=メディアプレイヤー Comment[ja]=マルチメディアストリームの読み込み、キャプチャー、ブロードキャスト Name[kab]=Imeɣri n umidya VLC GenericName[kab]=Imeɣri n umidya Comment[kab]=Ɣeṛ, ṭṭ€f agdil, suffe-d taywalt-inek srid Name[ko]=VLC 미디어 플레이어 GenericName[ko]=미디어 플레이어 Comment[ko]=당신의 멀티미디어 스트림을 캡쳐 및 방송 할 수 있습니다 Name[lt]=VLC leistuvė GenericName[lt]=Leistuvė Comment[lt]=Groti, įrašyti, siųsti įvairialypės terpės kūrinius Name[lv]=VLC mediju atskaņotājs GenericName[lv]=Mediju atskaņotājs Comment[lv]=Lasiet, tveriet un apraidiet savas multimediju straumes Name[ml]=VLC മീഡിയ പ്ലെയർ GenericName[ml]=മീഡിയ പ്ലെയർ Comment[ml]=നിങ്ങളുടെ മൾട്ടിമീഡിയ സ്ട്രീമുകൾ റീഡ് ചെയ്യുക, ക്യാപ്‌ചർ ചെയ്യുക, പ്രക്ഷേപണം ചെയ്യുക Name[mn]=VLC дамжуулга тоглуулагч GenericName[mn]=Дамжуулга тоглуулагч Comment[mn]=Таны дамжуулгын урсгалыг унших, бичиж авах, цацах Name[ms]=Pemain media VLC GenericName[ms]=Pemain media Comment[ms]=Baca, tangkap, siarkan strim multimedia anda Name[nb]=VLC media player GenericName[nb]=Mediespiller Comment[nb]=Innless, ta opp, og kringkast dine multimediastrømmer Name[nl]=VLC media player GenericName[nl]=Mediaspeler Comment[nl]=Uw multimedia-streams lezen, opnemen en uitzenden Name[nn]=VLC mediespelar GenericName[nn]=Mediespelar Comment[nn]=Spel av, ta opp og send ut multimedia Name[pa]=VLC ਮੀਡਿਆ ਪਲੇਅਰ GenericName[pa]=ਮੀਡਿਆ ਪਲੇਅਰ Comment[pa]=ਆਪਣੀ ਮਲਟੀਮੀਡਿਆ ਸਟਰੀਮ ਪੜ੍ਹੋ, ਕੈਪਚਰ ਤੇ ਬਰਾਡਕਾਸਟ ਕਰੋ Name[pl]=VLC media player GenericName[pl]=Odtwarzacz multimedialny Comment[pl]=Odczytywanie, przechwytywanie i nadawanie strumieni multimedialnych Name[pt_BR]=Reprodutor de Mídias VLC GenericName[pt_BR]=Reprodutor de Mídias Comment[pt_BR]=Reproduza, capture e transmita os seus fluxos multimídia Name[pt_PT]=VLC media player GenericName[pt_PT]=Reprodutor de multimédia Comment[pt_PT]=Ler, capturar, transmitir as suas emissões de multimédia Name[ro]=Redor media VLC GenericName[ro]=Redor media Comment[ro]=Citește, capturează, difuzează fluxurile multimedia Name[ru]=Медиаплеер VLC GenericName[ru]=Медиаплеер Comment[ru]=Универсальный проигрыватель видео и аудио Name[sc]=Leghidore multimediale VLC GenericName[sc]=Leghidore multimediale Comment[sc]=Leghe, catura, trasmite sos flussos multimediales tuos Name[sk]=VLC media player GenericName[sk]=Prehrávač médií Comment[sk]=Načítavajte, zaznamenávajte, vysielajte svoje multimediálne streamy Name[sq]=VLC lexues media GenericName[sq]=Lexues Media Comment[sq]=Lexoni, kapni dhe transmetoni transmetimet tuaja multimedia Name[sv]=VLC media player GenericName[sv]=Mediaspelare Comment[sv]=Läs, fånga, sänd dina multimediaströmmar Name[te]=VLC మాధ్యమ ప్రదర్శకం GenericName[te]=మాధ్యమ ప్రదర్శకం Comment[te]=మీ బహుళమాధ్యమ ప్రవాహాలను చదువు, బంధించు మరియు ప్రసారం చేయి Name[th]=โปรแกรมเล่นสื่อ VLC GenericName[th]=โปรแกรมเล่นสื่อ Comment[th]=อ่าน จับ และถ่ายทอดสตรีมมัลติมีเดียของคุณ Name[tr]=VLC ortam oynatıcısı GenericName[tr]=Ortam oynatıcısı Comment[tr]=Çoklu ortam akışlarınızı okuyun, yakalayın, yayınlayın Name[uk]=Медіапрогравач VLC GenericName[uk]=Медіапрогравач Comment[uk]=Читання, захоплення та поширення ваших мультимедійних потоків Name[wa]=Djouweu d' media VLC GenericName[wa]=Djouweu d' media Comment[wa]=Lét, egaloye, evoye vos floûs multimedia Name[zh_CN]=VLC 媒体播放器 GenericName[zh_CN]=媒体播放器 Comment[zh_CN]=读取、捕获、广播您的多媒体流 Name[zh_TW]=VLC 媒體播放器 GenericName[zh_TW]=媒體播放器 Comment[zh_TW]=讀取、擷取與廣播您的多媒體串流 Exec=vlc --started-from-file %U TryExec=/usr/bin/vlc Icon=vlc Terminal=false Type=Application Categories=AudioVideo;Player;Recorder; MimeType=application/ogg;application/x-ogg;audio/ogg;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;video/ogg;video/x-ogm;video/x-ogm+ogg;video/x-theora+ogg;video/x-theora;audio/x-speex;audio/opus;application/x-flac;audio/flac;audio/x-flac;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;video/x-ms-asf;video/x-ms-asf-plugin;video/x-ms-asx;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;audio/x-pn-windows-acm;video/divx;video/msvideo;video/vnd.divx;video/avi;video/x-avi;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/vnd.rn-realaudio;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-real-audio;audio/x-realaudio;video/vnd.rn-realvideo;audio/mpeg;audio/mpg;audio/mp1;audio/mp2;audio/mp3;audio/x-mp1;audio/x-mp2;audio/x-mp3;audio/x-mpeg;audio/x-mpg;video/mp2t;video/mpeg;video/mpeg-system;video/x-mpeg;video/x-mpeg2;video/x-mpeg-system;application/mpeg4-iod;application/mpeg4-muxcodetable;application/x-extension-m4a;application/x-extension-mp4;audio/aac;audio/m4a;audio/mp4;audio/x-m4a;audio/x-aac;video/mp4;video/mp4v-es;video/x-m4v;application/x-quicktime-media-link;application/x-quicktimeplayer;video/quicktime;application/x-matroska;audio/x-matroska;video/x-matroska;video/webm;audio/webm;audio/3gpp;audio/3gpp2;audio/AMR;audio/AMR-WB;video/3gp;video/3gpp;video/3gpp2;x-scheme-handler/mms;x-scheme-handler/mmsh;x-scheme-handler/rtsp;x-scheme-handler/rtp;x-scheme-handler/rtmp;x-scheme-handler/icy;x-scheme-handler/icyx;application/x-cd-image;x-content/video-vcd;x-content/video-svcd;x-content/video-dvd;x-content/audio-cdda;x-content/audio-player;application/ram;application/xspf+xml;audio/mpegurl;audio/x-mpegurl;audio/scpls;audio/x-scpls;text/google-video-pointer;text/x-google-video-pointer;video/vnd.mpegurl;application/vnd.apple.mpegurl;application/vnd.ms-asf;application/vnd.ms-wpl;application/sdp;audio/dv;video/dv;audio/x-aiff;audio/x-pn-aiff;video/x-anim;video/x-nsv;video/fli;video/flv;video/x-flc;video/x-fli;video/x-flv;audio/wav;audio/x-pn-au;audio/x-pn-wav;audio/x-wav;audio/x-adpcm;audio/ac3;audio/eac3;audio/vnd.dts;audio/vnd.dts.hd;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/vnd.dolby.mlp;audio/basic;audio/midi;audio/x-ape;audio/x-gsm;audio/x-musepack;audio/x-tta;audio/x-wavpack;audio/x-shorten;application/x-shockwave-flash;application/x-flash-video;misc/ultravox;image/vnd.rn-realpix;audio/x-it;audio/x-mod;audio/x-s3m;audio/x-xm;application/mxf; X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb Keywords=Player;Capture;DVD;Audio;Video;Server;Broadcast;`
Author
Owner

@rusty-snake commented on GitHub (May 2, 2020):

@rsramkis Is anything in the syslog/journal?

<!-- gh-comment-id:622752364 --> @rusty-snake commented on GitHub (May 2, 2020): @rsramkis Is anything in the syslog/journal?
Author
Owner

@rsramkis commented on GitHub (May 2, 2020):

Should we get a syslog/journal error when we know VLC + firejail processes spawn and stay running in system monitor. The processes only shut down when I press as I am troubleshooting through terminal.

This is the vlc.profile. I was thinking I would disable the different sandbox settings to see if I can get the VLC front end to work. This will let me know what is prevent the front end to start. I'm just trying to find documentation on what each settings mean.

(1) I assume I should use '#' to comment out a setting? Any ideas how

(2) Currently reading here trying to understand the contents of the vlc.profile
https://firejail.wordpress.com/documentation-2/building-custom-profiles/

# Firejail profile for vlc
# Description: Multimedia player and streamer
# This file is overwritten after every install/update
# Persistent local customizations
include vlc.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.cache/vlc
noblacklist ${HOME}/.config/vlc
noblacklist ${HOME}/.local/share/vlc
noblacklist ${MUSIC}
noblacklist ${VIDEOS}

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
include disable-interpreters.inc
include disable-passwdmgr.inc
include disable-programs.inc
include disable-xdg.inc

include whitelist-var-common.inc

#apparmor - on Ubuntu 18.04 it refuses to start without dbus access
caps.drop all
netfilter
#nodbus - dbus needed for MPRIS
nogroups
nonewprivs
noroot
nou2f
protocol unix,inet,inet6,netlink
seccomp
shell none

private-bin cvlc,nvlc,qvlc,rvlc,svlc,vlc
private-dev
private-tmp

# mdwe is disabled due to breaking hardware accelerated decoding
#memory-deny-write-execute

EDIT by @rusty-snake: code-block

<!-- gh-comment-id:622943491 --> @rsramkis commented on GitHub (May 2, 2020): Should we get a syslog/journal error when we know VLC + firejail processes spawn and stay running in system monitor. The processes only shut down when I press <CTRL C> as I am troubleshooting through terminal. This is the vlc.profile. I was thinking I would disable the different sandbox settings to see if I can get the VLC front end to work. This will let me know what is prevent the front end to start. I'm just trying to find documentation on what each settings mean. (1) I assume I should use '#' to comment out a setting? Any ideas how (2) Currently reading here trying to understand the contents of the vlc.profile https://firejail.wordpress.com/documentation-2/building-custom-profiles/ ``` # Firejail profile for vlc # Description: Multimedia player and streamer # This file is overwritten after every install/update # Persistent local customizations include vlc.local # Persistent global definitions include globals.local noblacklist ${HOME}/.cache/vlc noblacklist ${HOME}/.config/vlc noblacklist ${HOME}/.local/share/vlc noblacklist ${MUSIC} noblacklist ${VIDEOS} include disable-common.inc include disable-devel.inc include disable-exec.inc include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc include whitelist-var-common.inc #apparmor - on Ubuntu 18.04 it refuses to start without dbus access caps.drop all netfilter #nodbus - dbus needed for MPRIS nogroups nonewprivs noroot nou2f protocol unix,inet,inet6,netlink seccomp shell none private-bin cvlc,nvlc,qvlc,rvlc,svlc,vlc private-dev private-tmp # mdwe is disabled due to breaking hardware accelerated decoding #memory-deny-write-execute ``` --- **EDIT by @rusty-snake:** code-block
Author
Owner

@rusty-snake commented on GitHub (May 2, 2020):

Should we get a syslog/journal error when we know VLC + firejail processes spawn and stay running in system monitor.

Such hanging processes (or zombies) are typical seccomp symptoms. seccomp violations are logged in the syslog.

I'm just trying to find documentation on what each settings mean.

see man firejail and man firejail-profiles

I assume I should use '#' to comment out a setting? Any ideas how

yes, comment everything. Then uncomment one line, save, try. and uncomment the next line, …. You can copy vlc.profile to ~/.config/firejail/vlc.profile if you want to edit with user rights.

<!-- gh-comment-id:622944940 --> @rusty-snake commented on GitHub (May 2, 2020): > Should we get a syslog/journal error when we know VLC + firejail processes spawn and stay running in system monitor. Such hanging processes (or zombies) are typical seccomp symptoms. seccomp violations are logged in the syslog. > I'm just trying to find documentation on what each settings mean. see `man firejail` and `man firejail-profiles` > I assume I should use '#' to comment out a setting? Any ideas how yes, comment everything. Then uncomment one line, save, try. and uncomment the next line, …. You can copy vlc.profile to `~/.config/firejail/vlc.profile` if you want to edit with user rights.
Author
Owner

@rsramkis commented on GitHub (May 2, 2020):

From commenting out the "private-bin cvlc,nvlc,qvlc,rvlc,svlc,vlc" VLC front ent will now launch. Now I need to figure out what this line is doing.

I also checked VLC path:

hich vlc   2  /usr/local/bin/vlc

`# Firejail profile for vlc

Description: Multimedia player and streamer

This file is overwritten after every install/update

Persistent local customizations

include vlc.local

Persistent global definitions

include globals.local

noblacklist ${HOME}/.cache/vlc
noblacklist ${HOME}/.config/vlc
noblacklist ${HOME}/.local/share/vlc
noblacklist ${MUSIC}
noblacklist ${VIDEOS}

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
include disable-interpreters.inc
include disable-passwdmgr.inc
include disable-programs.inc
include disable-xdg.inc

include whitelist-var-common.inc

#apparmor - on Ubuntu 18.04 it refuses to start without dbus access
caps.drop all
netfilter
#nodbus - dbus needed for MPRIS
nogroups
nonewprivs
noroot
nou2f
protocol unix,inet,inet6,netlink
seccomp
shell none

#private-bin cvlc,nvlc,qvlc,rvlc,svlc,vlc
private-dev
private-tmp

mdwe is disabled due to breaking hardware accelerated decoding

#memory-deny-write-execute`

<!-- gh-comment-id:622946289 --> @rsramkis commented on GitHub (May 2, 2020): From commenting out the "private-bin cvlc,nvlc,qvlc,rvlc,svlc,vlc" VLC front ent will now launch. Now I need to figure out what this line is doing. I also checked VLC path: `hich vlc   2  /usr/local/bin/vlc ` `# Firejail profile for vlc # Description: Multimedia player and streamer # This file is overwritten after every install/update # Persistent local customizations include vlc.local # Persistent global definitions include globals.local noblacklist ${HOME}/.cache/vlc noblacklist ${HOME}/.config/vlc noblacklist ${HOME}/.local/share/vlc noblacklist ${MUSIC} noblacklist ${VIDEOS} include disable-common.inc include disable-devel.inc include disable-exec.inc include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc include whitelist-var-common.inc #apparmor - on Ubuntu 18.04 it refuses to start without dbus access caps.drop all netfilter #nodbus - dbus needed for MPRIS nogroups nonewprivs noroot nou2f protocol unix,inet,inet6,netlink seccomp shell none #private-bin cvlc,nvlc,qvlc,rvlc,svlc,vlc private-dev private-tmp # mdwe is disabled due to breaking hardware accelerated decoding #memory-deny-write-execute`
Author
Owner

@rusty-snake commented on GitHub (May 2, 2020):

Can you run firejail --build /usr/bin/vlc | grep private-bin

Now I need to figure out what this line is doing.

--private-bin=file,file
Build a new /bin in a temporary filesystem, and copy the programs in the list. If no listed file is found, /bin directory will be empty. The same directory is also bind-mounted over /sbin, /usr/bin, /usr/sbin and /usr/local/bin. All modifications are discarded when the sandbox is closed. File globbing is supported, see FILE GLOBBING section for more details.

<!-- gh-comment-id:622947229 --> @rusty-snake commented on GitHub (May 2, 2020): Can you run `firejail --build /usr/bin/vlc | grep private-bin` > Now I need to figure out what this line is doing. > **--private-bin=file,file** Build a new /bin in a temporary filesystem, and copy the programs in the list. If no listed file is found, /bin directory will be empty. The same directory is also bind-mounted over /sbin, /usr/bin, /usr/sbin and /usr/local/bin. All modifications are discarded when the sandbox is closed. File globbing is supported, see FILE GLOBBING section for more details.
Author
Owner

@rsramkis commented on GitHub (May 2, 2020):

I run the command and VLC front end starts. This is the output:

firejail --build /usr/bin/vlc | grep private-bin VLC media player 3.0.9.2 Vetinari (revision 3.0.9.2-0-gd4c1aefe4d) [00005655501dcd90] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. qt5ct: using qt5ct plugin qt5ct: D-Bus global menu: no qt5ct: D-Bus system tray: no [000056555026f930] main playlist: playlist is empty

I assume it is expected that I can see all my file directories and access them as vlc binary is not executing in the sandbox.

<!-- gh-comment-id:622948230 --> @rsramkis commented on GitHub (May 2, 2020): I run the command and VLC front end starts. This is the output: `firejail --build /usr/bin/vlc | grep private-bin VLC media player 3.0.9.2 Vetinari (revision 3.0.9.2-0-gd4c1aefe4d) [00005655501dcd90] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. qt5ct: using qt5ct plugin qt5ct: D-Bus global menu: no qt5ct: D-Bus system tray: no [000056555026f930] main playlist: playlist is empty ` I assume it is expected that I can see all my file directories and access them as vlc binary is not executing in the sandbox.
Author
Owner

@ghost commented on GitHub (May 5, 2020):

Hi @rsramkis, according to the above output you need to add 'qt5ct' to private-bin to fix the issue. You can do that in your ${HOME}/.config/firejail/vlc.profile (for your user only) or in /etc/firejail/vlc.local (system-wide). Just add:

private-bin qt5ct

That tells firejail to add the command 'qt5ct' to what's already there in the private-bin line from /etc/firejail/vlc.profile. Can you make those changes and tells us if that solves the issue please? We can fix the profile accordingly if it works as expected.

<!-- gh-comment-id:623895598 --> @ghost commented on GitHub (May 5, 2020): Hi @rsramkis, according to the above output you need to add 'qt5ct' to private-bin to fix the issue. You can do that in your ${HOME}/.config/firejail/vlc.profile (for your user only) or in /etc/firejail/vlc.local (system-wide). Just add: `private-bin qt5ct` That tells firejail to add the command 'qt5ct' to what's already there in the private-bin line from /etc/firejail/vlc.profile. Can you make those changes and tells us if that solves the issue please? We can fix the profile accordingly if it works as expected.
Author
Owner

@rsramkis commented on GitHub (May 5, 2020):

Hi @glitsj16 ,

I made the following change to "/etc/firejail/vlc.profile "

private-bin qt5ct,cvlc,nvlc,qvlc,rvlc,svlc,vlc

The configuration change does not allow the VLC front end to load (launched from command line with the following output:

vlc Reading profile /etc/firejail/vlc.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-devel.inc Reading profile /etc/firejail/disable-exec.inc Reading profile /etc/firejail/disable-interpreters.inc Reading profile /etc/firejail/disable-passwdmgr.inc Reading profile /etc/firejail/disable-programs.inc Reading profile /etc/firejail/disable-xdg.inc Reading profile /etc/firejail/whitelist-var-common.inc Parent pid 4491, child pid 4492 7 programs installed in 7.58 ms Warning: /sbin directory link was not blacklisted Warning: /usr/sbin directory link was not blacklisted Child process initialized in 119.82 ms VLC media player 3.0.9.2 Vetinari (revision 3.0.9.2-0-gd4c1aefe4d) [0000564bd69305b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. qt5ct: using qt5ct plugin

<!-- gh-comment-id:624164723 --> @rsramkis commented on GitHub (May 5, 2020): Hi @glitsj16 , I made the following change to "/etc/firejail/vlc.profile " `private-bin qt5ct,cvlc,nvlc,qvlc,rvlc,svlc,vlc` The configuration change does not allow the VLC front end to load (launched from command line with the following output: `vlc Reading profile /etc/firejail/vlc.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-devel.inc Reading profile /etc/firejail/disable-exec.inc Reading profile /etc/firejail/disable-interpreters.inc Reading profile /etc/firejail/disable-passwdmgr.inc Reading profile /etc/firejail/disable-programs.inc Reading profile /etc/firejail/disable-xdg.inc Reading profile /etc/firejail/whitelist-var-common.inc Parent pid 4491, child pid 4492 7 programs installed in 7.58 ms Warning: /sbin directory link was not blacklisted Warning: /usr/sbin directory link was not blacklisted Child process initialized in 119.82 ms VLC media player 3.0.9.2 Vetinari (revision 3.0.9.2-0-gd4c1aefe4d) [0000564bd69305b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. qt5ct: using qt5ct plugin `
Author
Owner

@rsramkis commented on GitHub (May 9, 2020):

@glitsj16 @rusty-snake Is there anything else I can provide to help troubleshoot the issue with VLC? thanks.

<!-- gh-comment-id:626213861 --> @rsramkis commented on GitHub (May 9, 2020): @glitsj16 @rusty-snake Is there anything else I can provide to help troubleshoot the issue with VLC? thanks.
Author
Owner

@ghost commented on GitHub (May 9, 2020):

@rsramkis I was a bit surprised that adding qt5ct to private-bin didn't fix things. If you comment private-bin it works you said, so I onlt see 2 options. Either try adding executables that live in /usr/bin from VLC's dependency chain or live with dropping private-bin altogether. there must be something else that needs to be added. From your earlier post I cannot determine what command(s) is/are still missing. Personally, knowing that some applications/plugins might rely on a shell, I'd try adding bash and sh to private-bin. If that quick test doesn't do anything positive, I would settle for adding ignore private-bin in your vlc.local. At least for now. There's not much point in having a crippled media player gathering dust IMO.

<!-- gh-comment-id:626220785 --> @ghost commented on GitHub (May 9, 2020): @rsramkis I was a bit surprised that adding qt5ct to private-bin didn't fix things. If you comment private-bin it works you said, so I onlt see 2 options. Either try adding executables that live in /usr/bin from VLC's dependency chain or live with dropping private-bin altogether. there must be something else that needs to be added. From your earlier post I cannot determine what command(s) is/are still missing. Personally, knowing that some applications/plugins might rely on a shell, I'd try adding `bash` and `sh` to private-bin. If that quick test doesn't do anything positive, I would settle for adding `ignore private-bin` in your vlc.local. At least for now. There's not much point in having a crippled media player gathering dust IMO.
Author
Owner

@rusty-snake commented on GitHub (May 10, 2020):

Can you run firejail --trace=vlc.trace --ignore=private-bin /usr/bin/vlc and then grep -oE " /usr/bin//?[^/:]+" vlc.trace | sort -u.

<!-- gh-comment-id:626287616 --> @rusty-snake commented on GitHub (May 10, 2020): Can you run `firejail --trace=vlc.trace --ignore=private-bin /usr/bin/vlc` and then ` grep -oE " /usr/bin//?[^/:]+" vlc.trace | sort -u`.
Author
Owner

@rsramkis commented on GitHub (May 11, 2020):

@rusty-snake I went ahead and ran the command you requested with the "private-bin qt5ct, vlc" for the private-bin line.
Output from running the command:
firejail --trace=vlc.trace --ignore=private-bin /usr/bin/vlc and then grep -oE " /usr/bin//?[^/:]+" vlc.trace | sort -u
Reading profile /etc/firejail/vlc.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-exec.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/disable-xdg.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Parent pid 7836, child pid 7838
Warning: /sbin directory link was not blacklisted
Warning: /usr/sbin directory link was not blacklisted
Child process initialized in 188.45 ms
VLC media player 3.0.10 Vetinari (revision 3.0.10-0-g7f145afa84)
vlc: unknown option or missing mandatory argument -o' Try vlc --help' for more information.

Parent is shutting down, bye...

Output of the trace:
3:vlc:exec /usr/bin/vlc:0
3:vlc:fopen64 /proc/self/maps:0x5566c36d9570
3:vlc:open64 /usr/lib/vlc/plugins/plugins.dat:4
3:vlc:opendir /usr/lib/vlc/plugins:0x5566c3767da0
3:vlc:opendir /usr/lib/vlc/plugins/control:0x5566c376fe10
3:vlc:opendir /usr/lib/vlc/plugins/packetizer:0x5566c376fe10
3:vlc:opendir /usr/lib/vlc/plugins/vaapi:0x5566c376fde0
3:vlc:opendir /usr/lib/vlc/plugins/audio_mixer:0x5566c376fde0
3:vlc:opendir /usr/lib/vlc/plugins/gui:0x5566c376fde0
3:vlc:opendir /usr/lib/vlc/plugins/vdpau:0x5566c376fde0
3:vlc:opendir /usr/lib/vlc/plugins/video_chroma:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/meta_engine:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/audio_output:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/stream_extractor:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/access_output:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/lua:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/audio_filter:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/misc:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/video_output:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/video_splitter:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/services_discovery:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/stream_filter:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/spu:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/video_filter:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/logger:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/access:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/mux:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/notify:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/visualization:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/keystore:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/text_renderer:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/demux:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/codec:0x5566c377a0a0
3:vlc:opendir /usr/lib/vlc/plugins/stream_out:0x5566c377a0a0
3:vlc:open64 /home/rsruser/.config/vlc/vlcrc:4

<!-- gh-comment-id:627014117 --> @rsramkis commented on GitHub (May 11, 2020): @rusty-snake I went ahead and ran the command you requested with the "private-bin qt5ct, vlc" for the private-bin line. **Output from running the command:** firejail --trace=vlc.trace --ignore=private-bin /usr/bin/vlc and then grep -oE " /usr/bin//?[^/:]+" vlc.trace | sort -u Reading profile /etc/firejail/vlc.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-devel.inc Reading profile /etc/firejail/disable-exec.inc Reading profile /etc/firejail/disable-interpreters.inc Reading profile /etc/firejail/disable-passwdmgr.inc Reading profile /etc/firejail/disable-programs.inc Reading profile /etc/firejail/disable-xdg.inc Reading profile /etc/firejail/whitelist-var-common.inc Parent pid 7836, child pid 7838 Warning: /sbin directory link was not blacklisted Warning: /usr/sbin directory link was not blacklisted Child process initialized in 188.45 ms VLC media player 3.0.10 Vetinari (revision 3.0.10-0-g7f145afa84) vlc: unknown option or missing mandatory argument `-o' Try `vlc --help' for more information. Parent is shutting down, bye... **Output of the trace:** 3:vlc:exec /usr/bin/vlc:0 3:vlc:fopen64 /proc/self/maps:0x5566c36d9570 3:vlc:open64 /usr/lib/vlc/plugins/plugins.dat:4 3:vlc:opendir /usr/lib/vlc/plugins:0x5566c3767da0 3:vlc:opendir /usr/lib/vlc/plugins/control:0x5566c376fe10 3:vlc:opendir /usr/lib/vlc/plugins/packetizer:0x5566c376fe10 3:vlc:opendir /usr/lib/vlc/plugins/vaapi:0x5566c376fde0 3:vlc:opendir /usr/lib/vlc/plugins/audio_mixer:0x5566c376fde0 3:vlc:opendir /usr/lib/vlc/plugins/gui:0x5566c376fde0 3:vlc:opendir /usr/lib/vlc/plugins/vdpau:0x5566c376fde0 3:vlc:opendir /usr/lib/vlc/plugins/video_chroma:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/meta_engine:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/audio_output:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/stream_extractor:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/access_output:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/lua:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/audio_filter:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/misc:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/video_output:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/video_splitter:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/services_discovery:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/stream_filter:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/spu:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/video_filter:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/logger:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/access:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/mux:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/notify:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/visualization:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/keystore:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/text_renderer:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/demux:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/codec:0x5566c377a0a0 3:vlc:opendir /usr/lib/vlc/plugins/stream_out:0x5566c377a0a0 3:vlc:open64 /home/rsruser/.config/vlc/vlcrc:4
Author
Owner

@rusty-snake commented on GitHub (May 12, 2020):

Can you run firejail --trace=vlc.trace --ignore=private-bin /usr/bin/vlc and then grep -oE " /usr/bin//?[^/:]+" vlc.trace | sort -u.

Thats are two commands, look at the grey background. "and then" is just language, so you need to first execute the firejail command line (ending after …bin/vlc) and after this has terminated you execute the grep+sort command line.

<!-- gh-comment-id:627381788 --> @rusty-snake commented on GitHub (May 12, 2020): > Can you run `firejail --trace=vlc.trace --ignore=private-bin /usr/bin/vlc` and then ` grep -oE " /usr/bin//?[^/:]+" vlc.trace | sort -u`. Thats are two commands, look at the grey background. "and then" is just language, so you need to first execute the firejail command line (ending after …bin/vlc) and after this has terminated you execute the grep+sort command line.
Author
Owner

@rsramkis commented on GitHub (May 12, 2020):

Output from "grep -oE " /usr/bin//?[^/:]+" vlc.trace | sort -u ":
/usr/bin/accessible
/usr/bin/accessiblebridge
/usr/bin/dconf
/usr/bin/iconengines
/usr/bin/imageformats
/usr/bin/platforminputcontexts
/usr/bin/platforms
/usr/bin/platformthemes
/usr/bin/qt.conf
/usr/bin/styles
/usr/bin/vlc
/usr/bin/xcbglintegrations

Output from "firejail --trace=vlc.trace --ignore=private-bin /usr/bin/vlc":
3:vlc:exec /usr/bin/vlc:0
3:vlc:fopen64 /proc/self/maps:0x555fdbde1570
3:vlc:open64 /usr/lib/vlc/plugins/plugins.dat:4
3:vlc:opendir /usr/lib/vlc/plugins:0x555fdbe6fda0
3:vlc:opendir /usr/lib/vlc/plugins/control:0x555fdbe77e10
3:vlc:opendir /usr/lib/vlc/plugins/packetizer:0x555fdbe77e10
3:vlc:opendir /usr/lib/vlc/plugins/vaapi:0x555fdbe77de0
3:vlc:opendir /usr/lib/vlc/plugins/audio_mixer:0x555fdbe77de0
3:vlc:opendir /usr/lib/vlc/plugins/gui:0x555fdbe77de0
3:vlc:opendir /usr/lib/vlc/plugins/vdpau:0x555fdbe77de0
3:vlc:opendir /usr/lib/vlc/plugins/video_chroma:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/meta_engine:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/audio_output:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/stream_extractor:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/access_output:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/lua:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/audio_filter:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/misc:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/video_output:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/video_splitter:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/services_discovery:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/stream_filter:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/spu:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/video_filter:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/logger:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/access:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/mux:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/notify:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/visualization:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/keystore:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/text_renderer:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/demux:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/codec:0x555fdbe820a0
3:vlc:opendir /usr/lib/vlc/plugins/stream_out:0x555fdbe820a0
3:vlc:open64 /home/rsruser/.config/vlc/vlcrc:4
3:vlc:fopen64 /proc/cpuinfo:0x555fdbde1570
3:vlc:open64 /home/rsruser/.local/share/vlc/ml.xspf:4
3:vlc:open64 /home/rsruser/.local/share/vlc/ml.xspf:4
3:vlc:open64 /home/rsruser/.local/share/vlc/ml.xspf:4
3:vlc:opendir /home/rsruser/.local/share/vlc/lua/meta/reader:(nil)
3:vlc:opendir /usr/lib/vlc/lua/meta/reader:0x555fdbeb66e0
3:vlc:fopen64 /usr/lib/vlc/lua/meta/reader/filename.luac:0x555fdbde1570
3:vlc:freopen64 /usr/lib/vlc/lua/meta/reader/filename.luac:0x555fdbde1570
3:vlc:opendir /usr/share/vlc/lua/meta/reader:(nil)
3:vlc:fopen64 /home/rsruser/.pulse/client.conf:(nil)
3:vlc:fopen64 /home/rsruser/.config/pulse/client.conf:0x555fdbde1570
3:vlc:mkdir /run/user/1001/pulse:-1
3:vlc:open64 /run/user/1001/pulse:6
3:vlc:socket AF_LOCAL SOCK_STREAM 0:6
3:vlc:connect 6 /run/user/1001/pulse/native:0
3:vlc:open64 /home/rsruser/.config/pulse/cookie:-1
3:vlc:open64 /home/rsruser/.pulse-cookie:7
3:vlc:fopen64 /etc/machine-id:0x7f8fc00076f0
3:vlc:socket AF_LOCAL SOCK_STREAM 0:10
3:vlc:connect 10 /run/user/1001/bus:0
3:vlc:socket AF_LOCAL SOCK_STREAM 0:11
3:vlc:connect 11 @/tmp/.X11-unix/X1:0
3:vlc:access /run/user/1001/gdm/Xauthority:0
3:vlc:fopen /run/user/1001/gdm/Xauthority:0x555fdbde1570
3:vlc:socket AF_LOCAL SOCK_STREAM 0:11
3:vlc:connect 11 @/tmp/.X11-unix/X1:0
3:vlc:access /run/user/1001/gdm/Xauthority:0
3:vlc:fopen /run/user/1001/gdm/Xauthority:0x555fdbde1570
3:vlc:access /proc/3/exe:0
3:vlc:access /usr/bin/qt.conf:-1
3:vlc:access /usr/lib:0
3:vlc:access /usr/lib/qt/plugins:0
3:vlc:access /usr/bin:0
3:vlc:access /usr/lib/qt/plugins/platforms/.:0
3:vlc:opendir /usr/lib/qt/plugins/platforms:0x7f8fbc001f70
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqeglfs.so:11
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqlinuxfb.so:11
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqminimal.so:11
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqminimalegl.so:11
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqoffscreen.so:11
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqvnc.so:11
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqwayland-egl.so:11
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqwayland-generic.so:11
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqwayland-xcomposite-egl.so:11
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqwayland-xcomposite-glx.so:11
3:vlc:open64 /usr/lib/qt/plugins/platforms/libqxcb.so:11
3:vlc:access /usr/bin/platforms/.:-1
3:vlc:access /usr/bin/qt.conf:-1
3:vlc:socket AF_LOCAL SOCK_STREAM 0:11
3:vlc:connect 11 @/tmp/.X11-unix/X1:0
3:vlc:access /run/user/1001/gdm/Xauthority:0
3:vlc:fopen /run/user/1001/gdm/Xauthority:0x7f8fbc010420
3:vlc:access /usr/lib:0
3:vlc:open64 /usr/share/qt/qtlogging.ini:-1
3:vlc:access /usr/share/hwdata/pnp.ids:-1
3:vlc:fopen /usr/share/X11/locale/locale.alias:0x7f8fbc010420
3:vlc:fopen /usr/share/X11/locale/locale.alias:0x7f8fbc010420
3:vlc:fopen /usr/share/X11/locale/locale.dir:0x7f8fbc010420
3:vlc:access /usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE:0
3:vlc:fopen /usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE:0x7f8fbc010420
3:vlc:access /run/user/1001:0
3:vlc:access /run/user/1001:0
3:vlc:access /run/user/1001:0
3:vlc:access /run/user/1001:0
3:vlc:access /usr/lib/qt/plugins/platformthemes/.:0
3:vlc:opendir /usr/lib/qt/plugins/platformthemes:0x7f8fbc041410
3:vlc:open64 /usr/lib/qt/plugins/platformthemes/libqgtk2.so:15
3:vlc:open64 /usr/lib/qt/plugins/platformthemes/libqgtk3.so:15
3:vlc:open64 /usr/lib/qt/plugins/platformthemes/libqt5ct.so:15
3:vlc:open64 /usr/lib/qt/plugins/platformthemes/libqxdgdesktopportal.so:15
3:vlc:access /usr/bin/platformthemes/.:-1
3:vlc:access /etc/fonts/fonts.conf:0
3:vlc:access /etc/fonts/fonts.conf:0
3:vlc:access /etc/fonts/conf.d:0
3:vlc:access /etc/fonts/conf.d:0
3:vlc:opendir /etc/fonts/conf.d:0x7f8fbc04b4d0
3:vlc:access /etc/fonts/conf.d/10-hinting-slight.conf:0
3:vlc:access /etc/fonts/conf.d/10-hinting-slight.conf:0
3:vlc:access /etc/fonts/conf.d/10-powerline-symbols.conf:0
3:vlc:access /etc/fonts/conf.d/10-powerline-symbols.conf:0
3:vlc:access /etc/fonts/conf.d/10-scale-bitmap-fonts.conf:0
3:vlc:access /etc/fonts/conf.d/10-scale-bitmap-fonts.conf:0
3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf:0
3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf:0
3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf:0
3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf:0
3:vlc:access /etc/fonts/conf.d/20-unhint-small-vera.conf:0
3:vlc:access /etc/fonts/conf.d/20-unhint-small-vera.conf:0
3:vlc:access /etc/fonts/conf.d/30-metric-aliases.conf:0
3:vlc:access /etc/fonts/conf.d/30-metric-aliases.conf:0
3:vlc:access /etc/fonts/conf.d/30-win32-aliases.conf:0
3:vlc:access /etc/fonts/conf.d/30-win32-aliases.conf:0
3:vlc:access /etc/fonts/conf.d/40-nonlatin.conf:0
3:vlc:access /etc/fonts/conf.d/40-nonlatin.conf:0
3:vlc:access /etc/fonts/conf.d/45-generic.conf:0
3:vlc:access /etc/fonts/conf.d/45-generic.conf:0
3:vlc:access /etc/fonts/conf.d/45-latin.conf:0
3:vlc:access /etc/fonts/conf.d/45-latin.conf:0
3:vlc:access /etc/fonts/conf.d/46-noto-mono.conf:0
3:vlc:access /etc/fonts/conf.d/46-noto-mono.conf:0
3:vlc:access /etc/fonts/conf.d/46-noto-sans.conf:0
3:vlc:access /etc/fonts/conf.d/46-noto-sans.conf:0
3:vlc:access /etc/fonts/conf.d/46-noto-serif.conf:0
3:vlc:access /etc/fonts/conf.d/46-noto-serif.conf:0
3:vlc:access /etc/fonts/conf.d/49-sansserif.conf:0
3:vlc:access /etc/fonts/conf.d/49-sansserif.conf:0
3:vlc:access /etc/fonts/conf.d/50-user.conf:0
3:vlc:access /etc/fonts/conf.d/50-user.conf:0
3:vlc:access /home/rsruser/.config/fontconfig/conf.d:-1
3:vlc:access /home/rsruser/.config/fontconfig/conf.d:-1
3:vlc:access /home/rsruser/.config/fontconfig/fonts.conf:-1
3:vlc:access /home/rsruser/.config/fontconfig/fonts.conf:-1
3:vlc:access /home/rsruser/.fonts.conf.d:-1
3:vlc:access /home/rsruser/.fonts.conf.d:-1
3:vlc:access /home/rsruser/.fonts.conf:-1
3:vlc:access /home/rsruser/.fonts.conf:-1
3:vlc:access /etc/fonts/conf.d/51-local.conf:0
3:vlc:access /etc/fonts/conf.d/51-local.conf:0
3:vlc:access /etc/fonts/local.conf:-1
3:vlc:access /etc/fonts/local.conf:-1
3:vlc:access /etc/fonts/conf.d/57-dejavu-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.d/57-dejavu-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.d/57-dejavu-sans.conf:0
3:vlc:access /etc/fonts/conf.d/57-dejavu-sans.conf:0
3:vlc:access /etc/fonts/conf.d/57-dejavu-serif.conf:0
3:vlc:access /etc/fonts/conf.d/57-dejavu-serif.conf:0
3:vlc:access /etc/fonts/conf.d/60-generic.conf:0
3:vlc:access /etc/fonts/conf.d/60-generic.conf:0
3:vlc:access /etc/fonts/conf.d/60-latin.conf:0
3:vlc:access /etc/fonts/conf.d/60-latin.conf:0
3:vlc:access /etc/fonts/conf.d/65-fonts-persian.conf:0
3:vlc:access /etc/fonts/conf.d/65-fonts-persian.conf:0
3:vlc:access /etc/fonts/conf.d/65-nonlatin.conf:0
3:vlc:access /etc/fonts/conf.d/65-nonlatin.conf:0
3:vlc:access /etc/fonts/conf.d/66-noto-mono.conf:0
3:vlc:access /etc/fonts/conf.d/66-noto-mono.conf:0
3:vlc:access /etc/fonts/conf.d/66-noto-sans.conf:0
3:vlc:access /etc/fonts/conf.d/66-noto-sans.conf:0
3:vlc:access /etc/fonts/conf.d/66-noto-serif.conf:0
3:vlc:access /etc/fonts/conf.d/66-noto-serif.conf:0
3:vlc:access /etc/fonts/conf.d/69-unifont.conf:0
3:vlc:access /etc/fonts/conf.d/69-unifont.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-bookman.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-bookman.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-c059.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-c059.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-d050000l.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-d050000l.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-fallback-backwards.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-fallback-backwards.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-fallback-generics.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-fallback-generics.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-fallback-specifics.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-fallback-specifics.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-gothic.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-gothic.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-roman.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-roman.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-sans.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-sans.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-p052.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-p052.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-standard-symbols-ps.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-standard-symbols-ps.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-z003.conf:0
3:vlc:access /etc/fonts/conf.d/69-urw-z003.conf:0
3:vlc:access /etc/fonts/conf.d/70-droid-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.d/70-droid-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.d/75-droid-kufi.conf:0
3:vlc:access /etc/fonts/conf.d/75-droid-kufi.conf:0
3:vlc:access /etc/fonts/conf.d/75-droid-sans.conf:0
3:vlc:access /etc/fonts/conf.d/75-droid-sans.conf:0
3:vlc:access /etc/fonts/conf.d/75-droid-serif.conf:0
3:vlc:access /etc/fonts/conf.d/75-droid-serif.conf:0
3:vlc:access /etc/fonts/conf.d/75-yes-terminus.conf:0
3:vlc:access /etc/fonts/conf.d/75-yes-terminus.conf:0
3:vlc:access /etc/fonts/conf.d/80-delicious.conf:0
3:vlc:access /etc/fonts/conf.d/80-delicious.conf:0
3:vlc:access /etc/fonts/conf.d/90-synthetic.conf:0
3:vlc:access /etc/fonts/conf.d/90-synthetic.conf:0
3:vlc:access /etc/fonts/conf.d:0
3:vlc:access /etc/fonts/conf.avail:0
3:vlc:access /etc/fonts/conf.avail:0
3:vlc:opendir /etc/fonts/conf.avail:0x7f8fbc04b4d0
3:vlc:access /etc/fonts/conf.avail/10-autohint.conf:0
3:vlc:access /etc/fonts/conf.avail/10-autohint.conf:0
3:vlc:access /etc/fonts/conf.avail/10-hinting-full.conf:0
3:vlc:access /etc/fonts/conf.avail/10-hinting-full.conf:0
3:vlc:access /etc/fonts/conf.avail/10-hinting-medium.conf:0
3:vlc:access /etc/fonts/conf.avail/10-hinting-medium.conf:0
3:vlc:access /etc/fonts/conf.avail/10-hinting-none.conf:0
3:vlc:access /etc/fonts/conf.avail/10-hinting-none.conf:0
3:vlc:access /etc/fonts/conf.avail/10-hinting-slight.conf:0
3:vlc:access /etc/fonts/conf.avail/10-hinting-slight.conf:0
3:vlc:access /etc/fonts/conf.avail/10-no-sub-pixel.conf:0
3:vlc:access /etc/fonts/conf.avail/10-no-sub-pixel.conf:0
3:vlc:access /etc/fonts/conf.avail/10-powerline-symbols.conf:0
3:vlc:access /etc/fonts/conf.avail/10-powerline-symbols.conf:0
3:vlc:access /etc/fonts/conf.avail/10-scale-bitmap-fonts.conf:0
3:vlc:access /etc/fonts/conf.avail/10-scale-bitmap-fonts.conf:0
3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-bgr.conf:0
3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-bgr.conf:0
3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-rgb.conf:0
3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-rgb.conf:0
3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-vbgr.conf:0
3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-vbgr.conf:0
3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-vrgb.conf:0
3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-vrgb.conf:0
3:vlc:access /etc/fonts/conf.avail/10-unhinted.conf:0
3:vlc:access /etc/fonts/conf.avail/10-unhinted.conf:0
3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-default.conf:0
3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-default.conf:0
3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-legacy.conf:0
3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-legacy.conf:0
3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-light.conf:0
3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-light.conf:0
3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf:0
3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf:0
3:vlc:access /etc/fonts/conf.avail/20-unhint-small-vera.conf:0
3:vlc:access /etc/fonts/conf.avail/20-unhint-small-vera.conf:0
3:vlc:access /etc/fonts/conf.avail/25-unhint-nonlatin.conf:0
3:vlc:access /etc/fonts/conf.avail/25-unhint-nonlatin.conf:0
3:vlc:access /etc/fonts/conf.avail/30-metric-aliases.conf:0
3:vlc:access /etc/fonts/conf.avail/30-metric-aliases.conf:0
3:vlc:access /etc/fonts/conf.avail/30-win32-aliases.conf:0
3:vlc:access /etc/fonts/conf.avail/30-win32-aliases.conf:0
3:vlc:access /etc/fonts/conf.avail/40-nonlatin.conf:0
3:vlc:access /etc/fonts/conf.avail/40-nonlatin.conf:0
3:vlc:access /etc/fonts/conf.avail/45-generic.conf:0
3:vlc:access /etc/fonts/conf.avail/45-generic.conf:0
3:vlc:access /etc/fonts/conf.avail/45-latin.conf:0
3:vlc:access /etc/fonts/conf.avail/45-latin.conf:0
3:vlc:access /etc/fonts/conf.avail/46-noto-mono.conf:0
3:vlc:access /etc/fonts/conf.avail/46-noto-mono.conf:0
3:vlc:access /etc/fonts/conf.avail/46-noto-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/46-noto-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/46-noto-serif.conf:0
3:vlc:access /etc/fonts/conf.avail/46-noto-serif.conf:0
3:vlc:access /etc/fonts/conf.avail/49-sansserif.conf:0
3:vlc:access /etc/fonts/conf.avail/49-sansserif.conf:0
3:vlc:access /etc/fonts/conf.avail/50-user.conf:0
3:vlc:access /etc/fonts/conf.avail/50-user.conf:0
3:vlc:access /etc/fonts/conf.avail/51-local.conf:0
3:vlc:access /etc/fonts/conf.avail/51-local.conf:0
3:vlc:access /etc/fonts/conf.avail/57-dejavu-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.avail/57-dejavu-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.avail/57-dejavu-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/57-dejavu-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/57-dejavu-serif.conf:0
3:vlc:access /etc/fonts/conf.avail/57-dejavu-serif.conf:0
3:vlc:access /etc/fonts/conf.avail/60-generic.conf:0
3:vlc:access /etc/fonts/conf.avail/60-generic.conf:0
3:vlc:access /etc/fonts/conf.avail/60-latin.conf:0
3:vlc:access /etc/fonts/conf.avail/60-latin.conf:0
3:vlc:access /etc/fonts/conf.avail/65-fonts-persian.conf:0
3:vlc:access /etc/fonts/conf.avail/65-fonts-persian.conf:0
3:vlc:access /etc/fonts/conf.avail/65-khmer.conf:0
3:vlc:access /etc/fonts/conf.avail/65-khmer.conf:0
3:vlc:access /etc/fonts/conf.avail/65-nonlatin.conf:0
3:vlc:access /etc/fonts/conf.avail/65-nonlatin.conf:0
3:vlc:access /etc/fonts/conf.avail/66-noto-mono-compat.conf:0
3:vlc:access /etc/fonts/conf.avail/66-noto-mono-compat.conf:0
3:vlc:access /etc/fonts/conf.avail/66-noto-mono.conf:0
3:vlc:access /etc/fonts/conf.avail/66-noto-mono.conf:0
3:vlc:access /etc/fonts/conf.avail/66-noto-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/66-noto-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/66-noto-serif.conf:0
3:vlc:access /etc/fonts/conf.avail/66-noto-serif.conf:0
3:vlc:access /etc/fonts/conf.avail/69-unifont.conf:0
3:vlc:access /etc/fonts/conf.avail/69-unifont.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-bookman.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-bookman.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-c059.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-c059.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-d050000l.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-d050000l.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-backwards.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-backwards.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-generics.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-generics.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-specifics.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-specifics.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-gothic.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-gothic.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-roman.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-roman.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-p052.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-p052.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-z003.conf:0
3:vlc:access /etc/fonts/conf.avail/69-urw-z003.conf:0
3:vlc:access /etc/fonts/conf.avail/70-droid-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.avail/70-droid-sans-mono.conf:0
3:vlc:access /etc/fonts/conf.avail/70-no-bitmaps.conf:0
3:vlc:access /etc/fonts/conf.avail/70-no-bitmaps.conf:0
3:vlc:access /etc/fonts/conf.avail/70-yes-bitmaps.conf:0
3:vlc:access /etc/fonts/conf.avail/70-yes-bitmaps.conf:0
3:vlc:access /etc/fonts/conf.avail/75-droid-kufi.conf:0
3:vlc:access /etc/fonts/conf.avail/75-droid-kufi.conf:0
3:vlc:access /etc/fonts/conf.avail/75-droid-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/75-droid-sans.conf:0
3:vlc:access /etc/fonts/conf.avail/75-droid-serif.conf:0
3:vlc:access /etc/fonts/conf.avail/75-droid-serif.conf:0
3:vlc:access /etc/fonts/conf.avail/75-ttf-inconsolata.conf:0
3:vlc:access /etc/fonts/conf.avail/75-ttf-inconsolata.conf:0
3:vlc:access /etc/fonts/conf.avail/75-yes-terminus.conf:0
3:vlc:access /etc/fonts/conf.avail/75-yes-terminus.conf:0
3:vlc:access /etc/fonts/conf.avail/80-delicious.conf:0
3:vlc:access /etc/fonts/conf.avail/80-delicious.conf:0
3:vlc:access /etc/fonts/conf.avail/90-synthetic.conf:0
3:vlc:access /etc/fonts/conf.avail/90-synthetic.conf:0
3:vlc:access /usr/share/fonts/.uuid:0
3:vlc:access /usr/local/share/fonts/.uuid:-1
3:vlc:access /home/rsruser/.local/share/fonts/.uuid:-1
3:vlc:access /home/rsruser/.fonts/.uuid:0
3:vlc:access /usr/share/fonts/100dpi/.uuid:-1
3:vlc:unlink /usr/share/fonts/100dpi/.uuid:-1
3:vlc:access /usr/share/fonts/75dpi/.uuid:-1
3:vlc:unlink /usr/share/fonts/75dpi/.uuid:-1
3:vlc:access /usr/share/fonts/OTF/.uuid:0
3:vlc:access /usr/share/fonts/TTF/.uuid:0
3:vlc:access /usr/share/fonts/adobe-source-code-pro/.uuid:0
3:vlc:access /usr/share/fonts/cantarell/.uuid:0
3:vlc:access /usr/share/fonts/cyrillic/.uuid:-1
3:vlc:unlink /usr/share/fonts/cyrillic/.uuid:-1
3:vlc:access /usr/share/fonts/droid/.uuid:0
3:vlc:access /usr/share/fonts/encodings/.uuid:0
3:vlc:access /usr/share/fonts/gsfonts/.uuid:0
3:vlc:access /usr/share/fonts/liberation/.uuid:0
3:vlc:access /usr/share/fonts/mathjax/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/.uuid:0
3:vlc:access /usr/share/fonts/misc/.uuid:0
3:vlc:access /usr/share/fonts/noto/.uuid:0
3:vlc:access /usr/share/fonts/util/.uuid:-1
3:vlc:unlink /usr/share/fonts/util/.uuid:-1
3:vlc:access /usr/share/fonts/xmind/.uuid:-1
3:vlc:unlink /usr/share/fonts/xmind/.uuid:-1
3:vlc:access /usr/share/fonts/encodings/large/.uuid:-1
3:vlc:unlink /usr/share/fonts/encodings/large/.uuid:-1
3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/.uuid:0
3:vlc:access /usr/share/fonts/noto/NotoMono-Regular.ttf/.uuid:0
3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/Asana-Math/.uuid:-1
3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/Asana-Math/.uuid:-1
3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella/.uuid:-1
3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella/.uuid:-1
3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes/.uuid:-1
3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes/.uuid:-1
3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/Latin-Modern/.uuid:-1
3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/Latin-Modern/.uuid:-1
3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/Neo-Euler/.uuid:-1
3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/Neo-Euler/.uuid:-1
3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/STIX-Web/.uuid:-1
3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/STIX-Web/.uuid:-1
3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/TeX/.uuid:-1
3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/TeX/.uuid:-1
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/TeX/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/.uuid:0
3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/.uuid:0
3:vlc:access /home/rsruser/.config/qt5ct/qt5ct.conf:0
3:vlc:access /home/rsruser/.config/qt5ct/qt5ct.conf:0
3:vlc:open64 /home/rsruser/.config/qt5ct/qt5ct.conf:15
3:vlc:open64 /dev/tty:15
3:vlc:access /usr/lib/qt/plugins/styles/.:0
3:vlc:opendir /usr/lib/qt/plugins/styles:0x7f8fbc08cd80
3:vlc:open64 /usr/lib/qt/plugins/styles/libbb10styleplugin.so:15
3:vlc:open64 /usr/lib/qt/plugins/styles/libkvantum.so:15
3:vlc:open64 /usr/lib/qt/plugins/styles/libqcleanlooksstyle.so:15
3:vlc:open64 /usr/lib/qt/plugins/styles/libqgtk2style.so:15
3:vlc:open64 /usr/lib/qt/plugins/styles/libqmotifstyle.so:15
3:vlc:open64 /usr/lib/qt/plugins/styles/libqplastiquestyle.so:15
3:vlc:open64 /usr/lib/qt/plugins/styles/libqt5ct-style.so:15
3:vlc:access /usr/bin/styles/.:-1
3:vlc:access /usr/lib/qt/plugins/platforminputcontexts/.:0
3:vlc:opendir /usr/lib/qt/plugins/platforminputcontexts:0x7f8fbc08cd80
3:vlc:open64 /usr/lib/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so:15
3:vlc:open64 /usr/lib/qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so:15
3:vlc:access /usr/bin/platforminputcontexts/.:-1
3:vlc:socket AF_LOCAL SOCK_STREAM 0:15
3:vlc:connect 15 @/tmp/.ICE-unix/3193:0
3:vlc:access /run/user/1001/ICEauthority:0
3:vlc:fopen /run/user/1001/ICEauthority:0x7f8fbc010420
3:vlc:access /run/user/1001/ICEauthority:0
3:vlc:fopen /run/user/1001/ICEauthority:0x7f8fbc010420
3:vlc:access /run/user/1001/ICEauthority:0
3:vlc:fopen /run/user/1001/ICEauthority:0x7f8fbc010420
3:vlc:access /run/user/1001/ICEauthority:0
3:vlc:fopen /run/user/1001/ICEauthority:0x7f8fbc010420
3:vlc:access /home/rsruser/.config/Kvantum/kvantum.kvconfig:0
3:vlc:access /home/rsruser/.config/Kvantum/kvantum.kvconfig:0
3:vlc:open64 /home/rsruser/.config/Kvantum/kvantum.kvconfig:16
3:vlc:access /usr/lib/qt/plugins/imageformats/.:0
3:vlc:opendir /usr/lib/qt/plugins/imageformats:0x7f8fbc19a220
3:vlc:open64 /usr/lib/qt/plugins/imageformats/libqgif.so:16
3:vlc:open64 /usr/lib/qt/plugins/imageformats/libqico.so:16
3:vlc:open64 /usr/lib/qt/plugins/imageformats/libqjpeg.so:16
3:vlc:open64 /usr/lib/qt/plugins/imageformats/libqsvg.so:16
3:vlc:access /usr/bin/imageformats/.:-1
3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlackDark#/KvAdaptaBreathBlackDark#.kvconfig:-1
3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlackDark#/KvAdaptaBreathBlackDark#.svg:-1
3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:-1
3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.svg:-1
3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1
3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1
3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1
3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1
3:vlc:access /usr/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1
3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:-1
3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.svg:-1
3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1
3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1
3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1
3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0
3:vlc:open64 /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:16
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.svg:0
3:vlc:open64 /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.svg:16
3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.svg:0
3:vlc:access /usr/bin/dconf:0
9:dconf:exec /usr/bin/dconf:0
9:dconf:fopen64 /run/dconf/user/1001:(nil)
9:dconf:fopen64 /run/user/1001/dconf/profile:(nil)
9:dconf:fopen64 /etc/dconf/profile/user:(nil)
9:dconf:fopen64 /home/rsruser/.local/share/flatpak/exports/share/dconf/profile/user:(nil)
9:dconf:fopen64 /usr/lib/charset.alias:(nil)
9:dconf:mkdir /run/user/1001/dconf:-1
9:dconf:open64 /run/user/1001/dconf/user:6
9:dconf:open64 /home/rsruser/.config/dconf/user:6
3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0
3:vlc:open64 /home/rsruser/.config/vlc/vlc-qt-interface.conf:16
3:vlc:access /home/rsruser/.config/vlc.conf:-1
3:vlc:access /etc/xdg/vlc/vlc-qt-interface.conf:-1
3:vlc:access /etc/xdg/vlc.conf:-1
3:vlc:access /usr/lib/qt/plugins/iconengines/.:0
3:vlc:opendir /usr/lib/qt/plugins/iconengines:0x7f8fbc22f2b0
3:vlc:open64 /usr/lib/qt/plugins/iconengines/KIconEnginePlugin.so:16
3:vlc:open64 /usr/lib/qt/plugins/iconengines/libqsvgicon.so:16
3:vlc:access /usr/bin/iconengines/.:-1
3:vlc:access /usr/share/icons/Arc-Maia/icon-theme.cache:0
3:vlc:open64 /usr/share/icons/Arc-Maia/icon-theme.cache:16
3:vlc:access /usr/share/icons/Arc-Maia/index.theme:0
3:vlc:open64 /usr/share/icons/Arc-Maia/index.theme:18
3:vlc:access /usr/share/icons/Moka/icon-theme.cache:0
3:vlc:open64 /usr/share/icons/Moka/icon-theme.cache:18
3:vlc:access /usr/share/icons/Moka/index.theme:0
3:vlc:open64 /usr/share/icons/Moka/index.theme:19
3:vlc:access /usr/share/icons/Moka/22x22/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/24x24@2x/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/16x16@2x/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/32x32@2x/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/96x96@2x/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/256x256/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/24x24/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/64x64/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/96x96/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/16x16/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/22x22@2x/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/256x256@2x/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/48x48/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/32x32/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/64x64@2x/apps/vlc.png:0
3:vlc:access /usr/share/icons/Moka/48x48@2x/apps/vlc.png:0
3:vlc:socket AF_LOCAL SOCK_STREAM 0:20
3:vlc:connect 20 /run/user/1001/bus:0
3:vlc:open /usr/share/fonts/cantarell/Cantarell-VF.otf:21
3:vlc:opendir /home/rsruser/.local/share/vlc/lua/extensions:(nil)
3:vlc:opendir /usr/lib/vlc/lua/extensions:0x7f8fbc455ad0
3:vlc:fopen64 /usr/lib/vlc/lua/extensions/VLSub.luac:0x7f8fbc0a47d0
3:vlc:freopen64 /usr/lib/vlc/lua/extensions/VLSub.luac:0x7f8fbc0a47d0
3:vlc:opendir /usr/share/vlc/lua/extensions:(nil)
3:vlc:socket AF_LOCAL SOCK_STREAM 0:21
3:vlc:connect 21 @/tmp/dbus-bBDHz3O7JL:0
3:vlc:access /usr/lib/qt/plugins/xcbglintegrations/.:0
3:vlc:opendir /usr/lib/qt/plugins/xcbglintegrations:0x7f8fbc458400
3:vlc:open64 /usr/lib/qt/plugins/xcbglintegrations/libqxcb-egl-integration.so:22
3:vlc:open64 /usr/lib/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so:22
3:vlc:access /usr/bin/xcbglintegrations/.:-1
3:vlc:open64 /usr/share/drirc.d/00-mesa-defaults.conf:23
3:vlc:open64 /etc/drirc:-1
3:vlc:open64 /home/rsruser/.drirc:-1
3:vlc:opendir /dev/dri:0x7f8fbc458400
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0
3:vlc:opendir /dev/dri:0x7f8fbc458400
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0
3:vlc:open64 /usr/share/drirc.d/00-mesa-defaults.conf:23
3:vlc:open64 /etc/drirc:-1
3:vlc:open64 /home/rsruser/.drirc:-1
3:vlc:opendir /dev/dri:0x7f8fbc458400
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0
3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0
3:vlc:open64 /usr/share/drirc.d/00-mesa-defaults.conf:23
3:vlc:open64 /etc/drirc:-1
3:vlc:open64 /home/rsruser/.drirc:-1
3:vlc:open64 /usr/share/drirc.d/00-mesa-defaults.conf:23
3:vlc:open64 /etc/drirc:-1
3:vlc:open64 /home/rsruser/.drirc:-1
3:vlc:fopen /etc/passwd:0x7f8fbc2d84c0
3:vlc:open64 /home/rsruser/.cache/mesa_shader_cache/index:26
3:vlc:open64 /dev/urandom:26
3:vlc:access /usr/share/icons/Moka/48x48/apps/vlc.png:0
3:vlc:open64 /usr/share/icons/Moka/48x48/apps/vlc.png:26
3:vlc:access /usr/share/icons/Moka/64x64/apps/vlc.png:0
3:vlc:open64 /usr/share/icons/Moka/64x64/apps/vlc.png:26
3:vlc:access /usr/share/icons/Moka/32x32/apps/vlc.png:0
3:vlc:open64 /usr/share/icons/Moka/32x32/apps/vlc.png:26
3:vlc:access /usr/share/icons/Moka/256x256/apps/vlc.png:0
3:vlc:open64 /usr/share/icons/Moka/256x256/apps/vlc.png:26
3:vlc:access /usr/share/icons/Moka/24x24/apps/vlc.png:0
3:vlc:open64 /usr/share/icons/Moka/24x24/apps/vlc.png:26
3:vlc:access /usr/share/icons/Moka/16x16/apps/vlc.png:0
3:vlc:open64 /usr/share/icons/Moka/16x16/apps/vlc.png:26
3:vlc:access /usr/share/icons/Moka/96x96/apps/vlc.png:0
3:vlc:open64 /usr/share/icons/Moka/96x96/apps/vlc.png:26
3:vlc:access /usr/lib/qt/plugins/accessible/.:-1
3:vlc:access /usr/bin/accessible/.:-1
3:vlc:socket AF_LOCAL SOCK_STREAM 0:26
3:vlc:connect 26 @/tmp/.X11-unix/X1:0
3:vlc:access /run/user/1001/gdm/Xauthority:0
3:vlc:fopen /run/user/1001/gdm/Xauthority:0x7f8fbc5615c0
3:vlc:open /home/rsruser/.Xdefaults-hanna:-1
3:vlc:fopen /home/rsruser/.local/share/icons/capitaine-cursors/cursors/left_ptr:(nil)
3:vlc:fopen /home/rsruser/.local/share/icons/capitaine-cursors/index.theme:(nil)
3:vlc:fopen /home/rsruser/.icons/capitaine-cursors/cursors/left_ptr:(nil)
3:vlc:fopen /home/rsruser/.icons/capitaine-cursors/index.theme:(nil)
3:vlc:fopen /usr/share/icons/capitaine-cursors/cursors/left_ptr:0x7f8fbc5615c0
3:vlc:access /usr/lib/qt/plugins/accessiblebridge/.:-1
3:vlc:access /usr/bin/accessiblebridge/.:-1
3:vlc:fopen /etc/passwd:0x7f8fbc5615c0
3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0
3:vlc:open64 /home/rsruser/.config/vlc/vlc-qt-interface.conf:4
3:vlc:open64 /home/rsruser/.config/vlc/vlc-qt-interface.conf.lock:4
3:vlc:open64 /proc/sys/kernel/random/boot_id:5
3:vlc:open64 /var/lib/dbus/machine-id:5
3:vlc:access /proc/version:0
3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0
3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0
3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0
3:vlc:open64 /home/rsruser/.config/vlc:5
3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0
3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0
3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:-1
3:vlc:unlink /home/rsruser/.config/vlc/vlc-qt-interface.conf.lock:0
3:vlc:access /home/rsruser/.config/vlc.conf:-1
3:vlc:access /etc/xdg/vlc/vlc-qt-interface.conf:-1
3:vlc:access /etc/xdg/vlc.conf:-1
3:vlc:mkdir /home/rsruser/.local/share/vlc:-1
3:vlc:open64 /home/rsruser/.local/share/vlc/ml.xspf.tmp3:4

<!-- gh-comment-id:627471398 --> @rsramkis commented on GitHub (May 12, 2020): **Output from "grep -oE " /usr/bin//?[^/:]+" vlc.trace | sort -u ":** /usr/bin/accessible /usr/bin/accessiblebridge /usr/bin/dconf /usr/bin/iconengines /usr/bin/imageformats /usr/bin/platforminputcontexts /usr/bin/platforms /usr/bin/platformthemes /usr/bin/qt.conf /usr/bin/styles /usr/bin/vlc /usr/bin/xcbglintegrations **Output from "firejail --trace=vlc.trace --ignore=private-bin /usr/bin/vlc":** 3:vlc:exec /usr/bin/vlc:0 3:vlc:fopen64 /proc/self/maps:0x555fdbde1570 3:vlc:open64 /usr/lib/vlc/plugins/plugins.dat:4 3:vlc:opendir /usr/lib/vlc/plugins:0x555fdbe6fda0 3:vlc:opendir /usr/lib/vlc/plugins/control:0x555fdbe77e10 3:vlc:opendir /usr/lib/vlc/plugins/packetizer:0x555fdbe77e10 3:vlc:opendir /usr/lib/vlc/plugins/vaapi:0x555fdbe77de0 3:vlc:opendir /usr/lib/vlc/plugins/audio_mixer:0x555fdbe77de0 3:vlc:opendir /usr/lib/vlc/plugins/gui:0x555fdbe77de0 3:vlc:opendir /usr/lib/vlc/plugins/vdpau:0x555fdbe77de0 3:vlc:opendir /usr/lib/vlc/plugins/video_chroma:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/meta_engine:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/audio_output:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/stream_extractor:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/access_output:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/lua:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/audio_filter:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/misc:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/video_output:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/video_splitter:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/services_discovery:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/stream_filter:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/spu:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/video_filter:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/logger:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/access:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/mux:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/notify:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/visualization:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/keystore:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/text_renderer:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/demux:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/codec:0x555fdbe820a0 3:vlc:opendir /usr/lib/vlc/plugins/stream_out:0x555fdbe820a0 3:vlc:open64 /home/rsruser/.config/vlc/vlcrc:4 3:vlc:fopen64 /proc/cpuinfo:0x555fdbde1570 3:vlc:open64 /home/rsruser/.local/share/vlc/ml.xspf:4 3:vlc:open64 /home/rsruser/.local/share/vlc/ml.xspf:4 3:vlc:open64 /home/rsruser/.local/share/vlc/ml.xspf:4 3:vlc:opendir /home/rsruser/.local/share/vlc/lua/meta/reader:(nil) 3:vlc:opendir /usr/lib/vlc/lua/meta/reader:0x555fdbeb66e0 3:vlc:fopen64 /usr/lib/vlc/lua/meta/reader/filename.luac:0x555fdbde1570 3:vlc:freopen64 /usr/lib/vlc/lua/meta/reader/filename.luac:0x555fdbde1570 3:vlc:opendir /usr/share/vlc/lua/meta/reader:(nil) 3:vlc:fopen64 /home/rsruser/.pulse/client.conf:(nil) 3:vlc:fopen64 /home/rsruser/.config/pulse/client.conf:0x555fdbde1570 3:vlc:mkdir /run/user/1001/pulse:-1 3:vlc:open64 /run/user/1001/pulse:6 3:vlc:socket AF_LOCAL SOCK_STREAM 0:6 3:vlc:connect 6 /run/user/1001/pulse/native:0 3:vlc:open64 /home/rsruser/.config/pulse/cookie:-1 3:vlc:open64 /home/rsruser/.pulse-cookie:7 3:vlc:fopen64 /etc/machine-id:0x7f8fc00076f0 3:vlc:socket AF_LOCAL SOCK_STREAM 0:10 3:vlc:connect 10 /run/user/1001/bus:0 3:vlc:socket AF_LOCAL SOCK_STREAM 0:11 3:vlc:connect 11 @/tmp/.X11-unix/X1:0 3:vlc:access /run/user/1001/gdm/Xauthority:0 3:vlc:fopen /run/user/1001/gdm/Xauthority:0x555fdbde1570 3:vlc:socket AF_LOCAL SOCK_STREAM 0:11 3:vlc:connect 11 @/tmp/.X11-unix/X1:0 3:vlc:access /run/user/1001/gdm/Xauthority:0 3:vlc:fopen /run/user/1001/gdm/Xauthority:0x555fdbde1570 3:vlc:access /proc/3/exe:0 3:vlc:access /usr/bin/qt.conf:-1 3:vlc:access /usr/lib:0 3:vlc:access /usr/lib/qt/plugins:0 3:vlc:access /usr/bin:0 3:vlc:access /usr/lib/qt/plugins/platforms/.:0 3:vlc:opendir /usr/lib/qt/plugins/platforms:0x7f8fbc001f70 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqeglfs.so:11 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqlinuxfb.so:11 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqminimal.so:11 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqminimalegl.so:11 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqoffscreen.so:11 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqvnc.so:11 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqwayland-egl.so:11 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqwayland-generic.so:11 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqwayland-xcomposite-egl.so:11 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqwayland-xcomposite-glx.so:11 3:vlc:open64 /usr/lib/qt/plugins/platforms/libqxcb.so:11 3:vlc:access /usr/bin/platforms/.:-1 3:vlc:access /usr/bin/qt.conf:-1 3:vlc:socket AF_LOCAL SOCK_STREAM 0:11 3:vlc:connect 11 @/tmp/.X11-unix/X1:0 3:vlc:access /run/user/1001/gdm/Xauthority:0 3:vlc:fopen /run/user/1001/gdm/Xauthority:0x7f8fbc010420 3:vlc:access /usr/lib:0 3:vlc:open64 /usr/share/qt/qtlogging.ini:-1 3:vlc:access /usr/share/hwdata/pnp.ids:-1 3:vlc:fopen /usr/share/X11/locale/locale.alias:0x7f8fbc010420 3:vlc:fopen /usr/share/X11/locale/locale.alias:0x7f8fbc010420 3:vlc:fopen /usr/share/X11/locale/locale.dir:0x7f8fbc010420 3:vlc:access /usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE:0 3:vlc:fopen /usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE:0x7f8fbc010420 3:vlc:access /run/user/1001:0 3:vlc:access /run/user/1001:0 3:vlc:access /run/user/1001:0 3:vlc:access /run/user/1001:0 3:vlc:access /usr/lib/qt/plugins/platformthemes/.:0 3:vlc:opendir /usr/lib/qt/plugins/platformthemes:0x7f8fbc041410 3:vlc:open64 /usr/lib/qt/plugins/platformthemes/libqgtk2.so:15 3:vlc:open64 /usr/lib/qt/plugins/platformthemes/libqgtk3.so:15 3:vlc:open64 /usr/lib/qt/plugins/platformthemes/libqt5ct.so:15 3:vlc:open64 /usr/lib/qt/plugins/platformthemes/libqxdgdesktopportal.so:15 3:vlc:access /usr/bin/platformthemes/.:-1 3:vlc:access /etc/fonts/fonts.conf:0 3:vlc:access /etc/fonts/fonts.conf:0 3:vlc:access /etc/fonts/conf.d:0 3:vlc:access /etc/fonts/conf.d:0 3:vlc:opendir /etc/fonts/conf.d:0x7f8fbc04b4d0 3:vlc:access /etc/fonts/conf.d/10-hinting-slight.conf:0 3:vlc:access /etc/fonts/conf.d/10-hinting-slight.conf:0 3:vlc:access /etc/fonts/conf.d/10-powerline-symbols.conf:0 3:vlc:access /etc/fonts/conf.d/10-powerline-symbols.conf:0 3:vlc:access /etc/fonts/conf.d/10-scale-bitmap-fonts.conf:0 3:vlc:access /etc/fonts/conf.d/10-scale-bitmap-fonts.conf:0 3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf:0 3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf:0 3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf:0 3:vlc:access /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf:0 3:vlc:access /etc/fonts/conf.d/20-unhint-small-vera.conf:0 3:vlc:access /etc/fonts/conf.d/20-unhint-small-vera.conf:0 3:vlc:access /etc/fonts/conf.d/30-metric-aliases.conf:0 3:vlc:access /etc/fonts/conf.d/30-metric-aliases.conf:0 3:vlc:access /etc/fonts/conf.d/30-win32-aliases.conf:0 3:vlc:access /etc/fonts/conf.d/30-win32-aliases.conf:0 3:vlc:access /etc/fonts/conf.d/40-nonlatin.conf:0 3:vlc:access /etc/fonts/conf.d/40-nonlatin.conf:0 3:vlc:access /etc/fonts/conf.d/45-generic.conf:0 3:vlc:access /etc/fonts/conf.d/45-generic.conf:0 3:vlc:access /etc/fonts/conf.d/45-latin.conf:0 3:vlc:access /etc/fonts/conf.d/45-latin.conf:0 3:vlc:access /etc/fonts/conf.d/46-noto-mono.conf:0 3:vlc:access /etc/fonts/conf.d/46-noto-mono.conf:0 3:vlc:access /etc/fonts/conf.d/46-noto-sans.conf:0 3:vlc:access /etc/fonts/conf.d/46-noto-sans.conf:0 3:vlc:access /etc/fonts/conf.d/46-noto-serif.conf:0 3:vlc:access /etc/fonts/conf.d/46-noto-serif.conf:0 3:vlc:access /etc/fonts/conf.d/49-sansserif.conf:0 3:vlc:access /etc/fonts/conf.d/49-sansserif.conf:0 3:vlc:access /etc/fonts/conf.d/50-user.conf:0 3:vlc:access /etc/fonts/conf.d/50-user.conf:0 3:vlc:access /home/rsruser/.config/fontconfig/conf.d:-1 3:vlc:access /home/rsruser/.config/fontconfig/conf.d:-1 3:vlc:access /home/rsruser/.config/fontconfig/fonts.conf:-1 3:vlc:access /home/rsruser/.config/fontconfig/fonts.conf:-1 3:vlc:access /home/rsruser/.fonts.conf.d:-1 3:vlc:access /home/rsruser/.fonts.conf.d:-1 3:vlc:access /home/rsruser/.fonts.conf:-1 3:vlc:access /home/rsruser/.fonts.conf:-1 3:vlc:access /etc/fonts/conf.d/51-local.conf:0 3:vlc:access /etc/fonts/conf.d/51-local.conf:0 3:vlc:access /etc/fonts/local.conf:-1 3:vlc:access /etc/fonts/local.conf:-1 3:vlc:access /etc/fonts/conf.d/57-dejavu-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.d/57-dejavu-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.d/57-dejavu-sans.conf:0 3:vlc:access /etc/fonts/conf.d/57-dejavu-sans.conf:0 3:vlc:access /etc/fonts/conf.d/57-dejavu-serif.conf:0 3:vlc:access /etc/fonts/conf.d/57-dejavu-serif.conf:0 3:vlc:access /etc/fonts/conf.d/60-generic.conf:0 3:vlc:access /etc/fonts/conf.d/60-generic.conf:0 3:vlc:access /etc/fonts/conf.d/60-latin.conf:0 3:vlc:access /etc/fonts/conf.d/60-latin.conf:0 3:vlc:access /etc/fonts/conf.d/65-fonts-persian.conf:0 3:vlc:access /etc/fonts/conf.d/65-fonts-persian.conf:0 3:vlc:access /etc/fonts/conf.d/65-nonlatin.conf:0 3:vlc:access /etc/fonts/conf.d/65-nonlatin.conf:0 3:vlc:access /etc/fonts/conf.d/66-noto-mono.conf:0 3:vlc:access /etc/fonts/conf.d/66-noto-mono.conf:0 3:vlc:access /etc/fonts/conf.d/66-noto-sans.conf:0 3:vlc:access /etc/fonts/conf.d/66-noto-sans.conf:0 3:vlc:access /etc/fonts/conf.d/66-noto-serif.conf:0 3:vlc:access /etc/fonts/conf.d/66-noto-serif.conf:0 3:vlc:access /etc/fonts/conf.d/69-unifont.conf:0 3:vlc:access /etc/fonts/conf.d/69-unifont.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-bookman.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-bookman.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-c059.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-c059.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-d050000l.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-d050000l.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-fallback-backwards.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-fallback-backwards.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-fallback-generics.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-fallback-generics.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-fallback-specifics.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-fallback-specifics.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-gothic.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-gothic.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-mono-ps.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-roman.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-roman.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-sans.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-nimbus-sans.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-p052.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-p052.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-standard-symbols-ps.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-standard-symbols-ps.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-z003.conf:0 3:vlc:access /etc/fonts/conf.d/69-urw-z003.conf:0 3:vlc:access /etc/fonts/conf.d/70-droid-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.d/70-droid-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.d/75-droid-kufi.conf:0 3:vlc:access /etc/fonts/conf.d/75-droid-kufi.conf:0 3:vlc:access /etc/fonts/conf.d/75-droid-sans.conf:0 3:vlc:access /etc/fonts/conf.d/75-droid-sans.conf:0 3:vlc:access /etc/fonts/conf.d/75-droid-serif.conf:0 3:vlc:access /etc/fonts/conf.d/75-droid-serif.conf:0 3:vlc:access /etc/fonts/conf.d/75-yes-terminus.conf:0 3:vlc:access /etc/fonts/conf.d/75-yes-terminus.conf:0 3:vlc:access /etc/fonts/conf.d/80-delicious.conf:0 3:vlc:access /etc/fonts/conf.d/80-delicious.conf:0 3:vlc:access /etc/fonts/conf.d/90-synthetic.conf:0 3:vlc:access /etc/fonts/conf.d/90-synthetic.conf:0 3:vlc:access /etc/fonts/conf.d:0 3:vlc:access /etc/fonts/conf.avail:0 3:vlc:access /etc/fonts/conf.avail:0 3:vlc:opendir /etc/fonts/conf.avail:0x7f8fbc04b4d0 3:vlc:access /etc/fonts/conf.avail/10-autohint.conf:0 3:vlc:access /etc/fonts/conf.avail/10-autohint.conf:0 3:vlc:access /etc/fonts/conf.avail/10-hinting-full.conf:0 3:vlc:access /etc/fonts/conf.avail/10-hinting-full.conf:0 3:vlc:access /etc/fonts/conf.avail/10-hinting-medium.conf:0 3:vlc:access /etc/fonts/conf.avail/10-hinting-medium.conf:0 3:vlc:access /etc/fonts/conf.avail/10-hinting-none.conf:0 3:vlc:access /etc/fonts/conf.avail/10-hinting-none.conf:0 3:vlc:access /etc/fonts/conf.avail/10-hinting-slight.conf:0 3:vlc:access /etc/fonts/conf.avail/10-hinting-slight.conf:0 3:vlc:access /etc/fonts/conf.avail/10-no-sub-pixel.conf:0 3:vlc:access /etc/fonts/conf.avail/10-no-sub-pixel.conf:0 3:vlc:access /etc/fonts/conf.avail/10-powerline-symbols.conf:0 3:vlc:access /etc/fonts/conf.avail/10-powerline-symbols.conf:0 3:vlc:access /etc/fonts/conf.avail/10-scale-bitmap-fonts.conf:0 3:vlc:access /etc/fonts/conf.avail/10-scale-bitmap-fonts.conf:0 3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-bgr.conf:0 3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-bgr.conf:0 3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-rgb.conf:0 3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-rgb.conf:0 3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-vbgr.conf:0 3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-vbgr.conf:0 3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-vrgb.conf:0 3:vlc:access /etc/fonts/conf.avail/10-sub-pixel-vrgb.conf:0 3:vlc:access /etc/fonts/conf.avail/10-unhinted.conf:0 3:vlc:access /etc/fonts/conf.avail/10-unhinted.conf:0 3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-default.conf:0 3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-default.conf:0 3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-legacy.conf:0 3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-legacy.conf:0 3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-light.conf:0 3:vlc:access /etc/fonts/conf.avail/11-lcdfilter-light.conf:0 3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf:0 3:vlc:access /etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf:0 3:vlc:access /etc/fonts/conf.avail/20-unhint-small-vera.conf:0 3:vlc:access /etc/fonts/conf.avail/20-unhint-small-vera.conf:0 3:vlc:access /etc/fonts/conf.avail/25-unhint-nonlatin.conf:0 3:vlc:access /etc/fonts/conf.avail/25-unhint-nonlatin.conf:0 3:vlc:access /etc/fonts/conf.avail/30-metric-aliases.conf:0 3:vlc:access /etc/fonts/conf.avail/30-metric-aliases.conf:0 3:vlc:access /etc/fonts/conf.avail/30-win32-aliases.conf:0 3:vlc:access /etc/fonts/conf.avail/30-win32-aliases.conf:0 3:vlc:access /etc/fonts/conf.avail/40-nonlatin.conf:0 3:vlc:access /etc/fonts/conf.avail/40-nonlatin.conf:0 3:vlc:access /etc/fonts/conf.avail/45-generic.conf:0 3:vlc:access /etc/fonts/conf.avail/45-generic.conf:0 3:vlc:access /etc/fonts/conf.avail/45-latin.conf:0 3:vlc:access /etc/fonts/conf.avail/45-latin.conf:0 3:vlc:access /etc/fonts/conf.avail/46-noto-mono.conf:0 3:vlc:access /etc/fonts/conf.avail/46-noto-mono.conf:0 3:vlc:access /etc/fonts/conf.avail/46-noto-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/46-noto-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/46-noto-serif.conf:0 3:vlc:access /etc/fonts/conf.avail/46-noto-serif.conf:0 3:vlc:access /etc/fonts/conf.avail/49-sansserif.conf:0 3:vlc:access /etc/fonts/conf.avail/49-sansserif.conf:0 3:vlc:access /etc/fonts/conf.avail/50-user.conf:0 3:vlc:access /etc/fonts/conf.avail/50-user.conf:0 3:vlc:access /etc/fonts/conf.avail/51-local.conf:0 3:vlc:access /etc/fonts/conf.avail/51-local.conf:0 3:vlc:access /etc/fonts/conf.avail/57-dejavu-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.avail/57-dejavu-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.avail/57-dejavu-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/57-dejavu-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/57-dejavu-serif.conf:0 3:vlc:access /etc/fonts/conf.avail/57-dejavu-serif.conf:0 3:vlc:access /etc/fonts/conf.avail/60-generic.conf:0 3:vlc:access /etc/fonts/conf.avail/60-generic.conf:0 3:vlc:access /etc/fonts/conf.avail/60-latin.conf:0 3:vlc:access /etc/fonts/conf.avail/60-latin.conf:0 3:vlc:access /etc/fonts/conf.avail/65-fonts-persian.conf:0 3:vlc:access /etc/fonts/conf.avail/65-fonts-persian.conf:0 3:vlc:access /etc/fonts/conf.avail/65-khmer.conf:0 3:vlc:access /etc/fonts/conf.avail/65-khmer.conf:0 3:vlc:access /etc/fonts/conf.avail/65-nonlatin.conf:0 3:vlc:access /etc/fonts/conf.avail/65-nonlatin.conf:0 3:vlc:access /etc/fonts/conf.avail/66-noto-mono-compat.conf:0 3:vlc:access /etc/fonts/conf.avail/66-noto-mono-compat.conf:0 3:vlc:access /etc/fonts/conf.avail/66-noto-mono.conf:0 3:vlc:access /etc/fonts/conf.avail/66-noto-mono.conf:0 3:vlc:access /etc/fonts/conf.avail/66-noto-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/66-noto-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/66-noto-serif.conf:0 3:vlc:access /etc/fonts/conf.avail/66-noto-serif.conf:0 3:vlc:access /etc/fonts/conf.avail/69-unifont.conf:0 3:vlc:access /etc/fonts/conf.avail/69-unifont.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-bookman.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-bookman.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-c059.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-c059.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-d050000l.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-d050000l.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-backwards.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-backwards.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-generics.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-generics.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-specifics.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-fallback-specifics.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-gothic.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-gothic.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-mono-ps.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-roman.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-roman.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-nimbus-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-p052.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-p052.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-standard-symbols-ps.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-z003.conf:0 3:vlc:access /etc/fonts/conf.avail/69-urw-z003.conf:0 3:vlc:access /etc/fonts/conf.avail/70-droid-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.avail/70-droid-sans-mono.conf:0 3:vlc:access /etc/fonts/conf.avail/70-no-bitmaps.conf:0 3:vlc:access /etc/fonts/conf.avail/70-no-bitmaps.conf:0 3:vlc:access /etc/fonts/conf.avail/70-yes-bitmaps.conf:0 3:vlc:access /etc/fonts/conf.avail/70-yes-bitmaps.conf:0 3:vlc:access /etc/fonts/conf.avail/75-droid-kufi.conf:0 3:vlc:access /etc/fonts/conf.avail/75-droid-kufi.conf:0 3:vlc:access /etc/fonts/conf.avail/75-droid-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/75-droid-sans.conf:0 3:vlc:access /etc/fonts/conf.avail/75-droid-serif.conf:0 3:vlc:access /etc/fonts/conf.avail/75-droid-serif.conf:0 3:vlc:access /etc/fonts/conf.avail/75-ttf-inconsolata.conf:0 3:vlc:access /etc/fonts/conf.avail/75-ttf-inconsolata.conf:0 3:vlc:access /etc/fonts/conf.avail/75-yes-terminus.conf:0 3:vlc:access /etc/fonts/conf.avail/75-yes-terminus.conf:0 3:vlc:access /etc/fonts/conf.avail/80-delicious.conf:0 3:vlc:access /etc/fonts/conf.avail/80-delicious.conf:0 3:vlc:access /etc/fonts/conf.avail/90-synthetic.conf:0 3:vlc:access /etc/fonts/conf.avail/90-synthetic.conf:0 3:vlc:access /usr/share/fonts/.uuid:0 3:vlc:access /usr/local/share/fonts/.uuid:-1 3:vlc:access /home/rsruser/.local/share/fonts/.uuid:-1 3:vlc:access /home/rsruser/.fonts/.uuid:0 3:vlc:access /usr/share/fonts/100dpi/.uuid:-1 3:vlc:unlink /usr/share/fonts/100dpi/.uuid:-1 3:vlc:access /usr/share/fonts/75dpi/.uuid:-1 3:vlc:unlink /usr/share/fonts/75dpi/.uuid:-1 3:vlc:access /usr/share/fonts/OTF/.uuid:0 3:vlc:access /usr/share/fonts/TTF/.uuid:0 3:vlc:access /usr/share/fonts/adobe-source-code-pro/.uuid:0 3:vlc:access /usr/share/fonts/cantarell/.uuid:0 3:vlc:access /usr/share/fonts/cyrillic/.uuid:-1 3:vlc:unlink /usr/share/fonts/cyrillic/.uuid:-1 3:vlc:access /usr/share/fonts/droid/.uuid:0 3:vlc:access /usr/share/fonts/encodings/.uuid:0 3:vlc:access /usr/share/fonts/gsfonts/.uuid:0 3:vlc:access /usr/share/fonts/liberation/.uuid:0 3:vlc:access /usr/share/fonts/mathjax/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/.uuid:0 3:vlc:access /usr/share/fonts/misc/.uuid:0 3:vlc:access /usr/share/fonts/noto/.uuid:0 3:vlc:access /usr/share/fonts/util/.uuid:-1 3:vlc:unlink /usr/share/fonts/util/.uuid:-1 3:vlc:access /usr/share/fonts/xmind/.uuid:-1 3:vlc:unlink /usr/share/fonts/xmind/.uuid:-1 3:vlc:access /usr/share/fonts/encodings/large/.uuid:-1 3:vlc:unlink /usr/share/fonts/encodings/large/.uuid:-1 3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/.uuid:0 3:vlc:access /usr/share/fonts/noto/NotoMono-Regular.ttf/.uuid:0 3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/Asana-Math/.uuid:-1 3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/Asana-Math/.uuid:-1 3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella/.uuid:-1 3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/Gyre-Pagella/.uuid:-1 3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes/.uuid:-1 3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/Gyre-Termes/.uuid:-1 3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/Latin-Modern/.uuid:-1 3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/Latin-Modern/.uuid:-1 3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/Neo-Euler/.uuid:-1 3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/Neo-Euler/.uuid:-1 3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/STIX-Web/.uuid:-1 3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/STIX-Web/.uuid:-1 3:vlc:access /usr/share/fonts/mathjax/HTML-CSS/TeX/.uuid:-1 3:vlc:unlink /usr/share/fonts/mathjax/HTML-CSS/TeX/.uuid:-1 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/TeX/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Asana-Math/woff/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Pagella/woff/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Gyre-Termes/woff/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Latin-Modern/woff/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/Neo-Euler/woff/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/STIX-Web/woff/.uuid:0 3:vlc:access /usr/share/fonts/mathjax2/HTML-CSS/TeX/woff/.uuid:0 3:vlc:access /home/rsruser/.config/qt5ct/qt5ct.conf:0 3:vlc:access /home/rsruser/.config/qt5ct/qt5ct.conf:0 3:vlc:open64 /home/rsruser/.config/qt5ct/qt5ct.conf:15 3:vlc:open64 /dev/tty:15 3:vlc:access /usr/lib/qt/plugins/styles/.:0 3:vlc:opendir /usr/lib/qt/plugins/styles:0x7f8fbc08cd80 3:vlc:open64 /usr/lib/qt/plugins/styles/libbb10styleplugin.so:15 3:vlc:open64 /usr/lib/qt/plugins/styles/libkvantum.so:15 3:vlc:open64 /usr/lib/qt/plugins/styles/libqcleanlooksstyle.so:15 3:vlc:open64 /usr/lib/qt/plugins/styles/libqgtk2style.so:15 3:vlc:open64 /usr/lib/qt/plugins/styles/libqmotifstyle.so:15 3:vlc:open64 /usr/lib/qt/plugins/styles/libqplastiquestyle.so:15 3:vlc:open64 /usr/lib/qt/plugins/styles/libqt5ct-style.so:15 3:vlc:access /usr/bin/styles/.:-1 3:vlc:access /usr/lib/qt/plugins/platforminputcontexts/.:0 3:vlc:opendir /usr/lib/qt/plugins/platforminputcontexts:0x7f8fbc08cd80 3:vlc:open64 /usr/lib/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so:15 3:vlc:open64 /usr/lib/qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so:15 3:vlc:access /usr/bin/platforminputcontexts/.:-1 3:vlc:socket AF_LOCAL SOCK_STREAM 0:15 3:vlc:connect 15 @/tmp/.ICE-unix/3193:0 3:vlc:access /run/user/1001/ICEauthority:0 3:vlc:fopen /run/user/1001/ICEauthority:0x7f8fbc010420 3:vlc:access /run/user/1001/ICEauthority:0 3:vlc:fopen /run/user/1001/ICEauthority:0x7f8fbc010420 3:vlc:access /run/user/1001/ICEauthority:0 3:vlc:fopen /run/user/1001/ICEauthority:0x7f8fbc010420 3:vlc:access /run/user/1001/ICEauthority:0 3:vlc:fopen /run/user/1001/ICEauthority:0x7f8fbc010420 3:vlc:access /home/rsruser/.config/Kvantum/kvantum.kvconfig:0 3:vlc:access /home/rsruser/.config/Kvantum/kvantum.kvconfig:0 3:vlc:open64 /home/rsruser/.config/Kvantum/kvantum.kvconfig:16 3:vlc:access /usr/lib/qt/plugins/imageformats/.:0 3:vlc:opendir /usr/lib/qt/plugins/imageformats:0x7f8fbc19a220 3:vlc:open64 /usr/lib/qt/plugins/imageformats/libqgif.so:16 3:vlc:open64 /usr/lib/qt/plugins/imageformats/libqico.so:16 3:vlc:open64 /usr/lib/qt/plugins/imageformats/libqjpeg.so:16 3:vlc:open64 /usr/lib/qt/plugins/imageformats/libqsvg.so:16 3:vlc:access /usr/bin/imageformats/.:-1 3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlackDark#/KvAdaptaBreathBlackDark#.kvconfig:-1 3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlackDark#/KvAdaptaBreathBlackDark#.svg:-1 3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:-1 3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.svg:-1 3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1 3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1 3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1 3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlackDark/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.kvconfig:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlackDark/Kvantum/KvAdaptaBreathBlackDark.svg:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1 3:vlc:access /usr/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1 3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:-1 3:vlc:access /home/rsruser/.config/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.svg:-1 3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1 3:vlc:access /home/rsruser/.themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1 3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.kvconfig:-1 3:vlc:access /home/rsruser/.local/share/themes/KvAdaptaBreathBlack/Kvantum/KvAdaptaBreathBlack.svg:-1 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0 3:vlc:open64 /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:16 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.kvconfig:0 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.svg:0 3:vlc:open64 /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.svg:16 3:vlc:access /usr/share/Kvantum/KvAdaptaBreathBlack/KvAdaptaBreathBlack.svg:0 3:vlc:access /usr/bin/dconf:0 9:dconf:exec /usr/bin/dconf:0 9:dconf:fopen64 /run/dconf/user/1001:(nil) 9:dconf:fopen64 /run/user/1001/dconf/profile:(nil) 9:dconf:fopen64 /etc/dconf/profile/user:(nil) 9:dconf:fopen64 /home/rsruser/.local/share/flatpak/exports/share/dconf/profile/user:(nil) 9:dconf:fopen64 /usr/lib/charset.alias:(nil) 9:dconf:mkdir /run/user/1001/dconf:-1 9:dconf:open64 /run/user/1001/dconf/user:6 9:dconf:open64 /home/rsruser/.config/dconf/user:6 3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0 3:vlc:open64 /home/rsruser/.config/vlc/vlc-qt-interface.conf:16 3:vlc:access /home/rsruser/.config/vlc.conf:-1 3:vlc:access /etc/xdg/vlc/vlc-qt-interface.conf:-1 3:vlc:access /etc/xdg/vlc.conf:-1 3:vlc:access /usr/lib/qt/plugins/iconengines/.:0 3:vlc:opendir /usr/lib/qt/plugins/iconengines:0x7f8fbc22f2b0 3:vlc:open64 /usr/lib/qt/plugins/iconengines/KIconEnginePlugin.so:16 3:vlc:open64 /usr/lib/qt/plugins/iconengines/libqsvgicon.so:16 3:vlc:access /usr/bin/iconengines/.:-1 3:vlc:access /usr/share/icons/Arc-Maia/icon-theme.cache:0 3:vlc:open64 /usr/share/icons/Arc-Maia/icon-theme.cache:16 3:vlc:access /usr/share/icons/Arc-Maia/index.theme:0 3:vlc:open64 /usr/share/icons/Arc-Maia/index.theme:18 3:vlc:access /usr/share/icons/Moka/icon-theme.cache:0 3:vlc:open64 /usr/share/icons/Moka/icon-theme.cache:18 3:vlc:access /usr/share/icons/Moka/index.theme:0 3:vlc:open64 /usr/share/icons/Moka/index.theme:19 3:vlc:access /usr/share/icons/Moka/22x22/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/24x24@2x/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/16x16@2x/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/32x32@2x/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/96x96@2x/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/256x256/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/24x24/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/64x64/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/96x96/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/16x16/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/22x22@2x/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/256x256@2x/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/48x48/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/32x32/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/64x64@2x/apps/vlc.png:0 3:vlc:access /usr/share/icons/Moka/48x48@2x/apps/vlc.png:0 3:vlc:socket AF_LOCAL SOCK_STREAM 0:20 3:vlc:connect 20 /run/user/1001/bus:0 3:vlc:open /usr/share/fonts/cantarell/Cantarell-VF.otf:21 3:vlc:opendir /home/rsruser/.local/share/vlc/lua/extensions:(nil) 3:vlc:opendir /usr/lib/vlc/lua/extensions:0x7f8fbc455ad0 3:vlc:fopen64 /usr/lib/vlc/lua/extensions/VLSub.luac:0x7f8fbc0a47d0 3:vlc:freopen64 /usr/lib/vlc/lua/extensions/VLSub.luac:0x7f8fbc0a47d0 3:vlc:opendir /usr/share/vlc/lua/extensions:(nil) 3:vlc:socket AF_LOCAL SOCK_STREAM 0:21 3:vlc:connect 21 @/tmp/dbus-bBDHz3O7JL:0 3:vlc:access /usr/lib/qt/plugins/xcbglintegrations/.:0 3:vlc:opendir /usr/lib/qt/plugins/xcbglintegrations:0x7f8fbc458400 3:vlc:open64 /usr/lib/qt/plugins/xcbglintegrations/libqxcb-egl-integration.so:22 3:vlc:open64 /usr/lib/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so:22 3:vlc:access /usr/bin/xcbglintegrations/.:-1 3:vlc:open64 /usr/share/drirc.d/00-mesa-defaults.conf:23 3:vlc:open64 /etc/drirc:-1 3:vlc:open64 /home/rsruser/.drirc:-1 3:vlc:opendir /dev/dri:0x7f8fbc458400 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0 3:vlc:opendir /dev/dri:0x7f8fbc458400 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0 3:vlc:open64 /usr/share/drirc.d/00-mesa-defaults.conf:23 3:vlc:open64 /etc/drirc:-1 3:vlc:open64 /home/rsruser/.drirc:-1 3:vlc:opendir /dev/dri:0x7f8fbc458400 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/uevent:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/device:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_vendor:0x7f8fbc2d84c0 3:vlc:fopen64 /sys/devices/pci0000:00/0000:00:02.0/subsystem_device:0x7f8fbc2d84c0 3:vlc:open64 /usr/share/drirc.d/00-mesa-defaults.conf:23 3:vlc:open64 /etc/drirc:-1 3:vlc:open64 /home/rsruser/.drirc:-1 3:vlc:open64 /usr/share/drirc.d/00-mesa-defaults.conf:23 3:vlc:open64 /etc/drirc:-1 3:vlc:open64 /home/rsruser/.drirc:-1 3:vlc:fopen /etc/passwd:0x7f8fbc2d84c0 3:vlc:open64 /home/rsruser/.cache/mesa_shader_cache/index:26 3:vlc:open64 /dev/urandom:26 3:vlc:access /usr/share/icons/Moka/48x48/apps/vlc.png:0 3:vlc:open64 /usr/share/icons/Moka/48x48/apps/vlc.png:26 3:vlc:access /usr/share/icons/Moka/64x64/apps/vlc.png:0 3:vlc:open64 /usr/share/icons/Moka/64x64/apps/vlc.png:26 3:vlc:access /usr/share/icons/Moka/32x32/apps/vlc.png:0 3:vlc:open64 /usr/share/icons/Moka/32x32/apps/vlc.png:26 3:vlc:access /usr/share/icons/Moka/256x256/apps/vlc.png:0 3:vlc:open64 /usr/share/icons/Moka/256x256/apps/vlc.png:26 3:vlc:access /usr/share/icons/Moka/24x24/apps/vlc.png:0 3:vlc:open64 /usr/share/icons/Moka/24x24/apps/vlc.png:26 3:vlc:access /usr/share/icons/Moka/16x16/apps/vlc.png:0 3:vlc:open64 /usr/share/icons/Moka/16x16/apps/vlc.png:26 3:vlc:access /usr/share/icons/Moka/96x96/apps/vlc.png:0 3:vlc:open64 /usr/share/icons/Moka/96x96/apps/vlc.png:26 3:vlc:access /usr/lib/qt/plugins/accessible/.:-1 3:vlc:access /usr/bin/accessible/.:-1 3:vlc:socket AF_LOCAL SOCK_STREAM 0:26 3:vlc:connect 26 @/tmp/.X11-unix/X1:0 3:vlc:access /run/user/1001/gdm/Xauthority:0 3:vlc:fopen /run/user/1001/gdm/Xauthority:0x7f8fbc5615c0 3:vlc:open /home/rsruser/.Xdefaults-hanna:-1 3:vlc:fopen /home/rsruser/.local/share/icons/capitaine-cursors/cursors/left_ptr:(nil) 3:vlc:fopen /home/rsruser/.local/share/icons/capitaine-cursors/index.theme:(nil) 3:vlc:fopen /home/rsruser/.icons/capitaine-cursors/cursors/left_ptr:(nil) 3:vlc:fopen /home/rsruser/.icons/capitaine-cursors/index.theme:(nil) 3:vlc:fopen /usr/share/icons/capitaine-cursors/cursors/left_ptr:0x7f8fbc5615c0 3:vlc:access /usr/lib/qt/plugins/accessiblebridge/.:-1 3:vlc:access /usr/bin/accessiblebridge/.:-1 3:vlc:fopen /etc/passwd:0x7f8fbc5615c0 3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0 3:vlc:open64 /home/rsruser/.config/vlc/vlc-qt-interface.conf:4 3:vlc:open64 /home/rsruser/.config/vlc/vlc-qt-interface.conf.lock:4 3:vlc:open64 /proc/sys/kernel/random/boot_id:5 3:vlc:open64 /var/lib/dbus/machine-id:5 3:vlc:access /proc/version:0 3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0 3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0 3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0 3:vlc:open64 /home/rsruser/.config/vlc:5 3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0 3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:0 3:vlc:access /home/rsruser/.config/vlc/vlc-qt-interface.conf:-1 3:vlc:unlink /home/rsruser/.config/vlc/vlc-qt-interface.conf.lock:0 3:vlc:access /home/rsruser/.config/vlc.conf:-1 3:vlc:access /etc/xdg/vlc/vlc-qt-interface.conf:-1 3:vlc:access /etc/xdg/vlc.conf:-1 3:vlc:mkdir /home/rsruser/.local/share/vlc:-1 3:vlc:open64 /home/rsruser/.local/share/vlc/ml.xspf.tmp3:4
Author
Owner

@rusty-snake commented on GitHub (May 22, 2020):

Can you try firejail --private-bin=accessible,accessiblebridge,dconf,iconengines,imageformats,platforminputcontexts,platforms,platformthemes,qt.conf,styles,vlc,xcbglintegrations vlc. If this does not work you need to drop private-bin.

<!-- gh-comment-id:632889542 --> @rusty-snake commented on GitHub (May 22, 2020): Can you try `firejail --private-bin=accessible,accessiblebridge,dconf,iconengines,imageformats,platforminputcontexts,platforms,platformthemes,qt.conf,styles,vlc,xcbglintegrations vlc`. If this does not work you need to drop `private-bin`.
Author
Owner

@rsramkis commented on GitHub (May 23, 2020):

@rusty-snake @glitsj16

I went ahead and did some testing on the recommended private-bin line. I added one item at a time and was able to widdle the line down to the following which worked:

private-bin dconf,cvlc,nvlc,qvlc,rvlc,svlc,vlc

This is the output I got when running VLC from command line:

`vlc
Reading profile /etc/firejail/vlc.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-exec.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/disable-xdg.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Parent pid 5676, child pid 5677
7 programs installed in 11.08 ms
Warning: /sbin directory link was not blacklisted
Warning: /usr/sbin directory link was not blacklisted
Child process initialized in 231.82 ms
VLC media player 3.0.10 Vetinari (revision 3.0.10-0-g7f145afa84)
[00005606afee95b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
qt5ct: using qt5ct plugin
qt5ct: D-Bus global menu: no
qt5ct: D-Bus system tray: no
[00005606aff7cdc0] main playlist: playlist is empty
QObject::~QObject: Timers cannot be stopped from another thread

Parent is shutting down, bye...`

So curious if the only added item is 'dconf', what is the impact on security?
https://www.linux.org/threads/dconf-explained.11316/

<!-- gh-comment-id:633132982 --> @rsramkis commented on GitHub (May 23, 2020): @rusty-snake @glitsj16 I went ahead and did some testing on the recommended private-bin line. I added one item at a time and was able to widdle the line down to the following which worked: `private-bin dconf,cvlc,nvlc,qvlc,rvlc,svlc,vlc` This is the output I got when running VLC from command line: `vlc Reading profile /etc/firejail/vlc.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-devel.inc Reading profile /etc/firejail/disable-exec.inc Reading profile /etc/firejail/disable-interpreters.inc Reading profile /etc/firejail/disable-passwdmgr.inc Reading profile /etc/firejail/disable-programs.inc Reading profile /etc/firejail/disable-xdg.inc Reading profile /etc/firejail/whitelist-var-common.inc Parent pid 5676, child pid 5677 7 programs installed in 11.08 ms Warning: /sbin directory link was not blacklisted Warning: /usr/sbin directory link was not blacklisted Child process initialized in 231.82 ms VLC media player 3.0.10 Vetinari (revision 3.0.10-0-g7f145afa84) [00005606afee95b0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. qt5ct: using qt5ct plugin qt5ct: D-Bus global menu: no qt5ct: D-Bus system tray: no [00005606aff7cdc0] main playlist: playlist is empty QObject::~QObject: Timers cannot be stopped from another thread Parent is shutting down, bye...` So curious if the only added item is 'dconf', what is the impact on security? [https://www.linux.org/threads/dconf-explained.11316/](url)
Author
Owner

@ghost commented on GitHub (May 23, 2020):

So curious if the only added item is 'dconf', what is the impact on security?

The dconf database in ${HOME}/.config/dconf is made 'read-only' via disable-common.inc. Adding dconf to the private-bin array shouldn't have a negative impact on security IMO. Usually it impacts having application settings retained or not. Future firejail releases might offer more fine-grained D-Bus knobs to restrict that part of dconf (see #3349). The current vlc.profile relies on dbus access for MPRIS support. Depending on your setup/personal preference/workflow, these are options you might try overriding in a vlc.local for extra hardening I guess.

<!-- gh-comment-id:633142175 --> @ghost commented on GitHub (May 23, 2020): > So curious if the only added item is 'dconf', what is the impact on security? The dconf database in ${HOME}/.config/dconf is made 'read-only' via disable-common.inc. Adding dconf to the private-bin array shouldn't have a negative impact on security IMO. Usually it impacts having application settings retained or not. Future firejail releases might offer more fine-grained D-Bus knobs to restrict that part of dconf (see #3349). The current vlc.profile relies on dbus access for MPRIS support. Depending on your setup/personal preference/workflow, these are options you might try overriding in a vlc.local for extra hardening I guess.
Author
Owner

@rsramkis commented on GitHub (May 30, 2020):

@glitsj16 @rusty-snake Thank you for all of your assistance. The QA in me wanted to do some reading based on your feedback to make sure there were no follow up questions. I will consider this item resolved with known limitations with VLC. Perhaps I may switch to something else for VLC as I rarely us it anyways. Best Regards

<!-- gh-comment-id:636353207 --> @rsramkis commented on GitHub (May 30, 2020): @glitsj16 @rusty-snake Thank you for all of your assistance. The QA in me wanted to do some reading based on your feedback to make sure there were no follow up questions. I will consider this item resolved with known limitations with VLC. Perhaps I may switch to something else for VLC as I rarely us it anyways. Best Regards
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#2130
No description provided.