The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
28 views

Archive manager in Xubuntu dont unrar when I select option unrar here

I have simple problem with archive manager. When I select a file and click "unrar here" in menu I have error in log: File: apport.log RROR: apport (pid 4215) Sun Mar 17 22:43:14 2013: called for pid ...
2
votes
1answer
916 views

org.gnome.SessionManager in Ubuntu 12.04 chroot

I'm trying to test totem in a minimal chroot (host and chroot both ubuntu 12.04 amd64). When I load a video, I get the error ** (totem:25660): WARNING **: Problem inhibiting the screensaver: ...
0
votes
1answer
182 views

add my own gstreamer plugins to totem player or mplayer

I want to add some of gstreamer plugins, which i have implemented, to totem player/mplayer so that it can use those plugins to play the given file. please tell me which player is having easy steps ...
0
votes
1answer
44 views

Finding event handlers in source trees

So, I'm trying to implement a looping mode in the totem movie player. I would like to do this by adding a checkbox under "Edit" that turns looping on. I'm trying to figure out what code gets called ...
2
votes
2answers
969 views

Get current timepoint from Totem application

I want to find the exact time where a media file is currently paused at (or playing) in a running Totem instance using D-Bus. To be precise, what I want is available from the Totem python console (if ...