Re: [Gimp-developer] Reviving Tito (The menu search tool)

2012-09-08 Thread Srihari Sriraman
>
> You require write access to a directory which is part of the gimp
> installation? How should a normal user have that?
>

Fixed to use the user data and config directory.
Thanks! :)


On Sat, Sep 8, 2012 at 10:37 PM, Michael Schumacher  wrote:

> On 08.09.2012 18:52, Srihari Sriraman wrote:
>
>  Normally, shouldn't show up.
>> It may mean that tito/gimp does not have write access to the
>> gimp-sysconf directory (gimp/etc/gimp/2.0/).
>>
>
> You require write access to a directory which is part of the gimp
> installation? How should a normal user have that?
>
>
> Regards,
> Michael
>
> --
> Regards,
> Michael
>
> __**_
> gimp-developer-list mailing list
> gimp-developer-list@gnome.org
> https://mail.gnome.org/**mailman/listinfo/gimp-**developer-list
>



-- 
*
*
*Regards,
  *
*Srihari Sriraman
  *
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Reviving Tito (The menu search tool)

2012-09-08 Thread Michael Schumacher

On 08.09.2012 18:52, Srihari Sriraman wrote:


Normally, shouldn't show up.
It may mean that tito/gimp does not have write access to the
gimp-sysconf directory (gimp/etc/gimp/2.0/).


You require write access to a directory which is part of the gimp 
installation? How should a normal user have that?



Regards,
Michael

--
Regards,
Michael
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Reviving Tito (The menu search tool)

2012-09-08 Thread Srihari Sriraman
>
> Well, Tito looks like fun

Nice to know :)

"Unable to open history file to write"

Normally, shouldn't show up.
It may mean that tito/gimp does not have write access to the gimp-sysconf
directory (gimp/etc/gimp/2.0/).

Could you tell me if any related error shows up on the console?


On Sat, Sep 8, 2012 at 8:14 PM, Alexandre Prokoudine <
alexandre.prokoud...@gmail.com> wrote:

> On Fri, Sep 7, 2012 at 6:54 AM, Srihari Sriraman 
> wrote:
>
> > Please ensure that you pulled from the tito branch.
>
> That was it :)
>
> Well, Tito looks like fun, but tells me "Unable to open history file
> to write" every time I select a command from the list and press Enter.
>
> Alexandre Prokoudine
> http://libregraphicsworld.org
> ___
> gimp-developer-list mailing list
> gimp-developer-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
>



-- 
*
*
*Regards,
  *
*Srihari Sriraman
  *
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Reviving Tito (The menu search tool)

2012-09-08 Thread Alexandre Prokoudine
On Fri, Sep 7, 2012 at 6:54 AM, Srihari Sriraman  wrote:

> Please ensure that you pulled from the tito branch.

That was it :)

Well, Tito looks like fun, but tells me "Unable to open history file
to write" every time I select a command from the list and press Enter.

Alexandre Prokoudine
http://libregraphicsworld.org
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Reviving Tito (The menu search tool)

2012-09-08 Thread Srihari Sriraman
Just a small update-

I had badly messed up the remote master on github.
I think I have fixed it now. Sorry for that. (I'm still a git - beginner)

This sequence of cmds works for me
> git checkout upstream/master #(official gimp repo. no tito here)
> git pull --rebase g...@github.com:ssrihari/gimp-tito.git #(pull in Tito
> changes)
> make && make install #(I've configured path, pkg config, reqd libs)

~/dev/gimp/bin/gimp-2.9


I hope there will be no build errors or merge conflicts now.
Please do get back with errors if any.

I shall be working on the Tito
branch
 henceforth.

On Fri, Sep 7, 2012 at 8:24 AM, Srihari Sriraman wrote:

> Hey Alexandre,
>
>
>> git pull g...@github.com:ssrihari/gimp-tito.git tito && make && make
>> install
>
>
> Merges and builds fine for me.
> Please ensure that you pulled from the* tito branch.*
>
> If it still fails, could you please let me know what the problem is?
>
>  it was unable to locate GEGL
>
>
> Could you elaborate on this?
>
> On Thu, Sep 6, 2012 at 8:31 AM, Alexandre Prokoudine <
> alexandre.prokoud...@gmail.com> wrote:
>
>> On Thu, Sep 6, 2012 at 6:57 AM, Srihari Sriraman  wrote:
>>
>> > Here's the thing:
>> > -I love Tito, I've been using it very often.
>> > -Quite a few people on the web seem to like Tito.
>> > -About a dozen (people who pulled the source and built it) have tried
>> it.
>>
>> I'm surprised. I couldn't even get it to build -- it was unable to
>> locate GEGL. Needless to say, I have a few branch builds of GIMP
>> around, and all of them compile.
>>
>> Alexandre Prokoudine
>> http://libregraphicsworld.org
>> ___
>> gimp-developer-list mailing list
>> gimp-developer-list@gnome.org
>> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
>>
>
>
>
> --
> *
> *
> *Regards,
> *
> *Srihari Sriraman
> *
>
>
>


-- 
*
*
*Regards,
  *
*Srihari Sriraman
  *
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Reviving Tito (The menu search tool)

2012-09-06 Thread Srihari Sriraman
Hey Alexandre,


> git pull g...@github.com:ssrihari/gimp-tito.git tito && make && make
> install


Merges and builds fine for me.
Please ensure that you pulled from the* tito branch.*

If it still fails, could you please let me know what the problem is?

 it was unable to locate GEGL


Could you elaborate on this?

On Thu, Sep 6, 2012 at 8:31 AM, Alexandre Prokoudine <
alexandre.prokoud...@gmail.com> wrote:

> On Thu, Sep 6, 2012 at 6:57 AM, Srihari Sriraman  wrote:
>
> > Here's the thing:
> > -I love Tito, I've been using it very often.
> > -Quite a few people on the web seem to like Tito.
> > -About a dozen (people who pulled the source and built it) have tried it.
>
> I'm surprised. I couldn't even get it to build -- it was unable to
> locate GEGL. Needless to say, I have a few branch builds of GIMP
> around, and all of them compile.
>
> Alexandre Prokoudine
> http://libregraphicsworld.org
> ___
> gimp-developer-list mailing list
> gimp-developer-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
>



-- 
*
*
*Regards,
  *
*Srihari Sriraman
  *
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] Reviving Tito (The menu search tool)

2012-09-05 Thread Alexandre Prokoudine
On Thu, Sep 6, 2012 at 6:57 AM, Srihari Sriraman  wrote:

> Here's the thing:
> -I love Tito, I've been using it very often.
> -Quite a few people on the web seem to like Tito.
> -About a dozen (people who pulled the source and built it) have tried it.

I'm surprised. I couldn't even get it to build -- it was unable to
locate GEGL. Needless to say, I have a few branch builds of GIMP
around, and all of them compile.

Alexandre Prokoudine
http://libregraphicsworld.org
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list