celluloid icon indicating copy to clipboard operation
celluloid copied to clipboard

Can't open in GUI, but ok in terminal

Open superiums opened this issue 3 years ago • 2 comments

There are 4 ways to open files in Celluloid.

  • Passing files and/or URIs as command line arguments. --This works.
  • Using the file chooser dialog box, accessible via the "Open" menu item. --This not open anything. i'm using thunar.

i'm using wayfire on void linux. also open celluloid in wofi not work too.

i guess weather the desktop file has something wrong, or some Enviroment var was wrong.

but i can't find the desktop file in /usr/share/applications. and /home/$USER/.local/share/applications/

superiums avatar Oct 27 '22 03:10 superiums

Do you see any error messages if you launch Celluloid from the terminal then click Open?

gnome-mpv avatar Nov 03 '22 01:11 gnome-mpv

click open or press ctrl+o , all things works. i could chose file and play videos.

  • when type keyboard in file-choosen dialog
(io.github.celluloid_player.Celluloid:19454): Tracker-CRITICAL **: 20:01:42.629: tracker_sparql_connection_close: assertion 'TRACKER_IS_SPARQL_CONNECTION (connection)' failed

(io.github.celluloid_player.Celluloid:16713): Gtk-CRITICAL **: 19:55:25.439: Could not init tracker3 search engine: The name org.freedesktop.Tracker3.Miner.Files was not provided by any .service files
  • when playing start (if launch WM via dbus-launch)
(io.github.celluloid_player.Celluloid:16713): Gtk-WARNING **: 19:54:14.153: Calling org.freedesktop.portal.Inhibit.Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: on path org.freedesktop.portal.Inhibit object not found“/org/freedesktop/portal/desktop" interface

more details about this: https://github.com/void-linux/void-packages/issues/40313

oh , wait, if i start the WM directly, celluloid will works. so, THIS IS THE POINT.

  • some times, not offten
(io.github.celluloid_player.Celluloid:16713): Gdk-WARNING **: 19:53:38.136: Compositor doesn't support moving popups, relying on remapping

THANKS VERY MUCH.

superiums avatar Nov 03 '22 12:11 superiums