Thread: dconf values
View Single Post
Markkyboy's Avatar
Posts: 433 | Thanked: 727 times | Joined on Oct 2012 @ Costa Blanca, Espaņa
#1
Hi all,

I've been tinkering again, this time I used some code shown to me by john_god. The code pertains to Settings.

Code:
    import Nemo.Configuration 1.0
	
    bla/bla/bla/

	    ConfigurationGroup {
            id: settings
            path: "/apps/harbour-yourApp"
        }
    }
The idea of my Settings, is to set positions of draggable rectangles on the lockscreen in both portrait and landscape, all of which was working when the 'path' was "/apps/harbour-yourApp", but I wanted to change the given path, which I did and now Settings no longer works, why does my new path for Settings not work?

I completely removed all traces of "/apps/harbour-yourApp" via dconf thinking that the new path I set would accommodate Settings. Upon using 'dconf list /' I can find the path for my new Settings but they do not change and the positions of my draggable rectangles won't stay where they are dragged to....?

Any ideas?
__________________
..oO(Don't just sit there standing around, pick up a shovel and sweep up!)Oo..

Last edited by Markkyboy; 2018-10-17 at 10:21. Reason: [solved]
 

The Following 3 Users Say Thank You to Markkyboy For This Useful Post: