We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed the Flatpak version, and video does not play at all. I started it from terminal to see error messages, and the message was like
** (process:117069): WARNING **: 07:15:08.231: Error writing credentials to socket: Error sending message: Broken pipe [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: FileSystemException: Cannot open file, path = '/home/user/.var/app/io.github.prateekmedia.pstube/config/dconf/user' (OS Error: No such file or directory, errno = 2) #0 _File.open.<anonymous closure> (dart:io/file_impl.dart:356) #1 _rootRunUnary (dart:async/zone.dart:1434) <asynchronous suspension> #2 GVariantDatabase._loadRootTable (package:gsettings/src/gvariant_database.dart:30) <asynchronous suspension> #3 GVariantDatabase.lookup (package:gsettings/src/gvariant_database.dart:20) <asynchronous suspension> #4 DConfClient.read (package:gsettings/src/dconf_client.dart:85) <asynchronous suspension> #5 GSettings.get (package:gsettings/src/gsettings.dart:94) <asynchronous suspension> #6 _AdwHeaderBarState.initState.<anonymous closure> (package:libadwaita/src/widgets/adw/header_bar.dart:138) <asynchronous suspension>
Indeed, in the config directory, there was no dconf. Shouldn't it create a new one, if it does not exist?
config
dconf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed the Flatpak version, and video does not play at all. I started it from terminal to see error messages, and the message was like
Indeed, in the
config
directory, there was nodconf
. Shouldn't it create a new one, if it does not exist?The text was updated successfully, but these errors were encountered: