You are not logged in.

#151 2006-03-05 13:18:39

Blaasvis
Member
Registered: 2003-01-17
Posts: 467

Re: Gnome 2.14 Release

workaround rm /opt/gnome/etc/gdm/gdm.conf wink


Freedom is what i love

Offline

#152 2006-03-06 10:14:41

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Gnome 2.14 Release

Can anybody confirm that gnome-vfs is not releasing memory after browsing local network ?
I suppose the gnome-vfs-smb patch should take care of this ? however, it does not.

napoleon wrote:

I tried upgrading to the latest gnome and it complained about dbus-sharp requiring dbus-0.60 although it was already installed and running. anyway i removed dbus-sharp then i did a pacman -Syu but it says dbus-0.61-1 is currupt. may be you'll want look into that.

Also after i upgraded testing today when i login o gnome i get the error

gnome-panel has quit unexpectedly [restart close inform developers]

when i try to close, it pops up the same message again. Behind that message i catch aglimps of another one which says

gnome panel already running

I try

killall gnome-panel

but it pops right back.

Thanks

[edit]
IBefore all this i was happily running gnome beta2 from the same repo.

Did you found the solution yet?
Removing everything from your /tmp directory you can use as a temporary solution to start gnome again (with the panel)

Offline

#153 2006-03-06 10:16:41

Blaasvis
Member
Registered: 2003-01-17
Posts: 467

Re: Gnome 2.14 Release

try removing the smb patch and recompile, see if that helps.


Freedom is what i love

Offline

#154 2006-03-06 13:14:31

hipsis
Member
Registered: 2006-01-16
Posts: 18

Re: Gnome 2.14 Release

Trouble with gnome 2.13.92+XGL
When I'm starting vmware on a fullscreen and try to minimize it nothing happend (((

Offline

#155 2006-03-06 13:16:15

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Gnome 2.14 Release

Removing the patch indeed seems to have a positive effect on the memory consumption of gnome-vfs. It is also releasing some of its memory consumption when I stop browsing the local network.

Offline

#156 2006-03-06 13:19:14

Blaasvis
Member
Registered: 2003-01-17
Posts: 467

Re: Gnome 2.14 Release

hipsis wrote:

Trouble with gnome 2.13.92+XGL
When I'm starting vmware on a fullscreen and try to minimize it nothing happend (((

XGL won't be supported, it isn't near stable wink


Freedom is what i love

Offline

#157 2006-03-06 13:46:17

hipsis
Member
Registered: 2006-01-16
Posts: 18

Re: Gnome 2.14 Release

Blaasvis wrote:

XGL won't be supported, it isn't near stable wink

But it's so beautiful  8)

Offline

#158 2006-03-06 18:02:13

napoleon
Member
Registered: 2005-04-03
Posts: 176

Re: Gnome 2.14 Release

"napoleon"]I tried upgrading to the latest gnome and it complained about dbus-sharp requiring dbus-0.60 although it was already installed and running. anyway i removed dbus-sharp then i did a pacman -Syu but it says dbus-0.61-1 is currupt. may be you'll want look into that.

Also after i upgraded testing today when i login o gnome i get the error

gnome-panel has quit unexpectedly [restart close inform developers]

when i try to close, it pops up the same message again. Behind that message i catch aglimps of another one which says

gnome panel already running

I try

killall gnome-panel

but it pops right back.

Thanks

[edit]
IBefore all this i was happily running gnome beta2 from the same repo.

Did you found the solution yet?

Well with the dbus-sharp one i generated md5sum for it and the upgrade worked. Then after that i upgraded to the latest repo version and the gnopanel-problen too was solved together with my inability to change themes. that is all solved for me.  big_smile


A good friend will come and bail you out of jail...BUT a true friend will be sitting next to you saying, "Damn...that was fun!"

Offline

#159 2006-03-06 22:24:00

Paul
Member
Registered: 2004-04-12
Posts: 72

Re: Gnome 2.14 Release

Are gstreamer-0.10-good / bad / ugly the same as installing all individual packages like gstreamer-0.10-mad / ogg/ etc?

Offline

#160 2006-03-06 22:49:36

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Gnome 2.14 Release

Paul wrote:

Are gstreamer-0.10-good / bad / ugly the same as installing all individual packages like gstreamer-0.10-mad / ogg/ etc?

Most plugins should be covered within good/bad/ugly.

See the following pages:
http://gstreamer.freedesktop.org/data/d … gins/html/
http://gstreamer.freedesktop.org/data/d … gins/html/
http://gstreamer.freedesktop.org/data/d … gins/html/

The ffmpeg plugin does not belong to one of these plugin packages though.

Offline

#161 2006-03-06 22:57:46

Paul
Member
Registered: 2004-04-12
Posts: 72

Re: Gnome 2.14 Release

Thanks! I thought so, just wan't sure why there were being broken up.

I also noticed that the 0.8 series is being installed as well, is this going to be the case once 2.14 goes into testing / current? Or will 0.10 be the only gstreamer series?

Offline

#162 2006-03-06 23:29:17

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Gnome 2.14 Release

At least gstreamer 0.8 series will be supplied for the coming time as lot of applications are not 0.10 ready as the 0.10 series is designed different.

The standard gnome 2.14 applications will not need it though, as they will be build agains gstreamer 0.10.

It'll depend on the applications you're using if gstreamer 0.8 is needed for you.

Offline

#163 2006-03-06 23:37:39

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Gnome 2.14 Release

All plugins will get included in one group: gstreamer0.10-plugins, just like it was with 0.8.

Currently we have issues with GConf that makes everything install quite slow (3 minutes for libgnome is a common installation time for an Athlon XP 2800+). This is caused by gconftool-2 that merges the database into one big file on every run.
This will change very soon: my plans are to merge all schemas in a package together and run gconftool-2 once over that single schemas file. Besides faster registration times (my whole gconf schemas dir registers in 8 seconds with this), it also slims down the complexity in the .install files to handle GConf schemas, as every package contains one .schemas file.

Offline

#164 2006-03-07 06:18:16

hipsis
Member
Registered: 2006-01-16
Posts: 18

Re: Gnome 2.14 Release

I have several strange problems:
1. It's takes so much time to start up (since startx and till wallpaper apears) - ooops this questions solved by disabling Xgl
2. Key combinations doesn't working 4 example alt+F2 (but on my first startup it worked)

Offline

#165 2006-03-07 09:45:48

sputnik
Member
From: Canada
Registered: 2005-06-24
Posts: 98

Re: Gnome 2.14 Release

Upgraded yesterday, everything this is working problem free.

Offline

#166 2006-03-07 12:58:14

eg4matze
Member
Registered: 2005-01-27
Posts: 52

Re: Gnome 2.14 Release

I cant use my pics for the desktop background. Anyone have the same error?

Offline

#167 2006-03-07 13:08:09

_Gandalf_
Member
Registered: 2006-01-12
Posts: 735

Re: Gnome 2.14 Release

eg4matze wrote:

I cant use my pics for the desktop background. Anyone have the same error?

No, i don't, give more details about it..

@Blaasvis please rebuild gnome-media package, the gnome-sound-recorder is missing, i just re-build it, and it's working fine now, i don't know why your gnome-sound-recorder has not been built roll

Offline

#168 2006-03-07 14:50:56

eg4matze
Member
Registered: 2005-01-27
Posts: 52

Re: Gnome 2.14 Release

when I choose add wallpapaer, I can select an picture but it isnt in the list then

Offline

#169 2006-03-07 15:17:42

eg4matze
Member
Registered: 2005-01-27
Posts: 52

Re: Gnome 2.14 Release

It isnt an gnome problem, with gif pictures it work. With jpeg pictures it doesnt. I try rebuilding the libjpeg

Offline

#170 2006-03-07 23:05:26

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Gnome 2.14 Release

status update:

- Updated several GStreamer packages
- GStreamer is complete now (base, good, ugly, we don't ship bad in extra, it will go to unstable if we ship it)
- gconftool-2 patched for faster installation
- gnome-vfs upgraded to latest CVS
- gnome-vfs and libgnome modified to work with new GConf layout

About the last thing: test it by running "time pacman -U <oldpkg from cache>" and after that, running "pacman -U <newpkg from cache>". It should show a speedup of a factor 10, if not more for libgnome.

Offline

#171 2006-03-07 23:45:45

_Gandalf_
Member
Registered: 2006-01-12
Posts: 735

Re: Gnome 2.14 Release

JGC when i sync repo i get this

:: glib2: local (2.10.0-1) appears to be newer than repo (current/2.8.6-1)
:: gtk2: local (2.8.13-1) appears to be newer than repo (current/2.8.12-1)
:: pango: local (1.11.99-1) appears to be newer than repo (current/1.10.2-2)

it seems that those packages are no longer in gnome2.13 repo, have u meant to remove them ?

Offline

#172 2006-03-08 00:01:14

_Gandalf_
Member
Registered: 2006-01-12
Posts: 735

Re: Gnome 2.14 Release

Also i still can't see any video output with totem-gstreamer roll

[wael@nasreddine ~]$ pacman -Qs gstreamer0.10
local/gstreamer0.10 0.10.3-2
    GStreamer Multimedia Framework
local/gstreamer0.10-alsa 0.10.3-2
    GStreamer alsa plugin
local/gstreamer0.10-base 0.10.3-2
    GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
local/gstreamer0.10-cdparanoia 0.10.3-3
    GStreamer CDParanoia plugin
local/gstreamer0.10-gconf 0.10.2-3
    GStreamer GConf plugin
local/gstreamer0.10-gnomevfs 0.10.3-2
    GStreamer OGG plugin
local/gstreamer0.10-good 0.10.2-3
    GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
local/gstreamer0.10-libvisual 0.10.3-2
    GStreamer OGG plugin
local/gstreamer0.10-mad 0.10.2-1
    GStreamer MP3 mad plugin
local/gstreamer0.10-ogg 0.10.3-2
    GStreamer OGG plugin
local/gstreamer0.10-pango 0.10.3-2
    GStreamer pango plugin
local/gstreamer0.10-theora 0.10.3-2
    GStreamer Theora plugin
local/gstreamer0.10-ugly 0.10.2-1
    GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
local/gstreamer0.10-vorbis 0.10.3-2
    GStreamer Vorbis plugin
[wael@nasreddine ~]$ id
uid=1000(wael) gid=102(wael) groups=10(wheel),91(video),92(audio),93(optical),95(storage),96(scanner),97(camera),98(power),100(users),102(wael)

Offline

#173 2006-03-08 03:23:08

Paul
Member
Registered: 2004-04-12
Posts: 72

Re: Gnome 2.14 Release

Cant play any type of media : ogg/mp3/wma with totem/rhythmbox, ???hmmmmm

(do have all available 0.10 plugins as well as user being part of audio group)

Bmp works though lol  lol

Offline

#174 2006-03-08 07:45:49

Blaasvis
Member
Registered: 2003-01-17
Posts: 467

Re: Gnome 2.14 Release

- audio works fine for me
- video works mostly

audio i have been playing mp3's with rhtyhmbox 0.10 for weeks now and loving it.

Video:
- x264 doesn't work no plugin has been ported yet.
- wmv9 still doesn't work, maybe i should look into pitfdll soon.
- other .avi files work fine for me tongue


Freedom is what i love

Offline

#175 2006-03-08 08:06:22

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Gnome 2.14 Release

_Gandalf_ wrote:

JGC when i sync repo i get this

:: glib2: local (2.10.0-1) appears to be newer than repo (current/2.8.6-1)
:: gtk2: local (2.8.13-1) appears to be newer than repo (current/2.8.12-1)
:: pango: local (1.11.99-1) appears to be newer than repo (current/1.10.2-2)

it seems that those packages are no longer in gnome2.13 repo, have u meant to remove them ?

Those moved to testing, so I removed them from gnome2.13.

Offline

Board footer

Powered by FluxBB