Search Criteria
Package Details: xscreensaver-arch-logo 6.04-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/xscreensaver-arch-logo.git (read-only, click to copy) |
---|---|
Package Base: | xscreensaver-arch-logo |
Description: | Screen saver and locker for the X Window System with Arch Linux branding |
Upstream URL: | https://www.jwz.org/xscreensaver/ |
Licenses: | BSD |
Conflicts: | xscreensaver |
Provides: | xscreensaver |
Submitter: | Harvie |
Maintainer: | Geballin (morgenstern) |
Last Packager: | morgenstern |
Votes: | 213 |
Popularity: | 0.065245 |
First Submitted: | 2009-05-19 16:57 (UTC) |
Last Updated: | 2022-06-04 04:15 (UTC) |
Dependencies (11)
- gdk-pixbuf-xlib
- glu (glu-git)
- gtk2 (gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view, gtk2-maemo)
- libxmu
- perl-libwww
- xorg-appres
- bc (bc-gh) (make)
- intltool (make)
- libxpm (libxpm-git) (make)
- systemd (systemd-homed-containers, systemd-selinux, systemd-git, systemd-pr23511) (make)
- gdm (gdm-old, mdm-nosystemd, mdm-display-manager, gdm-git, gdm-plymouth-prime, gdm-plymouth, gdm-plymouth-nox, gdm-prime) (optional) – for login manager support
Required by (23)
- blueproximity-py3-git (requires xscreensaver) (optional)
- electricsheep (requires xscreensaver) (optional)
- electricsheep-git (requires xscreensaver) (optional)
- gluqlo-git (requires xscreensaver) (optional)
- gwinwrap-git (requires xscreensaver)
- kodi-prevent-xscreensaver (requires xscreensaver)
- leaguedisplays-git (requires xscreensaver)
- mate-screensaver-hacks (requires xscreensaver)
- nodelock-git (requires xscreensaver)
- nscde (requires xscreensaver) (optional)
- nscde-git (requires xscreensaver) (optional)
- powerkit (requires xscreensaver)
- powerkit-git (requires xscreensaver)
- rss-glx (requires xscreensaver) (optional)
- tumblrtv-xscreensaver (requires xscreensaver)
- tumblrtv-xscreensaver (requires xscreensaver) (optional)
- webscreensaver-git (requires xscreensaver) (optional)
- xfce4-session-devel (requires xscreensaver) (optional)
- xfce4-session-git (requires xscreensaver) (optional)
- xfce4-session-gtk2 (requires xscreensaver) (optional)
Latest Comments
alex.forencich commented on 2022-06-04 05:05 (UTC)
Nice, seems to be displaying the Arch logos properly now.
morgenstern commented on 2022-06-04 04:13 (UTC)
@alex.forencich the Arch logos are distributed with the PKGBUILD and are applied in the
prepare()
function by replacing the default xscreensaver logo images and bitmaps. However, it looks like some additional xscreensaver logos were added in xscreensaver-6.00 and xscreensaver-6.04.I have pushed an update that includes additional Arch logos to replace the new xscreensaver ones. Let me know if that resolves your issue.
alex.forencich commented on 2022-06-03 20:06 (UTC)
Is it just me, or has this package not been displaying the Arch logo for quite some time now? Is there a configuration setting that needs to be adjusted to get it to display the Arch logo instead of the xscreensaver one?
marakasmalan commented on 2022-01-30 22:53 (UTC) (edited on 2022-01-30 23:02 (UTC) by marakasmalan)
Hi, this package is recommended in the wiki.
Initially I had an error, installing via ssh. using the terminal on the actual device it worked fine.
Thank you for maintaining this package.
morgenstern commented on 2021-04-23 00:15 (UTC) (edited on 2021-07-18 04:48 (UTC) by morgenstern)
@lockheed you can find a PKGBUILD for version 5.45-2 in View Changes within the Package Actions box.
Have you reported the issue with fprint upstream?
lockheed commented on 2021-04-22 12:45 (UTC)
6.0 no longer works with fprint. Can someone provide PKGBUILT for previouse version?
drdanick commented on 2021-01-05 00:13 (UTC) (edited on 2021-01-05 00:13 (UTC) by drdanick)
It seems like autoreconf is breaking the build for me. Build works fine for the main binaries, but fails here:
cp -p xscreensaver-demo-Gtk xscreensaver-demo make[1]: Leaving directory '/home/nick/.cache/yay/xscreensaver-arch-logo/src/xscreensaver-5.44/driver' make[1]: Entering directory '/home/nick/.cache/yay/xscreensaver-arch-logo/src/xscreensaver-5.44/po' make[1]: No rule to make target 'default'. Stop. make[1]: Leaving directory '/home/nick/.cache/yay/xscreensaver-arch-logo/src/xscreensaver-5.44/po' make: [Makefile:28: default] Error 5
Removing the autoreconf step in prepare() appears to fix this.
u666sa commented on 2021-01-03 16:12 (UTC)
Does not compile
cp -p xscreensaver-demo-Gtk xscreensaver-demo make[1]: выход из каталога «/home/alex/.cache/yay/xscreensaver-arch-logo/src/xscreensaver-5.44/driver» make[1]: вход в каталог «/home/alex/.cache/yay/xscreensaver-arch-logo/src/xscreensaver-5.44/po» make[1]: Нет правила для сборки цели «default». Останов. make[1]: выход из каталога «/home/alex/.cache/yay/xscreensaver-arch-logo/src/xscreensaver-5.44/po» make: [Makefile:28: default] Ошибка 5 ==> ОШИБКА: Произошел сбой в build(). Прерывание... ошибка сборки: %!s(func() string=0x565501f01bb0)
Geballin commented on 2020-07-04 13:29 (UTC) (edited on 2020-07-04 13:31 (UTC) by Geballin)
@attila123 Didn't had any problem compiling it on 3 different arch installations.
The XF86MISCSETGRABKEYSSTATE should be disabled if the libraries can't be found, it's line 1898 of configure.in .
So it looks like a bug in xscreensaver, not in the PKGBUILD .
Did
locate xf86misc.h
found something ? (after doing asudo updatedb
of course).attila123 commented on 2020-06-29 10:25 (UTC)
Hi, during compile (on an installation I did not update for some time) I got "lock.c:44:11: fatal error: X11/extensions/xf86misc.h: No such file or directory". Where: "make[1]: Leaving directory '/home/avangel/.cache/yay/xscreensaver-arch-logo/src/xscreensaver-5.44/driver'"
Do I miss some package? I mean does this package miss some dependency?
Geballin commented on 2020-05-30 16:05 (UTC)
@morgenstern Did it.
morgenstern commented on 2020-05-20 21:40 (UTC)
Could you please switch the URL in the source field over to HTTPS?
graysky commented on 2019-07-11 16:31 (UTC)
Must have changed upstream. Fixed but didn't bump pkgver.
joekiller commented on 2019-07-11 14:25 (UTC)
The sha1sum is failing. Seems to be getting: 75f504fde80e6b648fc3a61809101a7b9da1175d instead of that the PKGBUILD contains
Geballin commented on 2019-05-10 00:21 (UTC)
@graysky Good question why the official package require gdm in make, I have no answer, maybe asking to the maintainer.
graysky commented on 2019-05-07 21:39 (UTC)
@geballin - interesting... why does the official package require gdm as a build dep?
Geballin commented on 2019-05-07 21:20 (UTC)
I saw the comment but that's not true, I'm using LXDM (so don't have GDM) and I have the New Login button. The New Login is added by the --with-login-manager option passed to the configure script if it find gdmflexiserver, kdmctl, lxdm or dm-tool program in the PATH. You can see the configure.in from L2512 in the xscreensaver 5.42 sources.
So there is no reason to have GDM installed if you don't want to use it after (especially if you want to use kdm, lxdm or dm-tool and the New Login button).
graysky commented on 2019-05-05 19:48 (UTC)
@Geballin - see the pinned comment regarding gdm as a make dep.
Geballin commented on 2019-05-05 18:25 (UTC)
I'm in the same case as ellypsis, GDM is not needed for xscreensaver, I'm not using GDM (lxdm insteed) but I'm using xscreensaver and I need to manually edit the PKGBUILD before each update. Can you remove gdm from makedepends in PKGBUILD since it's not needed ? You can put it in optdepends if you want to keep it in the PKGBUILD.
graysky commented on 2018-08-23 18:00 (UTC)
@ellypsis - See official PKGBUILD. I believe to allow for compatibility for others using it, it is a required at build time.
ellypsis commented on 2018-08-23 00:32 (UTC)
gdm is optional, but marked as makedepends in PKGBUILD, so I need to edit it on every update because I don't use it. Is it possible to update?
summonholmes commented on 2017-03-12 21:59 (UTC)
graysky commented on 2016-10-31 23:17 (UTC)
haloboy777 commented on 2016-10-31 20:50 (UTC)
NeoTheFox commented on 2016-08-26 18:25 (UTC)
graysky commented on 2016-08-25 21:17 (UTC)
NeoTheFox commented on 2016-08-25 20:27 (UTC)
graysky commented on 2016-06-10 10:57 (UTC) (edited on 2016-06-10 10:57 (UTC) by graysky)
Torxed commented on 2016-06-10 09:58 (UTC)
graysky commented on 2016-06-08 13:30 (UTC)
graysky commented on 2015-10-27 17:51 (UTC)
jwhendy commented on 2015-07-22 15:16 (UTC)
jwhendy commented on 2015-07-22 14:58 (UTC)
graysky commented on 2015-07-21 08:41 (UTC)
jwhendy commented on 2015-07-21 01:59 (UTC)
graysky commented on 2015-07-19 19:40 (UTC)
graysky commented on 2015-07-19 19:38 (UTC)
jwhendy commented on 2015-07-19 17:31 (UTC)
graysky commented on 2014-11-22 08:45 (UTC)
graysky commented on 2014-11-16 13:26 (UTC)
commented on 2014-11-16 12:21 (UTC)
graysky commented on 2014-11-16 09:59 (UTC)
graysky commented on 2014-11-16 09:39 (UTC)
graysky commented on 2014-11-03 08:18 (UTC)
msx commented on 2014-11-03 03:43 (UTC)
graysky commented on 2014-09-16 21:17 (UTC)
graysky commented on 2014-09-03 08:45 (UTC)
graysky commented on 2014-07-20 10:34 (UTC)
silverhammermba commented on 2014-07-20 04:56 (UTC)
graysky commented on 2014-06-09 21:30 (UTC)
parched commented on 2013-12-11 23:24 (UTC)
parched commented on 2013-12-11 23:20 (UTC)
parched commented on 2013-12-11 23:20 (UTC)
graysky commented on 2013-12-11 09:58 (UTC)
parched commented on 2013-12-11 08:53 (UTC)
graysky commented on 2013-12-10 19:36 (UTC)
graysky commented on 2013-11-27 11:12 (UTC)
HeptaSean commented on 2013-11-27 10:54 (UTC)
commented on 2013-07-28 04:53 (UTC)
commented on 2013-04-13 13:31 (UTC)
graysky commented on 2013-04-12 22:34 (UTC)
wuffleton commented on 2013-04-12 17:51 (UTC)
commented on 2013-04-12 12:24 (UTC)
commented on 2013-03-09 19:13 (UTC)
SanskritFritz commented on 2013-03-09 13:36 (UTC)
commented on 2013-03-09 08:37 (UTC)
wuffleton commented on 2012-10-18 16:17 (UTC)
duffydack commented on 2012-10-18 13:56 (UTC)
arielp commented on 2012-07-28 20:06 (UTC)
graysky commented on 2012-07-24 11:17 (UTC)
commented on 2012-07-24 09:16 (UTC)
graysky commented on 2012-07-13 19:10 (UTC)
graysky commented on 2012-06-27 01:15 (UTC)
commented on 2012-06-27 00:28 (UTC)
graysky commented on 2012-06-24 16:58 (UTC)
jalley commented on 2012-06-24 15:28 (UTC)
graysky commented on 2012-06-23 19:24 (UTC)
graysky commented on 2012-06-23 19:19 (UTC)
lambchops468 commented on 2012-06-23 17:30 (UTC)
chadberg commented on 2012-06-23 15:19 (UTC)
graysky commented on 2012-06-23 04:44 (UTC)
graysky commented on 2012-06-03 16:53 (UTC)
chadberg commented on 2012-06-03 16:42 (UTC)
graysky commented on 2012-06-03 12:31 (UTC)
ravicious commented on 2012-06-03 12:09 (UTC)
graysky commented on 2012-06-02 23:07 (UTC)
cdemoulins commented on 2012-05-22 12:39 (UTC)
graysky commented on 2012-05-22 11:55 (UTC)
cdemoulins commented on 2012-05-22 10:05 (UTC)
graysky commented on 2012-05-21 22:29 (UTC)
ShyPixie commented on 2012-05-20 20:18 (UTC)
graysky commented on 2012-05-20 13:17 (UTC)
graysky commented on 2012-05-19 18:18 (UTC)
graysky commented on 2012-05-19 18:03 (UTC)
ShyPixie commented on 2012-05-19 15:43 (UTC)
ShyPixie commented on 2012-05-19 14:47 (UTC)
denspirit commented on 2012-05-18 19:17 (UTC)
Jonhoo commented on 2012-04-27 20:59 (UTC)
graysky commented on 2012-04-25 20:28 (UTC)
Frazze commented on 2012-04-25 14:31 (UTC)
graysky commented on 2012-04-24 22:06 (UTC)
graysky commented on 2012-04-24 22:05 (UTC)
artafinde commented on 2012-04-24 21:46 (UTC)
wuffleton commented on 2012-04-23 07:06 (UTC)
jasonwryan commented on 2012-04-23 06:53 (UTC)
wuffleton commented on 2012-04-23 01:41 (UTC)
graysky commented on 2012-04-23 01:16 (UTC)
wuffleton commented on 2012-04-22 23:39 (UTC)
battlepanic commented on 2011-11-03 21:30 (UTC)
graysky commented on 2011-10-30 19:47 (UTC)
battlepanic commented on 2011-10-27 20:04 (UTC)
graysky commented on 2011-10-01 11:53 (UTC)
graysky commented on 2011-09-06 23:29 (UTC)
erdbeer commented on 2011-09-06 17:25 (UTC)
erdbeer commented on 2011-09-06 12:39 (UTC)
Harvie commented on 2011-08-23 21:43 (UTC)
graysky commented on 2011-08-23 20:13 (UTC)
kynikos commented on 2011-07-11 16:54 (UTC)
Harvie commented on 2011-05-03 14:52 (UTC)
Andyvec commented on 2011-03-24 02:42 (UTC)
Harvie commented on 2011-03-14 23:42 (UTC)
bananabrain commented on 2011-03-14 19:47 (UTC)
Harvie commented on 2011-01-24 13:46 (UTC)
commented on 2011-01-21 23:33 (UTC)
Harvie commented on 2010-10-04 14:13 (UTC)
scippio commented on 2010-10-04 12:41 (UTC)
Harvie commented on 2010-09-29 13:43 (UTC)
commented on 2010-09-27 15:26 (UTC)
Harvie commented on 2010-09-14 17:32 (UTC)
Harvie commented on 2010-09-14 10:38 (UTC)
bpont commented on 2010-09-12 23:19 (UTC)
commented on 2010-09-04 22:28 (UTC)
Harvie commented on 2010-08-22 15:17 (UTC)
graysky commented on 2010-08-22 09:06 (UTC)
Harvie commented on 2010-05-26 02:19 (UTC)