[Desktop-packages] [Bug 1509369] Re: gdm runs in vt7 and gnome-shell in vt2 after resuming

2016-03-01 Thread Łukasz G
After using workaround from coomment #4 now gdm starts two X session on
vt7 and vt8 :-)

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

Title:
  gdm runs in vt7 and gnome-shell in vt2 after resuming

Status in gdm package in Ubuntu:
  New

Bug description:
  I installed ubuntu-gnome 15.04, then upgraded to Wily. I started
  getting problems when pressing "Alt+" it switches to another
  virtual terminal like if I was pressing Ctrl+Alt+F, after some
  troubleshooting these are the steps to reproduce:

  - Logged in a gnome session
  - Suspend laptop
  - Resume
  - Unlock screen
  - Press Alt+Arrow_Right, there you'll notice that gdm is running un VT7 and 
your user's gnome-shell is running in another VT, in my case VT2

  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 15.10
  Release:  15.10
  Codename: wily

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gdm 3.16.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Oct 23 11:02:05 2015
  InstallationDate: Installed on 2015-10-19 (3 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  SourcePackage: gdm
  UpgradeStatus: Upgraded to wily on 2015-10-19 (3 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 1509369] Re: gdm runs in vt7 and gnome-shell in vt2 after resuming

2016-03-01 Thread Łukasz G
After using workaround from coomment #4 now gdm starts two X session on
vt7 and vt8 :-)

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

Title:
  gdm runs in vt7 and gnome-shell in vt2 after resuming

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

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


[Bug 1509369] Re: gdm runs in vt7 and gnome-shell in vt2 after resuming

2016-03-01 Thread Łukasz G
After using workaround from coomment #4 now gdm starts two X session on
vt7 and vt8 :-)

-- 
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/1509369

Title:
  gdm runs in vt7 and gnome-shell in vt2 after resuming

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

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


[Wikipl-l] (brak tematu)

2010-05-19 Thread Łukasz G .
Cześć wszytkim.

___
WikiPL-l mailing list
WikiPL-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikipl-l


[google-appengine] Cookies on gae

2009-06-15 Thread Łukasz G .

#!/usr/bin/env python

import sys
import os.path
import urllib
import urllib2
import cookielib
url = 'http://flickr.com'

cl = cookielib.LWPCookieJar()
opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cl))
urllib2.install_opener(opener)
response = urllib2.urlopen(url)
the_page = response.read()
print cl


I try to figure out why this code does not work on GAE and i got no
answer. When i run this code as standalone python script cl is a not
empty string with value:

_LWPCookieJar.LWPCookieJar[Cookie cookie_l10n=en-us%3Bus
for .flickr.com/]

But when i try to run it on GAE in result i got empty CookieJar.
Interesting think is when i change url from http://flickr.com to
http://google.com i got expecting non empty CookieJar. Is there that
kind of restriction on GAE and cookielib to work only with google.com
domain? Thanks for any explanation and sorry for my poor english.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---