Jump to content

Greg2

Global Moderator
  • Posts

    2482
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Greg2

  1. I've also been using the .json files since Firefox 3 was released. You will find them in the ~/.mozilla/firefox/xxxxxx.default/bookmarkbackups directory. Before I upgrade or install a new system I open Firefox and go to > Bookmarks > Organize Bookmarks > Import and Backup > Backup, then save that 'dated json' file to a convenient location. Then after you install your new system, open firefox and import it. Your bookmarks will be the same as before.

  2. It wasn't a joke on you or about you. It was something 'that I would try' to fix a system that was opening gedit instead of nautilus when clicking places > directory... if I was using Gnome and had that problem. However, since I'm not using Gnome I can't test it for you. :)

  3. The joy of mixing two versions of KDE!

     

    When you installed digikam from the 2009.0 repos, you installed a KDE4 app, which installed about 30 depends for KDE4 including the libs that digicam depends on. Then you installed digikam from the 2008.1 repos, which installed almost everything to the wrong location for your KDE3 2009.0 system. In 2008.1 the KDE3 directories where in

     

    /usr/lib/kde3

     

    but in 2009.0 the KDE3 directories are in

     

    /opt/kde3/lib/kde3

     

    and if you check your services $PATH with

    kde-config --path services

    you will find that services are in

     

    /opt/kde3/share/services

     

    The 2008.1 rpm you installed placed them in

     

    /usr/share/services

     

    If you would or have uninstalled all of the KDE4 stuff that was installed as depends for the KDE4 digikam rpm you installed, then installed the digikam depends from the 2008.1 repos. You may be able to symlink all of this to work for you. However there are so many digikam depends, I would not give this very good odds.

     

    For the record, I use gtkam because of this mess.

  4. I don't have Gnome on a system at this time, but it sounds like gconfd is causing the settings to return. So I would suggest doing

    mv ~/.gconf ~/.gconf-old
    killall gconfd
    rm ~/.gconfd/saved_state
    gnome-panel &

    Then log out and login, then reconfigure your desktop.

     

    Disclaimer: I've never tried this, but you will have all of your settings in the gconf-old directory if it doesn't work. So you shouldn't have any problems... that you can't fix? :)

  5. theYinYeti was having a similar issue with syntax errors in this thread.

     

    He filed a bug report here: bug #45269

     

    I would suggest that you add your info to that report. Maybe with more than one user reporting problems it will get some attention.

  6. That's a 2007.1 rpm that depends on a xxxx-kde-config-2009.0 rpm. That combo places the file in

     

    ‎/usr/share/applnk/System/ScreenSavers/smoothslidesaver.desktop

     

    and if you're using KDE 3 the files should be in

     

    ‎/opt/kde3/share/applnk/System/ScreenSavers/, so you could try a symlink to

     

    /opt/kde3/share/applnk/System/ScreenSavers/smoothslidesaver.desktop

     

    However, I'm guessing that you're not concerned about this anymore because you're probably installing 2009.0 to get rid of the new xorg-server problems.

  7. I could understand some new intel drivers sucking, until they're fixed, but why should the old ones, which worked fine, suddenly start sucking?

    The intel driver is currently in poor shape and doesn't play very well (if at all) with the new xorg-server.

    Here's some more info on this in one of my post. Please read the rest of that thread and follow the links I gave yossarian.

     

    I can also confirm that the new xorg-server 1.6.1 doesn't work properly with older* ati and nvidia cards... with the current drivers offered.

     

    *older can be ati video chipsets installed in laptops as recently as three years ago. :sad:

  8. i wonder if there is a way to upgrade glibc-2.8 to glibc-2.9 from Mandriva 2009.0

    That's not an easy task, there are several system programs that depend on the libc libs, and all of those programs would have to be recompiled using the new glibc. I would not suggest trying to do that.

     

    I have just checked and openldap-2.4.15-1 is in the official 2009.0 /media/main/backports repo if that helps you.

  9. I'll be glad if you point me to a place where I can track the development (like the relevant bug report or wherever the progress is visible).

    You can subscribe to the cooker mailing list, or read the mailing list archives... seek and ye shall find. :D

     

    Here it is in the mailing list archives: /lists.mandriva.com/cooker

    Here's the latest comment from Colin Guthrie in the bug report #43897: comment #36

     

    As you can see he has just pushed the new x11-driver-video-intel-2.7.0-3mdv package into the official 2009.1 /main/testing repo. All you have to do is add that repo to your sources list, then install it.

×
×
  • Create New...