Mailinglist Archive: opensuse (3605 mails)

< Previous Next >
Re: [SLE] Gnome functions..
  • From: Randall R Schulz <rschulz@xxxxxxxxx>
  • Date: Sun, 25 Jun 2006 13:35:09 -0700
  • Message-id: <200606251335.09872.rschulz@xxxxxxxxx>
Anders * 2,

On Sunday 25 June 2006 12:53, Anders Norrbring wrote:
> Anders Johansson skrev:
> > ...
> >>
> >> In KDE, I simply used 'konqueror / &' to start it, but how do I
> >> accomplish the same task in Gnome?
> >>
> >> ...
>
> Yeah, I tried --no-desktop, but that wasn't very good either.. It
> starts okay, but it never exits (!?)... The browser closes, but it
> never gives my prompt back, so I have to use a <ctrl-c> to exit.

This is tangential (at best) to your real goal, but whenever I launch
GUI applications from a shell, I use a script called "gui":

-==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-
#!/bin/bash --norc

executable="$(type -p "$1" 2>/dev/null)"

if [ ! -x "$executable" ]; then

echo "gui: \"$1\" not found."
exit 1

fi

"$@" >>$HOME/.xsession-errors 2>&1 &
-==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-


> --
>
> Anders Norrbring


Randall Schulz

--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx


< Previous Next >
Follow Ups