![]() |
Re: Fennec 8.0.1 and 12.0a build (Nightly)
cant you remove it from any application manager ?
im not sure of this step but you can try it if you want go with filebox to /var/libs/dpkg/info and there is 4 files for fennec you can remove them and then remove fennec and if you tried this and didnt work the last thing you got to delete it from /home/opt/ and delete the icons from /usr/share ./sifo |
Re: Fennec 8.0.1 and 12.0a build (Nightly)
the icon is still there. i cant find it. but i deleted the files from home/opt/
|
Re: Fennec 8.0.1 and 12.0a build (Nightly)
Try this:
delete: /etc/others-menu/*fennec.desktop /opt/mozilla /usr/bin/fennec /usr/share/applications/hildon/fennec.desktop /usr/share/dbus-1/services/org.mozilla.fennec.service /usr/share/icons/hicolor/26x26/hildon/fennec.png /usr/share/icons/hicolor/40x40/hildon/fennec.png /usr/share/icons/hicolor/scalable/hildon/fennec.png then (from postinst, maybe not needed) update icons # gtk-update-icon-cache -f /usr/share/icons/hicolor update desktop # update-desktop-database /usr/share/applications In my case, I had the nightly version 9.0, it was not optimized for maemo 5, but the problem was solved. |
Re: Fennec 8.0.1 and 12.0a build (Nightly)
sorry Mohammed i thought you know where the icon is but D@vIcHoJD got your back do as he said ;)
as for updating icons you also can use killall hildon-desktop (you also can use this after installing a package with dpkg and cant see it's icon in the menu ) |
Re: Fennec 8.0.1 and 12.0a build (Nightly)
Quote:
Are the download links still correct? I've tried download v8.0.1 from the link and no go..... Thanks. |
Re: Fennec 8.0.1 and 12.0a build (Nightly)
You need to log in with your 4shared account ;) I tried it just 3 days ago, it worked. Something could have been happened though...
|
Re: Fennec 8.0.1 and 12.0a build (Nightly)
The download links should still work. They work for me.
If someone knows of a better file sharing service let me know. |
Re: Fennec 8.0.1 and 12.0a build (Nightly)
Quote:
|
Re: Fennec 8.0.1 and 12.0a build (Nightly)
What about pushing last working version of fennec to extras-devel?
Some days ago I created correct dsc source package for autobuilder. See http://maemo.org/packages/view/fennec/ |
Re: Fennec 8.0.1 and 12.0a build (Nightly)
Quote:
Fennec 13.0 has been posted to the OP. I have used it for surfing a few regular sites and did not see any problems. Unfortunately the JavaScript JIT is still slower than 8.x. I have enabled the official branding as I did not need to modify any source code. |
Re: Fennec 13.0 and more
Could we do both version 13 and version 8 so we have either available for future use as needed?
|
Re: Fennec 13.0 and more
Could anyone upload version 13 to another website instead of 4shared? Don't want to create a useless account for 4shared because I want to download 1 file.
|
Re: Fennec 13.0 and more
Steps how to create new version of fennec (dsc package for extras-devel):
1. Download upstream fennec tarball (tar.bz2 format) from mozilla website. 2. Create directory fennec, move upstream tarball to that directory and rename it to fennec-source.tar.bz2: Code:
$ mkdir fennec && mv <upstream_tarball>.tar.bz2 fennec/fennec-source.tar.bz2 (This means that orig.tar.gz will contains only one file - upstream tarball tar.bz2 in fennec subdir) Code:
$ tar -czf fennec_<version>.orig.tar.gz fennec Code:
$ wget http://repository.maemo.org/extras-devel/pool/fremantle/free/source/f/fennec/fennec_7.0.1-2.diff.gz -O fennec/fennec.diff.gz Code:
$ cd fennec && gunzip -c fennec.diff.gz | patch -p1 && rm -f fennec.diff.gz Code:
$ sed 's/7.0.1-2/<VERSION>/' -i fennec/debian/changelog Make sure that objdir is @TOPSRCDIR@/objdir and prefix and libdir is /opt 8. Create debian source package (dsc): Code:
$ cd fennec && dpkg-buildpackage -S -sa -rfakeroot -us -uc PS: All commands should be run from top directory! (I think you understand what I mean) Here are my two dsc packages (in extras-devel), so compare if your new has same format: http://repository.maemo.org/extras-d...urce/f/fennec/ |
Re: Fennec 13.0 and more
As some know from #maemo I've been working on getting fennec-14b7 to build with qt/thumb2/NEON which I believe is a supported target for the JavaScript JIT (as it's what get used in the Android build) along with the features from the Harmattan build utilising qt-mobility for system integration.
So far, with a couple of code tweaks I've got it to build against libqtm-12, it's not perfect, screen auto-rotaion is off by 90º, keyboard handling isn't quite right, but it is FAST, and memory utilisation is much better than earlier builds. |
Re: Fennec 13.0 and more
zeq, keep is posted :)
|
Re: Fennec 13.0 and more
Quote:
sunspider: microb 24566 ms (device OC to 805 for both benchmarks) , fennec - 5670.5 ms, my desktop-820 ms (AMD Phenom II 3.2 GHz) I would ask some QML/qtm guru to help with screen rotation issue (MohammadAG, marxian, please :) ) |
Re: Fennec 13.0 and more
Quote:
|
Re: Fennec 13.0 and more
Quote:
Keep the awesome work Zeq! |
Re: Fennec 13.0 and more
Version 13 is extremely slow for me and it slows down the entire phone. Anyone else experiencing problems or is it just my N900?
|
Re: Fennec 13.0 and more
yup im too experiencing slowness
|
Re: Fennec 13.0 and more
Try to put down on ganja
|
Re: Fennec 13.0 and more
So, will there be a newer fennec in devel? :)
|
Re: Fennec 13.0 and more
Quote:
|
Re: Fennec 13.0 and more
can't wait to see this. iirc there was another project on here with off by 90 problem. may be able to find with the right search term. might even have been early phoneme release.
|
Re: Fennec 13.0 and more
Quote:
|
Re: Fennec 13.0 and more
I tried to compile fennec7 with Pali's instructions.
These are my steps (inside scratchbox1): Code:
#download source code from Mozilla And this is error: Code:
Code:
../coreconf/config.mk: |
Re: Fennec 13.0 and more
Version 14 is absolutely the way to go as far as Fennec is concerned. It's a major redesign compared to version 13 and below, and might be the first Fennec version that is actually usable. Although in my mind MicroB is still going strong, getting Fennec 14 on Maemo would be a welcome addition. I've been running v12 thanks to this thread, and while it's good to have for HTML5, I hardly ever use it otherwise since it's such a hog.
|
Re: Fennec 13.0 and more
|
Re: Fennec 13.0 and more
hi,
i've problem with mozilla repository,its giving me an error when ever i update the catalogues... i heard about new repository of mozilla for maemo,can you tell me about,how can i get that repository... i tried two repositories of mozilla from different threads but doesnt worked... thanx in advance :) |
Re: Fennec 14.0 and more (updated 2012-08-04)
I just posted a new GTK Fennec 14.0 package. It's slower than previous versions so I'm not sure why you guys want it.
|
Re: Fennec 14.0 and more (updated 2012-08-04)
Quote:
|
Re: Fennec 14.0 and more (updated 2012-08-04)
Quote:
8.0.1 is the last Fennec version that will have a fast JavaScript engine. The newer Fennec versions may have a faster UI but slower JavaScript engine. Most web sites use JavaScript today so newer Fennec versions will not be better on our devices. I use Fennec 13.0 as I cannot stand checker-boarding that Fennec 8 does and the slightly slower JavaScript engine is bearable. |
Re: Fennec 13.0 and more
Quote:
(still waiting for the reply) |
Re: Fennec 14.0 and more (updated 2012-08-04)
Maybe it is just me or because it is very late and i can't see quite well because im very tired, but where do i download the 14 version, do i have to sign up to 4shared???
|
Re: Fennec 14.0 and more (updated 2012-08-04)
yip looks like it
|
Re: Fennec 14.0 and more (updated 2012-08-04)
Quote:
It'll be up in around 8 minutes or so. EDIT: Done uploading. Feel free to download it. |
Re: Fennec 14.0 and more (updated 2012-08-04)
Quote:
well going to look into this tomorrow, got to get to bed...... Additional info: using Thumb 14. |
Re: Fennec 14.0 and more (updated 2012-08-04)
Quote:
|
Re: Fennec 14.0 and more (updated 2012-08-04)
Quote:
|
Re: Fennec 14.0 and more (updated 2012-08-04)
Quote:
email: q@1.1 pw: 1 pw: 1 [click] name: 1 2 [click] :p |
All times are GMT. The time now is 20:58. |
vBulletin® Version 3.8.8