Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome 2.14
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3 ... 15, 16, 17 ... 30, 31, 32  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1449
Location: Earth

PostPosted: Thu Mar 23, 2006 8:08 pm    Post subject: gnome-extra/at-spi-1.7.6 failed Reply with quote

hallo,

try to emerge gnome-2.14 but at-spi-1.7.6 failed.

/libart-2.0 -I/usr/include/freetype2 -march=athlon-xp -O3 -pipe -g -g -g -MT application.lo -MD -MP -MF .deps/application.Tpo -c application.c -fPIC -DPIC -o .libs/application.o
accessible.c: In function `spi_init_role_lookup_table':
accessible.c:126: error: `ATK_ROLE_ENTRY' undeclared (first use in this function)
accessible.c:126: error: (Each undeclared identifier is reported only once
accessible.c:126: error: for each function it appears in.)
accessible.c:127: error: `ATK_ROLE_CHART' undeclared (first use in this function)
accessible.c:128: error: `ATK_ROLE_CAPTION' undeclared (first use in this function)
accessible.c:129: error: `ATK_ROLE_DOCUMENT_FRAME' undeclared (first use in this function)
accessible.c:130: error: `ATK_ROLE_HEADING' undeclared (first use in this function)
accessible.c:131: error: `ATK_ROLE_PAGE' undeclared (first use in this function)
accessible.c:132: error: `ATK_ROLE_SECTION' undeclared (first use in this function)
accessible.c: In function `impl_accessibility_accessible_get_attributes':
accessible.c:458: warning: assignment makes pointer from integer without a cast
make[3]: *** [accessible.lo] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
make[3]: Leaving directory `/var/tmp/portage/at-spi-1.7.6/work/at-spi-1.7.6/libspi'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/var/tmp/portage/at-spi-1.7.6/work/at-spi-1.7.6/libspi'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/at-spi-1.7.6/work/at-spi-1.7.6'
make: *** [all] Fehler 2

!!! ERROR: gnome-extra/at-spi-1.7.6 failed.
Call stack:
ebuild.sh, line 1565: Called dyn_compile
ebuild.sh, line 974: Called src_compile
ebuild.sh, line 1280: Called gnome2_src_compile

!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant



CooSee ' Ya
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
vb2000
n00b
n00b


Joined: 06 Sep 2005
Posts: 29

PostPosted: Thu Mar 23, 2006 8:23 pm    Post subject: Reply with quote

I finally solved my problem with deskbar-applet not compiling, it would stop at loading the gnomeapplet module. In python I also couldn't import gnomeapplet, this because gnomeapplet in turn couldn't load gtk and cairo. After re-emerging pygtk and pycairo, deskbar-applet finally compiled.
Back to top
View user's profile Send private message
iaindb
n00b
n00b


Joined: 30 Jun 2004
Posts: 19

PostPosted: Fri Mar 24, 2006 12:57 am    Post subject: Reply with quote

For those of you trying to get mail-notification to work, you have to use the evolution-2.6 patch already mentioned, plus edit the ebuild and replace "2.4" with "2.6" for a few plugin folders and lib directories.

It didn't work for me till I did this :o

remember, portage overlay is your friend!
Back to top
View user's profile Send private message
countryroad
n00b
n00b


Joined: 21 Mar 2006
Posts: 9

PostPosted: Fri Mar 24, 2006 7:06 am    Post subject: Reply with quote

Hi, any people know how to make the notifitation function work ? Like the screenshot,pop up a window when start to play a piece of new music with Rhythmbox
[Notification screenshot ]
Back to top
View user's profile Send private message
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Fri Mar 24, 2006 7:59 am    Post subject: Reply with quote

Code:
--- /usr/portage/media-sound/rhythmbox/rhythmbox-0.9.3.1.ebuild 2006-03-08 17:06:25.000000000 +0000
+++ /usr/local/overlays/portage/media-sound/rhythmbox/rhythmbox-0.9.3.1.ebuild 2006-03-14 03:27:17.000000000 +0000
@@ -30,13 +30,14 @@
        avahi? ( >=net-dns/avahi-0.6 )
        !avahi? ( howl? ( >=net-misc/howl-0.9.8 ) )
        dbus? ( >=sys-apps/dbus-0.35 )
-       =media-libs/gst-plugins-0.8*
-       =media-plugins/gst-plugins-gnomevfs-0.8*
-       vorbis? ( =media-plugins/gst-plugins-vorbis-0.8*
-                    =media-plugins/gst-plugins-ogg-0.8* )
-       mad? ( =media-plugins/gst-plugins-mad-0.8* )
-       flac? ( =media-plugins/gst-plugins-flac-0.8* )
-       aac? ( =media-plugins/gst-plugins-faad-0.8* )"
+       >=media-libs/gstreamer-0.10
+       >=media-libs/gst-plugins-base-0.10
+       >=media-plugins/gst-plugins-gnomevfs-0.10
+       vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10
+                    >=media-plugins/gst-plugins-ogg-0.10 )
+       mad? ( >=media-plugins/gst-plugins-mad-0.10 )
+       flac? ( >=media-plugins/gst-plugins-flac-0.10 )
+       aac? ( >=media-plugins/gst-plugins-faad-0.10 )"

 DEPEND="${RDEPEND}
        dev-util/pkgconfig
@@ -71,10 +72,10 @@
        $(use_enable musicbrainz) \
        $(use_with dbus) \
        $(use_enable tagwriting tag-writing)
-       --with-playback=gstreamer-0-8
+       --with-playback=gstreamer-0-10
        --enable-mmkeys \
        --enable-audioscrobbler \
-       --disable-libnotify
+       --enable-libnotify
        --disable-schemas-install"

 DOCS="AUTHORS COPYING ChangeLog DOCUMENTERS INSTALL INTERNALS \

it uses gstreamer-0.10 and libnotify, works just fine here.
the one thing missing from this is the dependancy on the libnotify, but it will work if you have it already installed.
_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Back to top
View user's profile Send private message
punkid
Apprentice
Apprentice


Joined: 18 Dec 2004
Posts: 215
Location: offline

PostPosted: Fri Mar 24, 2006 8:57 am    Post subject: Reply with quote

just emerged Gnome 2.14,but when i try to log outta it.
the dialog box freezes.
anyone got the same problem,too?
_________________
My Blog | Latest Screenshot
Back to top
View user's profile Send private message
countryroad
n00b
n00b


Joined: 21 Mar 2006
Posts: 9

PostPosted: Fri Mar 24, 2006 9:23 am    Post subject: Reply with quote

Thanks ! Gergan Penkov
But seems not so much luck here whit Gstreamer 0.10 :(
Back to top
View user's profile Send private message
Gergan Penkov
Veteran
Veteran


Joined: 17 Jul 2004
Posts: 1464
Location: das kleinste Kuhdorf Deutschlands :)

PostPosted: Fri Mar 24, 2006 9:56 am    Post subject: Reply with quote

than try only the --enable-libnotify switch, it should work. gstreamer-0.10 works just fine here , but probably not all the gst-dependacies are in the ebuild - I simply install all of them anyway:)
_________________
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Back to top
View user's profile Send private message
sclough
n00b
n00b


Joined: 06 Mar 2006
Posts: 28

PostPosted: Fri Mar 24, 2006 12:57 pm    Post subject: Reply with quote

I have noticed that quite often when I drag an application, the appitself moves, but it takes a second for the previous location of the appto be painted over. Hopefully this makes sense. I drag a window and as I'm dragging I get a periodic drawing of it's border multiple times until I finally end the drag and then they are cleaned up. It makes dragging windows choppy. I guess I'm bringing this up because I've been using Linux as a server lately and it's been a while since I have used it as a desktop since my OS X laptop provides such excellent eye candy and the dragging is so clean. Windows even does better although the background behind where the app was is not always repainted quickly until you quit dragging the app.

Anyway, can someone just point me in the right direction? Is this a Gnome 2.14 issue or a general X issue or is this normal on the Linux desktop? The hardware is a 2.4Ghz Celeron with 512mb RAM. Everything is compiled for pentium4 with -O3, so it should be pretty optimized. In other words, I should have more than enough hardware for this I would think.
Back to top
View user's profile Send private message
CloudBolt
Apprentice
Apprentice


Joined: 04 Feb 2006
Posts: 192
Location: The Netherlands

PostPosted: Fri Mar 24, 2006 2:51 pm    Post subject: Reply with quote

I've still got problems emerging yelp. I've tried normally emerging it, which gives me this error:
Code:
./configure: line 20928: GNOME_DEBUG_CHECK: command not found
./configure: line 20929: syntax error near unexpected token ´maximum´
./configure: line 20929: ´GNOME_COMPILE_WARNINGS(maximum)´


then I tried adding FEATURES=¨keepwork¨ to /etc/make.conf, and editing yelp's configure file, by removing lines 20919-20921, and then emerging yelp.

but that gives me the following error:
Code:
checking for GLIB - version >=2.0.0... ./configure: line 20926: syntax error near unexpected token 'maximum'
./configure: line 20926: ´GNOME_COMPILE_WARNINGS(maximum)


does anyone know what I've done wrong?
_________________
GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus.
Back to top
View user's profile Send private message
mtascii
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2006
Posts: 87

PostPosted: Fri Mar 24, 2006 3:40 pm    Post subject: Reply with quote

CloudBolt wrote:
I've still got problems emerging yelp. I've tried normally emerging it, which gives me this error:
Code:
./configure: line 20928: GNOME_DEBUG_CHECK: command not found
./configure: line 20929: syntax error near unexpected token ´maximum´
./configure: line 20929: ´GNOME_COMPILE_WARNINGS(maximum)´


then I tried adding FEATURES=¨keepwork¨ to /etc/make.conf, and editing yelp's configure file, by removing lines 20919-20921, and then emerging yelp.

but that gives me the following error:
Code:
checking for GLIB - version >=2.0.0... ./configure: line 20926: syntax error near unexpected token 'maximum'
./configure: line 20926: ´GNOME_COMPILE_WARNINGS(maximum)


does anyone know what I've done wrong?


just remove the 3 lines with
Code:
GNOME_DEBUG_CHECK: command not found
 syntax error near unexpected token ´maximum´
´GNOME_COMPILE_WARNINGS(maximum)´


they don't have to be lines 20919-20921
for me they were a couple lines below
Back to top
View user's profile Send private message
rush_ad
l33t
l33t


Joined: 22 Jul 2004
Posts: 863
Location: New Jersey, USA

PostPosted: Fri Mar 24, 2006 6:47 pm    Post subject: Reply with quote

any notes on vino?
Back to top
View user's profile Send private message
francescofavero
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2005
Posts: 130
Location: Kongens Lyngby

PostPosted: Sat Mar 25, 2006 12:08 pm    Post subject: Reply with quote

vino... simply nothing changes...

Here a lot of problems with gconf-2.14, had to downgrade;

Problems whits gnome-mount or wath else for mounting...

I've installed gnome-2.14 on 2 different machine at the same time... well, quite the same configuration of USE flags, CFLAGS copl different but stables as well.

On the athlon-xp usb stick you can mount unmount as gnome 2.12, un pentium-m laptop the stick is mounted as muck time I click on the usb icon.
The icon anyway result always unounted, and I have several folders in /media (as much I clicked like a crazy on the icon)... than as root I have to unmount on terminal(as well several time for each click)...

Possible always change this!!! also from 2.10 and 2.12 mounting changes... now was smart and good... maybe ebuilds miss something?
Back to top
View user's profile Send private message
CloudBolt
Apprentice
Apprentice


Joined: 04 Feb 2006
Posts: 192
Location: The Netherlands

PostPosted: Sun Mar 26, 2006 10:51 am    Post subject: Reply with quote

well, I've just dowgraded to 2.12, 'cause 2.14 is way too unstable. I'll make the change to 2.14 when it's in unstable, no longer hardmasked.
_________________
GNU/Linux is an operating system.
IBM OS/2 is half an operating system.
Windows is a shell.
DOS is a boot partition virus.
Back to top
View user's profile Send private message
francescofavero
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2005
Posts: 130
Location: Kongens Lyngby

PostPosted: Sun Mar 26, 2006 11:58 am    Post subject: Reply with quote

It's not that unstable.

In my opinion look little better, and it's faster.
Jus the problem of mount and unmount, and some other few things. I'm using gnome-light-2.12 with the gnome-2.14 unmasked

I'm stayng with it... downgrading is going to be planty of pain I thing. Maybe tomorow or the next week will come a bugfixes...

Enjoy,

Regards
Back to top
View user's profile Send private message
lenkki
n00b
n00b


Joined: 03 Mar 2004
Posts: 55

PostPosted: Sun Mar 26, 2006 12:18 pm    Post subject: Reply with quote

For what it's worth I edited the original gnome-2.14 ebuild like this:

Code:

diff /usr/portage/gnome-base/gnome/gnome-2.14.0.ebuild /usr/local/overlay/mine/gnome-base/gnome-super/gnome-super-2.14.0.ebuild
20c20
< IUSE="accessibility cdr dvdr hal"
---
> IUSE="accessibility cdr dvdr hal yelp epiphany evolution"
77c77
<       >=www-client/epiphany-2.14.0
---
>       epiphany? ( >=www-client/epiphany-2.14.0 )
118c118
<       >=gnome-extra/yelp-2.14.0
---
>       yelp? ( >=gnome-extra/yelp-2.14.0 )
129a130
>       evolution? (
132c133,134
<       >=gnome-extra/evolution-webcal-2.5.90
---
>       >=gnome-extra/evolution-webcal-2.5.90
>       )



Baiscly useflags for epiphany and evolution and yelp are added and they are off by default so it doesn't compile yelp (never used it anyhow) also it skips the epiphany browser aswell as it's dependencies and I added the evolution flag just cause I was on a roll ( I enabled it for myself ).

Hope this helps anyone
Back to top
View user's profile Send private message
francescofavero
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2005
Posts: 130
Location: Kongens Lyngby

PostPosted: Sun Mar 26, 2006 1:21 pm    Post subject: Reply with quote

have you considered to use the gnome-light ebuild instad?

it has noting, just nautilus gnome-sesiion... gnome deskop basic part... then emerge evolutin or wath you want your self...
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Sun Mar 26, 2006 1:23 pm    Post subject: Reply with quote

gnome-light has not been updated for Gnome 2.14.
Back to top
View user's profile Send private message
francescofavero
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2005
Posts: 130
Location: Kongens Lyngby

PostPosted: Sun Mar 26, 2006 1:29 pm    Post subject: Reply with quote

Yes, that's true, but in may case it works. maybe I miss some dependencies.
But since I have all gnome packages unmasked I have just the gnome-light still in 2.12 version...

I should have a look with "emerge gnome" how muck programs it would emerge...

It was an Idea, I like gnome light cause it compile fast a desktop environment and give muck freedom ... quite like a wm...

By
Back to top
View user's profile Send private message
lenkki
n00b
n00b


Joined: 03 Mar 2004
Posts: 55

PostPosted: Sun Mar 26, 2006 3:40 pm    Post subject: Reply with quote

I didn't want a gnome light as it is missing too much to be a complete desktop, I just didn't want epiphany and yelp.
And besides I did it cause neither yelp or epiphany (or their deps) would compile cleanly on gcc 4.1
Back to top
View user's profile Send private message
ecatmur
Advocate
Advocate


Joined: 20 Oct 2003
Posts: 3595
Location: Edinburgh

PostPosted: Sun Mar 26, 2006 3:42 pm    Post subject: Reply with quote

You could add them to /etc/portage/profile/package.provided. It's a little hackish but since they're applications and not libraries it's unlikely to break anything.
_________________
No more cruft
dep: Revdeps that work
Using command-line ACCEPT_KEYWORDS?
Back to top
View user's profile Send private message
martinrandau
Apprentice
Apprentice


Joined: 10 Aug 2005
Posts: 180
Location: Kristianstad, Sweden

PostPosted: Sun Mar 26, 2006 9:05 pm    Post subject: Reply with quote

Hi!

I'm running
2.14 without any serious problems (all applets crash when i start mplayer is probably the most serious) but whenever I do emerge -Duva world I get this conflict:

Code:
physicsmastah martin # emerge -Duva world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[blocks B     ] <dev-python/gnome-python-extras-2.13 (is blocking dev-python/gnome-python-desktop-2.14.0)

Total size of downloads: 0 kB

!!! Error: The above package list contains packages which cannot be installed
!!!        on the same system.


If I remove gnome-python-extras-2.13 and emerge gnome-python-desktop-2.14.0 then I get this upon emerge -Duva world:

Code:
physicsmastah martin # emerge -Duva world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild  N    ] dev-python/gnome-python-extras-2.12.0  -debug -doc -firefox +mozilla 0 kB

Total size of downloads: 0 kB

Do you want me to merge these packages? [Yes/No]


which brings me back to the initial situation.

Any suggestions?

emerge --depclean --ask knows nothing
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Sun Mar 26, 2006 9:47 pm    Post subject: Reply with quote

mtascii wrote:
CloudBolt wrote:
I've still got problems emerging yelp. I've tried normally emerging it, which gives me this error:
Code:
./configure: line 20928: GNOME_DEBUG_CHECK: command not found
./configure: line 20929: syntax error near unexpected token ´maximum´
./configure: line 20929: ´GNOME_COMPILE_WARNINGS(maximum)´


then I tried adding FEATURES=¨keepwork¨ to /etc/make.conf, and editing yelp's configure file, by removing lines 20919-20921, and then emerging yelp.

but that gives me the following error:
Code:
checking for GLIB - version >=2.0.0... ./configure: line 20926: syntax error near unexpected token 'maximum'
./configure: line 20926: ´GNOME_COMPILE_WARNINGS(maximum)


does anyone know what I've done wrong?


just remove the 3 lines with
Code:
GNOME_DEBUG_CHECK: command not found
 syntax error near unexpected token ´maximum´
´GNOME_COMPILE_WARNINGS(maximum)´


they don't have to be lines 20919-20921
for me they were a couple lines below


You could also emerge gnome-common.

Gergan Penkov: Here is an ebuild which includes your changes, plus renames gstreamer010 to gstreamer, adds in libnotify to IUSE and its dependency to RDEPEND. Plus it removes the warning about gstreamer010 at the bottom.

Code:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.3.1_p1.ebuild,v 1.4 2006/03/23 20:13:17 gustavoz Exp $

inherit gnome2 eutils

MY_P="${P%%_*}"

DESCRIPTION="Music management and playback software for GNOME"
HOMEPAGE="http://www.rhythmbox.org/"
SRC_URI="http://ftp.gnome.org/pub/gnome/sources/rhythmbox/0.9/${MY_P}.tar.bz2"
LICENSE="GPL-2"

KEYWORDS="~amd64 ~sparc ~x86"
IUSE="vorbis flac aac mad ipod avahi howl daap dbus musicbrainz tagwriting
gstreamer libnotify"
#I want tagwriting to be on by default in the future. It is just a local flag
#now because it is still considered experimental by upstream and doesn't work
#well with all formats

SLOT="0"

RDEPEND=">=x11-libs/gtk+-2.5.4
   >=gnome-base/libgnomeui-2
   >=gnome-base/libglade-2
   >=gnome-base/gnome-vfs-2.7.4
   >=gnome-base/libbonobo-2
   >=gnome-extra/nautilus-cd-burner-2.9.0
   >=media-video/totem-1.1.5
   musicbrainz? ( >=media-libs/musicbrainz-2.1 )
   >=net-libs/libsoup-2.2
   ipod? ( >=media-libs/libgpod-0.2.0
         >=sys-apps/hal-0.5 )
   avahi? ( >=net-dns/avahi-0.6 )
   !avahi? ( howl? ( >=net-misc/howl-0.9.8 ) )
   dbus? ( >=sys-apps/dbus-0.35 )
   gstreamer? ( >=media-libs/gst-plugins-base-0.10
         >=media-plugins/gst-plugins-gnomevfs-0.10
   vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10
      >=media-plugins/gst-plugins-ogg-0.10 )
   mad? ( >=media-plugins/gst-plugins-mad-0.10 )
   flac? ( >=media-plugins/gst-plugins-flac-0.10 )
   aac? ( >=media-plugins/gst-plugins-faad-0.10 ) )
   libnotify? ( >=x11-libs/libnotify-0.3.2 )"

DEPEND="${RDEPEND}
   dev-util/pkgconfig
   >=dev-util/intltool-0.29
   app-text/scrollkeeper"

MAKEOPTS="${MAKEOPTS} -j1"

S=${WORKDIR}/${MY_P}

pkg_setup() {

   if ! use avahi && ! use howl; then
      if use daap ; then
      ewarn "Daap support requires either howl or avahi"
      ewarn "to be installed. Please remerge with either"
      ewarn "USE=avahi or USE=howl"
      fi
   fi
   if use howl || use avahi ; then
      G2CONF="${G2CONF} $(use_enable daap)"
   fi

   if use howl ; then
      G2CONF="${G2CONF} --with-mdns=howl"
   fi

   if use avahi ; then
      G2CONF="${G2CONF} --with-mdns=avahi"
   fi

   G2CONF="${G2CONF} \
   $(use_enable ipod) \
   $(use_enable musicbrainz) \
   $(use_with dbus) \
   $(use_enable gstreamer) \
        $(use_enable libnotify) \
   --enable-mmkeys \
   --enable-audioscrobbler \
   --disable-schemas-install"

DOCS="AUTHORS COPYING ChangeLog DOCUMENTERS INSTALL INTERNALS \
     MAINTAINERS NEWS README README.iPod THANKS TODO"

export GST_INSPECT=/bin/true
USE_DESTDIR=1
}
src_unpack()
{

   unpack ${A}
   cd ${S}
   gnome2_omf_fix ${S}/help/C/Makefile.in
   gnome2_omf_fix ${S}/help/ja/Makefile.in
}

pkg_postinst() {
   gnome2_pkg_postinst
}
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Mon Mar 27, 2006 12:45 am    Post subject: Reply with quote

martinrandau wrote:
[ebuild N ] dev-python/gnome-python-extras-2.12.0

This is Gnome 2.14. emerge gnome-python-extras-2.14.0
Back to top
View user's profile Send private message
iaindb
n00b
n00b


Joined: 30 Jun 2004
Posts: 19

PostPosted: Mon Mar 27, 2006 12:59 am    Post subject: Reply with quote

gnome-screensaver activates all the time! I noticed that with the latest version of xscreensaver, mouse events were ignored (eg, moving the mouse didn't stop the screensaver from activating) and gnome-screensaver seems to have the same behaviour...

Every few minutes, gnome-screensaver cuts in, and I have to type in my password...

The keyboard seem to hold it off, just not the mouse. This is a pain when web-browsing, cause I'm hardly using the keyboard at all.

Also, how do you get gnome-screensaver to use xscreensaver hacks? I saw someone mention it could be done, but I don't see how...

thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3 ... 15, 16, 17 ... 30, 31, 32  Next
Page 16 of 32

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum