public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] gnome autostart issue
@ 2006-09-20 22:53 Arturo 'Buanzo' Busleiman
  2006-09-21  8:48 ` Etaoin Shrdlu
  2006-09-21 20:14 ` Mick
  0 siblings, 2 replies; 4+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2006-09-20 22:53 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

I'm really frustrated at gnome.

I have this .desktop file I've installed in /usr/kde/3.5/share/autostart and it works just like
expected: any user who logins, gets this app run automatically, and the icon appears in the traybar,
just as if it has been called from the Konsole. (it's a wxwidgets app).

Now, after doing LOTS of google research, in every keyword and combo and google extension you can
imagine, I find that there is no "start-after" equivalent for GNOME :(

This is the .desktop file:

[Desktop Entry]
Encoding=UTF-8
Name=Test Application
GenericName=Test Application
TryExec=/opt/Test_Application/BN
Exec=/opt/Test_Application/BN
Type=Application
Terminal=false
Path=/opt/Test_Application
StartupNotify=true
X-GNOME-autostart-after=panel
X-KDE-StartupNotify=true
X-KDE-autostart-after=panel
Icon=/opt/Test_Application/BN.png


Any idea, guys? You are my only hope! :)

- --
Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
http://www.vivamoslavida.com.ar - Portal no-comercial del buen vivir!
for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar ; done
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFEcZvAlpOsGhXcE0RAppwAJ9OFG2X4d/RHH2KgKAe3MgnRyDJ9ACeODJW
NRgdFTsFGeYHaQvBC6sBA5k=
=4KHw
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] gnome autostart issue
  2006-09-20 22:53 [gentoo-user] gnome autostart issue Arturo 'Buanzo' Busleiman
@ 2006-09-21  8:48 ` Etaoin Shrdlu
  2006-09-21 20:14 ` Mick
  1 sibling, 0 replies; 4+ messages in thread
From: Etaoin Shrdlu @ 2006-09-21  8:48 UTC (permalink / raw
  To: gentoo-user

On Thursday 21 September 2006 00:53, Arturo 'Buanzo' Busleiman wrote:

> Now, after doing LOTS of google research, in every keyword and combo
> and google extension you can imagine, I find that there is no
> "start-after" equivalent for GNOME :(

I don't use gnome, but maybe this:

http://www.gnome.org/learn/users-guide/2.14/gosstartsession-2.html#gosstartsession-6

can help?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] gnome autostart issue
  2006-09-20 22:53 [gentoo-user] gnome autostart issue Arturo 'Buanzo' Busleiman
  2006-09-21  8:48 ` Etaoin Shrdlu
@ 2006-09-21 20:14 ` Mick
  2006-09-21 22:07   ` Arturo 'Buanzo' Busleiman
  1 sibling, 1 reply; 4+ messages in thread
From: Mick @ 2006-09-21 20:14 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1155 bytes --]

On Wednesday 20 September 2006 23:53, Arturo 'Buanzo' Busleiman wrote:

> I have this .desktop file I've installed in /usr/kde/3.5/share/autostart
> and it works just like expected: any user who logins, gets this app run
> automatically, and the icon appears in the traybar, just as if it has been
> called from the Konsole. (it's a wxwidgets app).
>
> Now, after doing LOTS of google research, in every keyword and combo and
> google extension you can imagine, I find that there is no "start-after"
> equivalent for GNOME :(

I'm afraid this may not directly answer your question (because I am not 
familiar with Gnome) but this is how it works for Fluxbox:

I start my apps by placing them in ~/.fluxbox/startup (I use fluxbox as a WM).  
So, I place the dockapps that I want starting before the /usr/bin/fluxbox 
command therein:
====================================
wmpower &
wmnd &

# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.

exec /usr/bin/fluxbox
====================================

Is there perhaps an equivalent in Gnome?
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] gnome autostart issue
  2006-09-21 20:14 ` Mick
@ 2006-09-21 22:07   ` Arturo 'Buanzo' Busleiman
  0 siblings, 0 replies; 4+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2006-09-21 22:07 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mick wrote:
> wmpower &
> wmnd &

Yes, this is quite the standard .xinitrc format, before xdm/gdm/kdm got famous. Pretty simple, and
guaranteed.

> Is there perhaps an equivalent in Gnome?

So far, I've been trying EVERYTHING, but the ONLY thing that worked, was manually adding the command
to autostart via the gnome-session-properties application. The issue is that I need to set something
like that globally form an installer package (rpm, esp's epm, or whatever). KDE works
out-of-the-box, but GNOME is a real pain in the painful area. :)


- --
Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
http://www.vivamoslavida.com.ar - Portal no-comercial del buen vivir!
for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar ; done
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFEw0WAlpOsGhXcE0RAmk2AJ9988xBEJxWqbATFugwoK8oZM+O5wCePtdT
itlL6e4gRJYni1BXtU3bN5Q=
=GNO6
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-21 22:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-20 22:53 [gentoo-user] gnome autostart issue Arturo 'Buanzo' Busleiman
2006-09-21  8:48 ` Etaoin Shrdlu
2006-09-21 20:14 ` Mick
2006-09-21 22:07   ` Arturo 'Buanzo' Busleiman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox