Skip to content
New issue

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

Enabling Quick View for Videos Causes File Manager to Become Unresponsive #2719

Open
2 tasks done
iamkartiknayak opened this issue Sep 24, 2024 · 3 comments
Open
2 tasks done
Assignees
Labels
app/desktop kind/bug Something isn't working status/needs-more-info Need more information about issue

Comments

@iamkartiknayak
Copy link

iamkartiknayak commented Sep 24, 2024

Check for other issues

  • I've checked for other issues, and none exist.

Issue description

When enabling the Quick View feature for video files, the file manager becomes unresponsive. The app fails to handle the video preview, and the only way to recover from this state is to restart the application.

Steps to reproduce

  1. Open Spacedrive App
  2. Click on a video file
  3. Activate Quick Preview either using Space-bar key or using context menu.

Platform and versions

  • OS: Pop OS 22.04 (Tested on both COSMIC & GNOME)
  • Spacedrive: v0.4.2 - 0af8dbf
Development tool versions (optional)

Stack trace

GStreamer element autoaudiosink not found. Please install it

(WebKitWebProcess:40729): GLib-GObject-WARNING **: 19:10:47.085: invalid (NULL) pointer instance

(WebKitWebProcess:40729): GLib-GObject-CRITICAL **: 19:10:47.085: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

Additional context

2024-09-24.19-01-05.mp4

Code of Conduct

  • I agree to follow the Code of Conduct.
@iamkartiknayak iamkartiknayak added kind/bug Something isn't working status/needs-triage labels Sep 24, 2024
Copy link

linear bot commented Sep 24, 2024

@HeavenVolkoff
Copy link
Member

Hey, thanks for reporting this issue.

Given the logs, I think this is something similar to:
#1019

Can you check if you have the following gstreamer packages installed?
gstreamer1.0-alsa gstreamer1.0-gtk3 gstreamer1.0-pipewire gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly

@HeavenVolkoff HeavenVolkoff self-assigned this Sep 26, 2024
@HeavenVolkoff HeavenVolkoff added app/desktop status/needs-more-info Need more information about issue and removed status/needs-triage labels Sep 26, 2024
@iamkartiknayak
Copy link
Author

iamkartiknayak commented Sep 27, 2024

I have these installed. Still facing the same problem
I'm running Pop!_OS 22.04 with COSMIC DE

sudo apt install gstreamer1.0-alsa gstreamer1.0-gtk3 gstreamer1.0-pipewire gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gstreamer1.0-pipewire is already the newest version (1.0.2~1707732619~22.04~b8b871b).
gstreamer1.0-pipewire set to manually installed.
gstreamer1.0-plugins-ugly is already the newest version (1.20.1-1).
gstreamer1.0-plugins-ugly set to manually installed.
gstreamer1.0-alsa is already the newest version (1.20.1-1ubuntu0.2).
gstreamer1.0-alsa set to manually installed.
gstreamer1.0-gtk3 is already the newest version (1.20.3-0ubuntu1.1).
gstreamer1.0-gtk3 set to manually installed.
gstreamer1.0-plugins-good is already the newest version (1.20.3-0ubuntu1.1).
gstreamer1.0-plugins-bad is already the newest version (1.20.3-0ubuntu1.1).
gstreamer1.0-plugins-bad set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app/desktop kind/bug Something isn't working status/needs-more-info Need more information about issue
Projects
None yet
Development

No branches or pull requests

2 participants