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


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

2012-09-05 Thread Srihari Sriraman
Hey,

It's been a while, so I'm picking up a new thread. [See related links at
the bottom]
I'm eager to contribute more towards Tito.
I'm willing to fix bugs and do chores.
I'll also be available for discussions on IRC or here.

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.
-Tito merges softly with git master.

>From our earlier discussions on this, guiguru had objections to its usage.
A lot of people on IRC, inclusing mitch, really liked it.

>From a recent discussion on IRC, schumami said it would be nice to share my
usage experience.
So, here it is.

>
> [Tuesday 04 Sep 2012] [10:12:05 PM]  so... does it improve or
> hinder your progress when learning to use gimp?
> [Tuesday 04 Sep 2012] [10:13:03 PM]  i.e. do you have the
> feeling that you're using it to find commands you think you could have
> accessed quicker without it?
> [Tuesday 04 Sep 2012] [10:13:09 PM]  schumaml: improve.
> [Tuesday 04 Sep 2012] [10:13:52 PM]  i think it helps me find
> commands faster.
> [Tuesday 04 Sep 2012] [10:14:32 PM]  I use shortcuts for most
> on-canvas stuff... like cropping, selecting, etc
> [Tuesday 04 Sep 2012] [10:15:10 PM]  For applying filters, using
> some plugin, opening recent file, I use tito.
> [Tuesday 04 Sep 2012] [10:15:46 PM]  I also use tito to quickly
> bring up the error console, bring up preferences menu...
> [Tuesday 04 Sep 2012] [10:16:09 PM]  show/hide the scrollbars,
> grid, rulers, etc
> [Tuesday 04 Sep 2012] [10:17:27 PM]  I use the mouse lesser with
> tito.
> [Tuesday 04 Sep 2012] [10:18:11 PM]  So, I woudn't say its earth
> shattering in terms of the leverage it gives to get faster, or learn
> faster...
> [Tuesday 04 Sep 2012] [10:18:35 PM]  but it is definitely useful.
> increases my productivity.
> [Tuesday 04 Sep 2012] [10:20:56 PM]  I'm pretty sure
> guiguru/guihipster would be interested in a descriotion of your usage
> experience
> [Tuesday 04 Sep 2012] [10:21:24 PM]  *decription


You can

> git checkout -b tito
> git pull g...@github.com:ssrihari/gimp-tito.git tito

to try out Tito.

Do you like Tito? (Try it out! :) )
What features would you like in Tito?
Do you think it's got potential to be a part of GIMP?

Related links:
https://github.com/ssrihari/gimp-tito/tree/tito
http://www.gimpusers.com/forums/gimp-developer/14142-an-update-on-the-menu-search
http://www.gimpusers.com/forums/gimp-developer/14331-is-tito-worth-merging-what-should-be-done-with-it
https://dl.dropbox.com/u/28366148/college/project/TITO-Specifications
http://youtu.be/G0PuH1LFWhA


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