Search Criteria
Package Details: gnome-shell-extension-gtile-git 35.r24.g345e051-1
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-gtile-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-gtile-git |
Description: | A window tiling extension for GNOME |
Upstream URL: | https://github.com/gTile/gTile |
Keywords: | extension gnome tiling |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Revelation60 |
Maintainer: | Revelation60 (yochananmarqos) |
Last Packager: | yochananmarqos |
Votes: | 5 |
Popularity: | 0.21 |
First Submitted: | 2020-02-16 17:28 |
Last Updated: | 2020-10-06 15:11 |
Dependencies (4)
- gnome-shell (gnome-shell-tweener-fix, ebadoo-shell, gnome-shell-dev, gnome-shell-performance, gnome40, gnome-shell-40alfa, gnome-shell-xrdesktop-git, gnome-shell-git)
- bazel (bazel-git, bazel024-bin, bazel024, bazel2, bazelisk, bazelisk-bin) (make)
- git (git-git) (make)
- yarn (yarn-nightly) (make)
Latest Comments
InspiringSand commented on 2021-01-20 09:38
Recently moving terminals stopped working for me (although resizing still worked), so today I looked into fixing this, and the fix is easy. Maybe others are looking into fixing this too, that's why I'm writing this message.
It's easy to fix; all you need to do is to rebuild this package.
This has been fixed by the dev in v42, but I was still on V35, refer to:
https://github.com/gTile/gTile/releases
yochananmarqos commented on 2020-10-06 15:13
@Revelation60: It's only required to build, it can be removed after.
Revelation60 commented on 2020-10-06 09:37
Thanks for your PKGBUILD suggestion, @yochananmarqos!
Is there a way to install this package without depending on bazel? It requires openjdk and is massive.
zed123 commented on 2020-09-21 16:39
I get "Error: Missing extension.js". The file is not in /usr/share/gnome-shell/extensions/gTile@vibou.
The folder is also a git repository!?:
[remote "origin"] url = /home/<user>/.cache/pikaur/build/gnome-shell-extension-gtile-git/gnome-shell-extension-gtile-git fetch = +refs/heads/:refs/remotes/origin/
Looks like this need to be executed instead of just copying the content:
bazel run :install-extension
yochananmarqos commented on 2020-08-06 22:59
PKGBUILD building from source. It also only installs the necessary files instead of dumping the whole git repo into the extension folder.
yochananmarqos commented on 2020-03-30 22:56
Tags are now available:
yochananmarqos commented on 2020-03-23 00:10
@Revelation60: Please use
install -d
instead ofmkdir
in order to set correct permissions for the directory. The-d
flag sets0755
unless otherwise specified; i.e.,install -dm644
.Revelation60 commented on 2020-03-20 08:12
I've removed the epoch, don't know how that got in there. The patch is no longer needed, since the repo has been updated.
yochananmarqos commented on 2020-03-16 16:32
There's no reason to use an epoch, please remove it.
PKGBUILD with PR 119.