Hallo Alle,
wieder habe ich ein Problem bei dem ich nicht weiter komme.
Die GUI vo DVDShrink startet nicht mehr.
Anbei habe ich die Fehlermeldungen und mein System.
Die Komandozeilenversion funktioniert.
Da ich DVDShrink nicht so oft benutze ist die CLI Variante für mich sehr umständlich.
Die Konsolenmeldungen soweit ich gekommen bin. Jetzt bin ich mit meinem Latein am Ende.
Grüße
Hannes
Suse Linux version 2.6.13-15.13-default
KDE 3.5.5
perl-gtk2 1.083-2
DVDShrink is from the Yast mirror
http://packman.iu-bremen.de/
user@myhost: dvdshrink -v
________________________________________________________
DVDShrink 2.6.1 - Oct 20, 2006
Rick Saunders (ozzzy1@gmail.com)
________________________________________________________
user@myhost:~> xdvdshrink.pl
Gtk-WARNING **: Im Modulpfad »qtengine« konnte keine Themen-Engine gefunden
werden, at /usr/bin/xdvdshrink.pl line 3087.
Gtk-WARNING **: Im Modulpfad »qtengine« konnte keine Themen-Engine gefunden
werden, at /usr/bin/xdvdshrink.pl line 3087.
Gtk-WARNING **: Im Modulpfad »qtengine« konnte keine Themen-Engine gefunden
werden, at /usr/bin/xdvdshrink.pl line 3087.
Can't locate object method "signal_connect" via package "Gtk2::Window"
at /usr/bin/xdv dshrink.pl line 216.
user@myhost:/usr/share/applications/dvdshrink> ls -l
insgesamt 73
drwxr-xr-x 2 root root 496 2006-10-22 17:01 menus
-rwxr-xr-x 1 root root 71240 2005-03-28 06:32 xdvdshrink_logo.png
DVD Shrink
less -N xdvdshrink.pl
[...]
3083 # Show the Splash Screen
3084 #---------------------------------------------------
3085 sub ShowSplash {
3086 $about_time = time;
3087 my $splash_window = Gtk2::Window->new( 'popup' );
3088 $splash_window->set_position( 'center' );
3089 my $image =
Gtk2::Image->new_from_file( "$app_dir/xdvdshrink_logo.png" );
3090 $splash_window->add( $image );
3091 $image->show();
3092 $splash_window->show();
3093 my $about_timer = Glib::Timeout->add( 1000, sub{ &SplashTimer( 4,
$splash_w
3093 indow ) } );
3094 }
3095
3096 # Return the system to the state needed for a restart after
3097 # failure. Reads the /tmp/batchrip.fail file to set the
3098 # needed variables.
wieder habe ich ein Problem bei dem ich nicht weiter komme.
Die GUI vo DVDShrink startet nicht mehr.
Anbei habe ich die Fehlermeldungen und mein System.
Die Komandozeilenversion funktioniert.
Da ich DVDShrink nicht so oft benutze ist die CLI Variante für mich sehr umständlich.
Die Konsolenmeldungen soweit ich gekommen bin. Jetzt bin ich mit meinem Latein am Ende.
Grüße
Hannes
Suse Linux version 2.6.13-15.13-default
KDE 3.5.5
perl-gtk2 1.083-2
DVDShrink is from the Yast mirror
http://packman.iu-bremen.de/
user@myhost: dvdshrink -v
________________________________________________________
DVDShrink 2.6.1 - Oct 20, 2006
Rick Saunders (ozzzy1@gmail.com)
________________________________________________________
user@myhost:~> xdvdshrink.pl
Gtk-WARNING **: Im Modulpfad »qtengine« konnte keine Themen-Engine gefunden
werden, at /usr/bin/xdvdshrink.pl line 3087.
Gtk-WARNING **: Im Modulpfad »qtengine« konnte keine Themen-Engine gefunden
werden, at /usr/bin/xdvdshrink.pl line 3087.
Gtk-WARNING **: Im Modulpfad »qtengine« konnte keine Themen-Engine gefunden
werden, at /usr/bin/xdvdshrink.pl line 3087.
Can't locate object method "signal_connect" via package "Gtk2::Window"
at /usr/bin/xdv dshrink.pl line 216.
user@myhost:/usr/share/applications/dvdshrink> ls -l
insgesamt 73
drwxr-xr-x 2 root root 496 2006-10-22 17:01 menus
-rwxr-xr-x 1 root root 71240 2005-03-28 06:32 xdvdshrink_logo.png
DVD Shrink
less -N xdvdshrink.pl
[...]
3083 # Show the Splash Screen
3084 #---------------------------------------------------
3085 sub ShowSplash {
3086 $about_time = time;
3087 my $splash_window = Gtk2::Window->new( 'popup' );
3088 $splash_window->set_position( 'center' );
3089 my $image =
Gtk2::Image->new_from_file( "$app_dir/xdvdshrink_logo.png" );
3090 $splash_window->add( $image );
3091 $image->show();
3092 $splash_window->show();
3093 my $about_timer = Glib::Timeout->add( 1000, sub{ &SplashTimer( 4,
$splash_w
3093 indow ) } );
3094 }
3095
3096 # Return the system to the state needed for a restart after
3097 # failure. Reads the /tmp/batchrip.fail file to set the
3098 # needed variables.