forked from linuxmint/cinnamon-spices-applets
-
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.
system-controls@rcalixte: Version 1.2 (linuxmint#5032)
- Loading branch information
Showing
15 changed files
with
192 additions
and
215 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 |
---|---|---|
@@ -1,11 +1,20 @@ | ||
|
||
### 1.2 | ||
|
||
* Moved to officially support Cinnamon 5.4+ | ||
* Update `spawnCommandLine` to use `Gio.Subprocess` calls | ||
* Switch to formal symbolic icons | ||
|
||
### 1.1.1 | ||
* Changed icon for 'Restart Cinnamon' menu item from `system-run` to `cinnamon-symbolic` | ||
* Improved packaged images | ||
|
||
* Changed icon for 'Restart Cinnamon' menu item from `system-run` to `cinnamon-symbolic` | ||
* Improved packaged images | ||
|
||
### 1.1 | ||
* Added proper translation support | ||
* Created dedicated changelog file | ||
|
||
* Added proper translation support | ||
* Created dedicated changelog file | ||
|
||
### 1.0 | ||
* Initial release | ||
|
||
* Initial release |
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,32 +1,38 @@ | ||
SYSTEM CONTROLS APPLET | ||
====================== | ||
SYSTEM CONTROLS | ||
=============== | ||
|
||
Minimal system controls applet for Cinnamon Desktop Environment | ||
|
||
DESCRIPTION | ||
----------- | ||
|
||
This is an applet that adds an icon in the panel that provides access to the | ||
following system controls functions: | ||
* Restart Cinnamon | ||
* Lock Screen | ||
* Switch User (if enabled in system settings) | ||
* Log Out | ||
* Suspend | ||
* Hibernate | ||
* Restart | ||
* Power Off | ||
|
||
As of now, the action executes immediately without prompt or verification. | ||
* Restart Cinnamon | ||
* Lock Screen | ||
* Switch User (if enabled in system settings) | ||
* Log Out | ||
* Suspend | ||
* Hibernate | ||
* Restart | ||
* Power Off | ||
|
||
As of now, the menu action executes immediately without prompt or verification. | ||
|
||
Portions of this code were adapted from the user@cinnamon.org applet created by | ||
the Cinnamon Team. | ||
|
||
COMPATIBILITY | ||
------------- | ||
|
||
This applet has been tested to be compatible with Cinnamon 5.4+. | ||
|
||
DEPENDENCIES | ||
------------ | ||
|
||
This applet depends on the following packages being installed: | ||
* cinnamon-screensaver | ||
* cinnamon-session | ||
* systemd | ||
|
||
* cinnamon-screensaver | ||
* cinnamon-session | ||
* systemd |
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
4 changes: 2 additions & 2 deletions
4
system-controls@rcalixte/files/system-controls@rcalixte/metadata.json
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,7 +1,7 @@ | ||
{ | ||
"description": "A simple system controls applet to restart Cinnamon, lock the screen, switch users, log off, suspend, hibernate, reboot, or power off the computer", | ||
"uuid": "system-controls@rcalixte", | ||
"name": "System Controls Applet", | ||
"version": "1.1.1", | ||
"name": "System Controls", | ||
"version": "1.2", | ||
"max-instances": -1 | ||
} |
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
Oops, something went wrong.