You are not logged in.

#1 2013-10-08 12:38:21

SmartWish
Member
From: Nigeria
Registered: 2010-08-01
Posts: 15

Minitube has no button-icons and no video/audio

My machine: 3.11.4-1-ARCH (x86_64)
WM: Openbox

The smallest problem first: The buttons don't have any icons, but they do work.

I can't see any video if I install phonon-gstreamer, it will just display the description in text. However if I install phonon-vlc I will get video but no audio.

I don't really want to use phonon-vlc, because I don't want vlc on my system, and audio would also be quite nice.

Does anyone have a solution for this?

Offline

#2 2013-11-10 15:54:40

DaimyoKirby
Member
Registered: 2013-10-29
Posts: 54

Re: Minitube has no button-icons and no video/audio

Yeah, I'm getting this too, exactly the same.

I've tried multiple different icon themes, and none of them have provided the icons for the minitube control buttons (see this picture).

I'm also having the sound/video issues - installed phonon-vlc and removed phonon-gstreamer, got video but no sound.

If this is a bug with minitube, I'll happily report it to the creator, but I'm not sure if it is or if it's a bug/misconfiguration with my Arch installation.

Last edited by DaimyoKirby (2013-11-10 15:56:01)

Offline

#3 2013-11-11 13:19:35

renegat
Member
From: Europe
Registered: 2012-12-28
Posts: 97

Re: Minitube has no button-icons and no video/audio

Here too. Minitube 2.1.3 does not show any control icons nor text fields (start/pause/skip...)
Have installed nearly every (icon-) theme possible.
Downgraded to minitube-2.0-1 (both x86_64 / i686): No icons but text fields at last.
Tested it against KNOPPIX 7.2 which comes with Minitube 2.0: There are all icons visible!

Offline

#4 2013-11-20 21:41:06

DaimyoKirby
Member
Registered: 2013-10-29
Posts: 54

Re: Minitube has no button-icons and no video/audio

After running it in the terminal, it seems the problem is that Minitube is looking for PulseAudio for sound, and I'm using ALSA. So I asked on the MInitube forums if there's a way to tell Minitube to look for ALSA instead of PulseAudio, but if anyone here has any suggestions, feel free to post them here.

Offline

#5 2013-11-28 01:16:08

gjpower
Member
Registered: 2013-11-28
Posts: 1

Re: Minitube has no button-icons and no video/audio

I installed phonon-vlc when prompted when installing minitube. Got video only. Manually installing phonon-gstreamer as well enabled both audio and video to work. Hope that helps. I am using alsa only and got the same pulseaudio error when using phonon-vlc only.

Last edited by gjpower (2013-11-28 01:17:30)

Offline

#6 2013-11-29 23:52:46

HolyGuacamole
Member
Registered: 2012-03-29
Posts: 6

Re: Minitube has no button-icons and no video/audio

To fix the missing icons try this:
* Install gconf-editor.
* Open gconf-editor.
* In gconf-editor open /desktop/gnome/interface, right click in the right pane and select "New key".
** Name: icon_theme
** Type: String
** Value: theme name e.g. AwOken
* Quit gconf-editor.
* Open a terminal and run: DESKTOP_SESSION="gnome" minitube

If you see icons put 'export DESKTOP_SESSION="gnome"' into your $HOME/.xinitrc file.

Last edited by HolyGuacamole (2013-11-29 23:53:11)

Offline

#7 2014-01-23 22:18:20

srf21c
Member
Registered: 2012-04-16
Posts: 24

Re: Minitube has no button-icons and no video/audio

Same issue here, no button icons and no sound.

Environment:
x64 3.12.8-1
spectrwm window manager
portaudio 19_20111121-3
libpulse is installed too.
minitube 2.1.5-1
phonon-vlc 0.7.1-2

I can play video with the phonon-vlc backend, but no audio. I cannot play video with the phonon-gstreamer backend.
I tried running the gconf-editor fix detailed above, but there is no "desktop" category in the gconf-editor tree.

Offline

#8 2014-01-24 20:37:29

DaimyoKirby
Member
Registered: 2013-10-29
Posts: 54

Re: Minitube has no button-icons and no video/audio

I'm getting this error when running Minitube with phonon-gstreamer:

$ minitube
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
minitube: xcb_io.c:274: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
Aborted (core dumped)

This all happens after a video loads, and would begin to play if it didn't crash first.

If I install Minitube with phonon-vlc, everything works fine.
---
As far as the icons go, I cannot report anymore, since I'm now running a new x86_64 install with Gnome, and the icons are all working alright.

(Edit: Fixed my formatting a bit.)

Last edited by DaimyoKirby (2014-01-24 20:38:59)

Offline

#9 2014-03-31 16:00:15

agb80
Member
Registered: 2013-01-25
Posts: 3

Re: Minitube has no button-icons and no video/audio

As far as the icons go, I cannot report anymore, since I'm now running a new x86_64 install with Gnome, and the icons are all working alright.

(Edit: Fixed my formatting a bit.)

You just need the part of adding 'export DESKTOP_SESSION="gnome"' to your ~/.xinitrc file for make icons works

Offline

#10 2014-04-09 16:51:15

renegat
Member
From: Europe
Registered: 2012-12-28
Posts: 97

Re: Minitube has no button-icons and no video/audio

Using LXDE the DESKTOP_SESSION variable is always set to 'LXDE' so that xdg-open will use pcmanfm file associations
- no matter what you write to .profile, .xprofile, .xinitrc, .xsession or anywhere else.
So minitube always appears ugly without icons.

But you can modify the Exec directive of your minitube.desktop file to:

Exec=env DESKTOP_SESSION=gnome minitube

'env' command is part of coreutils package and can be used to run a command under a modified environment.

Offline

#11 2014-05-25 03:08:08

seikya
Member
Registered: 2014-05-23
Posts: 1

Re: Minitube has no button-icons and no video/audio

For those getting video but no sound (vlc-phonon) and if you are using alsa when you get the error in minitube 'can't connect to pulse' on terminal, the solution is

sudo mv /usr/lib/vlc/plugins/audio_output/libpulse_plugin.so /usr/lib/vlc/plugins/audio_output/libpulse_plugin.so_bak

Thx renegat i was using the icons position from memory but now i had them again.

Offline

Board footer

Powered by FluxBB