summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/core/tdebase/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/_base/core/tdebase/debian/patches')
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/disable_default_tdm_theme.diff15
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/disable_starttde_wallpaper.diff31
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_04_hide_menu_entries.diff9
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_06_hide_home_menu_entry.diff7
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_07_hide_knetattach_menu_entry.diff9
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_08_hide_kcmkicker_menu_entry.diff12
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_09_hide_kpersonaliser_menu_entry.diff7
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_10_hide_kmenuedit_menu_entry.diff9
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_11_hide_kappfinder_menu_entry.diff8
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_13_hide_konsolesu_menu_entry.diff12
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_14_hide_konquerorsu_menu_entry.diff9
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_15_hide_tdefontview_menu_entry.diff9
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_16_hide_kpager_menu_entry.diff7
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_35_hide_klipper_menu_entry.diff8
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_37_hide_tdeprintfax_menu_entry.diff7
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_48_hide_display.diff7
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_70_hide_printers_desktop.diff10
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff22
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_9904_hide_kfind.diff7
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_9921_tdm_bulletproof_x.diff64
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/series20
21 files changed, 289 insertions, 0 deletions
diff --git a/ubuntu/_base/core/tdebase/debian/patches/disable_default_tdm_theme.diff b/ubuntu/_base/core/tdebase/debian/patches/disable_default_tdm_theme.diff
new file mode 100644
index 000000000..45798364e
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/disable_default_tdm_theme.diff
@@ -0,0 +1,15 @@
+--- a/tdm/config.def
++++ b/tdm/config.def
+@@ -2644,9 +2644,9 @@
+
+ Key: UseTheme
+ Type: bool
+-Default: true
++Default: false
+ User: greeter
+-Instance: */true
++Instance: #*/true
+ Comment: &
+ Description:
+ Whether the greeter should be themed.
+
diff --git a/ubuntu/_base/core/tdebase/debian/patches/disable_starttde_wallpaper.diff b/ubuntu/_base/core/tdebase/debian/patches/disable_starttde_wallpaper.diff
new file mode 100644
index 000000000..598cd7092
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/disable_starttde_wallpaper.diff
@@ -0,0 +1,31 @@
+--- a/starttde
++++ b/starttde
+@@ -288,17 +288,17 @@
+ . "$tdehome/share/config/startupconfig"
+ fi
+
+-# Make sure a default wallpaper is set.
+-if [ ! -e "$tdehome/share/config/kdesktoprc" ]; then
+- # With Trinity this file should exist, but test first.
+- if [ -r $TDEDIR/share/wallpapers/Trinity-lineart.svg.desktop ]; then
+-cat >"$tdehome/share/config/kdesktoprc" <<EOF
+-[Desktop0]
+-Wallpaper=Trinity-lineart.svg
+-WallpaperMode=Scaled
+-EOF
+- fi
+-fi
++## Make sure a default wallpaper is set.
++#if [ ! -e "$tdehome/share/config/kdesktoprc" ]; then
++# # With Trinity this file should exist, but test first.
++# if [ -r $TDEDIR/share/wallpapers/Trinity-lineart.svg.desktop ]; then
++#cat >"$tdehome/share/config/kdesktoprc" <<EOF
++#[Desktop0]
++#Wallpaper=Trinity-lineart.svg
++#WallpaperMode=Scaled
++#EOF
++# fi
++#fi
+
+ # XCursor mouse theme needs to be applied here to work even for kded or ksmserver.
+ if test -n "$kcminputrc_mouse_cursortheme" -o -n "$kcminputrc_mouse_cursorsize" ; then
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_04_hide_menu_entries.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_04_hide_menu_entries.diff
new file mode 100644
index 000000000..79aebbd1d
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_04_hide_menu_entries.diff
@@ -0,0 +1,9 @@
+diff --git a/kate/data/kwrite.desktop b/kate/data/kwrite.desktop
+index dd64b58..0af3e44 100644
+--- a/kate/data/kwrite.desktop
++++ b/kate/data/kwrite.desktop
+@@ -109,3 +109,4 @@ Terminal=false
+ X-TDE-InitialPreference=8
+ X-DCOP-ServiceType=Multi
+ Categories=Qt;TDE;TextEditor;
++NoDisplay=true
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_06_hide_home_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_06_hide_home_menu_entry.diff
new file mode 100644
index 000000000..99cae843a
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_06_hide_home_menu_entry.diff
@@ -0,0 +1,7 @@
+--- tdebase/konqueror/Home.desktop
++++ tdebase/konqueror/Home.desktop
+@@ -10,3 +10,4 @@
+
+ Categories=Qt;TDE;Core;
+ OnlyShowIn=TDE;
++NoDisplay=true
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_07_hide_knetattach_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_07_hide_knetattach_menu_entry.diff
new file mode 100644
index 000000000..608802a75
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_07_hide_knetattach_menu_entry.diff
@@ -0,0 +1,9 @@
+diff --git a/knetattach/knetattach.desktop b/knetattach/knetattach.desktop
+index 6003b68..f33e1f4 100644
+--- a/knetattach/knetattach.desktop
++++ b/knetattach/knetattach.desktop
+@@ -80,3 +80,4 @@ Terminal=false
+ X-TDE-StartupNotify=true
+ Categories=Qt;TDE;Network;
+ X-DocPath=knetattach/index.html
++OnlyShowIn=Old;
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_08_hide_kcmkicker_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_08_hide_kcmkicker_menu_entry.diff
new file mode 100644
index 000000000..de78884ef
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_08_hide_kcmkicker_menu_entry.diff
@@ -0,0 +1,12 @@
+diff --git a/kicker/kicker/kcmkicker.desktop b/kicker/kicker/kcmkicker.desktop
+index c7d4939..fd8b513 100644
+--- a/kicker/kicker/kcmkicker.desktop
++++ b/kicker/kicker/kcmkicker.desktop
+@@ -5,6 +5,7 @@
+ X-TDE-StartupNotify=true
+ X-DocPath=kicker/configuring.html
+ OnlyShowIn=TDE;
++NoDisplay=true
+ Categories=Qt;TDE;Settings;
+
+ Name=Configure the Panel
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_09_hide_kpersonaliser_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_09_hide_kpersonaliser_menu_entry.diff
new file mode 100644
index 000000000..0bbb613a9
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_09_hide_kpersonaliser_menu_entry.diff
@@ -0,0 +1,7 @@
+--- tdebase/kpersonalizer/kpersonalizer.desktop-orig 2005-03-17 01:05:16.091600616 +0000
++++ tdebase/kpersonalizer/kpersonalizer.desktop 2005-03-17 01:05:23.678447240 +0000
+@@ -77,3 +77,4 @@
+ X-DCOP-ServiceType=Multi
+ Categories=Qt;TDE;Settings;
+ OnlyShowIn=TDE;
++NoDisplay=true
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_10_hide_kmenuedit_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_10_hide_kmenuedit_menu_entry.diff
new file mode 100644
index 000000000..86a7ef17a
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_10_hide_kmenuedit_menu_entry.diff
@@ -0,0 +1,9 @@
+--- tdebase/kmenuedit/kmenuedit.desktop
++++ tdebase/kmenuedit/kmenuedit.desktop
+@@ -9,5 +9,6 @@
+ Type=Application
+ X-TDE-StartupNotify=true
+ OnlyShowIn=TDE;
++NoDisplay=true
+ X-DCOP-ServiceType=Unique
+ Categories=Qt;TDE;Settings;
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_11_hide_kappfinder_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_11_hide_kappfinder_menu_entry.diff
new file mode 100644
index 000000000..904ec61ec
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_11_hide_kappfinder_menu_entry.diff
@@ -0,0 +1,8 @@
+--- tdebase/kappfinder/kappfinder.desktop
++++ tdebase/kappfinder/kappfinder.desktop
+@@ -8,4 +8,5 @@
+ Icon=kappfinder
+ Terminal=false
+ OnlyShowIn=TDE;
++NoDisplay=true
+ Categories=Qt;TDE;Settings;
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_13_hide_konsolesu_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_13_hide_konsolesu_menu_entry.diff
new file mode 100644
index 000000000..729b15585
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_13_hide_konsolesu_menu_entry.diff
@@ -0,0 +1,12 @@
+Index: b/konsole/konsolesu.desktop
+===================================================================
+--- a/konsole/konsolesu.desktop
++++ b/konsole/konsolesu.desktop
+@@ -6,6 +6,7 @@
+ MimeType=application/x-konsole;
+ Terminal=false
+ OnlyShowIn=TDE;
++NoDisplay=true
+
+ Name=Konsole
+
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_14_hide_konquerorsu_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_14_hide_konquerorsu_menu_entry.diff
new file mode 100644
index 000000000..e12245486
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_14_hide_konquerorsu_menu_entry.diff
@@ -0,0 +1,9 @@
+Index: b/konqueror/konquerorsu.desktop
+===================================================================
+--- a/konqueror/konquerorsu.desktop
++++ b/konqueror/konquerorsu.desktop
+@@ -88,3 +88,4 @@
+
+ Categories=Qt;TDE;X-TDE-System-su;
+ OnlyShowIn=TDE;
++NoDisplay=true
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_15_hide_tdefontview_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_15_hide_tdefontview_menu_entry.diff
new file mode 100644
index 000000000..009d6f9db
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_15_hide_tdefontview_menu_entry.diff
@@ -0,0 +1,9 @@
+diff --git a/kcontrol/tdefontinst/viewpart/tdefontview.desktop b/kcontrol/tdefontinst/viewpart/tdefontview.desktop
+index 5d5e2b8..c989adf 100644
+--- a/kcontrol/tdefontinst/viewpart/tdefontview.desktop
++++ b/kcontrol/tdefontinst/viewpart/tdefontview.desktop
+@@ -99,3 +99,4 @@ Terminal=false
+ X-TDE-InitialPreference=1
+ Categories=Qt;TDE;Graphics;
+ X-DocPath=tdefontview/index.html
++NoDisplay=true
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_16_hide_kpager_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_16_hide_kpager_menu_entry.diff
new file mode 100644
index 000000000..3eab104cb
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_16_hide_kpager_menu_entry.diff
@@ -0,0 +1,7 @@
+--- tdebase/kpager/kpager.desktop
++++ tdebase/kpager/kpager.desktop
+@@ -96,3 +96,4 @@
+ X-TDE-StartupNotify=false
+ X-DCOP-ServiceType=Unique
+ Categories=Qt;TDE;Utility;X-TDE-Utilities-Desktop;
++NoDisplay=true
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_35_hide_klipper_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_35_hide_klipper_menu_entry.diff
new file mode 100644
index 000000000..b381684ca
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_35_hide_klipper_menu_entry.diff
@@ -0,0 +1,8 @@
+--- tdebase/klipper/klipper.desktop
++++ tdebase/klipper/klipper.desktop
+@@ -17,4 +17,5 @@
+ X-TDE-UniqueApplet=true
+ X-TDE-autostart-condition=klipperrc:General:AutoStart:true
+ OnlyShowIn=TDE;
++NoDisplay=true
+ Categories=Qt;TDE;Utility;X-TDE-Utilities-Desktop;
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_37_hide_tdeprintfax_menu_entry.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_37_hide_tdeprintfax_menu_entry.diff
new file mode 100644
index 000000000..a46ab143c
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_37_hide_tdeprintfax_menu_entry.diff
@@ -0,0 +1,7 @@
+--- tdebase/tdeprint/tdeprintfax/tdeprintfax.desktop
++++ tdebase/tdeprint/tdeprintfax/tdeprintfax.desktop
+@@ -90,3 +90,4 @@
+ Terminal=false
+ X-DCOP-ServiceType=Multi
+ Categories=Qt;TDE;Utility;X-TDE-Utilities-Peripherals;
++NoDisplay=true
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_48_hide_display.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_48_hide_display.diff
new file mode 100644
index 000000000..9f645ed67
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_48_hide_display.diff
@@ -0,0 +1,7 @@
+--- tdebase/kcontrol/display/display.desktop
++++ tdebase/kcontrol/display/display.desktop
+@@ -13,3 +13,4 @@
+ Comment=Display Settings
+
+ Categories=Qt;TDE;X-TDE-settings-hardware;
++NoDisplay=true
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_70_hide_printers_desktop.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_70_hide_printers_desktop.diff
new file mode 100644
index 000000000..ddf509835
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_70_hide_printers_desktop.diff
@@ -0,0 +1,10 @@
+diff --git a/tdeprint/printmgr/printers.desktop b/tdeprint/printmgr/printers.desktop
+index f4a363d..f990394 100644
+--- a/tdeprint/printmgr/printers.desktop
++++ b/tdeprint/printmgr/printers.desktop
+@@ -15,4 +15,4 @@
+
+ Keywords=print;printer;printing management;
+
+-Categories=Qt;TDE;X-TDE-settings-hardware;Settings;
++Categories=Qt;TDE;X-TDE-settings-hardware;
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
new file mode 100644
index 000000000..baeb8bfd5
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
@@ -0,0 +1,22 @@
+--- a/tdm/kfrontend/tdmshutdown.cpp
++++ b/tdm/kfrontend/tdmshutdown.cpp
+@@ -472,7 +472,7 @@
+ {
+ setCaption(i18n("Shutdown TDE"));
+
+- bool doUbuntuLogout = TDEConfigGroup(TDEGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", false);
++ bool doUbuntuLogout = TDEConfigGroup(TDEGlobal::config(), "Shutdown").readBoolEntry("doUbuntuLogout", true);
+
+ TQFrame* lfrm = new TQFrame( this );
+ TQHBoxLayout* hbuttonbox;
+--- a/ksmserver/shutdowndlg.cpp
++++ b/ksmserver/shutdowndlg.cpp
+@@ -697,7 +697,7 @@
+ 2 * KDialog::spacingHint() );
+
+ // default factor
+- bool doUbuntuLogout = TDEConfigGroup(TDEGlobal::config(), "Logout").readBoolEntry("doUbuntuLogout", false);
++ bool doUbuntuLogout = TDEConfigGroup(TDEGlobal::config(), "Logout").readBoolEntry("doUbuntuLogout", true);
+
+ // slighty more space for the new logout
+ int factor = 2;
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_9904_hide_kfind.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_9904_hide_kfind.diff
new file mode 100644
index 000000000..8db1221a5
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_9904_hide_kfind.diff
@@ -0,0 +1,7 @@
+--- tdebase-3.5.7/kfind/Kfind.desktop
++++ tdebase-3.5.7/kfind/Kfind.desktop
+@@ -73,3 +73,4 @@
+ X-TDE-StartupNotify=true
+ OnlyShowIn=TDE;
+ Categories=Qt;TDE;Core;
++NoDisplay=true
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_9921_tdm_bulletproof_x.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_9921_tdm_bulletproof_x.diff
new file mode 100644
index 000000000..c312b6fb7
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_9921_tdm_bulletproof_x.diff
@@ -0,0 +1,64 @@
+--- tdebase-3.5.8/tdm/backend/dm.c 2008-02-13 23:59:17.000000000 +0200
++++ tdebase-3.5.8/tdm/backend/dm.c 2008-02-14 11:22:41.000000000 +0200
+@@ -996,9 +996,14 @@ ReapChildren( void )
+ /* don't kill again */
+ break;
+ case running:
+- if (startingServer == d && d->serverStatus != ignore) {
+- if (d->serverStatus == starting && waitCode( status ) != 47)
+- LogError( "X server died during startup\n" );
++ LogError("X server terminated: [%d, %d, %d]\n",
++ (startingServer == d),
++ (d->serverStatus),
++ (waitCode(status)));
++
++ if (startingServer == d /*&& d->serverStatus != ignore*/) {
++ if (/*d->serverStatus == starting &&*/ waitCode( status ) != 47)
++ LogError( "X server died during startup\n" );
+ StartServerFailed();
+ break;
+ }
+--- tdebase-3.5.8/tdm/backend/server.c 2008-02-13 23:59:17.000000000 +0200
++++ tdebase-3.5.8/tdm/backend/server.c 2008-02-14 11:41:20.000000000 +0200
+@@ -48,6 +48,10 @@ from the copyright holder.
+ struct display *startingServer;
+ time_t serverTimeout = TO_INF;
+
++#define SERVER_ATTEMPTS 3
++
++char* failsafeXServer[] = {"/etc/gdm/failsafeXServer", 0};
++
+ char **
+ PrepServerArgv( struct display *d, const char *args )
+ {
+@@ -128,6 +132,7 @@ StartServer( struct display *d )
+ {
+ startingServer = d;
+ d->startTries = 0;
++ d->serverAttempts = SERVER_ATTEMPTS;
+ StartServerOnce();
+ }
+
+@@ -150,6 +155,7 @@ void
+ StartServerSuccess()
+ {
+ struct display *d = startingServer;
++ LogError("StartServerSucces\n");
+ d->serverStatus = ignore;
+ serverTimeout = TO_INF;
+ Debug( "X server ready, starting session\n" );
+@@ -161,9 +167,14 @@ StartServerFailed()
+ {
+ struct display *d = startingServer;
+ if (!d->serverAttempts || d->startTries < d->serverAttempts) {
++ LogError("Failed to start X server. Starting failsafe X server.\n");
++
++ runAndWait(failsafeXServer, 0);
++
+ d->serverStatus = pausing;
+ serverTimeout = d->openDelay + now;
+ } else {
++ LogError("StartServerFailed\n");
+ d->serverStatus = ignore;
+ serverTimeout = TO_INF;
+ startingServer = 0;
diff --git a/ubuntu/_base/core/tdebase/debian/patches/series b/ubuntu/_base/core/tdebase/debian/patches/series
new file mode 100644
index 000000000..cdb61694a
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/patches/series
@@ -0,0 +1,20 @@
+disable_default_tdm_theme.diff
+disable_starttde_wallpaper.diff
+kubuntu_04_hide_menu_entries.diff
+kubuntu_06_hide_home_menu_entry.diff
+kubuntu_07_hide_knetattach_menu_entry.diff
+kubuntu_08_hide_kcmkicker_menu_entry.diff
+kubuntu_09_hide_kpersonaliser_menu_entry.diff
+kubuntu_10_hide_kmenuedit_menu_entry.diff
+kubuntu_11_hide_kappfinder_menu_entry.diff
+kubuntu_13_hide_konsolesu_menu_entry.diff
+kubuntu_14_hide_konquerorsu_menu_entry.diff
+kubuntu_15_hide_tdefontview_menu_entry.diff
+kubuntu_16_hide_kpager_menu_entry.diff
+kubuntu_35_hide_klipper_menu_entry.diff
+kubuntu_37_hide_tdeprintfax_menu_entry.diff
+kubuntu_48_hide_display.diff
+kubuntu_70_hide_printers_desktop.diff
+kubuntu_89_new_logout_ui.diff
+kubuntu_9904_hide_kfind.diff
+kubuntu_9921_tdm_bulletproof_x.diff