diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-28 16:34:06 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-28 16:34:06 -0600 |
commit | 5e6ba9a6335120d578a46541ca2e1778a7a399a2 (patch) | |
tree | 474d40ef181ab560c38de6c254d0342c679fdae3 | |
parent | 40158802c97bc69352f1716ef7145ae0d0c6fc46 (diff) | |
download | tde-systemsettings-5e6ba9a6335120d578a46541ca2e1778a7a399a2.tar.gz tde-systemsettings-5e6ba9a6335120d578a46541ca2e1778a7a399a2.zip |
Prevent 'Default Applications' option in Settings Optional Menu, which duplicates Component Chooser option.
This does not affect the appearance or function of 'Default Applications' in tde-systemsettings interface.
-rw-r--r-- | systemsettings/menu/defaultapplication.desktop | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/systemsettings/menu/defaultapplication.desktop b/systemsettings/menu/defaultapplication.desktop index 808b456..0c7e053 100644 --- a/systemsettings/menu/defaultapplication.desktop +++ b/systemsettings/menu/defaultapplication.desktop @@ -1,9 +1,8 @@ [Desktop Entry] Encoding=UTF-8 -Exec=tdecmshell defaultapplication +Exec=tdecmshell componentchooser Icon=blockdevice Type=Application - X-TDE-Library=componentchooser X-TDE-ParentApp=kcontrol @@ -94,4 +93,6 @@ Keywords[sv]=komponenter,komponentväljare,resurser,epost-klient,terminalemulato Keywords[tr]=bileşenler,bileşen seçici,kaynaklar,e-posta istemci,uçbirim emülatörü,öntanımlı,tarayıcı Keywords[xx]=xxcomponents,component chooser,resources, email client, terminal emulator, default, browserxx Keywords[zh_CN]=components,component chooser,resources,email client,terminal emulator,default,browser,组件,组件选择器,资源,电子邮件客户端,终端模拟器,默认,浏览器 -Categories=Qt;TDE;X-TDE-settings-components; + +## keep this out of kcontrol: duplicate of Component Chooser +# Categories=Qt;TDE;X-TDE-settings-components; |