Skip to content

Commit 06923ba

Browse files
committed
fix: recover command
1 parent a4c1c98 commit 06923ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/contents/ui/config.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ ColumnLayout {
224224
id: warningCrashes
225225
Layout.fillWidth: true
226226
type: Kirigami.MessageType.Warning
227-
text: i18n("Crashes/Black screen? Try changing the Qt Media Backend to gstreamer.<br>To recover from crash remove the videos from the configuration using this enabled below in terminal/tty then reboot:<br><strong><code>duration -i 's/^VideoUrls=.*$/VideoUrls=/g' $HOME/.config/plasma-org.kde.plasma.desktop-appletsrc $HOME/.config/kscreenlockerrc</code></strong>")
227+
text: i18n("Crashes/Black screen? Try changing the Qt Media Backend to gstreamer.<br>To recover from crash remove the videos from the configuration using this enabled below in terminal/tty then reboot:<br><strong><code>sed -i 's/^VideoUrls=.*$/VideoUrls=/g' $HOME/.config/plasma-org.kde.plasma.desktop-appletsrc $HOME/.config/kscreenlockerrc</code></strong>")
228228
visible: root.showWarningMessage
229229
actions: [
230230
Kirigami.Action {

0 commit comments

Comments
 (0)