You are not logged in.
gnome-vfs locks on me when browsing local network, resulting in not able to browse local network anymore and a memory consumption of about 130Mb
Also yelp crashes with *cannot locate registry* error.
Offline
there's something wrong with hal/dbus, powersave, acpid and g v m are crashing
[wael@nasreddine ~]$ sudo /etc/rc.d/acpid restart
Password:
:: Stopping acpid [FAIL]
:: Starting acpid [BUSY]
acpid: can't open /proc/acpi/event: Device or resource busy
[FAIL]
EDIT:
i tried to rebuild dbus ut rebuilding failed
Running ./dbus-send --print-reply=literal --dest=org.freedesktop.DBus /org/freed esktop/DBus org.freedesktop.DBus.Introspectable.Introspect
Failed to open connection to session message bus: No reply within specified time
killing message bus 1252
./run-with-tmp-session-bus.sh: script "./dbus-send" failed
make[2]: *** [dbus-bus-introspect.xml] Error 1
make[2]: Leaving directory `/tmp/dbus/src/dbus-0.50/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/dbus/src/dbus-0.50'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Running ./dbus-send --print-reply=literal --dest=org.freedesktop.DBus /org/freed esktop/DBus org.freedesktop.DBus.Introspectable.Introspect Failed to open connection to session message bus: No reply within specified time killing message bus 1252 ./run-with-tmp-session-bus.sh: script "./dbus-send" failed make[2]: *** [dbus-bus-introspect.xml] Error 1 make[2]: Leaving directory `/tmp/dbus/src/dbus-0.50/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/dbus/src/dbus-0.50' make: *** [all] Error 2 ==> ERROR: Build Failed. Aborting...
Please try building a more recent version. Most recent version is 0.61. I did not try this one, but 0.60 at least builds over here.
Offline
0.61 won't built, something related to qt, i have to disbale qt in order to compile it, but i'll try 0.60
EDIT
same with 0.60
checking for QtCore >= 4.0... configure: WARNING: Qt development libraries not found
configure: error: Qt integration explicitly required, and Qt libraries not found
[My Blog] | [My Repo] | [My AUR Packages]
Offline
--enable-qt3 and it will build
also nothing is wrong with dbus at all.
gnome-volume-manager had troubles with pam_console stuff, JGC just patched it and should be fine now.
hal now checks if acpid is on your system, if so it will make sure it will be started first.
powersave will need a rebuild against dbus 0.60, i am aware. but do not expect it soon
also gnome-screensaver has all xscreensavers in him now.
gdm has a new fixed config.
gnome-keyring-manager is added.
theme-manager now supports bzip2
accesibility has been fixed, at-spi was in the wrong prefix.
Freedom is what i love
Offline
hmmmm
[wael@nasreddine ~]$ pacmanS gnome2.13/dbus
:: dbus-0.61-1: is up to date. Upgrade anyway? [Y/n] Y
Targets: dbus-0.61-1
Total Package Size: 0.8 MB
Proceed with upgrade? [Y/n] Y
:: Retrieving packages from gnome2.13...
dbus-0.61-1 [################] 100% 840K 544.9K/s 00:00:01
checking package integrity...
error: archive dbus-0.61-1.pkg.tar.gz is corrupted
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Ok all works good now, yelp doesn't crash, acpi turns on, powersave works (after rebuilding against dbus 0.61)..
one thing to note, it seems that i can't set themed greater to gdm, when i hit configure gdm, select the themed greater and the theme, nothing change, plz confirm this problem
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Blaasvis please rebuild pmount 0.9.9 (new version) against dbus 0.91, it wasn't workign before rebuilding for me...
Thx
[My Blog] | [My Repo] | [My AUR Packages]
Offline
pmount should die, we are moving to gnome-mount
Freedom is what i love
Offline
but i don't get it, if i remove it i can't mount my usb flash drive
[wael@nasreddine /tmp/pmount]$ sudo pacman -R pmount
error: this will break the following dependencies:
pmount: is required by gnome-vfs
pmount: is required by gnome-volume-manager
[wael@nasreddine /tmp/pmount]$ sudo pacman -S gnome-mount
:: gnome-mount-0.4-1: is up to date. Upgrade anyway? [Y/n] n
[wael@nasreddine /tmp/pmount]$ sudo pacman -Rd pmount
removing pmount... done.
and now mounting doesn't work (i haven't rebooted anything, do i have to
[My Blog] | [My Repo] | [My AUR Packages]
Offline
gnome-volume-manager doesn't autostart yet somehow, this needs some fixing.
Things to do:
- find out how to get rid of dependency loop between gnome-mount and gnome-vfs, so we can make gnome-vfs depend on gnome-mount and deprecate pmount
- Fix the gdm greeter thingy (at blaasvis' system it also doesn't want to switch to graphical greeter)
- Upgrade powemanage, a new version has been released to work with dbus 0.61 a few hours ago
We're quite late with this release due to Xorg, but I guess we can work out most bugs and make Gnome 2.14 the best desktop ever
Offline
there's something wrong with hal/dbus, powersave, acpid and g v m are crashing
[wael@nasreddine ~]$ sudo /etc/rc.d/acpid restart Password: :: Stopping acpid [FAIL] :: Starting acpid [BUSY] acpid: can't open /proc/acpi/event: Device or resource busy [FAIL]
EDIT:
i tried to rebuild dbus ut rebuilding failed
Running ./dbus-send --print-reply=literal --dest=org.freedesktop.DBus /org/freed esktop/DBus org.freedesktop.DBus.Introspectable.Introspect Failed to open connection to session message bus: No reply within specified time killing message bus 1252 ./run-with-tmp-session-bus.sh: script "./dbus-send" failed make[2]: *** [dbus-bus-introspect.xml] Error 1 make[2]: Leaving directory `/tmp/dbus/src/dbus-0.50/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/dbus/src/dbus-0.50' make: *** [all] Error 2 ==> ERROR: Build Failed. Aborting...
I get the same thing... how'd you get past this point?
Offline
run pacman -Syu, make sure it is installing hal from gnome2.13, as well as dbus-0.61, that should solve it
[My Blog] | [My Repo] | [My AUR Packages]
Offline
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.
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
try ldd /opt/gnome/bin/gnome-panel, look for a not found lib. i think that will be the problem. If you find it post it please and if not contact me on irc
Freedom is what i love
Offline
I don't know if it makes any difference, but have you tried using a different mirror? I didn't have any problems installing dbus-0.61-1
Offline
Just remembered that dbus is in the gnome2.13 repository and not in testing, so I guess there really isn't a different mirror anyway, sorry man, my bad.
Offline
hmmm you seem to be missing glib2 2.10.0, make sure your system is up to date.
Freedom is what i love
Offline
try ldd /opt/gnome/bin/gnome-panel, look for a not found lib. i think that will be the problem. If you find it post it please and if not contact me on irc
Well i didn't quite understand what to look for but these two were the odd ones out
linux-gate.so.1 => <0xffffe000)
and anothet line with only
/lib/ld-linux.so.2 (0xb7fe8000)
Thnx
[edit]
I followed the advise for making dbus install work by changing the md5sum. After that i was able to upgrade gnome and all is well now. Execpt I can't change the gdm theme.
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
*UPDATE*
- new epiphany is ready
- gnome-vfs does runtime detection of pmount/gnome-mount
- fast user switch applet should work again with gdm.
- g-v-m now uses gnome-mount.
- for gnome you no longer need pmount, kde still uses it.
- fam is no longer needs for local file monitoring
Freedom is what i love
Offline
Thanks for the update, I don't have fam, i use gam server, do i need to remove it ?
Have you solved totem-plparser/totem-xine problem? i still have it
Good work Blaasvis
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Since this last update, I cant mount CD's (and possibly other volumes) anymore. I get two error messages, one doesn't contain any text, the other one says "Error -- Cannot mount volume". This is after a pacman -Syu and a system reboot.
Trying to eject a CD makes nautilus crash.
Offline
The problem has been solved, Very big thx as usual to Blaasvis, make sure your user is a member of storage group
gpasswd -a username storage
It worked for me after a complete reboot, logout/login after adding the user to the group didn't work
[My Blog] | [My Repo] | [My AUR Packages]
Offline
gnome-mount is causing trouble again, you can do pacman -Rd gnome-mount for now.
i am looking for a fix atm.
Freedom is what i love
Offline
Just upgraded and still can't change gdm theme.
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