Package Details: pop-shell-shortcuts-git 1:r30.52cc83f-2

Git Clone URL: https://aur.archlinux.org/pop-shell-shortcuts-git.git (read-only, click to copy)
Package Base: pop-shell-shortcuts-git
Description: Application for displaying and demoing Pop Shell shortcuts
Upstream URL: https://github.com/pop-os/shell-shortcuts
Licenses: GPL-3.0-or-later
Conflicts: pop-shell-shortcuts
Provides: pop-shell-shortcuts
Submitter: ftsell
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 13
Popularity: 0.001409
First Submitted: 2020-05-02 16:42 (UTC)
Last Updated: 2024-01-21 18:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

treeshateorcs commented on 2020-09-28 01:17 (UTC)

...
warning: function is never used: `settings_reference`
   --> src/app.rs:342:4
    |
342 | fn settings_reference() -> gtk::Box {
    |    ^^^^^^^^^^^^^^^^^^

    Finished release [optimized] target(s) in 0.04s
install -Dm755 target/release/pop-shell-shortcuts /home/tho/dev/ts/pop-shell-shortcuts-git/pkg/pop-shell-shortcuts-git//usr/local/bin/pop-shell-shortcuts
install: cannot stat 'target/release/pop-shell-shortcuts': No such file or directory
make: *** [Makefile:38: install] Error 1
==> ERROR: A failure occurred in package().
    Aborting...

yochananmarqos commented on 2020-09-03 22:41 (UTC)

This currently installs to /usr/local/bin/. It should be installed to /usr/bin/ using make prefix=/usr.

Edgeworth commented on 2020-08-27 08:14 (UTC)

@user2342342 that’s odd, it works for me, could you post up what worked on your end as well for the benefit of others? Or Point out how to correct my comment?

user2342342 commented on 2020-08-08 04:24 (UTC) (edited on 2020-08-08 04:35 (UTC) by user2342342)

@Edgeworth you forgot a semicolon ya dumb bitch

EDIT: this also doesn't work so you're a double dumb bitch

Edgeworth commented on 2020-07-22 01:41 (UTC) (edited on 2020-08-27 08:35 (UTC) by Edgeworth)

@iSpicyCurry, in order for the shortcuts to be applied it is necessary to run the install.sh script, so try something like this:

cd $(mktemp -d)
git clone https://aur.archlinux.org/pop-shell-shortcuts-git.git
git clone https://aur.archlinux.org/gnome-shell-extension-pop-shell-git.git
cd pop-shell-shortcuts-git; makepkg -si; cd ..

cd gnome-shell-extension-pop-shell-git/; makepkg -si

cd src/shell/
sh rebuild.sh

I also had to change s-m to toggle maximize state rather than maximize window

ftsell commented on 2020-06-26 08:41 (UTC)

Sorry but I'm only packaging this and don't know why your shortcuts are not applying :( You could file an Issue upstream if you believe this to be a bug.

iSpicyCurry commented on 2020-06-22 20:21 (UTC)

Not sure why but not all of the pop shell shortcuts are applying. For example, super + M is not maximizing a window but instead opening the calendar. Any idea how to fix this so it is applied correctly?

xamerin commented on 2020-05-05 13:53 (UTC)

Works great, thanks.

ftsell commented on 2020-05-05 13:04 (UTC)

Thanks for the notice, I have removed the glib dependency since the packages does build without it.

xamerin commented on 2020-05-03 14:41 (UTC)

Have a look at this link. It doesn't need glib or glib2. Looks like rust and gtk3 is sufficient for Arch Linux.

https://www.linuxuprising.com/2020/05/how-to-install-pop-shell-tiling.html