Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308635 Details for
Bug 450425
screen locking doesn't work (patch attached)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Possible replacement for xflock4
xflock4 (text/plain), 1.10 KB, created by
D Haley
on 2008-06-08 05:04:06 UTC
(
hide
)
Description:
Possible replacement for xflock4
Filename:
MIME Type:
Creator:
D Haley
Created:
2008-06-08 05:04:06 UTC
Size:
1.10 KB
patch
obsolete
>#!/bin/sh ># ># xfce4 ># ># Copyright (C) 1999, 2003 Olivier Fourdan (fourdan@xfce.org) ># ># This program is free software; you can redistribute it and/or modify ># it under the terms of the GNU General Public License as published by ># the Free Software Foundation; either version 2 of the License, or ># (at your option) any later version. ># ># This program is distributed in the hope that it will be useful, ># but WITHOUT ANY WARRANTY; without even the implied warranty of ># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ># GNU General Public License for more details. ># ># You should have received a copy of the GNU General Public License ># along with this program; if not, write to the Free Software ># Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ># > >if test x"`which xscreensaver-command 2>/dev/null`" != x""; then > xscreensaver-command -lock >elif test x"`which gnome-screensaver-command 2>/dev/null`" != x""; then > > if test x"`ps -C gnome-screensaver | grep -v PID`" == x""; then > gnome-screensaver > fi > > gnome-screensaver-command --lock >else > xlock $* >fi >exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 450425
:
308634
|
308635
|
315121
|
315139