mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: preperations for kdelibs changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1091d4d98c
commit
f00420a34a
17 changed files with 6 additions and 32 deletions
|
@ -126,6 +126,4 @@ X-DocPath=kate/index.html
|
|||
Type=Application
|
||||
Terminal=false
|
||||
InitialPreference=9
|
||||
X-DBUS-StartupType=Multi
|
||||
X-DBUS-ServiceName=org.kde.kate
|
||||
Categories=Qt;KDE;Utility;TextEditor;
|
||||
|
|
|
@ -92,7 +92,7 @@ Name[zh_CN]=KDE 辅助工具
|
|||
Name[zh_TW]=KDE 無障礙工具
|
||||
Exec=kaccess
|
||||
Icon=preferences-desktop-accessibility
|
||||
X-DBUS-StartupType=None
|
||||
StartupNotify=false
|
||||
X-KDE-Library=kcm_access
|
||||
X-KDE-ParentApp=kcontrol
|
||||
X-DocPath=kcontrol/kcmaccess/index.html
|
||||
|
|
|
@ -4,8 +4,7 @@ Icon=preferences-desktop-user-password
|
|||
Type=Application
|
||||
Categories=Qt;KDE;Settings;
|
||||
NoDisplay=true
|
||||
X-DBUS-ServiceName=org.kde.kdepasswd
|
||||
X-DBUS-StartupType=Unique
|
||||
StartupNotify=true
|
||||
Name=Change Password
|
||||
Name[af]=Verander Wagwoord
|
||||
Name[ar]=غيّر كلمة السر
|
||||
|
|
|
@ -3,8 +3,6 @@ Type=Service
|
|||
Icon=preferences-desktop-keyboard
|
||||
Exec=kglobalaccel
|
||||
X-KDE-autostart-phase=1
|
||||
X-DBUS-ServiceName=org.kde.kglobalaccel
|
||||
X-DBUS-StartupType=Unique
|
||||
X-KDE-ServiceTypes=
|
||||
StartupNotify=false
|
||||
|
||||
|
|
|
@ -188,6 +188,4 @@ GenericName[x-test]=xxInfo Centerxx
|
|||
GenericName[zh_CN]=信息中心
|
||||
GenericName[zh_TW]=資訊中心
|
||||
|
||||
X-DBUS-ServiceName=org.kde.kinfocenter
|
||||
X-DBUS-StartupType=Multi
|
||||
Categories=Qt;KDE;System;
|
||||
|
|
|
@ -182,10 +182,7 @@ Icon=klipper
|
|||
Type=Application
|
||||
X-DocPath=klipper/index.html
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
X-DBUS-ServiceName=org.kde.klipper
|
||||
X-DBUS-StartupType=Unique
|
||||
X-KDE-UniqueApplet=true
|
||||
StartupNotify=true
|
||||
X-KDE-autostart-condition=klipperrc:General:AutoStart:true
|
||||
OnlyShowIn=KDE;
|
||||
Categories=Qt;KDE;Utility;X-KDE-Utilities-Desktop;
|
||||
|
|
|
@ -385,7 +385,7 @@ void BasicTab::setEntryInfo(MenuEntryInfo *entryInfo)
|
|||
_termOptEdit->setText(df->desktopGroup().readEntry("TerminalOptions"));
|
||||
_uidEdit->setText(df->desktopGroup().readEntry("X-KDE-Username"));
|
||||
|
||||
_launchCB->setChecked(df->desktopGroup().readEntry("StartupNotify", true));
|
||||
_launchCB->setChecked(df->desktopGroup().readEntry("StartupNotify", false));
|
||||
|
||||
_onlyShowInKdeCB->setChecked( df->desktopGroup().readXdgListEntry("OnlyShowIn").contains( "KDE" ) ); // or maybe enable only if it contains nothing but KDE?
|
||||
|
||||
|
|
|
@ -98,7 +98,5 @@ Name[x-test]=xxMenu Editorxx
|
|||
Name[zh_CN]=菜单编辑器
|
||||
Name[zh_TW]=選單編輯器
|
||||
|
||||
X-DBUS-ServiceName=org.kde.kmenuedit
|
||||
X-DBUS-StartupType=Unique
|
||||
Categories=Qt;KDE;Settings;
|
||||
NoDisplay=true
|
||||
|
|
|
@ -174,7 +174,5 @@ Comment[x-test]=xxKDE Notification Daemonxx
|
|||
Comment[zh_CN]=KDE 通知守护程序
|
||||
Comment[zh_TW]=KDE Notification 伺服程式
|
||||
Icon=preferences-desktop-notification
|
||||
X-DBUS-ServiceName=org.kde.knotify
|
||||
X-DBUS-StartupType=Unique
|
||||
StartupNotify=false
|
||||
X-KDE-MediaPlayer=knotify
|
||||
|
|
|
@ -7,8 +7,6 @@ Terminal=false
|
|||
Categories=Qt;KDE;System;TerminalEmulator;
|
||||
Actions=NewWindow;
|
||||
X-DocPath=konsole/index.html
|
||||
X-DBUS-ServiceName=org.kde.konsole
|
||||
X-DBUS-StartupType=Multi
|
||||
StartupNotify=true
|
||||
|
||||
Name=Konsole
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Exec=krunner
|
||||
X-DBUS-StartupType=none
|
||||
StartupNotify=false
|
||||
Name=Command Runner
|
||||
Name[ar]=منفّذ الأوامر
|
||||
Name[ast]=Execución d'órdenes
|
||||
|
|
|
@ -536,7 +536,7 @@ int main( int argc, char** argv )
|
|||
options.add("+[worksheet]", ki18n( "Optional worksheet files to load" ));
|
||||
KCmdLineArgs::addCmdLineOptions( options );
|
||||
// initialize KDE application
|
||||
KApplication *app = new KApplication;
|
||||
KApplication *app = new KApplication();
|
||||
|
||||
KSGRD::SensorMgr = new KSGRD::SensorManager();
|
||||
KSGRD::Style = new KSGRD::StyleEngine();
|
||||
|
|
|
@ -174,6 +174,4 @@ MimeType=application/x-ksysguard;
|
|||
X-DocPath=ksysguard/index.html
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
X-DBUS-ServiceName=org.kde.ksysguard
|
||||
X-DBUS-StartupType=Multi
|
||||
Categories=Qt;KDE;System;
|
||||
|
|
|
@ -165,7 +165,5 @@ Comment[x-test]=xxKDE's Progress Info UI serverxx
|
|||
Comment[zh_CN]=KDE 的进程信息用户界面服务器
|
||||
Comment[zh_TW]=KDE 的進度資訊介面伺服器
|
||||
X-KDE-ServiceTypes=
|
||||
X-DBUS-ServiceName=org.kde.kuiserver
|
||||
# It is a server
|
||||
X-DBUS-StartupType=Unique
|
||||
StartupNotify=false
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Exec=plasma-desktop
|
||||
X-DBUS-ServiceName=org.kde.plasma-desktop
|
||||
X-DBUS-StartupType=multi
|
||||
Name=Plasma Desktop Workspace
|
||||
Name[ar]=مساحة عمل بلازما
|
||||
Name[ast]=Espaciu de trabayu del escritoriu Plasma
|
||||
|
|
|
@ -109,6 +109,4 @@ Name[x-test]=xxKDE System Settingsxx
|
|||
Name[zh_CN]=KDE 系统设置
|
||||
Name[zh_TW]=KDE 系統設定
|
||||
|
||||
X-DBUS-ServiceName=org.kde.systemsettings
|
||||
X-DBUS-StartupType=Unique
|
||||
Categories=Qt;KDE;Settings;
|
||||
|
|
|
@ -174,6 +174,4 @@ Name[x-test]=xxSystem Settingsxx
|
|||
Name[zh_CN]=系统设置
|
||||
Name[zh_TW]=系統設定
|
||||
|
||||
X-DBUS-ServiceName=org.kde.systemsettings
|
||||
X-DBUS-StartupType=Unique
|
||||
Categories=Qt;KDE;Settings;
|
||||
|
|
Loading…
Add table
Reference in a new issue