[kmousetool/frameworks] /: Cleanup references to KDE-as-the-desktop
Luigi Toscano
null at kde.org
Wed Apr 12 23:11:05 UTC 2017
Git commit 494eb729a782eba067f846f8d4a9572d69b00244 by Luigi Toscano.
Committed on 12/04/2017 at 23:09.
Pushed by ltoscano into branch 'frameworks'.
Cleanup references to KDE-as-the-desktop
Moreover the directory used for the autostart symlink is now not
anymore Plasma-specific
M +3 -1 README
M +2 -6 doc/index.docbook
M +2 -2 kmousetool/kmousetoolui.ui
M +0 -1 kmousetool/org.kde.kmousetool.desktop
https://commits.kde.org/kmousetool/494eb729a782eba067f846f8d4a9572d69b00244
diff --git a/README b/README
index c1863ac..b36a483 100644
--- a/README
+++ b/README
@@ -29,7 +29,9 @@ MouseTool Options:
with Smart Drag, but as of version 0.8, the latency is too high.
By the time you hear the click, you're doing something else.
This will be fixed in the next version.
- Start with KDE -- When this is enabled, MouseTool will start each time KDE starts.
+ Start with desktop session
+ -- When this is enabled, MouseTool will start each time the desktop session
+ starts.
Enable Strokes -- When this is enabled, you can generate right- or double-clicks
using mouse strokes.
diff --git a/doc/index.docbook b/doc/index.docbook
index 8294ad3..04aed95 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -172,15 +172,11 @@ can be modified afterwards.)
</listitem>
</varlistentry>
<varlistentry>
- <term><guilabel>Start with KDE</guilabel>
+ <term><guilabel>Start with desktop session</guilabel>
</term>
<listitem>
<para>When this is enabled, &kmousetool; will start each
- time &kde; starts. At the moment, this only works under
- &kde;. Under GNOME or other Window Managers, see the
- documentation for the Window Manager itself to see how to
- start a program automatically when you start the windowing
- system.</para>
+ time the session of the desktop starts.</para>
</listitem>
</varlistentry>
<varlistentry>
diff --git a/kmousetool/kmousetoolui.ui b/kmousetool/kmousetoolui.ui
index e02c239..8c9ee73 100644
--- a/kmousetool/kmousetoolui.ui
+++ b/kmousetool/kmousetoolui.ui
@@ -219,7 +219,7 @@
<item row="6" column="0" colspan="2">
<widget class="QCheckBox" name="cbStart">
<property name="text">
- <string>Start with &KDE</string>
+ <string>Start with &desktop session</string>
</property>
</widget>
</item>
@@ -313,7 +313,7 @@
</sizepolicy>
</property>
<property name="text">
- <string>KMouseTool will run as a background application after you close this dialog. To change the settings again, restart KMouseTool or use the KDE system tray.</string>
+ <string>KMouseTool will run as a background application after you close this dialog. To change the settings again, restart KMouseTool or use the system tray.</string>
</property>
<property name="scaledContents">
<bool>false</bool>
diff --git a/kmousetool/org.kde.kmousetool.desktop b/kmousetool/org.kde.kmousetool.desktop
index cd55061..b7bbd54 100755
--- a/kmousetool/org.kde.kmousetool.desktop
+++ b/kmousetool/org.kde.kmousetool.desktop
@@ -1,4 +1,3 @@
-# KDE Config File
[Desktop Entry]
Type=Application
Exec=kmousetool -qwindowtitle %c
More information about the kde-doc-english
mailing list