Posts Tagged ‘ Fedora ’
Just finished building for Fedora 11 i586 and Fedora 12 i686, libqjson also updated to 0.6.3 on Fedora 11. Files available here. [ READ MORE ]
Updated my RPMs for Fedora 12 to fix the buddy list not showing. http://duncan.mac-vicar.com/blog/archives/597 http://rubbad.com/files/fedora/12/RPM/x86_64/kopete-facebook-0.1.4-2.fc12.x86_64.rpm [ READ MORE ]
libqjson updated to version 0.6.3 for x86_64 fedora 11 and 12. download from here. [ READ MORE ]
RPMs for fedora 12 beta x86_64 available now too. see http://rubbad.com/files/fedora/12 [ READ MORE ]
New version released by Duncan Mac-Vicar. See http://duncan.mac-vicar.com/blog/archives/597 for details Installation instructions for fedora 11: 64 bit: wget http://rubbad.com/files/fedora/11/RPM/x86_64/libqjson0-0.6.0-1.fc11.x86_64.rpm wget http://rubbad.com/files/fedora/11/RPM/x86_64/kopete-facebook-0.1.4-1.fc11.x86_64.rpm su -c 'yum install --nogpgcheck libqjson0-0.6.0-1.fc11.x86_64.rpm kopete-facebook-0.1.4-1.fc11.x86_64.rpm' 32bit: wget http://rubbad.com/files/fedora/11/RPM/i586/libqjson0-0.6.0-1.fc11.i586.rpm wget http://rubbad.com/files/fedora/11/RPM/i586/kopete-facebook-0.1.4-1.fc11.i586.rpm su -c 'yum install --nogpgcheck libqjson0-0.6.0-1.fc11.i586.rpm kopete-facebook-0.1.4-1.fc11.i586.rpm' [ READ MORE ]
Finally, I have successfully ported and built this: http://aur.archlinux.org/packages.php?ID=26731 to fedora 11, RPMs and source are available from here. I’m using an old source revision for the kopete-plugin, namely version 20090702-1 that the src.rpm will download from this site also as I did not know from where else I could get it. You need to grab libqjson0-0.5.1-1.fc11.i586.rpm [ READ MORE ]
I just built my first RPM for fedora! w000t! In this post I will document the steps I took to make it build. I’ll start from the very beginning. Tools used: # yum groupinstall “Development Tools” # yum install rpmdevtools as stated here. Then I installed rpmlint because I wanted to check on my .spec file to make sure it was [ READ MORE ]
I had some problem getting Spotify to run on my 64bit Fedora 11 laptop, fonts were missing and some graphics rendered horribly or was totally missing: Lucky for me I remembered that I have a free Crossover download waiting for me! So I got that, and it threw a bunch of missing dependencys in my face [ READ MORE ]
How to get VirtualBox 3.0 installed with USB support on Fedora 11. We need to install a little something to get the module to actually build before we install Virtualbox. As root: # yum install dkms kernel-devel make automake autoconf gcc Then install VirtualBox: 32bit: # rpm -Uhv http://download.virtualbox.org/virtualbox/3.0.0/VirtualBox-3.0.0_49315_fedora11-1.i586.rpm 64bit # rpm -Uhv http://download.virtualbox.org/virtualbox/3.0.0/VirtualBox-3.0.0_49315_fedora11-1.x86_64.rpm Right, now for the usb part. Got to find out [ READ MORE ]
Firefox 3.5 crashes when trying to view a flash video in fullscreen. Not to worry, for there is a workaround. in /usr/lib/firefox-3.5.1pre/firefox.sh EDIT: the path on Fedora 11 is: /usr/lib/firefox-3.5/run-mozilla.sh you add export LD_PRELOAD=/usr/lib/libGL.so.1 at the beginning of the file, but underneath #!/bin/sh So it looks like this: #!/bin/sh #fix the goddamn flash bug. export LD_PRELOAD=/usr/lib/libGL.so.1 # Firefox launcher containing a Profile migration [ READ MORE ]