Jump to content

zibi1981

Members
  • Posts

    232
  • Joined

  • Last visited

Everything posted by zibi1981

  1. You can also type in console as root chmod 4711 /usr/bin/cdrecord to give cdrecord privileges it requires, and avoid the warning message.
  2. Hmm, so You say Yahoo! and Google groups couldn't be viewed with KNode? Now that's a pity... :sad:
  3. Well eyemean, the problem is, that Mandriva Spring uses X.org version 7.2, and ATI proprietary driver supports X.org up to 7.1... Take a look here. It says So I'm also waiting for the new release of the driver, and for now there's probably no better option, than use the open one.
  4. Can anyone guide me through KNode configuration? I've been looking all over the net, and this board, but all I've found didn't help me with this. I subscribed to LinuxPL, but couldn't force KNode to read messages from the mentioned group. Looking just for few suggestion on how to make this newsgroup reader work, especially with Google and Yahoo groups. Thx in advance.
  5. My problem has been resolved by Konqueror 3.5.6 :D I now have Mandriva 2007.1, and it works great. So if any would have similar issues with Konqueror web browser, try upgrating to 3.5.6.
  6. Thanks for Your replies guys. I will give a try to both, Avidemux and Spumux.
  7. Thx for Your reply theYinYeti :D I want to create a single video file, which could be played on a standalone DVD player i.e. In short - I want to embed subtitles into video. Here You can find some info about AviRecomp.
  8. I didn't find anything on this topic on the board, so decided to start a new one. I'm looking for a software, which would enable to merge *.avi files with subtitles in *.txt format or other. On Windows there is AviRecomp, but I couldn't find any such program working on Unix-like platforms. There are also some issues with trying to run AviRecomp on Linux using Wine. Thx in advance
  9. So it seems I'll have to wait... It's very strange to me because I've already solved this problem by installing helvetica fonts, and now something went wrong and the fonts in Avast are gone. But not only there. I also don't have any fonts when I switch to 3D desktop. It looks very similar.
  10. You're right, it was my mistake. I thought I would have to select those options separately, cause I didn't notice that there is a combined option below... Nonetheless still when I type an address without http:// in the location bar and press [Enter], I get directed to Google. Of course I can select one of the choices from a dropdwon list, but that's not the point.
  11. Hmm, it's always a hint. I'll try to find out something about creating glibc locales... Here's the output You requested [zibi1981@localhost ~]$ locale -a C CP1251 ISO-8859-1 ISO-8859-10 ISO-8859-13 ISO-8859-14 ISO-8859-15 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-7 ISO-8859-9 KOI8-R KOI8-U pl pl_PL pl_PL.ISO-8859-2 pl_PL.UTF-8 polish POSIX UTF-8
  12. Yes, I can select URLs from my history. But that doesn't solve the problem. Or maybe it can't be solved... What about blocking Flash-advertisements? They're really making me
  13. It does John, but Opera i.e. fills http:// automatically for me. Konqueror doesn't, and that's the problem. In Opera I would have to type just www.thediscshop.com.au and then press [Enter], to get directed to the web page. In Konqueror I have to type the whole address, because if I don't include http://, I will see Google search query on "www.thediscshop.com.au".
  14. Well, I did resolve this problem eventually by installing "helvetica fonts", but now i did something, don't know what, and the problem is backa. I still get the same error [root@localhost Avast]# avastgui (process:16111): Gdk-WARNING **: locale not supported by Xlib (process:16111): Gdk-WARNING **: can not set locale modifiers Maybe anyone will find a solution, or just figure out what I have done to mess things back...
  15. Yes. As to the hotmail problem - does this happen with Firefox or other browsers? I can't check both... :unsure: Maybe a tip? ;) Another question - how to block flash advertisements in Konqueror?
  16. So You seem to have both tools, gcc and make. I don't know what's wrong. Maybe it's because of Your processors architecture? I read many complains from people using 64-bit OSes. Many things that work in 32-bits, doesn't necessarily in 64... We shall see after You reinstall Your system.
  17. Can You check what version of gcc is available in Your repositories? urpmq -i gcc And also what version of make have You? make --version Maybe before reinstalling Mandriva You should try reinstalling gcc...
  18. You have to create a link to the newer version of Your Firefox browser, or change the path in Your old link, so that it could point to the binary file of FF 2.0, instead of 1.5.
  19. I didn't have any problems with compiling SIP on my Mandriva. Weird. Do You have latest gcc version installed? Type gcc --version in console and paste here the output. You can also try locating it with rpm -qa | grep gcc If You find out that You don't have it, then install gcc first with urpmi gcc and then try to compile SIP an PyQt.
  20. I have to admit I don't understand why You have i.e lib64qt3 along with lib64qtcore4... I rather expected You would have Your output something like this lib64avahi-qt3_1-0.6.13-3mdv2007.0 lib64avahi-qt3_1-devel-0.6.13-3mdv2007.0 lib64dbus-qt-1_1-0.70-1mdv2007.0 libqt3-3.3.6-18mdv2007.0 lib64qt3-3.3.6-18mdv2007.0 qt3-common-3.3.6-18mdv2007.0 lib64poppler-qt1-0.5.3-5mdv2007.0 pinentry-qt-0.7.2-5mdv2007.0 lib64qt3-devel-3.3.6-18mdv2007.0 aqbanking-qt3-2.2.1-1mdv2007.0 Try compiling SIP first, and then PyQt v4. If that fails, try with PyQt v3. I don't know where this will lead to :unsure: , but You can try. Maybe You'll have more luck this time.
  21. As far as I remember it only happens with Konqueror. I also use Opera, which is my favourite browser, but not Firefox.
  22. I could do that, but probably running this game (as other too) require to do some tricks, with wine regedit i.e., which I never could do myself without help. So I'm looking for some hints from people who maybe did the trick.
  23. For now I'm away from home, and I don't have access to my Mandriva. But I have some suggestions. First tell me what Qt version are You using? Is it 3 or 4? I bet it's 3, but post what You get when typing in console rpm -qa | grep qt I'm asking because I gave You the link to PyQt v4, which supports only Qt v4. PyQt v3 supports Qt v3 and earlier, so probably You need this one, but You'll have to check. Sorry for this, if I gave You incorrect link Here You have a link for v.3 sources. And one more thing. Before compiling PyQt on my Mandriva 2007 Free, I had to compile SIP first.
  24. I will, as soon as I'll be back home :P For now I can tell that the "Automatic" setting alone didn't help me with this problem. Is there a possibilty to check both, Dropdown List & Automatic? :huh: P.S. When it comes to my hotmail account, after I type my password and press [Enter] the page refreshes, and then I see the same page with an error message, that my username or password is invalid. When I retype my password and press [Enter] again, I can log in. I checked this many times, so I'm sure it's not that I'm typing invalid password...
×
×
  • Create New...