[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2018-05-24 Thread Bug Watch Updater
** Changed in: gdm
   Status: New => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/586503

Title:
  /etc/gdm/PostLogin/Default file not run if automatic login is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/586503/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2015-08-18 Thread Mathew Hodson
** Bug watch removed: GNOME Bug Tracker #614488
   https://bugzilla.gnome.org/show_bug.cgi?id=614488

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/586503

Title:
  /etc/gdm/PostLogin/Default file not run if automatic login is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/586503/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as Won't Fix.

** Changed in: gdm (Ubuntu Lucid)
   Status: Triaged = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/586503

Title:
  /etc/gdm/PostLogin/Default file not run if automatic login is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/586503/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2014-05-27 Thread Mathew Hodson
The upload approved in lucid-proposed was for a different issue, so
removing the verification-needed tag.

** Tags removed: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/586503

Title:
  /etc/gdm/PostLogin/Default file not run if automatic login is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/586503/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2011-08-04 Thread chris
It's still present in Ubuntu 11.04.

I try to fix it, and it work fine for me now. In file gdm-simple-
slave.c,

static void
stop_greeter (GdmSimpleSlave *slave)
{
char *username;

g_debug (GdmSimpleSlave: Stopping greeter);

/* Run the PostLogin script. gdmslave suspends until script has 
terminated */
username = gdm_session_direct_get_username (slave-priv-session);

if (username != NULL) {
gdm_slave_run_script (GDM_SLAVE (slave), GDMCONFDIR 
/PostLogin, username);
}
g_free (username);

if (slave-priv-greeter == NULL) {
g_debug (GdmSimpleSlave: No greeter running);
return;
}

gdm_welcome_session_stop (GDM_WELCOME_SESSION (slave-priv-greeter));
gdm_greeter_server_stop (slave-priv-greeter_server);

g_object_unref (slave-priv-greeter);
slave-priv-greeter = NULL;
}

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/586503

Title:
  /etc/gdm/PostLogin/Default file not run if automatic login is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/586503/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-11-02 Thread Robert Chalmas
The bug is still present in Ubuntu 10.10.

This is not a surprise for me as there was no reaction from any developer to my 
bug report on GNOME Bugzilla 5 months ago!
( https://bugzilla.gnome.org/show_bug.cgi?id=621693 )

Does somebody have some relations which could help to make this problem
investigated and fixed ?

I know this bug may seem unimportant as it is mentioned as affecting
only 2 people, but I would like to add that I'm working for the public
education department in Geneva/Switzerland which deploys Ubuntu on 5000+
workstations, so the real number of affected users is very high,
considering this bug makes impossible to properly restore a mandatory
profile from our servers.

So I hope this bug can be fixed for Ubuntu 11.04, as this is the next
version we will widely deploy.

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-09-16 Thread Bug Watch Updater
** Changed in: gdm
   Importance: Unknown = Medium

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-09-06 Thread Sebastien Bacher
** Branch unlinked: lp:ubuntu/lucid-proposed/gdm

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-09-03 Thread Bug Watch Updater
** Changed in: gdm
   Status: Unknown = New

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-08-17 Thread Sebastien Bacher
** Changed in: gdm
   Status: Fix Released = Unknown

** Changed in: gdm
 Remote watch: GNOME Bug Tracker #614488 = GNOME Bug Tracker #621693

** Changed in: gdm (Ubuntu Lucid)
 Assignee: Sebastien Bacher (seb128) = (unassigned)

** Changed in: gdm (Ubuntu Lucid)
   Status: Fix Committed = Triaged

** Changed in: gdm (Ubuntu)
   Status: Fix Released = Triaged

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-16 Thread Sebastien Bacher
thank you for sending the bug to GNOME

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-15 Thread Robert Chalmas
Yes, I think this is a different issue. Should I report the bug upstream
?

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-15 Thread Sebastien Bacher
would be nice to open a bug upstream yes

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-15 Thread Robert Chalmas
Done! Here is a link to the upstream bug report:
https://bugzilla.gnome.org/show_bug.cgi?id=621693


** Bug watch added: GNOME Bug Tracker #621693
   https://bugzilla.gnome.org/show_bug.cgi?id=621693

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-14 Thread Robert Chalmas
I'm very sorry but I have to modify my report from 2 days ago.
I repeated all my tests today and was not successful on any machine with the 
proposed version of gdm.
I may have forgotten to erase the file generated by my echo command in 
/etc/gdm/PostLogin/Default during a manual login and erroneously believed it 
had been generated during an automatic login.
Now, after new tests on 3 different machines, I can confirm that nothing is 
generated during an automatic login, so /etc/gdm/PostLogin/Default is still not 
run.

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-14 Thread Sebastien Bacher
the upstream change is to fix the the Init Default script not the
PostLogin one so maybe those are different issues

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-12 Thread Robert Chalmas
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: gdm
  
  In Ubuntu 10.04 with gdm 2.30.0, the file /etc/gdm/PostLogin/Default is
  not run if automatic login is enabled.
  
  
  This was tested on 2 very different configurations:
  
  - 2 desktops which were recently upgraded from Jaunty to Karmic then to
  Lucid;
  
  - 1 laptop with a fresh install of Lucid.
  
  
  Steps to reproduce the bug:
  
  
  1. Create a simple /etc/gdm/PostLogin/Default file, for example with
  this content:
  
  #!/bin/sh
  
  echo Test  /tmp/aaa
  
  
  2. Logout from your session and log in again.
  
  Check for the existence of a /tmp/aaa file. It will exist.
  
  
  3. Delete the /tmp/aaa file. Enable automatic login to any existing
  account and reboot.
  
  Check for the existence of a /tmp/aaa file. This time it will NOT exist.
  
  
  4. Disable the automatic login and reboot, then login into the same
  account as before.
  
  Check for the existence of a /tmp/aaa file. Now it will exist again.
  
  
  My conclusion is that the file /etc/gdm/PostLogin/Default is run during
  a manual login but ignored during an automatic login.
  
  
  I would expect the file to be run in both cases, as this happened for example 
with Jaunty.
  
  
  One more detail: I did a similar test with /etc/gdm/PreSession/Default
  and found it is NOT affected by this bug.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gdm 2.30.0-0ubuntu5
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Thu May 27 21:04:56 2010
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
   LANG=fr_CH.utf8
   SHELL=/bin/bash
  SourcePackage: gdm
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 10.04
+ InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
+ NonfreeKernelModules: nvidia
+ Package: gdm 2.30.2.is.2.30.0-0ubuntu1
+ PackageArchitecture: i386
+ ProcEnviron:
+  LANGUAGE=fr_CH:fr:en
+  PATH=(custom, no user)
+  LANG=fr_CH.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
+ Tags: lucid
+ Uname: Linux 2.6.32-22-generic i686
+ UserGroups:

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/50228065/Dependencies.txt

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-12 Thread Robert Chalmas
Many thanks for caring about this problem!
Well, I can't give a unique answer. Here are my (rather strange) results after 
upgrading to gdm 2.30.2.is.2.30.0-0ubuntu1:
- on one of my configurations (2 desktops upgraded from Jaunty) the 
/etc/gdm/PostLogin/Default file is now run even if autologin is enabled;
- on the other configuration (the laptop with a fresh install of Lucid) it's 
still not working as soon as autologin is enabled (but still working ok with 
manual login).
Let me know if you need more information to further investigate the problem.

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/gdm

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-09 Thread Sebastien Bacher
Thank you for your bug report, the issue is fixed in maverick now

** Changed in: gdm (Ubuntu)
   Importance: Undecided = Low

** Changed in: gdm (Ubuntu)
   Status: New = Fix Released

** Bug watch added: GNOME Bug Tracker #614488
   https://bugzilla.gnome.org/show_bug.cgi?id=614488

** Also affects: gdm via
   https://bugzilla.gnome.org/show_bug.cgi?id=614488
   Importance: Unknown
   Status: Unknown

** Also affects: gdm (Ubuntu Lucid)
   Importance: Undecided
   Status: New

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-09 Thread Sebastien Bacher
** Changed in: gdm (Ubuntu Lucid)
   Importance: Undecided = Low

** Changed in: gdm (Ubuntu Lucid)
   Status: New = Fix Committed

** Changed in: gdm (Ubuntu Lucid)
 Assignee: (unassigned) = Sebastien Bacher (seb128)

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-09 Thread Sebastien Bacher
There is a candidate lucid update which has been uploaded now, the
debdiff is on bug #585574

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-09 Thread Bug Watch Updater
** Changed in: gdm
   Status: Unknown = Fix Released

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-06-09 Thread Martin Pitt
Accepted gdm into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 586503] Re: /etc/gdm/PostLogin/Default file not run if automatic login is enabled

2010-05-27 Thread Robert Chalmas

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49225019/Dependencies.txt

-- 
/etc/gdm/PostLogin/Default file not run if automatic login is enabled
https://bugs.launchpad.net/bugs/586503
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs