This repository was archived by the owner on Dec 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
20170623 - Several minor improvements
- Loading branch information
Showing
7 changed files
with
149 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Changelog | ||
============ | ||
|
||
 | ||
|
||
|
||
## Version 0.x | ||
* First extension version | ||
* Tries locking via 'xscreensaver-command' and 'gnome-screensaver-command' | ||
* Offers About dialog to access extension repository | ||
* Supports gnome-shell version 3.18, 3.22 and 3.24 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
ToDo | ||
============ | ||
|
||
 | ||
|
||
|
||
## Check lightbox.js | ||
* Using lightbox to focus on menu when clicking it | ||
* http://mathematicalcoffee.blogspot.de/2012/09/gnome-shell-javascript-source.html | ||
* const ui = imports.ui | ||
* const lightbox = imports.ui.lightbox | ||
|
||
|
||
## Test Travis | ||
Use travis to check if it builds | ||
Ref: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
{ | ||
"name": "Lock my desktop", | ||
"description": "Adds a menu with lock functionality to the Gnome panel", | ||
"description": "Adds a menu with lock functionality to the gnome-shell panel", | ||
"uuid": "lock-my-desktop@yafp.de", | ||
"url": "http://github.com/yafp/gnome-shell-extension-lock-my-desktop", | ||
"shell-version": [ | ||
"3.18", | ||
"3.22", | ||
"3.24" | ||
], | ||
"version": 1 | ||
"shell-version": ["3.18", "3.22", "3.24"], | ||
"version": 0.1 | ||
} |