|
|
2016-06-19
, 18:49
|
|
|
Community Council |
Posts: 1,608 |
Thanked: 9,928 times |
Joined on Nov 2014
@ Lower Rhine
|
#92
|

| The Following User Says Thank You to mosen For This Useful Post: | ||
|
|
2016-06-19
, 19:31
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#94
|
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:
Have somebody the same problem?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]#
|
|
2016-06-19
, 19:37
|
|
|
Posts: 6,431 |
Thanked: 12,683 times |
Joined on Nov 2011
@ Open Mobile Platform, Innopolis, Russia
|
#95
|
|
|
2016-06-19
, 19:38
|
|
|
Community Council |
Posts: 1,608 |
Thanked: 9,928 times |
Joined on Nov 2014
@ Lower Rhine
|
#96
|

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++
})
}
}
menu: ContextMenu {
MenuItem {
text: "Google"
}
MenuItem {
text: "Bing"
}
MenuItem {
text: "Yahoo"
}
MenuItem {
text: "DuckDuckGo"
}
}
|
|
2016-06-19
, 19:43
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#97
|
[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: | ||
|
|
2016-06-19
, 19:50
|
|
|
Posts: 590 |
Thanked: 1,598 times |
Joined on Apr 2010
@ Berlin / Germany
|
#98
|
| The Following User Says Thank You to explit For This Useful Post: | ||
|
|
2016-06-19
, 19:52
|
|
|
Posts: 590 |
Thanked: 1,598 times |
Joined on Apr 2010
@ Berlin / Germany
|
#99
|
| The Following User Says Thank You to explit For This Useful Post: | ||
![]() |
| Tags |
| intex, jolla, sailfishos, sfo update, sfos2, update |
| Thread Tools | |
|
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: