You are not logged in.

#1 2016-12-29 02:57:08

HeikeOnFire
Member
Registered: 2016-12-24
Posts: 43

[Solved] User themes AUR install?

Hello.

I could swear the AUR had once the package gnome-shell-extension-user-themes-git.
Unfortunately the package don't exist anymore (or never had).

Would like to install this extension for all Users like the other extensions from the AUR did.
How can I do that? Only find tutorials how to Install for just one user.

Thanks for answers.

Last edited by HeikeOnFire (2017-01-01 14:37:29)

Offline

#2 2016-12-29 03:59:36

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: [Solved] User themes AUR install?

Check the aur3-mirror, it probably never got migrated. You may need to update it as well.


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#3 2016-12-29 05:06:09

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] User themes AUR install?

Moving to AUR Issues.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2016-12-29 09:37:30

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [Solved] User themes AUR install?

The AUR3 mirror is at https://github.com/aur-archive


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2016-12-29 16:03:01

philo
Member
Registered: 2015-01-26
Posts: 251

Re: [Solved] User themes AUR install?

Edit- Post deleted by me.

Last edited by philo (2016-12-29 19:21:38)

Offline

#6 2016-12-29 21:34:03

HeikeOnFire
Member
Registered: 2016-12-24
Posts: 43

Re: [Solved] User themes AUR install?

https://github.com/aur-archive/gnome-sh … -theme-git

Doesn't working anylonger.
Maybe someone could explain me how to install It myself from the git? Would be nice.

Offline

#7 2016-12-30 12:26:51

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [Solved] User themes AUR install?

the PKGBUILD + install file look like a good starting point, what doesn't work (full makepkg output please) ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#8 2016-12-30 15:13:58

philo
Member
Registered: 2015-01-26
Posts: 251

Re: [Solved] User themes AUR install?

I may be misreading what you want to do, but if you install these two packages:

gnome-tweak-tool 
gnome-shell-extensions

are you not getting user-themes?

Offline

#9 2016-12-30 17:25:42

HeikeOnFire
Member
Registered: 2016-12-24
Posts: 43

Re: [Solved] User themes AUR install?

are you not getting user-themes?

The package gnome-shell-extensions installs me (as far as I know) a bunch of extensions.
I just want my last missing extension and be happy. smile
Already installed the extensions pixel-saver, panel-osd and dash to dock with help from PKGBUILDs from the AUR.

the PKGBUILD + install file look like a good starting point, what doesn't work (full makepkg output please) ?

$ cd /tmp/gnome-shell-extension-user-theme-git-master/
$ ls
gnome-shell-extension-user-theme.install  PKGBUILD
$ LC_ALL=C makepkg -si
==> Making package: gnome-shell-extension-user-theme-git 3.8.3.1.real.2-1 (Fri Dec 30 18:24:55 CET 2016)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: gnome-shell-extension-common-git
==> ERROR: 'pacman' failed to install missing dependencies.

Last edited by HeikeOnFire (2016-12-30 17:26:09)

Offline

#10 2016-12-30 19:22:06

philo
Member
Registered: 2015-01-26
Posts: 251

Re: [Solved] User themes AUR install?

HeikeOnFire wrote:
error: target not found: gnome-shell-extension-common-git
==> ERROR: 'pacman' failed to install missing dependencies.

https://github.com/aur-archive/gnome-sh … common-git

whose PKGBUILD says:

depends=('gnome-shell')

Last edited by philo (2016-12-30 20:06:05)

Offline

#11 2016-12-30 20:22:10

HeikeOnFire
Member
Registered: 2016-12-24
Posts: 43

Re: [Solved] User themes AUR install?

But gnome-shell is installed....

$ pacman -Q | grep gnome-shell
gnome-shell 3.22.2+18+gdf7727a-1
gnome-shell-extension-dash-to-dock-git 55.r18.gd18f2d6-1
gnome-shell-extension-panel-osd 1.0-1
gnome-shell-extension-pixel-saver 1.10-1

Offline

#12 2016-12-30 21:31:57

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [Solved] User themes AUR install?

you will need to build gnome-shell-extension-common-git before you can build gnome-shell-extension-user-theme-git


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#13 2016-12-31 01:10:08

HeikeOnFire
Member
Registered: 2016-12-24
Posts: 43

Re: [Solved] User themes AUR install?

Can you help me a bit more please?
Sorry I am not that experienced.

Offline

#14 2016-12-31 11:16:49

philo
Member
Registered: 2015-01-26
Posts: 251

Re: [Solved] User themes AUR install?

HeikeOnFire wrote:

But gnome-shell is installed....

Then you are good to go. Build the *-common.git, as indicated in post #12.

No doubt you realize you are trying/struggling to install version 3.8.3 of user-themes, with its old dependencies. The current version available in google-shell-exrensions is probably much newer and then upgradable.

Last edited by philo (2016-12-31 14:30:17)

Offline

#15 2016-12-31 13:34:22

HeikeOnFire
Member
Registered: 2016-12-24
Posts: 43

Re: [Solved] User themes AUR install?

OK. Don't know where my fault is at the moment. I downloaded gnome-shell-extension-common-git and build it with makepkg.
After that I moved the package to the user-theme-git PKGBUILD. And typed makepkg -si for installing.

$ LC_ALL=C makepkg -si
==> Making package: gnome-shell-extension-user-theme-git 3.8.3.1.real.2-1 (Sat Dec 31 14:32:33 CET 2016)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: gnome-shell-extension-common-git
==> ERROR: 'pacman' failed to install missing dependencies.
$ ls
gnome-shell-extension-common-git.tar.xz   PKGBUILD
gnome-shell-extension-user-theme.install

Offline

#16 2016-12-31 15:23:48

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [Solved] User themes AUR install?

HeikeOnFire wrote:

I downloaded gnome-shell-extension-common-git and build it with makepkg.

But have you actually installed it?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#17 2016-12-31 15:58:11

shulamy
Member
From: israel
Registered: 2010-09-11
Posts: 453

Re: [Solved] User themes AUR install?

i would try to update the PKGBUILD to the current version

ezik

Offline

#18 2016-12-31 16:22:09

mis
Member
Registered: 2016-03-16
Posts: 234

Re: [Solved] User themes AUR install?

HeikeOnFire wrote:

I downloaded gnome-shell-extension-common-git and build it with makepkg.
After that I moved the package to the user-theme-git PKGBUILD.

As slithery already mentioned, seems you didn't install gnome-shell-extension-common-git.
Moving it to the user-theme-git directory is not needed, but you have to install it before you can build gnome-shell-extension-user-theme-git

Offline

#19 2017-01-01 14:37:00

HeikeOnFire
Member
Registered: 2016-12-24
Posts: 43

Re: [Solved] User themes AUR install?

Now it worked! smile
Thank you guys for helping.

i would try to update the PKGBUILD to the current version

I don't know how. But if you want to do that......I think some people incl. me would be happy.

Offline

#20 2017-01-07 15:06:09

shulamy
Member
From: israel
Registered: 2010-09-11
Posts: 453

Re: [Solved] User themes AUR install?

i don't know if what i did is right

i changed the branch in the source line and the pkgver

but i can't find the source in google so i dont know if it is realy the 3.22 version.

ezik

Offline

Board footer

Powered by FluxBB