Skip to content

Commit

Permalink
Merge pull request #31 from unixfox/patch-1
Browse files Browse the repository at this point in the history
Support for Gnome 3.20
  • Loading branch information
johnhoran committed Mar 24, 2016
2 parents 8947e90 + 5d3340a commit fea7d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Laine",
"description": "Volume control extension. Firstly it allows the control of the overall output volume, as well as the volume of each application, and the input volume of microphones when a input application is active. It also allows the selection of input and output devices (kinda requires pulseaudio 6 due to a bug in previous versions), if more than one is available. \n\nIt has support for MPRIS, so if an mpris source is active it will show some basic information about what is playing, and some basic controls.\n\nThe icon for each stream doubles as a mute/unmute button, and if you click on the label it will attempt to make the source application active (doesn't work in every situation). \n\nThis is my first attempt at a gnome extension. So it is probably buggy, and definitely hacky, so please leave any bug reports on the github and I'll do my best to get to them.",
"shell-version": [ "3.14", "3.16", "3.18" ],
"shell-version": [ "3.14", "3.16", "3.18", "3.20" ],
"url": "https://github.com/johnhoran/Laine",
"uuid": "[email protected]",
"settings-schema":"org.gnome.shell.extensions.laine",
Expand Down

0 comments on commit fea7d02

Please sign in to comment.