answered
2015-01-07 13:27:45 +0200
This post is a wiki.
Anyone with karma >75 is welcome to improve it.
You can manually crop the image through Gallery -> Edit (from pulley) -> Crop -> set size to "Ambience" -> align the cropping to your taste and finally Accept.
However, I haven't found a way to manually select font and highlight color with the UI.
It used to be doable through the command line with gconftool, but apparently not anymore. Nowadays maybe with dconf? [Feel free to edit this wiki-answer if you know a way] - Here's a way!;
EDIT: I found an answer tucked inside this one from rainisto, (https://together.jolla.com/question/45733/gconfdconf-and-symlink-of-nemo-dir-to-android-dir/#45766)
Using gconf would have looked like this; (gconf
has been replaced by dconf
, see example below)
gconftool-2 -s /desktop/jolla/theme/color/highlight -t string '#ffffff'
gconftool-2 -s /desktop/jolla/theme/color/secondaryHighlight -t string '#aaaaaa'
With dconf would become:
# dconf write /desktop/jolla/theme/color/highlight "'#ffffff'"
# dconf write /desktop/jolla/theme/color/secondaryHighlight "'#aaaaaa'"
This does change colours of the currently used ambience, on the fly! ;) - NOTE*
- the colour changes to the UI elements are not permanent, if you swap to another ambience, all your changes are gone, but at least this can be done to determine what colours you intend to use in Ambience creation. A different dconf command may make the changes stick.
There is a very limited way for editing a picture for ambience use. In Gallery choose a picture you want as ambience. From the pulley menu choose Edit, and then Crop. Tap on the crop area, and a menu should appear to choose the crop form from. There you can choose Ambience, and can choose from which end of the picture the ambience is formed. The whole process is really unintuitive and still doesn't give you any way for color choosing, but at least it's something :)
Kayakist ( 2015-01-07 13:17:42 +0200 )editVoted up!
Yes, an RGB Slider/selector for the 4 colour elements of the UI would be great!, although I quite like tinkering manually :)
Spam Hunter ( 2015-01-07 16:10:53 +0200 )edit@kayaklist Ok thanks, the setup was under 'edit' location! Sorry, (I am an ex-iphone maniac that arrive in Jolla after an N9). But for a future upgrade, probably is better insert a 'trim' function also under the 'create ambience' menu.
@Markkyboy I agree, and thanks! An rgb selector photoshop style, and an hexacrom web field like #000000
jolla_dive ( 2015-01-07 18:42:55 +0200 )edit