Go to file
Giovanni Campagna a757ce48a1 ScreenShield: don't reset the lock screen animation if it's already happening
When you click Suspend from the user menu, the following things happen:
- we lock the screen internally by calling Main.screenShield.lock() and waiting
  for lock-screen-shown
- logind emits a Lock signal, which causes us to lock again
- gnome-settings-daemon notices PrepareForSleep, and calls org.gnome.ScreenSaver.Lock,
  just in case, so we lock once more
This means that, if you're lucky, you can see the curtain fall down multiple times,
as each .lock() call resets the animation.

https://bugzilla.gnome.org/show_bug.cgi?id=690858
2012-12-30 01:39:24 +01:00
.settings
browser-plugin Remove use of deprecated g_type_init () ... 2012-10-17 22:49:32 +02:00
data theme: notification improvements 2012-12-21 11:37:48 +00:00
docs remote-search: add an org.gnome.ShellSearchProvider2 dbus interface 2012-12-06 12:13:24 -05:00
js ScreenShield: don't reset the lock screen animation if it's already happening 2012-12-30 01:39:24 +01:00
man Use the same xsltproc parameters as other modules 2012-11-05 23:42:52 -05:00
po Updated Hungarian translation 2012-12-29 16:14:51 +01:00
src shell-global: Drop unused variable 2012-12-26 16:23:38 +01:00
tests run-test: Load shell files from the srcdir 2012-12-23 21:17:26 -05:00
tools jhbuildrc-gnome-shell: switch to the GNOME 3.8 moduleset 2012-10-05 13:59:57 -04:00
.gitignore remote-search: properly document the DBus interface 2012-12-06 12:13:24 -05:00
.gitmodules Use libgnome-volume-control from a submodule 2012-12-08 15:53:46 +01:00
.project
AUTHORS
autogen.sh Use libgnome-volume-control from a submodule 2012-12-08 15:53:46 +01:00
configure.ac Bump version to 3.7.3 2012-12-18 18:28:42 +01:00
COPYING
gnome-shell.doap gnome-shell.doap: belatedly remove me as a maintainer 2012-12-05 07:48:55 -05:00
HACKING Add a new code style/hacking guide 2012-10-10 19:11:36 -03:00
MAINTAINERS
Makefile.am build: Exclude .gitmodules from distribution 2012-12-18 18:28:42 +01:00
NEWS Bump version to 3.7.3 2012-12-18 18:28:42 +01:00
README

GNOME Shell provides core user interface functions for the GNOME 3 desktop,
like switching to windows and launching applications. GNOME Shell takes
advantage of the capabilities of modern graphics hardware and introduces
innovative user interface concepts to provide a visually attractive and
easy to use experience.

For more information about GNOME Shell, including instructions on how
to build GNOME Shell from source and how to get involved with the project,
see:

 http://live.gnome.org/GnomeShell

Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell'
product.

License
=======
GNOME Shell is distributed under the terms of the GNU General Public License,
version 2 or later. See the COPYING file for details.