Reply
Thread Tools
explit's Avatar
Posts: 592 | Thanked: 1,603 times | Joined on Apr 2010 @ Berlin / Germany
#91
Hello Sailors!
After uninstalling all patches and disabling all openrepos i updated to 2.0.2.45 finally.
Also get 2.0.1.11 Notification

But i found something strange:

Code:
,---
| SailfishOS 2.0.2.45 (Aurajoki) (armv7hl)
'---
[nemo@Sailfish ~]$ devel-su
Password:
[root@Sailfish nemo]# ssu re
Device release is currently: 2.0.2.45
[root@Sailfish nemo]# version --verify
+ btrfs-balancer-1.2.1-10.3.4.jolla.armv7hl
- btrfs-balancer-1.2.4-1.2.4.armv7hl

One ore more packages are not at the expected version for SailfishOS 2.0.2.45 (Aurajoki) (armv7hl)
(+ = expected version, - = installed version)
[root@Sailfish nemo]#
Have somebody the same problem?
 

The Following 2 Users Say Thank You to explit For This Useful Post:
mosen's Avatar
Community Council | Posts: 1,669 | Thanked: 10,225 times | Joined on Nov 2014 @ Lower Rhine
#92
Thanks pichlo and nthn for the hints.
I installed coderus Search engines for Sailfish Browser and all is working again after selecting DuckDuckGo and any offered services.
Now i wonder if jolla intended this to softly push us to kill google search from our devices, LOL
Btw, another feature they could snatch for a bargain from coderus

@explit, no, version --verify gives no error (no output?) on 2 jollas and a tablet on my side.

Last edited by mosen; 2016-06-19 at 19:07. Reason: wrong assumption
 

The Following User Says Thank You to mosen For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#93
I get the same as explit.
__________________
Русский военный корабль, иди нахуй!
 

The Following 3 Users Say Thank You to pichlo For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#94
Originally Posted by explit View Post
Hello Sailors!
After uninstalling all patches and disabling all openrepos i updated to 2.0.2.45 finally.
Also get 2.0.1.11 Notification

But i found something strange:

Code:
,---
| SailfishOS 2.0.2.45 (Aurajoki) (armv7hl)
'---
[nemo@Sailfish ~]$ devel-su
Password:
[root@Sailfish nemo]# ssu re
Device release is currently: 2.0.2.45
[root@Sailfish nemo]# version --verify
+ btrfs-balancer-1.2.1-10.3.4.jolla.armv7hl
- btrfs-balancer-1.2.4-1.2.4.armv7hl

One ore more packages are not at the expected version for SailfishOS 2.0.2.45 (Aurajoki) (armv7hl)
(+ = expected version, - = installed version)
[root@Sailfish nemo]#
Have somebody the same problem?
Have the same message... and v1.2.4-1.2.4 installed.
 

The Following 2 Users Say Thank You to Schturman For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,700 times | Joined on Nov 2011 @ Ängelholm, Sweden
#95
100% your ssu re is 2.0.1.something now, not 2.0.2.45
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 2 Users Say Thank You to coderus For This Useful Post:
mosen's Avatar
Community Council | Posts: 1,669 | Thanked: 10,225 times | Joined on Nov 2014 @ Lower Rhine
#96
The attached files are missing on 2.0.2.45 in
/home/nemo/.mozilla/mozembed/searchplugins/

Always good to have a 3rd, unupdated jolla at hand to compare

Just copying the xmls back does not bring back yandex, google etc.
In /usr/share/jolla-settings/pages/browser/browser.qml there is a reference to a list of seachengines but i can not see where it is stored.

Code:
                menu: ContextMenu {
                    id: searchEngineMenu

                    Component {
                        id: menuItemComp

                        MenuItem {}
                    }

                    Component.onCompleted: {
                        var index = 0
                        settings.searchEngineList.forEach(function(name) {
                            var map = page._nameMap
                            // FIXME: _contentColumn should not be used to add items dynamicly
                            menuItemComp.createObject(searchEngineMenu._contentColumn, {"text": name})
                            map[name] = index
                            page._nameMap = map
                            index++
                        })
                    }
                }
I expected to simply edit the list like it was hardcoded sometimes before 2.0 i guess:

Code:
                menu: ContextMenu {
                    MenuItem {
                        text: "Google"
                    }
                    MenuItem {
                        text: "Bing"
                    }
                    MenuItem {
                        text: "Yahoo"
                    }
                    MenuItem {
                        text: "DuckDuckGo"
                    }
                }
Maybe coderus can help?
Attached Files
File Type: zip search_xmls.zip (9.0 KB, 31 views)
 

The Following 3 Users Say Thank You to mosen For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#97
Originally Posted by coderus View Post
100% your ssu re is 2.0.1.something now, not 2.0.2.45
Hmm...
Code:
[root@Sailfish /]# ssu ur
[root@Sailfish /]# ssu re
Device release is currently: 2.0.2.45
[root@Sailfish /]#
 

The Following 4 Users Say Thank You to Schturman For This Useful Post:
explit's Avatar
Posts: 592 | Thanked: 1,603 times | Joined on Apr 2010 @ Berlin / Germany
#98
Originally Posted by Schturman View Post
Have the same message... and v1.2.4-1.2.4 installed.
Maybe Jolla guys packaged wrong version of
btrfs-balancer or sailfish-btrfs-balancer

or package version dependencies are wrong for 2.0.2.45
That would be logical for me, why we got 2.0.1.11 Update Notification (Bacause 2.0.2.45 is not fully installed because of wrong package version) ?

But this are only my speculations....

Waiting for you news, guys....
 

The Following User Says Thank You to explit For This Useful Post:
explit's Avatar
Posts: 592 | Thanked: 1,603 times | Joined on Apr 2010 @ Berlin / Germany
#99
Originally Posted by coderus View Post
100% your ssu re is 2.0.1.something now, not 2.0.2.45
ssu re switch back to 2.0.1.11 only if you click on Software Update Notification.

If you don't touch the update notification it will be 2.0.2.45
 

The Following User Says Thank You to explit For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,700 times | Joined on Nov 2011 @ Ängelholm, Sweden
#100
@mosen help with what?
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

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

Tags
intex, jolla, sailfishos, sfo update, sfos2, update


 
Forum Jump


All times are GMT. The time now is 02:29.