~ubuntu-branches/ubuntu/karmic/italc/karmic-updates

« back to all changes in this revision

Viewing changes to debian/patches/10_fix-lock.patch

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2009-08-19 02:15:55 UTC
  • Revision ID: james.westby@ubuntu.com-20090819021555-vft1mf0yvh86ftw1
Tags: 1:1.0.9.1-0ubuntu13
* Make lock screen work on all cases. (LP: #414887)
* Fix python launcher to use the new md5 module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 10_fix-lock.patch by Stéphane Graber <stgraber@ubuntu.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Make sure the lock window is on top of the others
 
6
 
 
7
@DPATCH@
 
8
--- ../../orig/lib/src/lock_widget.cpp
 
9
+++ ../lib/src/lock_widget.cpp
 
10
@@ -68,6 +68,7 @@
 
11
        m_sysKeyTrapper.disableAllKeys( TRUE );
 
12
        setWindowTitle( tr( "screen lock" ) );
 
13
        setWindowIcon( QIcon( ":/resources/icon32.png" ) );
 
14
+       setWindowFlags( Qt::Popup );
 
15
        setCursor( Qt::BlankCursor );
 
16
        showFullScreen();
 
17
        move( 0, 0 );