Re: [darktable-user] 3.0 (for Guido)

2020-01-14 Thread Hervé Sainct
Thank you Guido, that's perfect.

In addition, I'm now more motivated to switch to Debian 10, which is
still adventurous for me ;-)

Thanks again,

H.

Le 13/01/2020 à 21:39, Guido Scholz a écrit :
> Am Fri, 10. Jan 2020 um 18:36:57 +0100 schrieb Hervé Sainct:
>
> Hi Hervé,
>
>> Guido, I too was extremely interested, and (being quite the newbie) I
>> tried.
>>
>> Everything goes well until the 'fakeroot' build command, where I get
>>
>> (a) a long series of warning about Lua* and then
>>
>> (b) an error 2 fatal failure as 'the recipe for target "
>> override_dh_auto_configure " has failed'
>>
>> I am unable to interpret what this override failure means... If you have
>> any advice...
> sorry for the delay but I had to try some things first. So my decription
> above worked on a Ubuntu 19.10 but obviously not on a 18.04 or Mint
> 19.3. Attached you find an other control file set, which does the job on
> those distributions and should work on your 9.11 as well.
>
> To get things done safe this file (darktable_3.0.0-2.debian.tar.xz) to
> your ~/src/debian directory and follow this description:
>
>
> # goto directory
> cd ~/src/debian
>
> # remove original control file set
> rm darktable_3.0.0-1.debian.tar.xz
>
> # remove used source code directory
> rm -rf darktable-3.0.0
>
> # freshly restart the building process
> tar -xf darktable_3.0.0.orig.tar.xz
> cd darktable-3.0.0
> tar -xf ../darktable_3.0.0-2.debian.tar.xz
>
> # build package
> dpkg-buildpackage -rfakeroot  -uc -us
> cd ..
>
> #install package
> sudo dpkg -i darktable_3.0.0-1_amd64.deb
>
>
> Guido
>



signature.asc
Description: OpenPGP digital signature


Re: [darktable-user] 3.0 (for Guido)

2020-01-13 Thread Guido Scholz
Am Fri, 10. Jan 2020 um 18:36:57 +0100 schrieb Hervé Sainct:

Hi Hervé,

> Guido, I too was extremely interested, and (being quite the newbie) I
> tried.
> 
> Everything goes well until the 'fakeroot' build command, where I get
> 
> (a) a long series of warning about Lua* and then
> 
> (b) an error 2 fatal failure as 'the recipe for target "
> override_dh_auto_configure " has failed'
> 
> I am unable to interpret what this override failure means... If you have
> any advice...

sorry for the delay but I had to try some things first. So my decription
above worked on a Ubuntu 19.10 but obviously not on a 18.04 or Mint
19.3. Attached you find an other control file set, which does the job on
those distributions and should work on your 9.11 as well.

To get things done safe this file (darktable_3.0.0-2.debian.tar.xz) to
your ~/src/debian directory and follow this description:


# goto directory
cd ~/src/debian

# remove original control file set
rm darktable_3.0.0-1.debian.tar.xz

# remove used source code directory
rm -rf darktable-3.0.0

# freshly restart the building process
tar -xf darktable_3.0.0.orig.tar.xz
cd darktable-3.0.0
tar -xf ../darktable_3.0.0-2.debian.tar.xz

# build package
dpkg-buildpackage -rfakeroot  -uc -us
cd ..

#install package
sudo dpkg -i darktable_3.0.0-1_amd64.deb


Guido

-- 
http://wie-im-flug.net/
http://www.lug-burghausen.org/


darktable_3.0.0-2.debian.tar.xz
Description: application/xz


signature.asc
Description: PGP signature


Re: [darktable-user] 3.0 config questions

2020-01-10 Thread jys



On Fri, Jan 10, 2020, at 10:11, dt-l...@stefan-klinger.de wrote:
> jys (2020-Jan-09, excerpt):
> > If you're using a darktable version from after the panel-dragging
> > was added, you should also have numbered versions of those,
> > something like:
> >
> >  darkroom/ui/0/panels_collapse_controls=FALSE
> >  lighttable/ui/1/panels_collapse_controls=FALSE
> 
> Interesting, thank you!
> 
> They did not appear though, until I deleted the existing
> `~/.config/darktable/darktablerc` and restarted Darktable.

Interesting, maybe they aren't added until a certain state change, not sure...

> Which of them are dispensable?  And what do the numbers mean?  And how
> to disable in Slideshow and Print?

The numbers a due to per-view-state settings, see here:
 https://github.com/darktable-org/darktable/pull/3726#issuecomment-568932725

I personally just set them all to FALSE. :-)

-- 
jys

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



Re: [darktable-user] 3.0 config questions

2020-01-10 Thread dt-list
jys (2020-Jan-09, excerpt):
> If you're using a darktable version from after the panel-dragging
> was added, you should also have numbered versions of those,
> something like:
>
>  darkroom/ui/0/panels_collapse_controls=FALSE
>  lighttable/ui/1/panels_collapse_controls=FALSE

Interesting, thank you!

They did not appear though, until I deleted the existing
`~/.config/darktable/darktablerc` and restarted Darktable.  And I had
to go to darkroom to make that setting show up.  I have now

$ grep panels_collapse_controls ~/.config/darktable/darktablerc
darkroom/ui/0/panels_collapse_controls=FALSE
darkroom/ui/panels_collapse_controls=FALSE
lighttable/ui/1/panels_collapse_controls=FALSE
lighttable/ui/panels_collapse_controls=FALSE
lighttable/ui/preview/panels_collapse_controls=FALSE
slideshow/ui/panels_collapse_controls=TRUE

Which of them are dispensable?  And what do the numbers mean?  And how
to disable in Slideshow and Print?

Thanks
Stefan


-- 
Dr. Stefan Klinger -- Informatiker, Mathematiker  o/X
https://stefan-klinger.de /\/
I prefer receiving plain text messages, not exceeding 32kB. \

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



Re: [darktable-user] 3.0 (for Guido)

2020-01-10 Thread Hervé Sainct
On 08/01/2020 20:28, Guido Scholz wrote :

> Instead of waiting for an updated ppa package, you can easily build your own 
> package
> based on the debian experimental source packages like this, does not take 
> more than
> five minutes: (...)

Guido, I too was extremely interested, and (being quite the newbie) I
tried.

Everything goes well until the 'fakeroot' build command, where I get

(a) a long series of warning about Lua* and then

(b) an error 2 fatal failure as 'the recipe for target "
override_dh_auto_configure " has failed'

I am unable to interpret what this override failure means... If you have
any advice...

Hervé

(*) the Lua error is (in french here, 'avertissement' means 'warning') :

dpkg-source: avertissement: suppression du répertoire src/external/lua
ignorée
dpkg-source: avertissement: suppression du fichier
src/external/lua/Makefile ignorée, utilisez --include-removal pour la
prendre en compte

(followed by a long range of similar warnings)

I am on Debian 9.11...



Hervé
-- 
herve.sai...@laposte.net



signature.asc
Description: OpenPGP digital signature


Re: [darktable-user] 3.0 config questions

2020-01-09 Thread jys
On Thu, Jan 9, 2020, at 13:52, Stefan Klinger wrote:

> How can I diasble the arrows and the small strip at the edges of the
> monitor?  I still have
> 
> $ grep panels_collapse_controls ~/.config/darktable/darktablerc
> darkroom/ui/panels_collapse_controls=FALSE
> lighttable/ui/panels_collapse_controls=FALSE
> 
> but that seems to be ignored in version 3.0.  I can switch them off by
> pressing B, but after a restart they're back again.

If you're using a darktable version from after the panel-dragging was added, 
you should also have numbered versions of those, something like:

 darkroom/ui/0/panels_collapse_controls=FALSE
 lighttable/ui/1/panels_collapse_controls=FALSE

-- 
jys

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



[darktable-user] 3.0 config questions

2020-01-09 Thread Stefan Klinger
Hi,

lhanks for making it possible to change the CSS during runtime.

Thanks for making the highlighting of selected text more visible!

Thanks for providing a lighter theme!

Wooho! I can change the width of the side panels by dragging!


But I also have some questions regarding the new version:

-1-

How can I diasble the arrows and the small strip at the edges of the
monitor?  I still have

$ grep panels_collapse_controls ~/.config/darktable/darktablerc
darkroom/ui/panels_collapse_controls=FALSE
lighttable/ui/panels_collapse_controls=FALSE

but that seems to be ignored in version 3.0.  I can switch them off by
pressing B, but after a restart they're back again.

-2-

I have Ctrl+Down bound to toggle the bottom panel.  But it now seems
not to toggle a panel, but instead cycle through all different
configurations.  Same for the top panel.  I like the old way better, I
find it more predictable how often I have to press a button to see
something, or to see nothing.  Like Ctrl+F predictably switching the
film stip on or off, or Ctrl+H for the header.  Can I have real
toggling back plz?

Btw: Clicking on the panel controls (the frame areas with the arrows)
sometimes does nothing.  I have to move the mouse a little to se an
effect.  This has been there with the old version as well.

-3-

The thumbnails have a gradient at the bottom edge.  I assume that's
defined in the CSS files, but I could not find it.  Can I disable
this?  I prefer the more flat look.


Thanks
Stefan


-- 
Dr. Stefan Klinger -- Informatiker, Mathematiker  o/X
https://stefan-klinger.de /\/
I prefer receiving plain text messages, not exceeding 32kB. \

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



Re: [darktable-user] 3.0 (on building, for Guido)

2020-01-09 Thread Hervé Sainct
On 08/01/2020 20:28, Guido Scholz wrote :

> Instead of waiting for an updated ppa package, you can easily build your own 
> package
> based on the debian experimental source packages like this, does not take 
> more than
> five minutes: (...)

Guido, I too was extremely interested, and (being quite the newbie) I
tried.

Everything goes well until the 'fakeroot' build command, where I get

(a) a long series of warning about Lua* and then

(b) an error 2 fatal failure as 'the recipe for target "
override_dh_auto_configure " has failed'

I am unable to interpret what this override failure means... If you have
any advice...

Hervé

(*) the Lua error is (in french here, 'avertissement' means 'warning') :

dpkg-source: avertissement: suppression du répertoire src/external/lua
ignorée
dpkg-source: avertissement: suppression du fichier
src/external/lua/Makefile ignorée, utilisez --include-removal pour la
prendre en compte

(followed by a long range of similar warnings)

I am on Debian 9.11...





signature.asc
Description: OpenPGP digital signature


Re: [darktable-user] 3.0

2020-01-08 Thread Guido Scholz
Am Mon, 06. Jan 2020 um 21:01:04 -0500 schrieb Michael:

Hi Michael,

> So I'm thinking I want to compile 3.0 (getting tired of waiting for
> pascal to update his ppa). So I'm lost 


Instead of waiting for an updated ppa package, you can easily build your own 
package
based on the debian experimental source packages like this, does not take more 
than
five minutes:

8<---

# step by step instruction how to build darktable 3.0.0 debian/Ubuntu
# package
#
# create directory for package building
mkdir -p ~/src/debian
cd ~/src/debian

# download debian source packages
wget 
http://deb.debian.org/debian/pool/main/d/darktable/darktable_3.0.0.orig.tar.xz
wget 
http://deb.debian.org/debian/pool/main/d/darktable/darktable_3.0.0-1.debian.tar.xz

# extract content
tar -xf darktable_3.0.0.orig.tar.xz
cd darktable-3.0.0
tar -xf ../darktable_3.0.0-1.debian.tar.xz

# install tools for building debian packages
sudo apt install build-essential

# install required packages for darktable (debian/control: build-depends)
# split into several lines for better readability
sudo apt install cmake debhelper intltool libcairo2-dev libcolord-dev 
libcolord-gtk-dev
sudo apt install libcups2-dev libcurl4-gnutls-dev libexiv2-dev libflickcurl-dev
sudo apt install libglib2.0-dev libgphoto2-dev libgraphicsmagick1-dev 
libgtk-3-dev
sudo apt install libjpeg-dev libjson-glib-dev liblcms2-dev liblensfun-dev 
liblua5.3-dev
sudo apt install libopenexr-dev libopenjp2-7-dev libosmgpsmap-1.0-dev libpng-dev
sudo apt install libpugixml-dev librsvg2-dev libsecret-1-dev libsoup2.4-dev
sudo apt install libsqlite3-dev libtiff-dev libwebp-dev xsltproc

# build the darktable package
dpkg-buildpackage -rfakeroot -uc -us
cd ..

#install new package
sudo dpkg -i darktable_3.0.0-1_amd64.deb

8<---


Guido





> 
> Easy way
> 
> ./build.sh --prefix /opt/darktable --build-type Release
> 
> What about the existing darktable installation? Will it be overwritten
> or else do I need to do anything? Should I rename a copy of 2.6.3 to
> an old directory?
> 
> 
> -- 
> :-)~MIKE~(-:
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

-- 
http://wie-im-flug.net/
http://www.lug-burghausen.org/


signature.asc
Description: PGP signature


Re: [darktable-user] 3.0

2020-01-07 Thread Moritz Schallaböck
FWIW, there's an alternative repository that contains 3.0:
 
http://ubuntuhandbook.org/index.php/2019/12/install-darktable-3-0-0-ubuntu-18-04-19-10/

On Tue, Jan 7, 2020 at 3:02 AM Michael  wrote:
>
> So I'm thinking I want to compile 3.0 (getting tired of waiting for
> pascal to update his ppa). So I'm lost I went to Github and dl the
> zip but now what do I do? The instructions say:
>
> Easy way
>
> ./build.sh --prefix /opt/darktable --build-type Release
>
> What about the existing darktable installation? Will it be overwritten
> or else do I need to do anything? Should I rename a copy of 2.6.3 to
> an old directory?
>
>
> --
> :-)~MIKE~(-:
> 
> 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] 3.0

2020-01-07 Thread Bernhard




Michael schrieb am 07.01.20 um 03:01:

So I'm thinking I want to compile 3.0 (getting tired of waiting for
pascal to update his ppa). So I'm lost I went to Github and dl the
zip but now what do I do? The instructions say:

Easy way

./build.sh --prefix /opt/darktable --build-type Release

What about the existing darktable installation? Will it be overwritten
or else do I need to do anything? Should I rename a copy of 2.6.3 to
an old directory?


We had this discussion some time ago:
https://www.mail-archive.com/darktable-user@lists.darktable.org/msg06739.html

so the --prefix means that dt will be installed in a different folder so 
that your original dt 2.6.x will remain.
But: To start dt3 you also should do this with the configdir-Option so 
that the "new" darktable will have it's own profile.

And: turn .xmp off in preferences.

If you decide to stay with 3.0 or Pascal updates his ppa then you can 
delete the 2.6 config and copy the 3.0 to replace it and turn xmp on again.


--

regards
Bernhard

https://www.bilddateien.de


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



Re: [darktable-user] 3.0

2020-01-07 Thread Michael Jacobs
Hi Mike,
If you're on Linux Mint, maybe this helps :
https://forums.linuxmint.com/viewtopic.php?f=47=308397
It worked for me. !
Brgds,
Michael

On Tue, 7 Jan 2020 at 03:11, Michael  wrote:

> So I'm thinking I want to compile 3.0 (getting tired of waiting for
> pascal to update his ppa). So I'm lost I went to Github and dl the
> zip but now what do I do? The instructions say:
>
> Easy way
>
> ./build.sh --prefix /opt/darktable --build-type Release
>
> What about the existing darktable installation? Will it be overwritten
> or else do I need to do anything? Should I rename a copy of 2.6.3 to
> an old directory?
>
>
> --
> :-)~MIKE~(-:
>
> 
> 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] 3.0

2020-01-06 Thread Michael
So I'm thinking I want to compile 3.0 (getting tired of waiting for
pascal to update his ppa). So I'm lost I went to Github and dl the
zip but now what do I do? The instructions say:

Easy way

./build.sh --prefix /opt/darktable --build-type Release

What about the existing darktable installation? Will it be overwritten
or else do I need to do anything? Should I rename a copy of 2.6.3 to
an old directory?


-- 
:-)~MIKE~(-:

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