Re: [darktable-user] Unexpected behavior of copy and paste

2018-02-10 Thread Christian Tellefsen
> Hi,
>
> in my workflow in darkroom mode there is a lot of ctrl+c - space - ctrl+v.
>
> I would expect that ctrl+c means copy all adjustments up to then.
>
> If I activate additional modules after pressing ctrl+c they will all be
> inserted by pressing ctrl+v.

When I need that behaviour I typicallu use shift+ctrl+c or shift+ctrl+v.
This allows selecting each module to copy.


Regards,

Christian


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



[darktable-user] Unexpected behavior of copy and paste

2018-02-10 Thread thokster

Hi,

in my workflow in darkroom mode there is a lot of ctrl+c - space - ctrl+v.

I would expect that ctrl+c means copy all adjustments up to then.

If I activate additional modules after pressing ctrl+c they will all be 
inserted by pressing ctrl+v.


Can anybody confirm this behavior?

Is this intentionally?


regards

thorsten


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



[darktable-user] CPU vs Open CL

2018-02-10 Thread I. Ivanov

Hi Guys,

I have a very old laptop dell xps model 2011
Ubuntu 16.04
GeForce GT 525M

I know that using CPU is faster than Open CL.

Question - If I am to use one or more applications on the background 
(Thunderbird, Firefox) - would I have any benefit at all using Open CL? 
Reasoning - instead of everything competing for the CPU some would be 
offset by utilizing the GPU.


My expectation is that even DT would be slower comparing to CPU - it 
would be actually faster (specifically when editing) because fewer 
resources are targeting the CPU.


Am I on the right path or I should simply forget about Open CL on my old 
machine?


Thank you,

B


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



Re: [darktable-user] Compile dt with lua support

2018-02-10 Thread Jean-Luc Lacroix

Yes on Debian (stretch) too. Found the missing liblua5.3-dev package and...

this is darktable 2.4.1
copyright (c) 2009-2018 johannes hanika
darktable-...@lists.darktable.org

compile options:
  bit depth is 64 bit
  normal build
  SSE2 optimized codepath enabled
  OpenMP support enabled
  OpenCL support enabled
  Lua support enabled, API version 5.0.0
  Colord support enabled
  gPhoto2 support enabled
  GraphicsMagick support enabled
  OpenEXR support enabled


@Thobias, Patrick and Remco: thanks for this reactive support.

Cheers.

Jean-Luc

On 10/02/18 15:36, Tobias Ellinghaus wrote:

Am Samstag, 10. Februar 2018, 15:17:31 CET schrieb Jean-Luc Lacroix:

Relevant message from the compile run:

   * Lua support: System library for lua 5.3 not found (to use darktable's
   * version use -DDONT_USE_INTERNAL_LUA=Off)

Lua packages installed:

i A liblua5.2-0 - Shared library for the Lua interpreter version 5.2
i A liblua5.3-0 - Shared library for the Lua interpreter version 5.3
i A lua-bitop - fast bit manipulation library for the Lua language
i A lua-expat - libexpat bindings for the Lua language
i A lua-json - JSON decoder/encoder for Lua
i A lua-lpeg - LPeg library for the Lua language
i A lua-socket - TCP/UDP socket library for the Lua language
i  lua5.3 - Simple, extensible, embeddable programming language


Any other Lua package that I should install?


You would need some dev package. On Debian that's liblua5.3-dev. No idea what
you are using and what it's called there.


Cheers.

Jean-Luc


Tobias

[...]



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



Re: [darktable-user] 'Lighttable' doesn't show latest version of the photo in current 'Darkroom' view

2018-02-10 Thread Patrick Shanahan
* Martin  [02-10-18 09:51]:
> Hello everyone,
> 
> thank you very much for this awesome software!
> 
> I'm still getting used to darktable (v. 2.4.1) but have gone through editing
> some photos and exporting them afterwards.
> 
> Now like always I edited a photo in the "darkroom" view and then click on
> "lighttable" to export it.
> 
> But it does show me some older state or a state missing some modifications
> for exporting rather then the version with the full stack of my
> modifications. I can go back and forth between the two views, take snapshots
> etc. but what I want is to export my photo exactly like I see it in the
> "darkroom", but I can't.
> 
> What am I doing wrong?
> 
> I first posted it including screenshots on 
> https://askubuntu.com/questions/1004744/darktable-cannot-export-latest-darkroom-version-of-photo-as-lightable-shows
> 
> but I think not many users are active there.

you can export the displayed file directly from darkroom view using
, unless you have changed the key shortcuts.

I have not experienced what you describe, so cannot comment there.

you can get answers on freenode-irc, #darktable

-- 
(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] Compile dt with lua support

2018-02-10 Thread Remco Viëtor
On samedi 10 février 2018 15:17:31 CET Jean-Luc Lacroix wrote:
> Relevant message from the compile run:
> 
>   * Lua support: System library for lua 5.3 not found (to use darktable's
>   * version use -DDONT_USE_INTERNAL_LUA=Off)
> 
> Lua packages installed:
> 
> i A liblua5.2-0 - Shared library for the Lua interpreter version 5.2
> i A liblua5.3-0 - Shared library for the Lua interpreter version 5.3
> i A lua-bitop - fast bit manipulation library for the Lua language
> i A lua-expat - libexpat bindings for the Lua language
> i A lua-json - JSON decoder/encoder for Lua
> i A lua-lpeg - LPeg library for the Lua language
> i A lua-socket - TCP/UDP socket library for the Lua language
> i  lua5.3 - Simple, extensible, embeddable programming language
> 
> 
> Any other Lua package that I should install?

Yes, but no idea which one(s), as you don't tell us what OS/distribution/
version you use.

For me, on OpenSUse, I'd need lua-devel to compile anything using lua, so 
perhaps something similar exists for your system (liblua5.3-dev?). Make sure 
you use the same version for the development package as the library that will 
be used (or you risk getting at best linking errors and at worst crashes).

Remco



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



[darktable-user] 'Lighttable' doesn't show latest version of the photo in current 'Darkroom' view

2018-02-10 Thread Martin

Hello everyone,

thank you very much for this awesome software!

I'm still getting used to darktable (v. 2.4.1) but have gone through editing 
some photos and exporting them afterwards.


Now like always I edited a photo in the "darkroom" view and then click on 
"lighttable" to export it.


But it does show me some older state or a state missing some modifications for 
exporting rather then the version with the full stack of my modifications. I can 
go back and forth between the two views, take snapshots etc. but what I want is 
to export my photo exactly like I see it in the "darkroom", but I can't.


What am I doing wrong?

I first posted it including screenshots on 
https://askubuntu.com/questions/1004744/darktable-cannot-export-latest-darkroom-version-of-photo-as-lightable-shows


but I think not many users are active there.

Thank you very much in advance!

Best regards,
Martin



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



Re: [darktable-user] Compile dt with lua support

2018-02-10 Thread Patrick Shanahan
* Tobias Ellinghaus  [02-10-18 09:38]:
> Am Samstag, 10. Februar 2018, 15:17:31 CET schrieb Jean-Luc Lacroix:
> > Relevant message from the compile run:
> > 
> >   * Lua support: System library for lua 5.3 not found (to use darktable's
> >   * version use -DDONT_USE_INTERNAL_LUA=Off)
> > 
> > Lua packages installed:
> > 
> > i A liblua5.2-0 - Shared library for the Lua interpreter version 5.2
> > i A liblua5.3-0 - Shared library for the Lua interpreter version 5.3
> > i A lua-bitop - fast bit manipulation library for the Lua language
> > i A lua-expat - libexpat bindings for the Lua language
> > i A lua-json - JSON decoder/encoder for Lua
> > i A lua-lpeg - LPeg library for the Lua language
> > i A lua-socket - TCP/UDP socket library for the Lua language
> > i  lua5.3 - Simple, extensible, embeddable programming language
> > 
> > 
> > Any other Lua package that I should install?
> 
> You would need some dev package. On Debian that's liblua5.3-dev. No idea what 
> you are using and what it's called there.
> 
> > Cheers.
> > 
> > Jean-Luc
> 
> Tobias
> 
> [...]

perhaps lua53-devel



-- 
(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] Compile dt with lua support

2018-02-10 Thread Tobias Ellinghaus
Am Samstag, 10. Februar 2018, 15:17:31 CET schrieb Jean-Luc Lacroix:
> Relevant message from the compile run:
> 
>   * Lua support: System library for lua 5.3 not found (to use darktable's
>   * version use -DDONT_USE_INTERNAL_LUA=Off)
> 
> Lua packages installed:
> 
> i A liblua5.2-0 - Shared library for the Lua interpreter version 5.2
> i A liblua5.3-0 - Shared library for the Lua interpreter version 5.3
> i A lua-bitop - fast bit manipulation library for the Lua language
> i A lua-expat - libexpat bindings for the Lua language
> i A lua-json - JSON decoder/encoder for Lua
> i A lua-lpeg - LPeg library for the Lua language
> i A lua-socket - TCP/UDP socket library for the Lua language
> i  lua5.3 - Simple, extensible, embeddable programming language
> 
> 
> Any other Lua package that I should install?

You would need some dev package. On Debian that's liblua5.3-dev. No idea what 
you are using and what it's called there.

> Cheers.
> 
> Jean-Luc

Tobias

[...]

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


Re: [darktable-user] Compile dt with lua support

2018-02-10 Thread Jean-Luc Lacroix

Relevant message from the compile run:

 * Lua support: System library for lua 5.3 not found (to use darktable's
 * version use -DDONT_USE_INTERNAL_LUA=Off)

Lua packages installed:

i A liblua5.2-0 - Shared library for the Lua interpreter version 5.2
i A liblua5.3-0 - Shared library for the Lua interpreter version 5.3
i A lua-bitop - fast bit manipulation library for the Lua language
i A lua-expat - libexpat bindings for the Lua language
i A lua-json - JSON decoder/encoder for Lua
i A lua-lpeg - LPeg library for the Lua language
i A lua-socket - TCP/UDP socket library for the Lua language
i  lua5.3 - Simple, extensible, embeddable programming language


Any other Lua package that I should install?

Cheers.

Jean-Luc

On 10/02/18 14:49, Remco Viëtor wrote:

On samedi 10 février 2018 14:00:54 CET Jean-Luc Lacroix wrote:

Just tried to compile the latest version 2.5.0:

this is darktable 2.5.0+218~g41cf89ff4
copyright (c) 2009-2018 johannes hanika
darktable-...@lists.darktable.org

compile options:
bit depth is 64 bit
normal build
SSE2 optimized codepath enabled
OpenMP support enabled
OpenCL support enabled
Lua support disabled
Colord support disabled
gPhoto2 support disabled
GraphicsMagick support disabled
OpenEXR support disabled

Jean-Luc

On 10/02/18 13:38, Jean-Luc Lacroix wrote:

Same result after recompile. Anything in the make file to change?

Jean-Luc

On 10/02/18 11:01, Tobias Ellinghaus wrote:

Am Freitag, 9. Februar 2018, 21:53:37 CET schrieb Jean-Luc Lacroix:

I have compiled dt using the build.sh but when I run darktable --version
I get

this is darktable 2.4.0
copyright (c) 2009-2017 johannes hanika
darktable-...@lists.darktable.org

compile options:
 bit depth is 64 bit
 normal build
 SSE2 optimized codepath enabled
 OpenMP support enabled
 OpenCL support enabled
 Lua support disabled
 Colord support disabled
 gPhoto2 support disabled
 GraphicsMagick support disabled
 OpenEXR support disabled

I have lua 5.2 and 5.3 installed.

How can I compile with all options enabled.


Try deleting the build/ folder and then run the build script again.


Jean-Luc


Tobias


__
__

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

Compilation didn't give any messages? Usually those give a hint why a specific
feature isn't enabled (e.g. header files missing or not found, due to missing
dev packages)

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



Re: [darktable-user] Compile dt with lua support

2018-02-10 Thread Remco Viëtor
On samedi 10 février 2018 14:00:54 CET Jean-Luc Lacroix wrote:
> Just tried to compile the latest version 2.5.0:
> 
> this is darktable 2.5.0+218~g41cf89ff4
> copyright (c) 2009-2018 johannes hanika
> darktable-...@lists.darktable.org
> 
> compile options:
>bit depth is 64 bit
>normal build
>SSE2 optimized codepath enabled
>OpenMP support enabled
>OpenCL support enabled
>Lua support disabled
>Colord support disabled
>gPhoto2 support disabled
>GraphicsMagick support disabled
>OpenEXR support disabled
> 
> Jean-Luc
> 
> On 10/02/18 13:38, Jean-Luc Lacroix wrote:
> > Same result after recompile. Anything in the make file to change?
> > 
> > Jean-Luc
> > 
> > On 10/02/18 11:01, Tobias Ellinghaus wrote:
> >> Am Freitag, 9. Februar 2018, 21:53:37 CET schrieb Jean-Luc Lacroix:
> >>> I have compiled dt using the build.sh but when I run darktable --version
> >>> I get
> >>> 
> >>> this is darktable 2.4.0
> >>> copyright (c) 2009-2017 johannes hanika
> >>> darktable-...@lists.darktable.org
> >>> 
> >>> compile options:
> >>> bit depth is 64 bit
> >>> normal build
> >>> SSE2 optimized codepath enabled
> >>> OpenMP support enabled
> >>> OpenCL support enabled
> >>> Lua support disabled
> >>> Colord support disabled
> >>> gPhoto2 support disabled
> >>> GraphicsMagick support disabled
> >>> OpenEXR support disabled
> >>> 
> >>> I have lua 5.2 and 5.3 installed.
> >>> 
> >>> How can I compile with all options enabled.
> >> 
> >> Try deleting the build/ folder and then run the build script again.
> >> 
> >>> Jean-Luc
> >> 
> >> Tobias
> > 
> > __
> > __
> > 
> > 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
Compilation didn't give any messages? Usually those give a hint why a specific 
feature isn't enabled (e.g. header files missing or not found, due to missing 
dev packages)

Remco


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



Re: [darktable-user] Compile dt with lua support

2018-02-10 Thread Jean-Luc Lacroix

Just tried to compile the latest version 2.5.0:

this is darktable 2.5.0+218~g41cf89ff4
copyright (c) 2009-2018 johannes hanika
darktable-...@lists.darktable.org

compile options:
  bit depth is 64 bit
  normal build
  SSE2 optimized codepath enabled
  OpenMP support enabled
  OpenCL support enabled
  Lua support disabled
  Colord support disabled
  gPhoto2 support disabled
  GraphicsMagick support disabled
  OpenEXR support disabled

Jean-Luc

On 10/02/18 13:38, Jean-Luc Lacroix wrote:

Same result after recompile. Anything in the make file to change?

Jean-Luc

On 10/02/18 11:01, Tobias Ellinghaus wrote:

Am Freitag, 9. Februar 2018, 21:53:37 CET schrieb Jean-Luc Lacroix:

I have compiled dt using the build.sh but when I run darktable --version
I get

this is darktable 2.4.0
copyright (c) 2009-2017 johannes hanika
darktable-...@lists.darktable.org

compile options:
    bit depth is 64 bit
    normal build
    SSE2 optimized codepath enabled
    OpenMP support enabled
    OpenCL support enabled
    Lua support disabled
    Colord support disabled
    gPhoto2 support disabled
    GraphicsMagick support disabled
    OpenEXR support disabled

I have lua 5.2 and 5.3 installed.

How can I compile with all options enabled.


Try deleting the build/ folder and then run the build script again.


Jean-Luc


Tobias

 


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] Compile dt with lua support

2018-02-10 Thread Jean-Luc Lacroix

Same result after recompile. Anything in the make file to change?

Jean-Luc

On 10/02/18 11:01, Tobias Ellinghaus wrote:

Am Freitag, 9. Februar 2018, 21:53:37 CET schrieb Jean-Luc Lacroix:

I have compiled dt using the build.sh but when I run darktable --version
I get

this is darktable 2.4.0
copyright (c) 2009-2017 johannes hanika
darktable-...@lists.darktable.org

compile options:
bit depth is 64 bit
normal build
SSE2 optimized codepath enabled
OpenMP support enabled
OpenCL support enabled
Lua support disabled
Colord support disabled
gPhoto2 support disabled
GraphicsMagick support disabled
OpenEXR support disabled

I have lua 5.2 and 5.3 installed.

How can I compile with all options enabled.


Try deleting the build/ folder and then run the build script again.


Jean-Luc


Tobias



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



Re: [darktable-user] Beignet with dt

2018-02-10 Thread Tobias Ellinghaus
Am Samstag, 10. Februar 2018, 12:28:20 CET schrieb David Vincent-Jones:
> I am running OpenSUSE Tumbleweed on a laptop with an Intel Core i7
> 6500U. Can anybody advise experience with Beignet for OpenCL on a
> similar setup. I wish to avoid the proprietary Intel drivers.

Last time I tried Beignet wasn't usable with darktable. It was slower than the 
regular CPU code paths and gave wrong results. That's why it's blacklisted in 
darktable.

> David

Tobias

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


[darktable-user] Beignet with dt

2018-02-10 Thread David Vincent-Jones
I am running OpenSUSE Tumbleweed on a laptop with an Intel Core i7
6500U. Can anybody advise experience with Beignet for OpenCL on a
similar setup. I wish to avoid the proprietary Intel drivers.

David


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



Re: [darktable-user] Compile dt with lua support

2018-02-10 Thread Tobias Ellinghaus
Am Freitag, 9. Februar 2018, 21:53:37 CET schrieb Jean-Luc Lacroix:
> I have compiled dt using the build.sh but when I run darktable --version
> I get
> 
> this is darktable 2.4.0
> copyright (c) 2009-2017 johannes hanika
> darktable-...@lists.darktable.org
> 
> compile options:
>bit depth is 64 bit
>normal build
>SSE2 optimized codepath enabled
>OpenMP support enabled
>OpenCL support enabled
>Lua support disabled
>Colord support disabled
>gPhoto2 support disabled
>GraphicsMagick support disabled
>OpenEXR support disabled
> 
> I have lua 5.2 and 5.3 installed.
> 
> How can I compile with all options enabled.

Try deleting the build/ folder and then run the build script again.

> Jean-Luc

Tobias

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