* Keyboard Indicator
@ 2005-12-14 2:38 Peter
2005-12-16 4:27 ` Chris Largret
0 siblings, 1 reply; 3+ messages in thread
From: Peter @ 2005-12-14 2:38 UTC (permalink / raw)
To: linux-newbie
Hi,
Since the keyboard indicator applet on the gnome panel does not function
properly I put my own custom application launcher to switch to another
kb layout including corresponding country flags.
One problem is I sometimes forget to change back to let say US KB. I
thought of having an xmessage display when I have switched the kb layout.
In the command line for the applet where I have e.g. "setxkbmap de" I tried to
add " xmessage Kb set DE" which does not work.
Is there a way to put 2 commands or more in a command line applet?
The problem with the keyboard indicator applet on the gnome panel is that it
will only change when one first gets to properties on the applet. That is in 2
of my distros. Previous applets did work well including showing of country
flags.
Thanks & regards
---
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Keyboard Indicator
2005-12-14 2:38 Keyboard Indicator Peter
@ 2005-12-16 4:27 ` Chris Largret
2005-12-16 9:43 ` Peter
0 siblings, 1 reply; 3+ messages in thread
From: Chris Largret @ 2005-12-16 4:27 UTC (permalink / raw)
To: Peter; +Cc: linux-newbie
On Wed, 2005-12-14 at 10:38 +0800, Peter wrote:
> One problem is I sometimes forget to change back to let say US KB. I
> thought of having an xmessage display when I have switched the kb layout.
>
> In the command line for the applet where I have e.g. "setxkbmap de" I tried to
> add " xmessage Kb set DE" which does not work.
>
> Is there a way to put 2 commands or more in a command line applet?
A semi-colon character should work to achieve this:
$ echo "first command"; echo "second command"
first command
second command
$
I haven't tried this in the applet, but it should work.
--
Chris Largret <http://daga.dyndns.org>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Keyboard Indicator
2005-12-16 4:27 ` Chris Largret
@ 2005-12-16 9:43 ` Peter
0 siblings, 0 replies; 3+ messages in thread
From: Peter @ 2005-12-16 9:43 UTC (permalink / raw)
To: largret, linux-newbie
On Thu, 15 Dec 2005 20:27:03 -0800
Chris Largret <largret@gmail.com> wrote:
> On Wed, 2005-12-14 at 10:38 +0800, Peter wrote:
>
> > One problem is I sometimes forget to change back to let say US KB. I
> > thought of having an xmessage display when I have switched the kb layout.
> >
> > In the command line for the applet where I have e.g. "setxkbmap de" I
tried to
> > add " xmessage Kb set DE" which does not work.
> >
> > Is there a way to put 2 commands or more in a command line applet?
>
> A semi-colon character should work to achieve this:
>
> $ echo "first command"; echo "second command"
> first command
> second command
> $
>
> I haven't tried this in the applet, but it should work.
>
Thanks!
I naturally tried this, ; , and space. It will not set then the kb at all and
I get an error message on the terminal: Error loading new keyboard
description.
--
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-12-16 9:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-14 2:38 Keyboard Indicator Peter
2005-12-16 4:27 ` Chris Largret
2005-12-16 9:43 ` Peter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox