Re: [GNC] Can't download stock prices

2024-05-20 Thread David Reiser via gnucash-user

> On May 20, 2024, at 21:07, Ernie Wakamatsu  wrote:
> 
> Very strange.  I get two results.
> 
> First, following your instructions, by coping and pasting
> Ernie@Ernie-Mac-mini contents % zsh -df
> Ernie-Mac-mini% /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info
> Application Path /Applications/Gnucash.app/Contents/MacOS/gnucash-cli

The following is also likely to be a significant problem
> Failed to initialize Finance::Quote: missing_modules JSON::Parse

Finance::Quote isn’t going to run until you have JSON::Parse installed.

--
Dave Reiser
dbrei...@icloud.com



> 
> But when I type in the command line:
> 
> Ernie-Mac-mini% /Applications/Gnucash.app/Contents/macOS/gnucash-cli -Q info
> Application Path /Applications/Gnucash.app/Contents/macOS/gnucash-cli
> * 11:01:28  WARN  failed to load gncmod-backend-dbi from relative 
> path 
> * 11:01:28 ERROR  required library gncmod-backend-dbi not found.
> * 11:01:28  WARN  failed to load gncmod-backend-xml from relative 
> path 
> * 11:01:28 ERROR  required library gncmod-backend-xml not found.
> * 11:01:28 ERROR  g_settings_schema_source_lookup: assertion 
> 'source != NULL' failed
> * 11:01:28 ERROR  g_settings_new_full: assertion 'schema != NULL' 
> failed
> * 11:01:28  WARN  [gnc_gsettings_get_settings_obj()] 
> Ignoring attempt to access unknown gsettings schema 
> org.gnucash.GnuCash.general
> zsh: segmentation fault  /Applications/Gnucash.app/Contents/macOS/gnucash-cli 
> -Q info
> 
> The two command lines are seemingly the same, but the difference is macOS and 
> MacOS.  I thought the shell was not case sensitive.  h  The behavior is 
> the same when I exit from the default shell.
> 
> I did check the directory and it is MacOS.
> 
> Ernie-Mac-mini% cd /Applications/Gnucash.app/Contents
> Ernie-Mac-mini% ls
> Info.plistMacOS   PkgInfo Resources   _CodeSignature
> Ernie-Mac-mini% 
> 
> Odd that it would behave differently.
> 
> Thoughts?
> 
> Ernie
> 
> 
> 
> 
>> On 21 May 2024, at 2:50 AM, John Ralls  wrote:
>> 
>> Ernie,
>> 
>> The double slash is present in my output too, and it’s harmless. 
>> 
>> That shows that the app bundle is complete and uncorrupted. Something is 
>> getting in the way of dlopen finding those two libraries.
>> 
>> Try getting a purely default shell environment by running 
>>   zsh -df
>> That opens a new sub shell with no environment variables set and ignoring 
>> all of your zsh config files. You can quit back to your regular shell with 
>> d, but first try running 
>>  /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info
>> 
>> Regards,
>> John Ralls
>> 
>>> On May 19, 2024, at 22:22, Ernie Wakamatsu  wrote:
>>> 
>>> Thanks John,
>>> 
>>> I ran the below commands and this is what I got.
>>> 
>>> Ernie@Ernie-Mac-mini contents % spctl --assess -vv /applications/gnucash.app
>>> /applications/gnucash.app: accepted
>>> source=Notarized Developer ID
>>> origin=Developer ID Application: John D Ralls (Y9EHT5WMK7)
>>> Ernie@Ernie-Mac-mini contents % otool -L 
>>> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-backend-dbi.dylib
>>> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-backend-dbi.dylib:
>>> @executable_path/../Resources//lib/gnucash/libgncmod-backend-dbi.dylib 
>>> (compatibility version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libgnc-backend-sql.dylib 
>>> (compatibility version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libgnc-engine.dylib (compatibility 
>>> version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libdbi.3.dylib (compatibility version 
>>> 4.0.0, current version 4.0.0)
>>> @executable_path/../Resources/lib/libgnc-core-utils.dylib 
>>> (compatibility version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libboost_regex.dylib (compatibility 
>>> version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libboost_date_time.dylib 
>>> (compatibility version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libicui18n.73.dylib (compatibility 
>>> version 73.0.0, current version 73.2.0)
>>> @executable_path/../Resources/lib/libicuuc.73.dylib (compatibility 
>>> version 73.0.0, current version 73.2.0)
>>> @executable_path/../Resources/lib/libicudata.73.dylib (compatibility 
>>> version 73.0.0, current version 73.2.0)
>>> @executable_path/../Resources/lib/libgmodule-2.0.0.dylib (compatibility 
>>> version 7601.0.0, current version 7601.3.0)
>>> @executable_path/../Resources/lib/libglib-2.0.0.dylib (compatibility 
>>> version 7601.0.0, current version 7601.3.0)
>>> @executable_path/../Resources/lib/libintl.8.dylib (compatibility 
>>> version 13.0.0, current version 13.0.0)
>>> @executable_path/../Resources/lib/libgobject-2.0.0.dylib (compatibility 
>>> version 7601.0.0, current version 7601.3.0)
>>> /usr/lib/libc++.1.dylib (compatibility versio

Re: [GNC] Can't download stock prices

2024-05-20 Thread Ernie Wakamatsu
One could hope Apple will fix bugs in a timely manner :-p.  

So what should I do to workaround this bug or am I hosed?

Ernie


> On 21 May 2024, at 1:21 PM, John Ralls  wrote:
> 
> Hah! I didn’t even notice that. It’s pretty funny.
> 
> The *file system* is by default case-preserving, meaning that you can create 
> either macOS or MacOS but not both; preserving means that it will keep 
> whichever one you create first. The shell is too, though Bash completion is 
> case-sensitive. Apparently dlopen is case-sensitive too: when we call 
> `dlopen(/Applications/Gnucash.app/Contents/macOS/lib/gnucash/libgncmod-backend-dbi.dylib,
>  0x0009)` it fails to find the file. You can see this yourself by running 
>   /Applications/Gnucash.app/Contents/macOS/gnucash-cli --debug —logto=stdout 
> -Q info
> It’s in the first line of output.
> 
> I’m going to file a bug with Apple on that if it’s still true when the first 
> macOS 15 developer beta comes out in 3 weeks. Maybe they’ll fix it.
> 
> Regards,
> John Ralls
> 
> 
>> On May 20, 2024, at 18:07, Ernie Wakamatsu  wrote:
>> 
>> Very strange.  I get two results.
>> 
>> First, following your instructions, by coping and pasting
>> Ernie@Ernie-Mac-mini contents % zsh -df
>> Ernie-Mac-mini% /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info
>> Application Path /Applications/Gnucash.app/Contents/MacOS/gnucash-cli
>> Failed to initialize Finance::Quote: missing_modules JSON::Parse
>> 
>> But when I type in the command line:
>> 
>> Ernie-Mac-mini% /Applications/Gnucash.app/Contents/macOS/gnucash-cli -Q info
>> Application Path /Applications/Gnucash.app/Contents/macOS/gnucash-cli
>> * 11:01:28  WARN  failed to load gncmod-backend-dbi from 
>> relative path 
>> * 11:01:28 ERROR  required library gncmod-backend-dbi not found.
>> * 11:01:28  WARN  failed to load gncmod-backend-xml from 
>> relative path 
>> * 11:01:28 ERROR  required library gncmod-backend-xml not found.
>> * 11:01:28 ERROR  g_settings_schema_source_lookup: assertion 
>> 'source != NULL' failed
>> * 11:01:28 ERROR  g_settings_new_full: assertion 'schema != NULL' 
>> failed
>> * 11:01:28  WARN  
>> [gnc_gsettings_get_settings_obj()] Ignoring attempt to access unknown 
>> gsettings schema org.gnucash.GnuCash.general
>> zsh: segmentation fault  
>> /Applications/Gnucash.app/Contents/macOS/gnucash-cli -Q info
>> 
>> The two command lines are seemingly the same, but the difference is macOS 
>> and MacOS.  I thought the shell was not case sensitive.  h  The behavior 
>> is the same when I exit from the default shell.
>> 
>> I did check the directory and it is MacOS.
>> 
>> Ernie-Mac-mini% cd /Applications/Gnucash.app/Contents
>> Ernie-Mac-mini% ls
>> Info.plist   MacOS   PkgInfo Resources   _CodeSignature
>> Ernie-Mac-mini% 
>> 
>> Odd that it would behave differently.
>> 
>> Thoughts?
>> 
>> Ernie
>> 
>> 
>> 
>> 
>>> On 21 May 2024, at 2:50 AM, John Ralls  wrote:
>>> 
>>> Ernie,
>>> 
>>> The double slash is present in my output too, and it’s harmless. 
>>> 
>>> That shows that the app bundle is complete and uncorrupted. Something is 
>>> getting in the way of dlopen finding those two libraries.
>>> 
>>> Try getting a purely default shell environment by running 
>>>zsh -df
>>> That opens a new sub shell with no environment variables set and ignoring 
>>> all of your zsh config files. You can quit back to your regular shell with 
>>> d, but first try running 
>>>   /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info
>>> 
>>> Regards,
>>> John Ralls
>>> 
 On May 19, 2024, at 22:22, Ernie Wakamatsu  wrote:
 
 Thanks John,
 
 I ran the below commands and this is what I got.
 
 Ernie@Ernie-Mac-mini contents % spctl --assess -vv 
 /applications/gnucash.app
 /applications/gnucash.app: accepted
 source=Notarized Developer ID
 origin=Developer ID Application: John D Ralls (Y9EHT5WMK7)
 Ernie@Ernie-Mac-mini contents % otool -L 
 /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-backend-dbi.dylib
 /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-backend-dbi.dylib:
@executable_path/../Resources//lib/gnucash/libgncmod-backend-dbi.dylib 
 (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Resources/lib/libgnc-backend-sql.dylib 
 (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Resources/lib/libgnc-engine.dylib (compatibility 
 version 0.0.0, current version 0.0.0)
@executable_path/../Resources/lib/libdbi.3.dylib (compatibility version 
 4.0.0, current version 4.0.0)
@executable_path/../Resources/lib/libgnc-core-utils.dylib 
 (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Resources/lib/libboost_regex.dylib (compatibility 
 version 0.0.0, current version 0.0.0)
@executable_path/../Resources/lib/libboost_date_time.dylib 
 (compatibility version 

Re: [GNC] Easier way to print to PDF

2024-05-20 Thread Adrien Monteleone
PDFs that are images are almost always scans of physical paper without 
an OCR step. Though, I'm sure some 'printers' take the image route 
rather than create a proper PDF. (Portable Document Format)


Regards,
Adrien

On 5/20/24 7:43 PM, David G. Pickett via gnucash-user wrote:

PDF pitfall: some apps print a graphical file, which cannot be searched, and 
some print text with annotations to set position and font size, name, bold, 
italic, underlined, which can be searched.  You can even find apps to convert 
the first to the second!  My presbytery sends out the first, despite my 
attempts to educate them.  Probably the MS thing!


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Can't download stock prices

2024-05-20 Thread John Ralls
Hah! I didn’t even notice that. It’s pretty funny.

The *file system* is by default case-preserving, meaning that you can create 
either macOS or MacOS but not both; preserving means that it will keep 
whichever one you create first. The shell is too, though Bash completion is 
case-sensitive. Apparently dlopen is case-sensitive too: when we call 
`dlopen(/Applications/Gnucash.app/Contents/macOS/lib/gnucash/libgncmod-backend-dbi.dylib,
 0x0009)` it fails to find the file. You can see this yourself by running 
  /Applications/Gnucash.app/Contents/macOS/gnucash-cli --debug —logto=stdout -Q 
info
It’s in the first line of output.

I’m going to file a bug with Apple on that if it’s still true when the first 
macOS 15 developer beta comes out in 3 weeks. Maybe they’ll fix it.

Regards,
John Ralls


> On May 20, 2024, at 18:07, Ernie Wakamatsu  wrote:
> 
> Very strange.  I get two results.
> 
> First, following your instructions, by coping and pasting
> Ernie@Ernie-Mac-mini contents % zsh -df
> Ernie-Mac-mini% /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info
> Application Path /Applications/Gnucash.app/Contents/MacOS/gnucash-cli
> Failed to initialize Finance::Quote: missing_modules JSON::Parse
> 
> But when I type in the command line:
> 
> Ernie-Mac-mini% /Applications/Gnucash.app/Contents/macOS/gnucash-cli -Q info
> Application Path /Applications/Gnucash.app/Contents/macOS/gnucash-cli
> * 11:01:28  WARN  failed to load gncmod-backend-dbi from relative 
> path 
> * 11:01:28 ERROR  required library gncmod-backend-dbi not found.
> * 11:01:28  WARN  failed to load gncmod-backend-xml from relative 
> path 
> * 11:01:28 ERROR  required library gncmod-backend-xml not found.
> * 11:01:28 ERROR  g_settings_schema_source_lookup: assertion 
> 'source != NULL' failed
> * 11:01:28 ERROR  g_settings_new_full: assertion 'schema != NULL' 
> failed
> * 11:01:28  WARN  [gnc_gsettings_get_settings_obj()] 
> Ignoring attempt to access unknown gsettings schema 
> org.gnucash.GnuCash.general
> zsh: segmentation fault  /Applications/Gnucash.app/Contents/macOS/gnucash-cli 
> -Q info
> 
> The two command lines are seemingly the same, but the difference is macOS and 
> MacOS.  I thought the shell was not case sensitive.  h  The behavior is 
> the same when I exit from the default shell.
> 
> I did check the directory and it is MacOS.
> 
> Ernie-Mac-mini% cd /Applications/Gnucash.app/Contents
> Ernie-Mac-mini% ls
> Info.plistMacOS   PkgInfo Resources   _CodeSignature
> Ernie-Mac-mini% 
> 
> Odd that it would behave differently.
> 
> Thoughts?
> 
> Ernie
> 
> 
> 
> 
>> On 21 May 2024, at 2:50 AM, John Ralls  wrote:
>> 
>> Ernie,
>> 
>> The double slash is present in my output too, and it’s harmless. 
>> 
>> That shows that the app bundle is complete and uncorrupted. Something is 
>> getting in the way of dlopen finding those two libraries.
>> 
>> Try getting a purely default shell environment by running 
>>zsh -df
>> That opens a new sub shell with no environment variables set and ignoring 
>> all of your zsh config files. You can quit back to your regular shell with 
>> d, but first try running 
>>   /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info
>> 
>> Regards,
>> John Ralls
>> 
>>> On May 19, 2024, at 22:22, Ernie Wakamatsu  wrote:
>>> 
>>> Thanks John,
>>> 
>>> I ran the below commands and this is what I got.
>>> 
>>> Ernie@Ernie-Mac-mini contents % spctl --assess -vv /applications/gnucash.app
>>> /applications/gnucash.app: accepted
>>> source=Notarized Developer ID
>>> origin=Developer ID Application: John D Ralls (Y9EHT5WMK7)
>>> Ernie@Ernie-Mac-mini contents % otool -L 
>>> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-backend-dbi.dylib
>>> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-backend-dbi.dylib:
>>> @executable_path/../Resources//lib/gnucash/libgncmod-backend-dbi.dylib 
>>> (compatibility version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libgnc-backend-sql.dylib 
>>> (compatibility version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libgnc-engine.dylib (compatibility 
>>> version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libdbi.3.dylib (compatibility version 
>>> 4.0.0, current version 4.0.0)
>>> @executable_path/../Resources/lib/libgnc-core-utils.dylib 
>>> (compatibility version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libboost_regex.dylib (compatibility 
>>> version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libboost_date_time.dylib 
>>> (compatibility version 0.0.0, current version 0.0.0)
>>> @executable_path/../Resources/lib/libicui18n.73.dylib (compatibility 
>>> version 73.0.0, current version 73.2.0)
>>> @executable_path/../Resources/lib/libicuuc.73.dylib (compatibility 
>>> version 73.0.0, current version 73.2.0)
>>> @executable_path/../Resources/lib

Re: [GNC] Can't download stock prices

2024-05-20 Thread Ernie Wakamatsu
Very strange.  I get two results.

First, following your instructions, by coping and pasting
Ernie@Ernie-Mac-mini contents % zsh -df
Ernie-Mac-mini% /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info
Application Path /Applications/Gnucash.app/Contents/MacOS/gnucash-cli
Failed to initialize Finance::Quote: missing_modules JSON::Parse

But when I type in the command line:

Ernie-Mac-mini% /Applications/Gnucash.app/Contents/macOS/gnucash-cli -Q info
Application Path /Applications/Gnucash.app/Contents/macOS/gnucash-cli
* 11:01:28  WARN  failed to load gncmod-backend-dbi from relative 
path 
* 11:01:28 ERROR  required library gncmod-backend-dbi not found.
* 11:01:28  WARN  failed to load gncmod-backend-xml from relative 
path 
* 11:01:28 ERROR  required library gncmod-backend-xml not found.
* 11:01:28 ERROR  g_settings_schema_source_lookup: assertion 'source 
!= NULL' failed
* 11:01:28 ERROR  g_settings_new_full: assertion 'schema != NULL' 
failed
* 11:01:28  WARN  [gnc_gsettings_get_settings_obj()] 
Ignoring attempt to access unknown gsettings schema org.gnucash.GnuCash.general
zsh: segmentation fault  /Applications/Gnucash.app/Contents/macOS/gnucash-cli 
-Q info

The two command lines are seemingly the same, but the difference is macOS and 
MacOS.  I thought the shell was not case sensitive.  h  The behavior is the 
same when I exit from the default shell.

I did check the directory and it is MacOS.

Ernie-Mac-mini% cd /Applications/Gnucash.app/Contents
Ernie-Mac-mini% ls
Info.plist  MacOS   PkgInfo Resources   _CodeSignature
Ernie-Mac-mini% 

Odd that it would behave differently.

Thoughts?

Ernie




> On 21 May 2024, at 2:50 AM, John Ralls  wrote:
> 
> Ernie,
> 
> The double slash is present in my output too, and it’s harmless. 
> 
> That shows that the app bundle is complete and uncorrupted. Something is 
> getting in the way of dlopen finding those two libraries.
> 
> Try getting a purely default shell environment by running 
>zsh -df
> That opens a new sub shell with no environment variables set and ignoring all 
> of your zsh config files. You can quit back to your regular shell with 
> d, but first try running 
>   /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info
> 
> Regards,
> John Ralls
> 
>> On May 19, 2024, at 22:22, Ernie Wakamatsu  wrote:
>> 
>> Thanks John,
>> 
>> I ran the below commands and this is what I got.
>> 
>> Ernie@Ernie-Mac-mini contents % spctl --assess -vv /applications/gnucash.app
>> /applications/gnucash.app: accepted
>> source=Notarized Developer ID
>> origin=Developer ID Application: John D Ralls (Y9EHT5WMK7)
>> Ernie@Ernie-Mac-mini contents % otool -L 
>> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-backend-dbi.dylib
>> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-backend-dbi.dylib:
>>  @executable_path/../Resources//lib/gnucash/libgncmod-backend-dbi.dylib 
>> (compatibility version 0.0.0, current version 0.0.0)
>>  @executable_path/../Resources/lib/libgnc-backend-sql.dylib 
>> (compatibility version 0.0.0, current version 0.0.0)
>>  @executable_path/../Resources/lib/libgnc-engine.dylib (compatibility 
>> version 0.0.0, current version 0.0.0)
>>  @executable_path/../Resources/lib/libdbi.3.dylib (compatibility version 
>> 4.0.0, current version 4.0.0)
>>  @executable_path/../Resources/lib/libgnc-core-utils.dylib 
>> (compatibility version 0.0.0, current version 0.0.0)
>>  @executable_path/../Resources/lib/libboost_regex.dylib (compatibility 
>> version 0.0.0, current version 0.0.0)
>>  @executable_path/../Resources/lib/libboost_date_time.dylib 
>> (compatibility version 0.0.0, current version 0.0.0)
>>  @executable_path/../Resources/lib/libicui18n.73.dylib (compatibility 
>> version 73.0.0, current version 73.2.0)
>>  @executable_path/../Resources/lib/libicuuc.73.dylib (compatibility 
>> version 73.0.0, current version 73.2.0)
>>  @executable_path/../Resources/lib/libicudata.73.dylib (compatibility 
>> version 73.0.0, current version 73.2.0)
>>  @executable_path/../Resources/lib/libgmodule-2.0.0.dylib (compatibility 
>> version 7601.0.0, current version 7601.3.0)
>>  @executable_path/../Resources/lib/libglib-2.0.0.dylib (compatibility 
>> version 7601.0.0, current version 7601.3.0)
>>  @executable_path/../Resources/lib/libintl.8.dylib (compatibility 
>> version 13.0.0, current version 13.0.0)
>>  @executable_path/../Resources/lib/libgobject-2.0.0.dylib (compatibility 
>> version 7601.0.0, current version 7601.3.0)
>>  /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 
>> 1300.36.0)
>>  /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
>> version 1319.0.0)
>> Ernie@Ernie-Mac-mini contents % 
>> 
>> Compared to your output, the only difference I can find is in the first line 
>> where I have a double slash:
>> 
>> @executable_path/../Resources//lib/gnucash/libgncmod-backend-dbi.dylib 

Re: [GNC] Easier way to print to PDF

2024-05-20 Thread David G. Pickett via gnucash-user
PDF pitfall: some apps print a graphical file, which cannot be searched, and 
some print text with annotations to set position and font size, name, bold, 
italic, underlined, which can be searched.  You can even find apps to convert 
the first to the second!  My presbytery sends out the first, despite my 
attempts to educate them.  Probably the MS thing!
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Easier way to print to PDF

2024-05-20 Thread Adrien Monteleone
Does this answer your 
question?:https://askubuntu.com/questions/1263902/how-to-quickly-modify-cups-pdf-printer-output-folder-setting


If not, you can set bookmarks to other locations in that file dialog. 
While this won't change the default, it would just be one extra click on 
the bookmarked location rather than navigating your directory tree every 
time.


The bookmarks appear under the standard set of locations.

If I'm not mistaken, it's just a drag-n-drop operation to add a bookmark 
to that left pane.


Regards,
Adrien

On 5/19/24 6:33 PM, Daffy Duck wrote:

Linux.  The issue is, every time I try to print to PDF, it starts at
home directory, which takes forever to get back to where I was printing
to.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Easier way to print to PDF

2024-05-20 Thread Mark at Lorimark
Keep two Folder explorers open, one where it prints to, and one where 
you want to move the file to.  Once it's printed, drag the file to the 
preferred location.


Yea, I don't like it either.

~mark petryk
~w:http://www.lorimarksolutions.com

On 5/19/24 18:33, Daffy Duck wrote:

Linux.  The issue is, every time I try to print to PDF, it starts at
home directory, which takes forever to get back to where I was printing
to.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Easier way to print to PDF

2024-05-20 Thread Daffy Duck
Linux.  The issue is, every time I try to print to PDF, it starts at
home directory, which takes forever to get back to where I was printing
to.  

On Sun, 2024-05-19 at 19:29 -0400, Joseph Keithley wrote:
> If you are on a Windows machine you can use the Windows built-in PDF
> printer driver (Settings >  Devices > Printers > Add Printer -
> "Microsoft Print to PDF").  Alternatively, you can export the report
> (shows up as an  .html) and open it with Microsoft Edge
> and save it as a PDF.
> 
> On Sun, May 19, 2024 at 6:07 PM Daffy Duck 
> wrote:
> > A few years ago, when you wanted to print to PDF a report, it
> > started
> > in the last directory used.  It was then changed to basically go
> > through the print dialogue and start in home directory, which
> > wastes a
> > lot of time.
> > 
> > I do now notice there is a "make PDF" icon that does nothing but
> > bring
> > up the print dialogue.
> > 
> > Is there any way to have a quick way to print the current report to
> > PDF
> > starting in the most recent directory, like it used to be?
> > 
> > Thanks,
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
> 
> 
> -- 
> iii
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Can't download stock prices

2024-05-20 Thread John Ralls
Ernie,

The double slash is present in my output too, and it’s harmless. 

That shows that the app bundle is complete and uncorrupted. Something is 
getting in the way of dlopen finding those two libraries.

Try getting a purely default shell environment by running 
   zsh -df
That opens a new sub shell with no environment variables set and ignoring all 
of your zsh config files. You can quit back to your regular shell with 
d, but first try running 
  /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info

Regards,
John Ralls

> On May 19, 2024, at 22:22, Ernie Wakamatsu  wrote:
> 
> Thanks John,
> 
> I ran the below commands and this is what I got.
> 
> Ernie@Ernie-Mac-mini contents % spctl --assess -vv /applications/gnucash.app
> /applications/gnucash.app: accepted
> source=Notarized Developer ID
> origin=Developer ID Application: John D Ralls (Y9EHT5WMK7)
> Ernie@Ernie-Mac-mini contents % otool -L 
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-backend-dbi.dylib
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-backend-dbi.dylib:
>   @executable_path/../Resources//lib/gnucash/libgncmod-backend-dbi.dylib 
> (compatibility version 0.0.0, current version 0.0.0)
>   @executable_path/../Resources/lib/libgnc-backend-sql.dylib 
> (compatibility version 0.0.0, current version 0.0.0)
>   @executable_path/../Resources/lib/libgnc-engine.dylib (compatibility 
> version 0.0.0, current version 0.0.0)
>   @executable_path/../Resources/lib/libdbi.3.dylib (compatibility version 
> 4.0.0, current version 4.0.0)
>   @executable_path/../Resources/lib/libgnc-core-utils.dylib 
> (compatibility version 0.0.0, current version 0.0.0)
>   @executable_path/../Resources/lib/libboost_regex.dylib (compatibility 
> version 0.0.0, current version 0.0.0)
>   @executable_path/../Resources/lib/libboost_date_time.dylib 
> (compatibility version 0.0.0, current version 0.0.0)
>   @executable_path/../Resources/lib/libicui18n.73.dylib (compatibility 
> version 73.0.0, current version 73.2.0)
>   @executable_path/../Resources/lib/libicuuc.73.dylib (compatibility 
> version 73.0.0, current version 73.2.0)
>   @executable_path/../Resources/lib/libicudata.73.dylib (compatibility 
> version 73.0.0, current version 73.2.0)
>   @executable_path/../Resources/lib/libgmodule-2.0.0.dylib (compatibility 
> version 7601.0.0, current version 7601.3.0)
>   @executable_path/../Resources/lib/libglib-2.0.0.dylib (compatibility 
> version 7601.0.0, current version 7601.3.0)
>   @executable_path/../Resources/lib/libintl.8.dylib (compatibility 
> version 13.0.0, current version 13.0.0)
>   @executable_path/../Resources/lib/libgobject-2.0.0.dylib (compatibility 
> version 7601.0.0, current version 7601.3.0)
>   /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 
> 1300.36.0)
>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
> version 1319.0.0)
> Ernie@Ernie-Mac-mini contents % 
> 
> Compared to your output, the only difference I can find is in the first line 
> where I have a double slash:
> 
> @executable_path/../Resources//lib/gnucash/libgncmod-backend-dbi.dylib 
> (compatibility version 0.0.0, current version 0.0.0)
> 
> Just eyeballing, everything else looks the same. Could this double slash be 
> causing me troubles?
> 
> Ernie
> 
> 
> 
> 
> 
>> On 20 May 2024, at 1:52 PM, John Ralls  wrote:
>> 
>> 
>> 
>>> On May 19, 2024, at 18:03, Ernie Wakamatsu  wrote:
>>> 
>>> Hi,
>>> 
>>> First time user of this mailing list and just starting to use gnucash.  
>>> Been transferring information over from Quicken and I am getting things 
>>> close to the way I would like.
>>> 
>>> I am trying to download stock prices, but getting the following errors.
>>> 
>>> Ernie@Ernie-Mac-mini ~ % 
>>> /Applications/Gnucash.app/Contents/macOS/gnucash-cli -Q info
>>> Application Path /Applications/Gnucash.app/Contents/macOS/gnucash-cli
>>> * 11:59:02  WARN  failed to load gncmod-backend-dbi from 
>>> relative path 
>>> * 11:59:02 ERROR  required library gncmod-backend-dbi not found.
>>> * 11:59:02  WARN  failed to load gncmod-backend-xml from 
>>> relative path 
>>> * 11:59:02 ERROR  required library gncmod-backend-xml not found.
>>> * 11:59:02 ERROR  g_settings_schema_source_lookup: assertion 
>>> 'source != NULL' failed
>>> * 11:59:02 ERROR  g_settings_new_full: assertion 'schema != NULL' 
>>> failed
>>> * 11:59:02  WARN  
>>> [gnc_gsettings_get_settings_obj()] Ignoring attempt to access unknown 
>>> gsettings schema org.gnucash.GnuCash.general
>>> zsh: segmentation fault  
>>> /Applications/Gnucash.app/Contents/macOS/gnucash-cli -Q info
>>> Ernie@Ernie-Mac-mini ~ % 
>>> 
>>> As you can tell, I am on a Mac Mini running Sonoma 14.4.1 (latest?).  Looks 
>>> like I may be missing some files.  Tried the wiki and other search engines 
>>> but not finding any answers.  How can I resolve the above?
>>> 
>>> Thanks in advance for any assistan