maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Digia @web Browser (https://talk.maemo.org/showthread.php?t=28166)

cstryon 2010-10-26 01:35

Re: Digia @web Browser
 
Did this update just forget about the os2008 users?

coredumb 2010-10-27 08:55

Re: Digia @web Browser
 
Quote:

Originally Posted by octaviotrindade (Post 851098)
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

octaviotrindade 2010-10-27 21:13

Re: Digia @web Browser
 
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.

Mentalist Traceur 2010-10-27 21:21

Re: Digia @web Browser
 
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 2010-10-28 10:04

Re: Digia @web Browser
 
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 :D

meShell 2011-08-23 09:34

Re: Digia @web Browser
 
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



All times are GMT. The time now is 22:20.

vBulletin® Version 3.8.8