You are not logged in.
That's weird :shock: , gamin works for me
[My Blog] | [My Repo] | [My AUR Packages]
Offline
gamin works for me too. and I don't even need to modify anything.
Offline
I'm trying gnome 2.14 too, but I'm not so lucky :-(
my problems:
1) a lot of applets won't work. I've been searching and a lot of people say installing libxss or libxcompmgr will do the trick, but it doesn't for me. Here is a part of my ~/.xsession-errors:
** (gnome-panel:4871): WARNING **: panel-applet-frame.c:1304: failed to load applet OAFIID:GNOME_WorkspaceSwitcherApplet (can't get property bag):
Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
** (gnome-panel:4871): WARNING **: panel-applet-frame.c:1261: failed to load applet OAFIID:GNOME_WindowListApplet:
Failed to resolve, or extend '!prefs_key=/apps/panel/applets/applet_0/prefs;background=none:;orient=up;size=x-small;locked_down=false
** (gnome-panel:4871): WARNING **: panel-applet-frame.c:1261: failed to load applet OAFIID:GNOME_ShowDesktopApplet:
Failed to resolve, or extend '!prefs_key=/apps/panel/applets/show_desktop_button_screen0/prefs;background=none:;orient=up;size=x-small;locked_down=false
** (nautilus:4873): WARNING **: libpoppler-glib.so.1: cannot open shared object file: No such file or directory
** (nautilus:4873): WARNING **: libdbus-glib-1.so.1: cannot open shared object file: No such file or directory
** (gnome-panel:4871): WARNING **: panel-applet-frame.c:1304: failed to load applet OAFIID:GNOME_WindowMenuApplet (can't get property bag):
Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
** (gnome-panel:4871): WARNING **: panel-applet-frame.c:1261: failed to load applet OAFIID:GNOME_MiniCommanderApplet:
Failed to resolve, or extend '!prefs_key=/apps/panel/applets/applet_3/prefs;background=none:;orient=down;size=x-small;locked_down=false
2) It seems gnome 2.14 is only configured for alsa :'( I need to use OSS for the nforce2 nvidia drivers. how can I solve this problem?
Offline
it looks like you didn't do an pacman -Suy...
Freedom is what i love
Offline
it looks like you didn't do an pacman -Suy...
Thanks for you quick reply ;-)
No I didn't do a pacman -Syu, because I didn't feel any need to play around with a kernel from testing.
I think when I use some packages that require some other newer packages on my system this should be dependencies, not?
Now I did look what packages pacman -Syu would have installed and installed the ones I thought I needed. Gnome applets are working now.
But still the oss problem isn't solved :-(
Offline
@mouse256 just for the reference you need either pacman -Syu or pacman -Sy gnome gnome-extra dbus, but it's always better to go with pacman -Syu, I always run on testing, never had major issues...
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Whoops, I thought gnome-desktop was referring to the whole gnome installation, actually it's just gnome :-)
but I still think there are dependency problems:
- gnome-desktop should depend on gnome-session>=2.14 (otherwise you can't start gnome anymore when you update gnome-desktop)
- gnome-panel depends on libwnck, I think it also should be libwnck>=2.14, otherwise you get the crashing applets effects I had
Offline
Well No one is supposed to do pacman -Sy gnome gnome-extra when you already have gnome installed, You should use pacman -Syu, we can't specify every dependencie like this what if it works ?? so please just pacman -Syu and join the ride, otherwize stay with gnome 2.12 till gnome 2.14 hits current along with kde 3.5.2 and dbus 0.61
[My Blog] | [My Repo] | [My AUR Packages]
Offline
For the non-refreshing menus problem: I patched gnome-menus to use gnome-vfs instead of fam directly. Applications using gnome-menus use gnome-vfs anyways, so why not make it a dependency. New or removed applications are noticed by the panel instantly now.
Offline
nam1000 wrote:3- hall seems to be passing more information to nautilus than before, so that I end up having nautilus display my home partitition as a volume
Yup, first I thought it was a bug...
After looking at source code I discoverd, you have to set the "volume.ignore" hal key to "true" for the desired volume/partition. It's already done for some special volumes. See
/usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi
I do not like that gnome-volume-manager mounts all my partitions automaticly, so I set all not hotpluggable and not removeable volumes to be ignored:
$ cat /etc/hal/fdi/policy/50-volume-ignore.fdi <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <match key="volume.fsusage" string="filesystem"> <match key="@block.storage_device:storage.hotpluggable" bool="false"> <match key="@block.storage_device:storage.removable" bool="false"> <merge key="volume.ignore" type="bool">true</merge> </match> </match> </match> </device> </deviceinfo>
Thanks a lot, that worked. Still one problem, its still mounting my raid partition. I checked in /usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi but could find anything.
Offline
Banshee doesn't seem to work after the switch to gnome 2.14 (works with 2.12), complained about dbus-sharp. I tried recompiling it with ABS, seems to work now.
Offline
damn, i used gnome-menus to create dynamic generated menus in fvwm and i was glad, that i don't have to install all the gnome "crap" and now i need this stuff installed.
that really sucks imho
Offline
I think menumaker might be able to do dynamic menus...
Wait a minute, dynamic menus worked for you? Were you using gamin or FAM? Hmm... Hey JGC, was gnome-menus compiled with inotify support before the last update?
Offline
no, it was not really updating automatically in fvwm, but the menu items could be generated using pyxdg and gnome-menus.
but i switched to xfce for now...
Offline
In that case, I think menumaker should be able to do the same thing, perhaps better. It doesn't claim to work with FVWM, however it does have an option for a frontend called "Deskmenu", which sounds like it might work (perhaps with PyXDG).
Offline
I think menumaker might be able to do dynamic menus...
Wait a minute, dynamic menus worked for you? Were you using gamin or FAM? Hmm... Hey JGC, was gnome-menus compiled with inotify support before the last update?
Gnome-menus was compiled with fam support, since that's t he only thing it supports. It didn't update any menu stuff on my system with gamin, so I switched it to gnome-vfs, which uses inotify.
gnome-menus is a gnome library, so I don't care about what dependencies this change would pull in for non-gnome users if they use it for other purposes.
Offline
Didn't work with gamin? That's weird, I thought gamin worked pretty much as a drop-in replacement for FAM...
Offline
it was working for me i use gamin and now it's working too, i don't mind xhat it's using since i use only gnome but that's weird it wasn't working for u JGC maybe a patch for it other than gnome-vfs so others can benefit from it?
[My Blog] | [My Repo] | [My AUR Packages]
Offline
known issue, disable show volumes with gconf-editor
Freedom is what i love
Offline
Another issue I have in GNOME 2.14: If you make a link (drag-and-drop the url from epiphany or firefox to the desktop) and open it, the url is not opened with the default browser selected in "Preferred Applications".
Every time I try to open such link opera is used instead of the selected default and my new favourite browser: epiphany. If I remove the opera package the problem remains, but this time with firefox.
Offline
About the problem I have with the new gnome and OSS, I thnink I'll need a gstreamer-oss , like gstreamer-alsa.
But I can't access any cvs entries from gstreamer0.10, so I can't edit the pkgbuilds :-(
Is there anyone here who can fix that cvs? http://archlinux.org/packages.php?id=10467
Offline
Offline
About the problem I have with the new gnome and OSS, I thnink I'll need a gstreamer-oss , like gstreamer-alsa.
But I can't access any cvs entries from gstreamer0.10, so I can't edit the pkgbuilds :-(
Is there anyone here who can fix that cvs? http://archlinux.org/packages.php?id=10467
/path/to/Truth
Offline
Thanks, I was looking on the wrong place in the cvs :-)
But I just found out oss support is in the gstreamer-good package. I will try that package tomorrow...
[edit] gstreamer-good works for OSS sound support :-) [/edit]
Offline