Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88043 - Ebuild for gnome-screensaver
Summary: Ebuild for gnome-screensaver
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 110579 (view as bug list)
Depends on: 77504 91876
Blocks:
  Show dependency tree
 
Reported: 2005-04-05 08:45 UTC by Hendrik Brandt
Modified: 2006-07-01 14:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for gnome-screensaver-0.0.2 (gnome-screensaver-0.0.2.ebuild,494 bytes, text/plain)
2005-04-05 08:49 UTC, Hendrik Brandt
Details
gnome-screensaver-0.0.8 ebuild (gnome-screensaver-0.0.8.ebuild,1.52 KB, text/plain)
2005-07-27 13:21 UTC, Sander Sweers
Details
ebuild for 0.0.17 (gnome-screensaver-0.0.17.ebuild,1000 bytes, text/plain)
2005-10-25 17:21 UTC, Duarte Henriques
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hendrik Brandt 2005-04-05 08:45:29 UTC
Ebuild for the new gnome-screensaver application which will replace xscreensaver in GNOME.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Hendrik Brandt 2005-04-05 08:49:19 UTC
Created attachment 55372 [details]
Ebuild for gnome-screensaver-0.0.2

initial ebuild for gnome-screensaver (ver. 0.0.2), located in
gnome-extra/gnome-screensaver
Comment 2 Joe McCann (RETIRED) gentoo-dev 2005-04-05 20:16:45 UTC
I don't believe this is worth adding at this point since it is still at an alpha/beta state. It still uses dbus-0.2.x which probably won't go over well when we move to 0.3.x. It also doesn't have any accessibility support yet which is the most important reason for switching this dialogue over to a modern toolkit.

I like the package but don't feel we should add it in its current state.
Comment 3 Sander Sweers 2005-07-27 13:21:39 UTC
Created attachment 64458 [details]
gnome-screensaver-0.0.8 ebuild

although it is too early i would like to keep the ebuild up to date and working
:)

Attached is a new ebuild using the gnome2 inherit. It also installs the pam
module in the correct place without sanbox violation. Schemas also get
installed correctly for me but might not for others.

Comments fixes are welcome

It still needs some cleaning up but it work for me ;-)
Comment 4 Sander Sweers 2005-07-27 13:24:24 UTC
Added dep for dbus-0.3x
Comment 5 Sander Sweers 2005-09-10 03:37:17 UTC
A copy and rename to version 0.0.10 works but i have problems getting it to work
with dbus.

THe error is:
** (gnome-screensaver:29540): CRITICAL **: couldn't connect to session bus:
Unable to determine the address of the message bus
** Message: set DPMS timeouts: 7200 7200 14400.
** (gnome-screensaver:29540): WARNING **: failed to register with the message bus

I can get it to work with dbus if i open a shell and do:

dbuslaunch="`which dbus-launch 2>/dev/null`"
eval `$dbuslaunch --sh-syntax --exit-with-session`
export DBUS_SESSION_BUS_ADDRESS
export DBUS_SESSION_BUS_PID

Before running gnome-screensaver
Comment 6 Sander Sweers 2005-09-10 03:57:59 UTC
Adding depend on bug 77504 as this solves my dbus connec problems.
Comment 7 Duarte Henriques 2005-10-25 17:21:15 UTC
Created attachment 71457 [details]
ebuild for 0.0.17

In the spirit of keeping the ebuild updated, here's one for 0.0.17

I simplified the USE flags, removed shadow and dpms as they're not standard (I
think), default to use it. Also the dbus dep was optional on the ebuilds above,
I think that was wrong. Added DOCS and simplified the ebuild.
Comment 8 Joe McCann (RETIRED) gentoo-dev 2005-10-26 15:52:52 UTC
*** Bug 110579 has been marked as a duplicate of this bug. ***
Comment 9 Sander Sweers 2005-11-19 08:36:10 UTC
This is now in the gentopia overlay. Better to use that instead of the ebuild in
this bug report.
Comment 10 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-07-01 14:07:35 UTC
reopening to mark as fixed
Comment 11 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-07-01 14:07:50 UTC
In portage