gsettings-qt problem

2013-11-14 Thread Damian Ivanov
Hi, I have a problem using the gsettings-qt binding: https://launchpad.net/gsettings-qt Now I try to use it in my .qml import QtQuick 2.1 import QtQuick.Controls 1.1 import GSettings 1.0 import QtQuick.Window 2.1 Window { id:window GSettings { id: test schema.id:

Re: chromium no longer maintained

2012-09-04 Thread Damian Ivanov
Hi, Jordan, aacually what you describe is not a fork. In software engineering, a project fork happens when developers take a copy of source code from one software package and start independent development on it, creating a distinct piece of software. The term often implies not merely a

Re: chromium no longer maintained

2012-09-04 Thread Damian Ivanov
Hi David, Bad said, Ubuntu is a fork of Debian, it gets forked once in a while after a release to update packages, see wikipedia. Anyway I think chromium is still the most recent, from when 12.04 was released, so may somebody will just need to pick it up for 12.10 I guess 2012/9/4 David Klasinc

Re: chromium no longer maintained

2012-09-04 Thread Damian Ivanov
-- Forwarded message -- From: Damian Ivanov damianator...@gmail.com Date: 2012/9/4 Subject: Re: chromium no longer maintained To: Gareth McCumskey gare...@nexustech.co.za From wikipedeia: scroll down to history and development, Ubuntu is a forkhttp://en.wikipedia.org/wiki/Fork_

Re: chromium no longer maintained

2012-09-04 Thread Damian Ivanov
http://www.webupd8.org/2012/09/new-chromium-stable-and-development.html 2012/9/4 Colin Law clan...@googlemail.com: On 4 September 2012 13:26, Damian Ivanov damianator...@gmail.com wrote: Hi David, Bad said, Ubuntu is a fork of Debian, it gets forked once in a while after a release to update

ecryptfs default config

2012-09-02 Thread Damian Ivanov
Hi folks, I just did an ubuntu 12.04 fresh install and I wanted to test something in ecryptfs. So basically I selected during install to require password to login and to encrypt home folder. I logged in and created secret.txt on my desktop and shut down. I booted up again but in bootloader I

Re: ecryptfs default config

2012-09-02 Thread Damian Ivanov
indicate that there's a key stored somewhere that doesn't need a known secret, unless pam is storing a key and re-crypting it when you change passwords (unlikely). On 09/02/2012 09:16 AM, Damian Ivanov wrote: Hi folks, I just did an ubuntu 12.04 fresh install and I wanted to test

Re: ecryptfs default config

2012-09-02 Thread Damian Ivanov
/ somewhere and can re-cypher them. That only works if you enter the previous password when changing passwords, though (which I hadn't considered, since normally when you init=/bin/bash you drop straight to root...) On 09/02/2012 09:37 AM, Damian Ivanov wrote: Hi John, I appreciate your