--- kaffeine/src/kaffeine.desktop
+++ kaffeine/src/kaffeine.desktop 2005/09/06 09:01:52
@@ -19,3 +19,4 @@
Name[sv]=Kaffeine
Terminal=false
Type=Application
+InitialPreference=4
--- kaffeine/src/player-parts/xine-part/kxinewidget.cpp
+++ kaffeine/src/player-parts/xine-part/kxinewidget.cpp 2005/09/06 09:01:52
@@ -1069,8 +1069,8 @@
globalPosChanged(); /* get global pos of the window */
/**** INIT XINE DISPLAY ****/
-
- XInitThreads();
+ // too late, it will crash for sure
+ // XInitThreads();
m_xineDisplay = XOpenDisplay( getenv("DISPLAY") );
--- kaffeine/src/instwizard.cpp
+++ kaffeine/src/instwizard.cpp 2005/09/06 09:01:52
@@ -106,8 +106,7 @@
if (entries.count())
info << "" << i18n("Ok.") << "";
else
- info << "" << i18n("No WIN32 codecs found in /usr/lib/win32. You're not able to play Windows Media 9 files, newer Real Media files and some less common formats. Download the codecs here:")
- << " http://www.mplayerhq.hu.";
+ info << "" << i18n("No WIN32 codecs found in /usr/lib/win32. You're not able to play Windows Media 9 files, newer Real Media files and some less common formats.");
//LIBDVDCSS
info << "
" << "libdvdcss" << "...
";
@@ -131,8 +130,7 @@
}
}
if (!dvdcss)
- info << "" << i18n("libdvdcss not found. You're not able to play encrypted (most commercial) DVD's. You can get the library here (but using it may violate copyright regulations of your country!):")
- << " http://developers.videolan.org/libdvdcss.";
+ info << "" << i18n("libdvdcss not found. You're not able to play encrypted (most commercial) DVD's.");
else
info << "" << i18n("Ok.") << "";
@@ -172,8 +170,7 @@
file.open(IO_ReadOnly);
QTextStream stream(&file);
info << "" << i18n("Found") << ": " << stream.readLine() << ". "
- << i18n("The xine-lib shipped by SuSE \"may lack certain features because of legal requirements (potential patent violation)\". You should use the packages from here:")
- << " http://packman.links2linux.de.";
+ << i18n("The xine-lib shipped by SuSE \"may lack certain features because of legal requirements (potential patent violation)\".");
file.close();
}
else
--- configure.in.in.orig 2006-11-25 13:52:25.000000000 +0100
+++ configure.in.in 2006-11-25 13:52:42.000000000 +0100
@@ -1,4 +1,5 @@
#MIN_CONFIG(3.3)
+AM_INIT_AUTOMAKE(kaffeine, "0.8.2")
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
if test "$build_arts" = "yes"; then