Search Criteria
Package Details: gnome-shell-extension-maximus-two-git 5-3
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-maximus-two-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-maximus-two-git |
Description: | Removes the title bar on maximised windows |
Upstream URL: | https://github.com/danielkza/GnomeExtensionMaximusTwo |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | XZS |
Maintainer: | XZS |
Last Packager: | XZS |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2015-04-16 12:46 |
Last Updated: | 2016-11-03 13:52 |
Latest Comments
« First ‹ Previous 1 2
Asher256 commented on 2016-03-19 16:49
Hi,
There is a bug in the PKGBUILD:
gnome-shell-extension-maximus-two-git/PKGBUILD: line 52: compatibles: bad array subscript
It is probably because the metadata.json is written differently. In the last Github master version:
"shell-version": [
"3.16",
"3.18"
],
The bug is caused by this:
local compatibles=($(\
find -path ./pkg -type d -prune -o \
-name metadata.json -exec grep -Pzo '(?s)(?<="shell-version": \[)[^\[\]]*(?=\])' '{}' \; | \
tr '\n," ' '\n' | sed 's/3\.//g;/^$/d' | sort -n -t. -k 1,1))
cat metadata.json
depends+=("gnome-shell>=3.${compatibles[0]}")
local max="${compatibles[-1]}" # <---- It stops here with the error below
Anonymous comment on 2016-03-18 20:55
When trying to install, I get the following error:
grep: unescaped ^ or $ not supported with -Pz
/tmp/pacaurtmp-user/gnome-shell-extension-maximus-two-git/PKGBUILD: line 51: compatibles: bad array subscript
chrbayer commented on 2016-01-10 13:05
I get the following error, if I try to install the extension:
Error: Schema org.gnome.shell.extensions.maximus could not be found for extension maximus@luis.pabon.auronconsulting.co.uk. Please check your installation.
Stack trace:
getSettings@/home/chrbayer/.local/share/gnome-shell/extensions/maximus@luis.pabon.auronconsulting.co.uk/convenience.js:66
MaximusPrefsWidget<._init@/home/chrbayer/.local/share/gnome-shell/extensions/maximus@luis.pabon.auronconsulting.co.uk/prefs.js:188
wrapper@resource:///org/gnome/gjs/modules/lang.js:178
buildPrefsWidget@/home/chrbayer/.local/share/gnome-shell/extensions/maximus@luis.pabon.auronconsulting.co.uk/prefs.js:326
Application<._selectExtension@resource:///org/gnome/shell/extensionPrefs/main.js:95
wrapper@resource:///org/gnome/gjs/modules/lang.js:178
Application<._onCommandLine@resource:///org/gnome/shell/extensionPrefs/main.js:259
wrapper@resource:///org/gnome/gjs/modules/lang.js:178
main@resource:///org/gnome/shell/extensionPrefs/main.js:397
@<main>:1
smcdougall commented on 2015-05-15 13:58
You should add 'wmctrl' as a dependency. Without it, the extension will generate a long list of error notifications that read "Execution of 'wmctrl' failed: Command not found" (as well as, obviously, not working).
XZS commented on 2015-04-16 12:58
This extension is not developed any further long since and does not work with Gnome Shell 3.16 and up. Users are advised to switch to gnome-shell-extension-maximus-two-git.
XZS commented on 2015-04-16 12:58
This extension is not developed any further long since and does not work with Gnome Shell 3.16 and up. Users are advised to switch to gnome-shell-extension-maximus-two-git.
XZS commented on 2014-02-16 22:35
Added xorg-xprop as a dependency, fixed url.
defendor commented on 2014-02-16 20:11
Please add xorg-xprop as dependency. Fails without it.