Re: [darktable-user] Keeping DT in sync between multiple computers

2019-04-01 Thread Willy Williams
I use FreeFileSync (https://freefilesync.org/) to keep files on three 
laptops (2- Win 10; 1 - Ubuntu Linux) in sync.  When I open DT, I get a 
window that recognizes the updated xmp files (if any) and asks whether I 
want to overwrite older xmp files, just as you noted. The difference is 
that I usually let DT update.  I might consider using FreeFileSync 
update the db, but I'm not willing to mix Windows and Linux machines' db 
files until I know more about their compatibility and the chance of 
inducing major mal-boo-boos.


Willy

*

On 4/1/2019 at 18:38, Benjamin Daines wrote:
In my workflow I find myself using multiple machines to work on the 
same images. My configuration right now on both machines is to have DT 
look for updated xmp files on start up and that seems to work pretty 
well. I usually just ignore the window that pops up to tell me about 
newer xmp files, unless the ones that I'm about to work on are listed, 
then I select those and let it update the database.


However, there have been some situations where my previous work has 
been wiped out when opening a folder on another machine. Because of 
this, I now habitually copy all my xmp files to a subfolder after 
working on them in order to keep a back up, just in case. Occasionally 
I need to manually load these sidecar files.


Would an option to disable darktable's database and use just the xmp 
files be a feasible option? How about using something like syncthing 
(Linux platform here) to keep the database synced between multiple 
machines? Would doing that cause any foreseeable issues?


How are other people dealing with using multiple machines to work on 
projects, any tips?


Thanks.



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Keeping DT in sync between multiple computers

2019-04-01 Thread Juha Lintula
Hi!

I also use darktable only for image processing and have the same setting as
Robert; database=:memory: This setting will always automatically read the
.xmp files as you are always starting with a fresh database.

-Juha

On Tue, 2 Apr 2019 at 05:20, Patrick Shanahan  wrote:

> * I. Ivanov  [04-01-19 20:03]:
> >
> > On 2019-04-01 16:34, Patrick Shanahan wrote:
> > > * Benjamin Daines  [04-01-19 18:46]:
> > > > In my workflow I find myself using multiple machines to work on the
> > > > same images.  My configuration right now on both machines is to have
> DT
> > > > look for updated xmp files on start up and that seems to work pretty
> > > > well.  I usually just ignore the window that pops up to tell me about
> > > > newer xmp files, unless the ones that I'm about to work on are
> listed,
> > > > then I select those and let it update the database.
> > > >
> > > > However, there have been some situations where my previous work has
> > > > been wiped out when opening a folder on another machine.  Because of
> > > > this, I now habitually copy all my xmp files to a subfolder after
> > > > working on them in order to keep a back up, just in case.
> Occasionally
> > > > I need to manually load these sidecar files.
> > > >
> > > > Would an option to disable darktable's database and use just the xmp
> > > > files be a feasible option?  How about using something like syncthing
> > > > (Linux platform here) to keep the database synced between multiple
> > > > machines?  Would doing that cause any foreseeable issues?
> > > >
> > > > How are other people dealing with using multiple machines to work
> onprojects, any tips?
> > > when I use any machine beside my main workstation to edit photos, I
> issue
> > > darktable as:
> > >darktable --library :memory:
> > >import the photos to be edited
> > >finish the edits
> > >close dt
> > > and back at my workstation, re-import the edited photos with their
> > > accompanying xmp files.
> > >
> > > have not encountered any problems with this work plan.
> > >
> > In theory... if you have 2 identical machines (for example linux)
> > shared network location for DT files
> > shared network location for the DB, configuration files and cache
> > same mounting point for the 2 machines
> >
> > you could use DT on one or the other (one at a time) and the changes
> should
> > be on the 2 machines.
> >
> > BUT... I haven't tested the scenario please back up if you want to try
> it.
> >
> > On the other hand - what Patrick is pointing to is based on experience.
>
> IF, IF, IF you NEVER run dt at the same time on different machines, one
> could share the db placing it on networked storage.  BUT NEVER RUN DT ON
> TWO MACHINES AT THE SAME TIME.
>
> --
> (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
> http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
> Registered Linux User #207535@ http://linuxcounter.net
> Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode
>
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Keeping DT in sync between multiple computers

2019-04-01 Thread Patrick Shanahan
* I. Ivanov  [04-01-19 20:03]:
> 
> On 2019-04-01 16:34, Patrick Shanahan wrote:
> > * Benjamin Daines  [04-01-19 18:46]:
> > > In my workflow I find myself using multiple machines to work on the
> > > same images.  My configuration right now on both machines is to have DT
> > > look for updated xmp files on start up and that seems to work pretty
> > > well.  I usually just ignore the window that pops up to tell me about
> > > newer xmp files, unless the ones that I'm about to work on are listed,
> > > then I select those and let it update the database.
> > > 
> > > However, there have been some situations where my previous work has
> > > been wiped out when opening a folder on another machine.  Because of
> > > this, I now habitually copy all my xmp files to a subfolder after
> > > working on them in order to keep a back up, just in case.  Occasionally
> > > I need to manually load these sidecar files.
> > > 
> > > Would an option to disable darktable's database and use just the xmp
> > > files be a feasible option?  How about using something like syncthing
> > > (Linux platform here) to keep the database synced between multiple
> > > machines?  Would doing that cause any foreseeable issues?
> > > 
> > > How are other people dealing with using multiple machines to work 
> > > onprojects, any tips?
> > when I use any machine beside my main workstation to edit photos, I issue
> > darktable as:
> >darktable --library :memory:
> >import the photos to be edited
> >finish the edits
> >close dt
> > and back at my workstation, re-import the edited photos with their
> > accompanying xmp files.
> > 
> > have not encountered any problems with this work plan.
> > 
> In theory... if you have 2 identical machines (for example linux)
> shared network location for DT files
> shared network location for the DB, configuration files and cache
> same mounting point for the 2 machines
> 
> you could use DT on one or the other (one at a time) and the changes should
> be on the 2 machines.
> 
> BUT... I haven't tested the scenario please back up if you want to try it.
> 
> On the other hand - what Patrick is pointing to is based on experience.

IF, IF, IF you NEVER run dt at the same time on different machines, one
could share the db placing it on networked storage.  BUT NEVER RUN DT ON
TWO MACHINES AT THE SAME TIME.

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Registered Linux User #207535@ http://linuxcounter.net
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Keeping DT in sync between multiple computers

2019-04-01 Thread Guillermo Rozas
> In theory... if you have 2 identical machines (for example linux)
> shared network location for DT files
> shared network location for the DB, configuration files and cache
> same mounting point for the 2 machines
>
> you could use DT on one or the other (one at a time) and the changes
> should be on the 2 machines.

There are two points you should be careful of:
- no concurrent use of the database (DT doesn't lock its access to it)
- database format can change, so all machines should run exactly the
same versions of DT (or at least the same major versions)

On practice, probably the best idea is to treat one installation as
the master and use memory database on the others, or use no database
at all if it brings you no added benefit.

Regards,
Guillermo

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Keeping DT in sync between multiple computers

2019-04-01 Thread I. Ivanov



On 2019-04-01 16:34, Patrick Shanahan wrote:

* Benjamin Daines  [04-01-19 18:46]:

In my workflow I find myself using multiple machines to work on the
same images.  My configuration right now on both machines is to have DT
look for updated xmp files on start up and that seems to work pretty
well.  I usually just ignore the window that pops up to tell me about
newer xmp files, unless the ones that I'm about to work on are listed,
then I select those and let it update the database.

However, there have been some situations where my previous work has
been wiped out when opening a folder on another machine.  Because of
this, I now habitually copy all my xmp files to a subfolder after
working on them in order to keep a back up, just in case.  Occasionally
I need to manually load these sidecar files.

Would an option to disable darktable's database and use just the xmp
files be a feasible option?  How about using something like syncthing
(Linux platform here) to keep the database synced between multiple
machines?  Would doing that cause any foreseeable issues?

How are other people dealing with using multiple machines to work onprojects, 
any tips?

when I use any machine beside my main workstation to edit photos, I issue
darktable as:
   darktable --library :memory:
   import the photos to be edited
   finish the edits
   close dt
and back at my workstation, re-import the edited photos with their
accompanying xmp files.

have not encountered any problems with this work plan.
   


In theory... if you have 2 identical machines (for example linux)
shared network location for DT files
shared network location for the DB, configuration files and cache
same mounting point for the 2 machines

you could use DT on one or the other (one at a time) and the changes 
should be on the 2 machines.


BUT... I haven't tested the scenario please back up if you want to try it.

On the other hand - what Patrick is pointing to is based on experience.

Regards,

B



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Keeping DT in sync between multiple computers

2019-04-01 Thread Robert Krawitz
On Mon, 1 Apr 2019 19:34:15 -0400, Patrick Shanahan wrote:
> * Benjamin Daines  [04-01-19 18:46]:
>> In my workflow I find myself using multiple machines to work on the
>> same images.  My configuration right now on both machines is to have DT
>> look for updated xmp files on start up and that seems to work pretty
>> well.  I usually just ignore the window that pops up to tell me about
>> newer xmp files, unless the ones that I'm about to work on are listed,
>> then I select those and let it update the database.  
>> 
>> However, there have been some situations where my previous work has
>> been wiped out when opening a folder on another machine.  Because of
>> this, I now habitually copy all my xmp files to a subfolder after
>> working on them in order to keep a back up, just in case.  Occasionally
>> I need to manually load these sidecar files.  
>> 
>> Would an option to disable darktable's database and use just the xmp
>> files be a feasible option?  How about using something like syncthing
>> (Linux platform here) to keep the database synced between multiple
>> machines?  Would doing that cause any foreseeable issues? 
>> 
>> How are other people dealing with using multiple machines to work 
>> onprojects, any tips? 
>
> when I use any machine beside my main workstation to edit photos, I issue
> darktable as:   darktable --library :memory:
>   import the photos to be edited
>   finish the edits
>   close dt
> and back at my workstation, re-import the edited photos with their
> accompanying xmp files.
>
> have not encountered any problems with this work plan.

I do the same thing, except that I have

database=:memory:

in my ~/.config/darktable/darktablerc.

I use darktable strictly for image processing.  I use kphotoalbum to
manage my photos, and stick the .xmp files in the tree alongside the
photos.
-- 
Robert Krawitz 

***  MIT Engineers   A Proud Tradition   http://mitathletics.com  ***
Member of the League for Programming Freedom  --  http://ProgFree.org
Project lead for Gutenprint   --http://gimp-print.sourceforge.net

"Linux doesn't dictate how I work, I dictate how Linux works."
--Eric Crampton

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Keeping DT in sync between multiple computers

2019-04-01 Thread Patrick Shanahan
* Benjamin Daines  [04-01-19 18:46]:
> In my workflow I find myself using multiple machines to work on the
> same images.  My configuration right now on both machines is to have DT
> look for updated xmp files on start up and that seems to work pretty
> well.  I usually just ignore the window that pops up to tell me about
> newer xmp files, unless the ones that I'm about to work on are listed,
> then I select those and let it update the database.  
> 
> However, there have been some situations where my previous work has
> been wiped out when opening a folder on another machine.  Because of
> this, I now habitually copy all my xmp files to a subfolder after
> working on them in order to keep a back up, just in case.  Occasionally
> I need to manually load these sidecar files.  
> 
> Would an option to disable darktable's database and use just the xmp
> files be a feasible option?  How about using something like syncthing
> (Linux platform here) to keep the database synced between multiple
> machines?  Would doing that cause any foreseeable issues? 
> 
> How are other people dealing with using multiple machines to work onprojects, 
> any tips? 

when I use any machine beside my main workstation to edit photos, I issue
darktable as: 
  darktable --library :memory:
  import the photos to be edited
  finish the edits
  close dt
and back at my workstation, re-import the edited photos with their
accompanying xmp files.

have not encountered any problems with this work plan.
  

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Registered Linux User #207535@ http://linuxcounter.net
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Keeping DT in sync between multiple computers

2019-04-01 Thread Benjamin Daines
In my workflow I find myself using multiple machines to work on the
same images.  My configuration right now on both machines is to have DT
look for updated xmp files on start up and that seems to work pretty
well.  I usually just ignore the window that pops up to tell me about
newer xmp files, unless the ones that I'm about to work on are listed,
then I select those and let it update the database.  

However, there have been some situations where my previous work has
been wiped out when opening a folder on another machine.  Because of
this, I now habitually copy all my xmp files to a subfolder after
working on them in order to keep a back up, just in case.  Occasionally
I need to manually load these sidecar files.  

Would an option to disable darktable's database and use just the xmp
files be a feasible option?  How about using something like syncthing
(Linux platform here) to keep the database synced between multiple
machines?  Would doing that cause any foreseeable issues? 

How are other people dealing with using multiple machines to work onprojects, 
any tips? 

Thanks. 


signature.asc
Description: This is a digitally signed message part


Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Charlie Goodwin
>The dt move from serving a small Linux cadre to a widely inclusive
set of users has brought interesting consequences.

I have used Linux exclusively for a few years now. Could you expand upon
what the interesting consequences are that you allude to?

On Mon, Apr 1, 2019 at 4:26 PM David Vincent-Jones 
wrote:

> The dt move from serving a small Linux cadre to a widely inclusive set of
> users has brought interesting consequences.
> On 2019-04-01 12:05 p.m., Charlie Goodwin wrote:
>
> My point is not a single professional I know do force on you a game
> for any reason whatsoever.
>
> Agreed.
>
> On Mon, Apr 1, 2019 at 2:25 PM Pascal Obry  wrote:
>
>> Le lundi 01 avril 2019 à 20:09 +0200, Romano Giannetti a écrit :
>> > I am not a developer so I understand my opinion is worth just
>> > $$\epsilon\to 0$$...
>>
>> All this is not a developer issue at all. All users have the right to
>> explain what they like or not. You found that fun, nice. But what if
>> your are presenting some pictures to a client on this very day? This
>> has happened to at least one person I know. Not nice at all!
>>
>> I do recommend dt to many of my friends and in my photo club. Well
>> today I fell really bad to explain what is happening!
>>
>> My point is not a single professional I know do force on you a game for
>> any reason whatsoever.
>>
>> --
>>   Pascal Obry /  Magny Les Hameaux (78)
>>
>>   The best way to travel is by means of imagination
>>
>>   http://www.obry.net
>>
>>   gpg --keyserver keys.gnupg.net --recv-key F949BD3B
>>
>>
>> 
>> darktable user mailing list
>> to unsubscribe send a mail to
>> darktable-user+unsubscr...@lists.darktable.org
>>
>>
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread I. Ivanov

I Love the game!

It makes me smile :-)

I noticed it run only once and my daughter would Love to play it (so I 
am going to wait for her to start the other computer).


It did get me the first time I admit. But guess what - I was VERY FAST 
to subscribe to this list :-) and start rumbling... Now I very much 
appreciate the joke!


Regards,

B

On 2019-04-01 13:58, Patrick Shanahan wrote:

* Archie Macintosh  [04-01-19 14:20]:

On 1 Apr 2019, at 16:41, Pascal Obry  wrote:

... As a photographer I don't way this to be run
without me asking for it.

A number of users who had not seen this 'joke' before were very concerned that 
dt's installation files had been compromised malevolently.

We have always been tolerant of Stallman's rather juvenile sense of humour in 
view of his autism. But surely developers should not still tolerate silly 
adolescent pranks in free software that they hope will be used by the general 
public.

perhaps you can find a better way to express your appreciation of the
quality and cost of using darktable.  does it's logo meet your approval?




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Patrick Shanahan
* Archie Macintosh  [04-01-19 14:20]:
> On 1 Apr 2019, at 16:41, Pascal Obry  wrote:
> >... As a photographer I don't way this to be run
> > without me asking for it.
> 
> A number of users who had not seen this 'joke' before were very concerned 
> that dt's installation files had been compromised malevolently.
> 
> We have always been tolerant of Stallman's rather juvenile sense of humour in 
> view of his autism. But surely developers should not still tolerate silly 
> adolescent pranks in free software that they hope will be used by the general 
> public.

perhaps you can find a better way to express your appreciation of the
quality and cost of using darktable.  does it's logo meet your approval?


-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Registered Linux User #207535@ http://linuxcounter.net
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread David Vincent-Jones
The dt move from serving a small Linux cadre to a widely inclusive set 
of users has brought interesting consequences.


On 2019-04-01 12:05 p.m., Charlie Goodwin wrote:
My point is not a single professional I know do force on you a 
game for any reason whatsoever.


Agreed.

On Mon, Apr 1, 2019 at 2:25 PM Pascal Obry > wrote:


Le lundi 01 avril 2019 à 20:09 +0200, Romano Giannetti a écrit :
> I am not a developer so I understand my opinion is worth just
> $$\epsilon\to 0$$...

All this is not a developer issue at all. All users have the right to
explain what they like or not. You found that fun, nice. But what if
your are presenting some pictures to a client on this very day? This
has happened to at least one person I know. Not nice at all!

I do recommend dt to many of my friends and in my photo club. Well
today I fell really bad to explain what is happening!

My point is not a single professional I know do force on you a
game for
any reason whatsoever.

-- 
  Pascal Obry /  Magny Les Hameaux (78)


  The best way to travel is by means of imagination

http://www.obry.net

  gpg --keyserver keys.gnupg.net 
--recv-key F949BD3B


darktable user mailing list
to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org



 
darktable user mailing list to unsubscribe send a mail to 
darktable-user+unsubscr...@lists.darktable.org



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Charlie Goodwin
My point is not a single professional I know do force on you a game for
any reason whatsoever.

Agreed.

On Mon, Apr 1, 2019 at 2:25 PM Pascal Obry  wrote:

> Le lundi 01 avril 2019 à 20:09 +0200, Romano Giannetti a écrit :
> > I am not a developer so I understand my opinion is worth just
> > $$\epsilon\to 0$$...
>
> All this is not a developer issue at all. All users have the right to
> explain what they like or not. You found that fun, nice. But what if
> your are presenting some pictures to a client on this very day? This
> has happened to at least one person I know. Not nice at all!
>
> I do recommend dt to many of my friends and in my photo club. Well
> today I fell really bad to explain what is happening!
>
> My point is not a single professional I know do force on you a game for
> any reason whatsoever.
>
> --
>   Pascal Obry /  Magny Les Hameaux (78)
>
>   The best way to travel is by means of imagination
>
>   http://www.obry.net
>
>   gpg --keyserver keys.gnupg.net --recv-key F949BD3B
>
>
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Charlie Goodwin
Once one has heard that there are keyboard shortcuts to get rid of the
April 1 gag, it is fine. Perhaps it would be a good idea to include
information to that effect with the black screen.

I have very mixed feelings here; Darktable is an amazing program and the
devs are gods as far as I'm concerned. But the game locking users out of
productivity when they need is stops being funny.

As for me, I'm ok now that I know how to get out of it, but new users? They
may give up and never come back. I do not believe the game is a good idea.

On Mon, Apr 1, 2019 at 2:01 PM Remco Viëtor  wrote:

> On lundi 1 avril 2019 17:47:29 CEST parafin wrote:
> > Let's not make it sound like there's just one stubborn person who wants
> > this and everybody else hate the game. I'm all for having an easter egg
> > in DT too, and there are people who like it.
>
>  As far as the devs are concerned, it indeed seems there is/are one or two
> that insist on having it.
>
> And easter eggs are one thing, this is not an easter egg, as it's not a
> *hidden* feature.
>
> Personally, I found it annoying enough to mark April, 1st with "don't use
> DT".
>
> Remco
>
>
>
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Tethering image size

2019-04-01 Thread darktable
DT 2.6.2 appimage

I use a 15" Dell laptop. It's a 1366x768. When I use the tethering
mode, the panels (top & bottom) are showing up and taking a lot of
screen space. 

Is there a way of making the image bigger by hiding the top and
bottom panels? 

I tried clicking on the arrows/triangles, nothing happened in the
tethering mode (they work properly on lighttable and darkroom)

-- 
sknahT

vyS

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Pascal Obry
Le lundi 01 avril 2019 à 20:09 +0200, Romano Giannetti a écrit :
> I am not a developer so I understand my opinion is worth just 
> $$\epsilon\to 0$$...

All this is not a developer issue at all. All users have the right to
explain what they like or not. You found that fun, nice. But what if
your are presenting some pictures to a client on this very day? This
has happened to at least one person I know. Not nice at all!

I do recommend dt to many of my friends and in my photo club. Well
today I fell really bad to explain what is happening!

My point is not a single professional I know do force on you a game for
any reason whatsoever.

-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Archie Macintosh
On 1 Apr 2019, at 16:41, Pascal Obry  wrote:
>... As a photographer I don't way this to be run
> without me asking for it.

A number of users who had not seen this 'joke' before were very concerned that 
dt's installation files had been compromised malevolently.

We have always been tolerant of Stallman's rather juvenile sense of humour in 
view of his autism. But surely developers should not still tolerate silly 
adolescent pranks in free software that they hope will be used by the general 
public.


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Romano Giannetti
I, for one, like the touch of fun of the Easter Egg... I think sometime 
I am taking myself too seriously, and this is a touch of fun. Maybe you 
can add a text explaining the thing after the user has pressed a handful 
of keys or waited a bit... but I still like it.


I am not a developer so I understand my opinion is worth just 
$$\epsilon\to 0$$...


By the way, I know there is a secret sequence that will fire the games 
if you want --- I just can't find it anymore. Can anybody help? It's a 
nice joke to show to friends...


Romano

On 01/04/2019 17:47, parafin wrote:

Let's not make it sound like there's just one stubborn person who wants
this and everybody else hate the game. I'm all for having an easter egg
in DT too, and there are people who like it.



--
Romano Giannetti
http://www.rgtti.com/


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Remco Viëtor
On lundi 1 avril 2019 17:47:29 CEST parafin wrote:
> Let's not make it sound like there's just one stubborn person who wants
> this and everybody else hate the game. I'm all for having an easter egg
> in DT too, and there are people who like it.

 As far as the devs are concerned, it indeed seems there is/are one or two 
that insist on having it. 

And easter eggs are one thing, this is not an easter egg, as it's not a 
*hidden* feature. 

Personally, I found it annoying enough to mark April, 1st with "don't use DT".

Remco



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Bernhard

thanks - but for trying this I'll have to wait til next year ...

--

regards
Bernhard

https://www.bilddateien.de

parafin schrieb am 01.04.19 um 18:35:

Spacebar works for me. Maybe it's a question of window focus? Try
clicking into DT window first and then pressing the space bar.



On Mon, 1 Apr 2019 17:15:37 +0200
Bernhard  wrote:


That's from last years diskussion:


Tobias Ellinghaus schrieb am 02.04.2018 um 23:22:

Am Montag, 2. April 2018, 22:35:05 CEST schrieb Bernhard:

Tobias Ellinghaus schrieb am 02.04.2018 um 22:29:

Just using ctrl-q to close darktable, i.e., the same way you

normally do

it, should have worked. And on the next start it will be back to

normal.

confirmed - this is the way I handled this.

But: I could not figure out how to play this game and was somewhat
disappointed about this doing just nothing ...

Space is starting the game and firing, left/right arrows will move.

Thanks a lot - will look forward to next year's April 1st

I tried to follow the advice but could not get this working as I could
not enter the 1 or 2 players figure - no reaction there.
(And I put this into my calendar since I wanted to try it out ... ).

--

regards
Bernhard

https://www.bilddateien.de

Romano Giannetti schrieb am 01.04.19 um 15:24:

On 01/04/2019 14:58, Jim Robinson wrote:

This 'joke' was removed from the master code about 3 weeks ago, but
then someone put it back!

Really? No! :-(... My daughter loves it; I have a photo editing
session fixed every April 1st with her so she can play invaders... I
hope the code is just disabled and that I can activate it with the
secret sequence...

Romano
  


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org





darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread parafin
Spacebar works for me. Maybe it's a question of window focus? Try
clicking into DT window first and then pressing the space bar.



On Mon, 1 Apr 2019 17:15:37 +0200
Bernhard  wrote:

> That's from last years diskussion:
> 
> > Tobias Ellinghaus schrieb am 02.04.2018 um 23:22:  
> > > Am Montag, 2. April 2018, 22:35:05 CEST schrieb Bernhard:  
> > >> Tobias Ellinghaus schrieb am 02.04.2018 um 22:29:  
> > >>> Just using ctrl-q to close darktable, i.e., the same way you   
> > normally do  
> > >>> it, should have worked. And on the next start it will be back to   
> > normal.  
> > >> confirmed - this is the way I handled this.
> > >>
> > >> But: I could not figure out how to play this game and was somewhat
> > >> disappointed about this doing just nothing ...  
> > > Space is starting the game and firing, left/right arrows will move.  
> > Thanks a lot - will look forward to next year's April 1st  
> 
> I tried to follow the advice but could not get this working as I could 
> not enter the 1 or 2 players figure - no reaction there.
> (And I put this into my calendar since I wanted to try it out ... ).
> 
> -- 
> 
> regards
> Bernhard
> 
> https://www.bilddateien.de
> 
> Romano Giannetti schrieb am 01.04.19 um 15:24:
> > On 01/04/2019 14:58, Jim Robinson wrote:  
> >> This 'joke' was removed from the master code about 3 weeks ago, but 
> >> then someone put it back!  
> >
> > Really? No! :-(... My daughter loves it; I have a photo editing 
> > session fixed every April 1st with her so she can play invaders... I 
> > hope the code is just disabled and that I can activate it with the 
> > secret sequence...
> >
> > Romano
> >  
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org
> 
> 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread parafin
Let's not make it sound like there's just one stubborn person who wants
this and everybody else hate the game. I'm all for having an easter egg
in DT too, and there are people who like it.


On Mon, 01 Apr 2019 17:38:14 +0200
Pascal Obry  wrote:

> Le lundi 01 avril 2019 à 13:58 +0100, Jim Robinson a écrit :
> > This 'joke' was removed from the master code about 3 weeks ago, but then 
> > someone put it back!  
> 
> Indeed, I a PR was proposed and I did accept it. But one dev insist on
> having this in dt!
> 
> I have just push a commit which propose a preference to disable once
> for all this game!
> 
> At least users will have a choice about this!
> 
> -- 
>   Pascal Obry /  Magny Les Hameaux (78)
> 
>   The best way to travel is by means of imagination
> 
>   http://www.obry.net
> 
>   gpg --keyserver keys.gnupg.net --recv-key F949BD3B
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org
> 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Bernhard

That's from last years diskussion:


Tobias Ellinghaus schrieb am 02.04.2018 um 23:22:
> Am Montag, 2. April 2018, 22:35:05 CEST schrieb Bernhard:
>> Tobias Ellinghaus schrieb am 02.04.2018 um 22:29:
>>> Just using ctrl-q to close darktable, i.e., the same way you 
normally do
>>> it, should have worked. And on the next start it will be back to 
normal.

>> confirmed - this is the way I handled this.
>>
>> But: I could not figure out how to play this game and was somewhat
>> disappointed about this doing just nothing ...
> Space is starting the game and firing, left/right arrows will move.
Thanks a lot - will look forward to next year's April 1st


I tried to follow the advice but could not get this working as I could 
not enter the 1 or 2 players figure - no reaction there.

(And I put this into my calendar since I wanted to try it out ... ).

--

regards
Bernhard

https://www.bilddateien.de

Romano Giannetti schrieb am 01.04.19 um 15:24:

On 01/04/2019 14:58, Jim Robinson wrote:
This 'joke' was removed from the master code about 3 weeks ago, but 
then someone put it back!


Really? No! :-(... My daughter loves it; I have a photo editing 
session fixed every April 1st with her so she can play invaders... I 
hope the code is just disabled and that I can activate it with the 
secret sequence...


Romano




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Michael Rasmussen
On Mon, 01 Apr 2019 17:38:14 +0200
Pascal Obry  wrote:

> 
> At least users will have a choice about this!
> 
This is the important point. At least users should have a way to switch
it off or some other way be warned what will happen the first time
they open DT every April 1.


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
  A little pain never hurt anyone.


pgpGAdAqUo964.pgp
Description: OpenPGP digital signature


Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Willy Williams

Thank you, Pascal!

On 4/1/2019 at 11:41, Pascal Obry wrote:

Le lundi 01 avril 2019 à 15:24 +0200, Romano Giannetti a écrit :

On 01/04/2019 14:58, Jim Robinson wrote:

This 'joke' was removed from the master code about 3 weeks ago, but then 
someone put it back!
  
Really? No! :-(... My daughter loves it; I have a photo editing session fixed every April 1st with her so she can play invaders... I hope the code is just disabled and that I can activate it with the secret sequence...

I suppose you can download a game like this somewhere... It has nothing
to do in dt and eventually if run once but every years, not way!

Anyway there is a pref, by default the game is run so your daughter
will still enjoy this. As a photographer I don't way this to be run
without me asking for it.




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Pascal Obry
Le lundi 01 avril 2019 à 15:24 +0200, Romano Giannetti a écrit :
> On 01/04/2019 14:58, Jim Robinson wrote:
> > This 'joke' was removed from the master code about 3 weeks ago, but then 
> > someone put it back!
>  
> Really? No! :-(... My daughter loves it; I have a photo editing session fixed 
> every April 1st with her so she can play invaders... I hope the code is just 
> disabled and that I can activate it with the secret sequence... 

I suppose you can download a game like this somewhere... It has nothing
to do in dt and eventually if run once but every years, not way!

Anyway there is a pref, by default the game is run so your daughter
will still enjoy this. As a photographer I don't way this to be run
without me asking for it.

-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Pascal Obry
Le lundi 01 avril 2019 à 13:58 +0100, Jim Robinson a écrit :
> This 'joke' was removed from the master code about 3 weeks ago, but then 
> someone put it back!

Indeed, I a PR was proposed and I did accept it. But one dev insist on
having this in dt!

I have just push a commit which propose a preference to disable once
for all this game!

At least users will have a choice about this!

-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Romano Giannetti

On 01/04/2019 14:58, Jim Robinson wrote:
This 'joke' was removed from the master code about 3 weeks ago, but 
then someone put it back!


Really? No! :-(... My daughter loves it; I have a photo editing session 
fixed every April 1st with her so she can play invaders... I hope the 
code is just disabled and that I can activate it with the secret 
sequence...


Romano

--
--
Romano Giannetti
http://www.rgtti.com/



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Willy Williams
Had the same thing happen here on dt 2.6.2 on Win 10 Pro, and on dt 
2.6.1 on Ubuntu Linux 18.04 LTS.


Willy

--

 "There are no bad pictures; that's just how your face looks sometimes."

 - Abraham Lincoln

--

On 4/1/19 8:43 AM, Kneops wrote:
I just opened DT for the first time today (version 2.6.1) and I got a 
black screen and at the top some digital numbers (4 digits, all set to 
zero: ) and the words High Score, as if it was some very old MSDOS 
game starting up. I quickly quit DT and restarted a few times and 
never got to see this screen again.


I'm on Linux Mint 19.
 


darktable user mailing list
to unsubscribe send a mail to 
darktable-user+unsubscr...@lists.darktable.org






darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Kneops
I can understand why it was removed, this is not the place for an april 
fools joke. But I'm glad DT is not hacked 






Op 01-04-19 om 14:58 schreef Jim Robinson:
This 'joke' was removed from the master code about 3 weeks ago, but 
then someone put it back!


On Mon, 1 Apr 2019 at 13:50, Kneops > wrote:


Really? .
Than this is the first one for me today and I wonder how this is
possible. Is this programmed into version 2.6.1? I can't imagine.
I really thought I was hacked...




Op 01-04-19 om 14:47 schreef Colin Adams:

That will be the regular stupid April Fools "joke".

On Mon, 1 Apr 2019 at 13:44, Kneops mailto:kne...@gmail.com>> wrote:

I just opened DT for the first time today (version 2.6.1) and
I got a
black screen and at the top some digital numbers (4 digits,
all set to
zero: ) and the words High Score, as if it was some very
old MSDOS
game starting up. I quickly quit DT and restarted a few times
and never
got to see this screen again.

I'm on Linux Mint 19.


darktable user mailing list
to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org






darktable user mailing list to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org






darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Jim Robinson
This 'joke' was removed from the master code about 3 weeks ago, but then
someone put it back!

On Mon, 1 Apr 2019 at 13:50, Kneops  wrote:

> Really? [image: ].
> Than this is the first one for me today and I wonder how this is possible.
> Is this programmed into version 2.6.1? I can't imagine.
> I really thought I was hacked...
>
>
>
>
> Op 01-04-19 om 14:47 schreef Colin Adams:
>
> That will be the regular stupid April Fools "joke".
>
> On Mon, 1 Apr 2019 at 13:44, Kneops  wrote:
>
>> I just opened DT for the first time today (version 2.6.1) and I got a
>> black screen and at the top some digital numbers (4 digits, all set to
>> zero: ) and the words High Score, as if it was some very old MSDOS
>> game starting up. I quickly quit DT and restarted a few times and never
>> got to see this screen again.
>>
>> I'm on Linux Mint 19.
>>
>> 
>> darktable user mailing list
>> to unsubscribe send a mail to
>> darktable-user+unsubscr...@lists.darktable.org
>>
>>
>
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Kneops

Really? .
Than this is the first one for me today and I wonder how this is 
possible. Is this programmed into version 2.6.1? I can't imagine.

I really thought I was hacked...




Op 01-04-19 om 14:47 schreef Colin Adams:

That will be the regular stupid April Fools "joke".

On Mon, 1 Apr 2019 at 13:44, Kneops > wrote:


I just opened DT for the first time today (version 2.6.1) and I got a
black screen and at the top some digital numbers (4 digits, all
set to
zero: ) and the words High Score, as if it was some very old
MSDOS
game starting up. I quickly quit DT and restarted a few times and
never
got to see this screen again.

I'm on Linux Mint 19.

darktable user mailing list
to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org






darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Colin Adams
That will be the regular stupid April Fools "joke".

On Mon, 1 Apr 2019 at 13:44, Kneops  wrote:

> I just opened DT for the first time today (version 2.6.1) and I got a
> black screen and at the top some digital numbers (4 digits, all set to
> zero: ) and the words High Score, as if it was some very old MSDOS
> game starting up. I quickly quit DT and restarted a few times and never
> got to see this screen again.
>
> I'm on Linux Mint 19.
>
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

[darktable-user] Weird black openingscreen DT with digital score

2019-04-01 Thread Kneops
I just opened DT for the first time today (version 2.6.1) and I got a 
black screen and at the top some digital numbers (4 digits, all set to 
zero: ) and the words High Score, as if it was some very old MSDOS 
game starting up. I quickly quit DT and restarted a few times and never 
got to see this screen again.


I'm on Linux Mint 19.

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org