Writing DVDs: Difference between revisions

imported>V3vAP
Basic info
 
imported>Ngiger
Document workaround from issue 1915
Line 7: Line 7:
and then {{Commands|<nowiki>env QT_PLUGIN_PATH=/nix/store/d7q3q6wmfccss8gcp09r33xg0wkbz9gb-qtbase-5.11.0-bin/lib/qt-5.11/plugins/ k3b</nowiki>}}
and then {{Commands|<nowiki>env QT_PLUGIN_PATH=/nix/store/d7q3q6wmfccss8gcp09r33xg0wkbz9gb-qtbase-5.11.0-bin/lib/qt-5.11/plugins/ k3b</nowiki>}}
where <code>QT_PLUGIN_PATH</code> is an appropriate store path. See also [[Qt#qt.qpa.plugin:_Could_not_find_the_Qt_platform_plugin_.22xcb.22_in_.22.22]]
where <code>QT_PLUGIN_PATH</code> is an appropriate store path. See also [[Qt#qt.qpa.plugin:_Could_not_find_the_Qt_platform_plugin_.22xcb.22_in_.22.22]]
As suggested  by https://github.com/NixOS/nixpkgs/issues/19154#issuecomment-647005545 calling <code>sudo mount -o remount,rw /nix/store)</code> and changing the program permissions in K3b (Settings -> Configure k3b -> programs -> Permissions "tab") fixes the problem. (Tested with nixos 20.09 february 2021).