Disclaimer: changing files on your jolla as described in this how-to is always your own decision.
In the file /usr/share/jolla-settings/pages/display.qml
add a listelement. I have chosen the value 600000 which means the display will stay on for almost 7 days:
ListModel {
id: timeoutModel
ListElement {
label: "settings_display-me-15_seconds"
value: 15
}
// other listelements
ListElement {
label: "settings_display-me-10_minutes"
value: 600
}
// add listelement never sleep
ListElement {
label: "never sleep"
value: 600000
}
}
When you click the "Sleep after" combobox, a seperate dialog will appear because there are now 6 choices in your combobox (standard silica behavior for small screens)
Warnings:
![]() | 2 | No.2 Revision |
Disclaimer: changing files on your jolla as described in this how-to is always your own decision.
In the file /usr/share/jolla-settings/pages/display.qml
add a listelement. I have chosen the value 600000 which means the display will stay on for almost 7 days:
ListModel {
id: timeoutModel
ListElement {
label: "settings_display-me-15_seconds"
value: 15
}
// other listelements
ListElement {
label: "settings_display-me-10_minutes"
value: 600
}
// add listelement never sleep
ListElement {
label: "never sleep"
value: 600000
}
}
When you click the "Sleep after" combobox, a seperate dialog will appear because there are now 6 choices in your combobox (standard silica behavior for small screens)
Warnings:
![]() | 3 | No.3 Revision |
Disclaimer: changing files on your jolla as described in this how-to is always your own decision.
In the file /usr/share/jolla-settings/pages/display.qml
add a listelement. I have chosen the value 600000 which means the display will stay on for almost 7 days:
ListModel {
id: timeoutModel
ListElement {
label: "settings_display-me-15_seconds"
value: 15
}
// other listelements
ListElement {
label: "settings_display-me-10_minutes"
value: 600
}
// add listelement never sleep
ListElement {
label: "never sleep"
value: 600000
}
}
When you click the "Sleep after" combobox, a seperate dialog will appear because there are now 6 choices in your combobox (standard silica behavior for small screens)
Warnings:
![]() | 4 | No.4 Revision |
Disclaimer: changing files on your jolla as described in this how-to is always your own decision.
In the file
add a listelement. I have chosen the value 600000 which means the display will stay on for almost 7 days: /usr/share/jolla-settings/pages/display.qml/usr/share/jolla-settings/pages/display/display.qml
ListModel {
id: timeoutModel
ListElement {
label: "settings_display-me-15_seconds"
value: 15
}
// other listelements
ListElement {
label: "settings_display-me-10_minutes"
value: 600
}
// add listelement never sleep
ListElement {
label: "never sleep"
value: 600000
}
}
When you click the "Sleep after" combobox, a seperate dialog will appear because there are now 6 choices in your combobox (standard silica behavior for small screens)
Warnings: