You are not logged in.
@ganlu, make sure the subtitles are exactly the same name except for the extension, i never had trouble with subtitles..
Yes, I do. My subtitles are srt format with gb2312 encoding.
Offline
I didn't see a gst 0.10 python package in testing and didn't know of it hasn't been put in or what, so I made a PKGBUILD for it:
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gstreamer0.10-python
pkgver=0.10.3
pkgrel=1
pkgdesc="Python bindings for GStreamer 0.10"
url=" http://www.gstreamer.org"
options=('NOLIBTOOL')
license="LGPL"
depends=('pygtk' 'gstreamer0.10-base')
source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-$pkgver.tar.gz )
md5sums=('82da93b6b3a38c4c72fc65a17378b82c')
build() {
cd $startdir/src/gst-python-$pkgver
./configure --prefix=/usr --disable-valgrind
make || return 1
make DESTDIR=$startdir/pkg install
}
Offline
Blaasvis wrote:known issue, disable show volumes with gconf-editor
how i can edit volumes visible in the computer directory? I want to delete fat partition because the label is WINDOWS all with caps locked
edit the key /apps/nautilus/desktop/volumes_visible in gconf
Offline
Hi all,
anyone knows how can I enable gnome composite manager?
knowledge is p0wer...
Offline
Hey, I really need some help with this, this morning my lower panel stopped working. I cant see open windows anymore, neither can i see the "desktop changer" oder the "jump directly to the desktop" button. It's all just grey, any solutions for that?
-------------------------------------------
I now found out that the problem are the little applets, when i try so start one of these i get
The panel encountered a problem while loading "OAFIID:GNOME_ShowDesktopApplet".
So any suggestions?
Offline
trapdoor: someone somewhere in this thread suggested removing all entries in /var/tmp that have your username (rm -rf /var/tmp/*yourusername (or something like that)) and deleting or renaming the .gconf2 folder in your home folder.
worked for me at least.......
fck art, lets dance.
Offline
I tried your suggestions and moved the .gconf folder (a .gconf2 folder does not exist) and I did "rm -rf /var/tmp/*trapdoor"
Both did not solve my problem...
so any other suggestions?
Offline
Run the applets from cli see what it complains about. The applets are in /opt/gnome/libexec
Similar thing happened with the 2.13.90 release, we had libxres missing, but it might be something else in your case. Start from cli and see...
Offline
I did a pacman -Syu today and all of the sudden it works again. thanks for your help!
Offline