All,
When tde launches, the virtual keyboard icon is always in the systray. Where do I turn this off so it does NOT start on login? Here is a screenshot of the annoying bugger:
http://www.3111skyline.com/dl/dt/trinity/ss/virtual-keyboard-autostart.jpg
What say the masters?
When tde launches, the virtual keyboard icon is always in the systray. Where do I turn this off so it does NOT start on login? Here is a screenshot of the annoying bugger:
http://www.3111skyline.com/dl/dt/trinity/ss/virtual-keyboard-autostart.jpg
My first guess was kvkbd but none of the png images in the sources look like the one in your screen capture.
Some of the traditional places to look for autostart apps:
/usr/share/autostart /opt/trinity/share/autostart $TDEHOME/Autostart /etc/xdg/autostart /etc/xfce/xdg/autostart /usr/local/share/autostart
One test is to use a different environment such as KDE4, Xfce, fluxbox, etc. If the icon appears again then look in the global autostart directories.
if the problem is local to TDE then perhaps run grep -i "Autostart=true" $TDEHOME/share/config/* and see what appears.
Darrell
On 07/26/2012 11:19 AM, Darrell Anderson wrote:
When tde launches, the virtual keyboard icon is always in the systray. Where do I turn this off so it does NOT start on login? Here is a screenshot of the annoying bugger:
http://www.3111skyline.com/dl/dt/trinity/ss/virtual-keyboard-autostart.jpg
if the problem is local to TDE then perhaps run grep -i "Autostart=true" $TDEHOME/share/config/* and see what appears.
Darrell
That was it:
khotkeysrc:Autostart=true
Somehow that is set. The default needs to be 'false' on it. It is one of those pain-in-the-rear apps to turn off. I've never used it, so I don't know how it got turned on??
That was it:
khotkeysrc:Autostart=true
Somehow that is set. The default needs to be 'false' on it. It is one of those pain-in-the-rear apps to turn off. I've never used it, so I don't know how it got turned on??
Mine is set to true as well but there is no icon in my system tray and never has been. The khotkeys.desktop file in /opt/trinity/share/autostart has only one key value:
Hidden=true
Does that key value mean no icon in the system tray? In your user khotkeysrc, do you find a Hidden=false setting anywhere? When I select Configure System Tray, there is nothing listed in the Hidden icons side of the list.
I don't know how any of this is connected.
Darrell
Are you sure khotkeys and that virtual keyboard are the same thing? I didn't know the hot key service even had a virtual keyboard feature.
I seem to remember that the Hidden=true in a .desktop file is how you would make a .desktop entry not show in the Tmenu.(because it is run from the service manager and shouldn't be launched from the menu by the user.
On 07/26/2012 09:03 PM, Darrell Anderson wrote:
Mine is set to true as well but there is no icon in my system tray and never has been. The khotkeys.desktop file in /opt/trinity/share/autostart has only one key value:
Hidden=true
Does that key value mean no icon in the system tray? In your user khotkeysrc, do you find a Hidden=false setting anywhere? When I select Configure System Tray, there is nothing listed in the Hidden icons side of the list.
I don't know how any of this is connected.
Darrell
Darrell,
I had:
Autostart=true Hidden=false
I reversed them. Strange...
On 07/26/2012 09:26 PM, David C. Rankin wrote:
On 07/26/2012 09:03 PM, Darrell Anderson wrote:
Mine is set to true as well but there is no icon in my system tray and never has been. The khotkeys.desktop file in /opt/trinity/share/autostart has only one key value:
Hidden=true
Does that key value mean no icon in the system tray? In your user khotkeysrc, do you find a Hidden=false setting anywhere? When I select Configure System Tray, there is nothing listed in the Hidden icons side of the list.
I don't know how any of this is connected.
Darrell
Darrell,
I had:
Autostart=true Hidden=false
I reversed them. Strange...
My memory sucks, it was actually:
[Main] AlreadyImported=konqueror_gestures_trinity21,printscreen,trinity2b1 Autostart=true Disabled=false Version=2
On 07/26/2012 11:11 PM, David C. Rankin wrote:
My memory sucks, it was actually:
[Main] AlreadyImported=konqueror_gestures_trinity21,printscreen,trinity2b1 Autostart=true Disabled=false Version=2
I was also chasing the wrong app. The offending app was 'fcitx'. I have no idea how that got installed. Removed....