Skip to content

Totem: Remove from system #818

Closed
wants to merge 1 commit into from
Closed

Totem: Remove from system #818

wants to merge 1 commit into from

Conversation

david
Copy link
Collaborator

@david david commented Jun 13, 2018

after updating totem it coredumped

** (totem:7850): WARNING **: 11:03:13.377: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-rVEpJVa2Sk: Connection refused
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast

(totem:7850): Clutter-CRITICAL **: 11:03:13.799: Unable to initialize Clutter: Unable to initialize the Clutter backend: no available drivers found.

(totem:7850): Totem-WARNING **: 11:03:13.799: gtk-clutter failed to initialise, expect problems from here on.

** (totem:7850): WARNING **: 11:03:13.872: Could not connect: Connection refused

(totem:7850): GLib-GIO-CRITICAL **: 11:03:13.872: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

** (totem:7850): WARNING **: 11:03:13.892: Could not connect: Connection refused

and on the systems with xfce4.13 it is running, but you get a lot of warnings

(totem:8982): Grilo-WARNING **: 12:42:28.490: [registry] /scratch/local/bee-root/grilo/grilo-0.3.4-0/source/src/grl-registry.c:1062: Plugin descriptor not found in '/usr/lib/grilo-0.3/libgrilo-0.3.so.0.1.3'

(totem:8982): Grilo-WARNING **: 12:42:28.490: [registry] /scratch/local/bee-root/grilo/grilo-0.3.4-0/source/src/grl-registry.c:1062: Plugin descriptor not found in '/usr/lib/grilo-0.3/libgrilo-0.3.so.0'

(totem:8982): Grilo-WARNING **: 12:42:28.490: [registry] /scratch/local/bee-root/grilo/grilo-0.3.4-0/source/src/grl-registry.c:1062: Plugin descriptor not found in '/usr/lib/grilo-0.3/libgrilo-0.3.so'

(totem:8982): Grilo-WARNING **: 12:42:28.495: [registry] /scratch/local/bee-root/grilo/grilo-0.3.4-0/source/src/grl-registry.c:1062: Plugin descriptor not found in '/usr/lib/grilo-0.3/libgrlnet-0.3.so.0.0.3'

(totem:8982): Grilo-WARNING **: 12:42:28.499: [registry] /scratch/local/bee-root/grilo/grilo-0.3.4-0/source/src/grl-registry.c:1062: Plugin descriptor not found in '/usr/lib/grilo-0.3/libgrlnet-0.3.so.0'

(totem:8982): Grilo-WARNING **: 12:42:28.503: [registry] /scratch/local/bee-root/grilo/grilo-0.3.4-0/source/src/grl-registry.c:1062: Plugin descriptor not found in '/usr/lib/grilo-0.3/libgrlnet-0.3.so'

(totem:8982): Grilo-WARNING **: 12:42:28.503: [registry] /scratch/local/bee-root/grilo/grilo-0.3.4-0/source/src/grl-registry.c:1062: Plugin descriptor not found in '/usr/lib/grilo-0.3/libgrlpls-0.3.so.0.0.0'

(totem:8982): Grilo-WARNING **: 12:42:28.504: [registry] /scratch/local/bee-root/grilo/grilo-0.3.4-0/source/src/grl-registry.c:1062: Plugin descriptor not found in '/usr/lib/grilo-0.3/libgrlpls-0.3.so.0'

(totem:8982): Grilo-WARNING **: 12:42:28.504: [registry] /scratch/local/bee-root/grilo/grilo-0.3.4-0/source/src/grl-registry.c:1062: Plugin descriptor not found in '/usr/lib/grilo-0.3/libgrlpls-0.3.so'

(totem:8982): Totem-WARNING **: 12:42:28.504: Failed to load grilo plugins: All configured plugin paths are invalid

anyway we have other mediaplayer like vlc, mplayer , smplayer

@pmenzel
Copy link
Collaborator

pmenzel commented Jun 13, 2018

How can I reproduce your setup, to maybe fix the Totem errors?

@david
Copy link
Collaborator Author

david commented Jun 13, 2018

bee install grilo-0.3.4-0
bee install clutter-gst-3.0.26-0
bee update gst-plugins-base-1.12.4-0 -r
bee update clutter-gtk-1.8.4-0
bee update clutter-1.26.2-0
bee install cogl-1.22.2-0
bee update totem-pl-parser-3.26.0-0
bee update totem-3.26.0-0

@pmenzel
Copy link
Collaborator

pmenzel commented Jun 13, 2018

I am against removing it. We should wait for updating to Xfce 4.13, and then update Totem (GNOME Video).

@donald
Copy link
Collaborator

donald commented Jun 13, 2018

Yes, but currently its not working. Why not remove it and open an issue "we want Totem back"? It has no value if it is not working, but produces noise, (e.g. for my scripts which check for missing shared libraries, which I use when checking pull requests. This noise is what prevented my yesterday from testing the xfce4 pull request.

@pmenzel
Copy link
Collaborator

pmenzel commented Jun 13, 2018 via email

Trying to start Totem fails as the package gstreamer-0.10.32-0 with
`libgstbase-0.10.so.0` was removed with in commit 3dac19a (gstreamer:
update from 1.5.2 to 1.12.4).

	$ totem
	totem: error while loading shared libraries: libgstbase-0.10.so.0:
	cannot open shared object file: No such file or directory
@pmenzel
Copy link
Collaborator

pmenzel commented Jun 14, 2018

I added the current failure to the commit message. I believe adding GStreamer 0.10.32-0 back is the better band aid though.

@donald
Copy link
Collaborator

donald commented Jun 14, 2018

#820 is merged, .so issue gone, but doesn't seem to work, however ("Could not find the audio output. You may need to install additional GStreamer pluging, or select another audio output in the Multimeda System Selector". ).

@donald
Copy link
Collaborator

donald commented Jun 14, 2018

Error because of #819. Works with gst-plugins-base-1.12.4-0.x86_64 reinstalled.

@david
Copy link
Collaborator Author

david commented May 24, 2019

for cleanup pull request I close this

@david david closed this May 24, 2019
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants