You are not logged in.
Pages: 1
Hi Archers. I just upgraded my laptop today. It was a huge upgrade, about 500MB~. For my surprise, GDM stop working. It restarted several times before stopping. I had to do 'init 3' before looking for the problem.
After lot of research, I installed libpng12 from AUR and then GDM started. But docky (from AUR) refused to run, and my GNOME desktop icons look smaller and some icons are gone. Is there any other fixing I need to do after this messy upgrade ?
Thanks!
EDIT: I just realized that the icon problem is because nautilus can't use SVG icons anymore. Any ideas ?
Last edited by benoror (2010-02-16 04:28:25)
ArchLinux :: Awesome WM :: dotfiles
Offline
Did you rebuild docky from AUR? Also, are you using a cairo package from AUR?
Offline
I did rebuild docky from AUR. I do have cairo-lcd from AUR installed. Should I remove it?
PS. My arch: x64
EDIT: Not able to remove cairo-lcd safely anyways:
yaourt -R cairo-lcd
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: cairomm: requires cairo>=1.8.8-2
:: ghostscript: requires cairo>=1.8.8-2
:: gtk2: requires cairo>=1.8.8-2
:: libgdiplus: requires cairo>=1.8.8-2
:: pango: requires cairo>=1.8.8
:: poppler: requires cairo>=1.8.8-2
:: pycairo: requires cairo>=1.8.8
:: ruby-rcairo: requires cairo>=1.2.0
:: vba-m-gtk-svn: requires cairo
Last edited by benoror (2010-02-16 05:24:42)
ArchLinux :: Awesome WM :: dotfiles
Offline
pacman -Rd cairo-lcd
pacman -S cairo
Then you can rebuild cairo-lcd if you want.
Offline
Trying to replace with original cairo:
$ sudo pacman -S cairo
resolving dependencies...
looking for inter-conflicts...
:: cairo conflicts with cairo-lcd. Remove cairo-lcd? [Y/n]
Remove (1): cairo-lcd-1.8.8-2
Total Removed Size: 2.04 MB
Targets (1): cairo-1.8.8-2
Total Download Size: 0.42 MB
Total Installed Size: 2.04 MB
Proceed with installation? [Y/n]
:: Retrieving packages from extra...
cairo-1.8.8-2-x86_64 434.6K 60.0K/s 00:00:07
checking package integrity...
(1/1) checking for file conflicts
(1/1) removing cairo-lcd
(1/1) installing cairo
ArchLinux :: Awesome WM :: dotfiles
Offline
Thanks Allan, pacman replaced. cairo-lcd with original cairo package automatically:
$ yaourt -Qs cairo
extra/cairo 1.8.8-2
Cairo vector graphics library
But Nautilus still doesn't do SVG's, and docky denies to run. Any other ideas ?
Last edited by benoror (2010-02-16 05:32:36)
ArchLinux :: Awesome WM :: dotfiles
Offline
Thanks Allan, pacman replaced. cairo-lcd with original cairo package automatically:
$ yaourt -Qs cairo extra/cairo 1.8.8-2 Cairo vector graphics library
But Nautilus still doesn't do SVG's, and docky denies to run. Any other ideas ?
Did you build gnome-do from AUR? If so you need to rebuild it. If not, I would make sure that compositing is working with your window manager. Does gnome-do run at all? Or is the problem only with docky?
Offline
Thanks for your reply jowilkin.
I'm using docky-bzr from AUR, so it's standalone, it doesn't require Do anymore. But I'm more concerned about nautilus and those ugly fixed-size icons.
Thanks!
ArchLinux :: Awesome WM :: dotfiles
Offline
FINALLY, I SOLVED IT
I had to reinstall GTK2
The solutions:
http://bbs.archlinux.org/viewtopic.php? … 84#p710784
http://bbs.archlinux.org/viewtopic.php? … 83#p710783
EDIT: I confirm that reinstalling cairo-lcd from AUR works well to
Last edited by benoror (2010-02-17 05:06:34)
ArchLinux :: Awesome WM :: dotfiles
Offline
Pages: 1