blob: a92cae562c07939acbcedc710956bb3bcea0b9a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
Index: kcontrol/kcontrol/KControl.desktop
===================================================================
--- kcontrol/kcontrol/KControl.desktop.orig
+++ kcontrol/kcontrol/KControl.desktop
@@ -7,7 +7,9 @@ Type=Application
DocPath=kcontrol/index.html
X-KDE-StartupNotify=true
-Name=Control Center
+GenericName=Configure Desktop
+GenericName[de]=Desktop-Einstellungen
+Name=Personal Settings
Name[af]=Beheer Sentrum
Name[ar]=مركز التحكم
Name[az]=İdarə Mərkəzi
@@ -93,3 +95,4 @@ Name[zu]=Indawo Yokulawula
X-DCOP-ServiceType=Unique
Categories=Qt;KDE;Core;
+Keywords=control,center
Index: kicker/libkicker/kickerSettings.kcfg
===================================================================
--- kicker/libkicker/kickerSettings.kcfg.orig
+++ kicker/libkicker/kickerSettings.kcfg
@@ -159,7 +159,7 @@
<entry name="MenuExtensions" key="Extensions" type="StringList" >
<label>Optional Menus</label>
- <default>prefmenu.desktop,systemmenu.desktop</default>
+ <default>recentdocs.desktop,systemmenu.desktop</default>
</entry>
<entry name="RecentAppsStat" type="StringList" >
Index: kicker/menuext/system/systemmenu.desktop
===================================================================
--- kicker/menuext/system/systemmenu.desktop.orig
+++ kicker/menuext/system/systemmenu.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Name=System Menu
+Name=My System
Name[af]=Stelsel Kieslys
Name[ar]=قائمة النظام
Name[be]=Сістэмнае меню
Index: kcontrol/kicker/hidingtab_impl.cpp
===================================================================
--- kcontrol/kicker/hidingtab_impl.cpp.orig
+++ kcontrol/kicker/hidingtab_impl.cpp
@@ -200,7 +200,7 @@ void HidingTab::defaults()
m_delaySpinBox->setValue( 3 );
m_autoHideSwitch->setChecked( false );
m_lHB->setChecked( false );
- m_rHB->setChecked( true );
+ m_rHB->setChecked( false );
m_animateHiding->setChecked( true );
m_hideSlider->setValue( 10 );
m_delaySpinBox->setValue( 3 );
|