Re: [darktable-user] A weird occurrence

2023-01-09 Thread Patrick Shanahan
* Patrick Shanahan  [01-09-23 22:44]:
> * Willy Williams  [01-09-23 22:35]:
> > Thanks, Patrick,
> > 
> >     When I clicked on the link, I get this window:
> > 
> > 
> > And none of the options show the darktable shutter image.  As a reminder, I
> > am using Linux Mint and installed using a flatpak, so files are in a
> > different location than what I'm used to.  Very confusing!  Any idea what
> > the filename for that specific image is?  I can certainly search for it and
> > see where if resides, if it is there at all.
> > 
> > Willy Williams
> > 
> > 
> > 
> > On 1/9/23 12:51, Patrick Shanahan wrote:
> > > * Jean-Luc  [01-09-23 12:38]:
> > > > Le 09/01/2023 à 15:23, Willy Williams a écrit :
> > > > > I was finally able to successfully get darktable 4.2.0 to install on 
> > > > > my
> > > > > one Linux Mint machine yesterday after having had to delete virtually
> > > > > everything darktable-related from prior versions due to bogus lock 
> > > > > file
> > > > > issues.  The reinstalled product works splendidly, but I've run into a
> > > > > true confuser.  The small darktable shutter logo does not appear in 
> > > > > the
> > > > > start menu, although the text does appear, and when I pin darktable to
> > > > > the system tray, a blank space appears where the shutter should 
> > > > > appear.
> > > > > When I click on either, darktable starts and runs without a hitch.  
> > > > > It's
> > > > > just that the shutter logo is absent. Any clues as to how to remedy 
> > > > > this
> > > > > condition?
> > > > > 
> > > > > Willy Williams
> > > > > 
> > > > > -- 
> > > > > 
> > > > >    "When a photo of a person looks deep into your spirit and tells 
> > > > > you a
> > > > > thousand stories ...
> > > > >    stories from your past even before you existed, then the photo is 
> > > > > way
> > > > > above any description."
> > > > > 
> > > > >    - Sameh Elsayed
> > > > > 
> > > > > --
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > darktable user mailing list to unsubscribe send a mail to
> > > > > darktable-user+unsubscr...@lists.darktable.org
> > > > Hello Willy,
> > > > 
> > > > This happened to me when I compiled using
> > > > 
> > > > cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..
> > > > 
> > > > I solved it by putting dt in /usr instead
> > > > 
> > > > cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..
> > > > 
> > > > Hope this helps.
> > > 
> > > if plasma5/kde5, probably the icon noted in darktable.desktop is not
> > > where the file believes
> > > 
> > >  on the link and oper properties
> > > the dt logo should appear upper left
> > > you can click on that space and provide the correct location.
> > > 
> > > if you need help locating the icon, just ask
> 
> then the "flatpak" was probably deficient.
> 
> in your "normal" system, it would appear in
>   /usr/share/icons/hicolor/***/apps/darktable.png
> where the *** are the size of the icon such as 24x24.
> 
> ls -laR /usr/share/icons/hicolor/ |grep darktable
>   
> I have no idea about flatpak
> 

you possible could copy the icons into the flatpak package ??? 

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet oftc

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



Re: [darktable-user] A weird occurrence

2023-01-09 Thread Patrick Shanahan
* Willy Williams  [01-09-23 22:35]:
> Thanks, Patrick,
> 
>     When I clicked on the link, I get this window:
> 
> 
> And none of the options show the darktable shutter image.  As a reminder, I
> am using Linux Mint and installed using a flatpak, so files are in a
> different location than what I'm used to.  Very confusing!  Any idea what
> the filename for that specific image is?  I can certainly search for it and
> see where if resides, if it is there at all.
> 
> Willy Williams
> 
> 
> 
> On 1/9/23 12:51, Patrick Shanahan wrote:
> > * Jean-Luc  [01-09-23 12:38]:
> > > Le 09/01/2023 à 15:23, Willy Williams a écrit :
> > > > I was finally able to successfully get darktable 4.2.0 to install on my
> > > > one Linux Mint machine yesterday after having had to delete virtually
> > > > everything darktable-related from prior versions due to bogus lock file
> > > > issues.  The reinstalled product works splendidly, but I've run into a
> > > > true confuser.  The small darktable shutter logo does not appear in the
> > > > start menu, although the text does appear, and when I pin darktable to
> > > > the system tray, a blank space appears where the shutter should appear.
> > > > When I click on either, darktable starts and runs without a hitch.  It's
> > > > just that the shutter logo is absent. Any clues as to how to remedy this
> > > > condition?
> > > > 
> > > > Willy Williams
> > > > 
> > > > -- 
> > > > 
> > > >    "When a photo of a person looks deep into your spirit and tells you a
> > > > thousand stories ...
> > > >    stories from your past even before you existed, then the photo is way
> > > > above any description."
> > > > 
> > > >    - Sameh Elsayed
> > > > 
> > > > --
> > > > 
> > > > 
> > > > 
> > > > 
> > > > darktable user mailing list to unsubscribe send a mail to
> > > > darktable-user+unsubscr...@lists.darktable.org
> > > Hello Willy,
> > > 
> > > This happened to me when I compiled using
> > > 
> > > cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..
> > > 
> > > I solved it by putting dt in /usr instead
> > > 
> > > cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..
> > > 
> > > Hope this helps.
> > 
> > if plasma5/kde5, probably the icon noted in darktable.desktop is not
> > where the file believes
> > 
> >  on the link and oper properties
> > the dt logo should appear upper left
> > you can click on that space and provide the correct location.
> > 
> > if you need help locating the icon, just ask

then the "flatpak" was probably deficient.

in your "normal" system, it would appear in
  /usr/share/icons/hicolor/***/apps/darktable.png
where the *** are the size of the icon such as 24x24.

ls -laR /usr/share/icons/hicolor/ |grep darktable
  
I have no idea about flatpak

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet oftc

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



Re: [darktable-user] A weird occurrence

2023-01-09 Thread Willy Williams

Thanks, Patrick,

    When I clicked on the link, I get this window:


And none of the options show the darktable shutter image.  As a 
reminder, I am using Linux Mint and installed using a flatpak, so files 
are in a different location than what I'm used to.  Very confusing!  Any 
idea what the filename for that specific image is?  I can certainly 
search for it and see where if resides, if it is there at all.


Willy Williams



On 1/9/23 12:51, Patrick Shanahan wrote:

* Jean-Luc  [01-09-23 12:38]:

Le 09/01/2023 à 15:23, Willy Williams a écrit :

I was finally able to successfully get darktable 4.2.0 to install on my
one Linux Mint machine yesterday after having had to delete virtually
everything darktable-related from prior versions due to bogus lock file
issues.  The reinstalled product works splendidly, but I've run into a
true confuser.  The small darktable shutter logo does not appear in the
start menu, although the text does appear, and when I pin darktable to
the system tray, a blank space appears where the shutter should appear.
When I click on either, darktable starts and runs without a hitch.  It's
just that the shutter logo is absent. Any clues as to how to remedy this
condition?

Willy Williams

--

   "When a photo of a person looks deep into your spirit and tells you a
thousand stories ...
   stories from your past even before you existed, then the photo is way
above any description."

   - Sameh Elsayed

--




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

Hello Willy,

This happened to me when I compiled using

cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..

I solved it by putting dt in /usr instead

cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..

Hope this helps.


if plasma5/kde5, probably the icon noted in darktable.desktop is not
where the file believes

 on the link and oper properties
the dt logo should appear upper left
you can click on that space and provide the correct location.

if you need help locating the icon, just ask




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

Re: [darktable-user] A weird occurrence

2023-01-09 Thread Willy Williams
Thanks, Michael.  I'm not yet sufficiently versed in Linux Mint to 
install otherwise, but Ill get there.


Willy Williams



On 1/9/2023 at 13:15, Michael Rasmussen wrote:

On Mon, 9 Jan 2023 12:47:12 -0500
Willy Williams  wrote:


Thanks, Jean-Luc.  I have installed darktable using a flatpak, so
everything is in a different place.  I'll keep digging into this.


Never use flatpak since flatpak breaks the integration to Gimp and
could break the integration to OpenCL.




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

Re: [darktable-user] A weird occurrence

2023-01-09 Thread Michael Rasmussen
On Mon, 9 Jan 2023 12:47:12 -0500
Willy Williams  wrote:

> Thanks, Jean-Luc.  I have installed darktable using a flatpak, so
> everything is in a different place.  I'll keep digging into this.
> 
Never use flatpak since flatpak breaks the integration to Gimp and
could break the integration to OpenCL.


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
https://pgp.key-server.io/pks/lookup?search=0xD3C9A00E
mir  datanom  net
https://pgp.key-server.io/pks/lookup?search=0xE501F51C
mir  miras  org
https://pgp.key-server.io/pks/lookup?search=0xE3E80917
--

'During times of universal deceit, telling the truth becomes a
revolutionary act.' -George Orwell

/usr/games/fortune -es says:
I have never been one to sacrifice my appetite on the altar of
appearance. -- A. M. Readyhough


pgpgIHuJ_sadZ.pgp
Description: OpenPGP digital signature


Re: [darktable-user] A weird occurrence

2023-01-09 Thread Patrick Shanahan
* Jean-Luc  [01-09-23 12:38]:
> Le 09/01/2023 à 15:23, Willy Williams a écrit :
> > 
> > I was finally able to successfully get darktable 4.2.0 to install on my
> > one Linux Mint machine yesterday after having had to delete virtually
> > everything darktable-related from prior versions due to bogus lock file
> > issues.  The reinstalled product works splendidly, but I've run into a
> > true confuser.  The small darktable shutter logo does not appear in the
> > start menu, although the text does appear, and when I pin darktable to
> > the system tray, a blank space appears where the shutter should appear. 
> > When I click on either, darktable starts and runs without a hitch.  It's
> > just that the shutter logo is absent. Any clues as to how to remedy this
> > condition?
> > 
> > Willy Williams
> > 
> > -- 
> > 
> >   "When a photo of a person looks deep into your spirit and tells you a
> > thousand stories ...
> >   stories from your past even before you existed, then the photo is way
> > above any description."
> > 
> >   - Sameh Elsayed
> > 
> > --
> > 
> > 
> > 
> > 
> > darktable user mailing list to unsubscribe send a mail to
> > darktable-user+unsubscr...@lists.darktable.org
> 
> Hello Willy,
> 
> This happened to me when I compiled using
> 
>cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..
> 
> I solved it by putting dt in /usr instead
> 
>cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..
> 
> Hope this helps.


if plasma5/kde5, probably the icon noted in darktable.desktop is not
where the file believes

 on the link and oper properties
the dt logo should appear upper left
you can click on that space and provide the correct location.

if you need help locating the icon, just ask


-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet oftc

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



Re: [darktable-user] A weird occurrence

2023-01-09 Thread Willy Williams
Thanks, Jean-Luc.  I have installed darktable using a flatpak, so 
everything is in a different place.  I'll keep digging into this.


Willy Williams



On 1/9/2023 at 12:37, Jean-Luc wrote:

Le 09/01/2023 à 15:23, Willy Williams a écrit :


I was finally able to successfully get darktable 4.2.0 to install on 
my one Linux Mint machine yesterday after having had to delete 
virtually everything darktable-related from prior versions due to 
bogus lock file issues.  The reinstalled product works splendidly, 
but I've run into a true confuser. The small darktable shutter logo 
does not appear in the start menu, although the text does appear, and 
when I pin darktable to the system tray, a blank space appears where 
the shutter should appear.  When I click on either, darktable starts 
and runs without a hitch.  It's just that the shutter logo is 
absent.  Any clues as to how to remedy this condition?


Willy Williams

--

  "When a photo of a person looks deep into your spirit and tells you 
a thousand stories ...
  stories from your past even before you existed, then the photo is 
way above any description."


  - Sameh Elsayed

--



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


Hello Willy,

This happened to me when I compiled using

cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..

I solved it by putting dt in /usr instead

cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..

Hope this helps.

Rgrds,

And best wishes to everyone.

J.-Luc


 
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] A weird occurrence

2023-01-09 Thread Jean-Luc

Le 09/01/2023 à 15:23, Willy Williams a écrit :


I was finally able to successfully get darktable 4.2.0 to install on 
my one Linux Mint machine yesterday after having had to delete 
virtually everything darktable-related from prior versions due to 
bogus lock file issues.  The reinstalled product works splendidly, but 
I've run into a true confuser.  The small darktable shutter logo does 
not appear in the start menu, although the text does appear, and when 
I pin darktable to the system tray, a blank space appears where the 
shutter should appear.  When I click on either, darktable starts and 
runs without a hitch.  It's just that the shutter logo is absent. Any 
clues as to how to remedy this condition?


Willy Williams

--

  "When a photo of a person looks deep into your spirit and tells you 
a thousand stories ...
  stories from your past even before you existed, then the photo is 
way above any description."


  - Sameh Elsayed

--



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


Hello Willy,

This happened to me when I compiled using

   cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..

I solved it by putting dt in /usr instead

   cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..

Hope this helps.

Rgrds,

And best wishes to everyone.

J.-Luc


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

[darktable-user] A weird occurrence

2023-01-09 Thread Willy Williams
I was finally able to successfully get darktable 4.2.0 to install on my 
one Linux Mint machine yesterday after having had to delete virtually 
everything darktable-related from prior versions due to bogus lock file 
issues.  The reinstalled product works splendidly, but I've run into a 
true confuser.  The small darktable shutter logo does not appear in the 
start menu, although the text does appear, and when I pin darktable to 
the system tray, a blank space appears where the shutter should appear.  
When I click on either, darktable starts and runs without a hitch.  It's 
just that the shutter logo is absent.  Any clues as to how to remedy 
this condition?


Willy Williams

--

  "When a photo of a person looks deep into your spirit and tells you a 
thousand stories ...
  stories from your past even before you existed, then the photo is way 
above any description."


  - Sameh Elsayed

--



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