Re: [nm-applet] [0.8.4] [PATCH] applet: remove --sm-disable from desktop autostart file



On Thu, 2011-05-19 at 09:13 +0200, Paul Menzel wrote:
> From: Dan Williams <dcbw redhat com>
> Date: Mon, 21 Feb 2011 14:54:07 -0600
> 
> Hasn't been an option for years.
> 
>         $ git cherry-pick 1ac10a6f80f2d9460aceac69a4f9f5c2c7a62777 # from master
> 
> According to `ChangeLog` this should have been fixed in commit
> 
>         commit c96000b0c3438b17349c74a8d03e081c7553640d
>         Author:     Dan Williams <dcbw redhat com>
>         AuthorDate: Mon Oct 1 19:05:52 2007 +0000
>         Commit:     Dan Williams <dcbw src gnome org>
>         CommitDate: Mon Oct 1 19:05:52 2007 +0000
>         
>             Patch from Stéphane Loeuillet <leroutier gmail com>
>         
>             2007-10-01  Dan Williams  <dcbw redhat com>
>         
>                 Patch from Stéphane Loeuillet <leroutier gmail com>
>         
>                 * nm-applet.desktop
>                         - Use XDG standard autostart directory
>                         - Bring up to spec; remove deprecated Encoding tag; remove --sm-
>                                 because it's not session-managed anymore (rh #313031)
>         
>             svn path=/trunk/; revision=212
> 
> but I (Paul Menzel) could neither not find, what commit actually removed this option.

The option wasn't processed by the applet, but was processed by the
really old session management code that was used before XDG autostart
management.  I'm pretty sure the old SM code got killed long before Lady
Gaga was born.

Cherrypicked and pushed back out, thanks!

Dan

> ---
>  nm-applet.desktop.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/nm-applet.desktop.in b/nm-applet.desktop.in
> index a9cd88e..4028201 100644
> --- a/nm-applet.desktop.in
> +++ b/nm-applet.desktop.in
> @@ -2,7 +2,7 @@
>  _Name=Network Manager
>  _Comment=Control your network connections
>  Icon=nm-device-wireless
> -Exec=nm-applet --sm-disable
> +Exec=nm-applet
>  Terminal=false
>  Type=Application
>  X-GNOME-Bugzilla-Bugzilla=GNOME
> _______________________________________________
> networkmanager-list mailing list
> networkmanager-list gnome org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]