Notices


Reply
Thread Tools
Posts: 206 | Thanked: 46 times | Joined on Mar 2010
#131
Did this update just forget about the os2008 users?
 
coredumb's Avatar
Posts: 92 | Thanked: 74 times | Joined on Nov 2008 @ Indonesia
#132
Originally Posted by octaviotrindade View Post
i was trying to install the 3.0.2 in the n900 pr 1.3. The dialog box appears, i accept it and than the installer just crashes (unable to install) without any message. Could anyone here help me?
did you installed libqt4-webkit? digia seems conflicts with libqt4-webkit, because it try to overwrite the /usr/lib/libQtWebKit.so.4.7.0. that's happen when i try to install digia in my n900
 

The Following User Says Thank You to coredumb For This Useful Post:
Posts: 2 | Thanked: 0 times | Joined on Oct 2010
#133
I use the psfreedom package that uses the libqt4-webkit. The doubt is: After removing the libqt4-webkit and installing the digia@web, will it be possible to install again the psfreedom?

Thanks.
 
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#134
Eh. I liked digia but with three other usable browsers, I have decided not to install until this is fixed (or we're told something to the effect of that @Web's QtWebKit is better/later of a version. Don't other brosers use libQtWebKit?

ANyway, coredumb, I was getting the same error as you. (Or something like it, involving QtWebKit. My memory's not great enough to be 100% sure that was the exact error.)
 
coredumb's Avatar
Posts: 92 | Thanked: 74 times | Joined on Nov 2008 @ Indonesia
#135
octaviotrindade, i was wrong giving you question "did you installed libqt4-webkit", because libqt4-webkit is bundled in pr1.3
afaik, digia use qt4 release 4.7, and was compiled before pr1.3 out. that's why digia include libqt4-webkit 4.7 in its package.
better wait the next release, unless you wanna get unpredictable consequences
 

The Following User Says Thank You to coredumb For This Useful Post:
meShell's Avatar
Posts: 60 | Thanked: 104 times | Joined on Dec 2009
#136
I have a "dirty Workaround" for the moment:


Code:
#create a folder for all the work
mkdir digia
cd digia

#create build folder
mkdir build

#download the package
wget http://repository.maemo.org/extras-devel/pool/fremantle/non-free/d/digiaatweb/digiaatweb_3.0.2_armel.deb

#extract all needed files
mkdir -p extract/DEBIAN
dpkg-deb -x digiaatweb_3.0.2_armel.deb extract/
dpkg-deb -e digiaatweb_3.0.2_armel.deb extract/DEBIAN

#remove the packaged libQtWebKit.so.4.7.0
#I commented out this line to avoid mistakes with dangerous remove-command (you should know what to do):
#rm -rf extract/usr/lib


# Then I simply commented out those link-lines in the file
# extract/DEBIAN/postinst

#ln -sf /usr/lib/libQtWebKit.so.4.7.0 /usr/lib/libQtWebKit.so
#ln -sf /usr/lib/libQtWebKit.so.4.7.0 /usr/lib/libQtWebKit.so.4
#ln -sf /usr/lib/libQtWebKit.so.4.7.0 /usr/lib/libQtWebKit.so.4.7


#After this create a new .deb in folder "digia/build" 
mkdir build
dpkg-deb -b extract/ build/

#install new package (Infos appear on GUI)
dpkg -i build/digiaatweb_3.0.2_armel.deb
 

The Following User Says Thank You to meShell For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 09:47.