💬 hebasto commented on issue "When selecting a custom data directory on first launch of Bitcoin Core GUI on Mac, where is that setting stored?":
(https://github.com/bitcoin-core/gui/issues/798#issuecomment-1953943599)
> I believe I've located it:
>
> `~/Library/Preferences/org.bitcoin.Bitcoin-Qt.plist`
That's correct. Also see https://github.com/bitcoin-core/gui/blob/master/doc/files.md#gui-settings.
> I spoke too soon. When I delete that file, Bitcoin Core GUI still knows about the custom location I selected at first launch.
You have to invalidate the corresponding cache: https://stackoverflow.com/questions/19742452/qsettings-on-os-x-10-9-unable-to-locate-clear-it.
(https://github.com/bitcoin-core/gui/issues/798#issuecomment-1953943599)
> I believe I've located it:
>
> `~/Library/Preferences/org.bitcoin.Bitcoin-Qt.plist`
That's correct. Also see https://github.com/bitcoin-core/gui/blob/master/doc/files.md#gui-settings.
> I spoke too soon. When I delete that file, Bitcoin Core GUI still knows about the custom location I selected at first launch.
You have to invalidate the corresponding cache: https://stackoverflow.com/questions/19742452/qsettings-on-os-x-10-9-unable-to-locate-clear-it.
💬 i-am-yuvi commented on issue "build: `--target deploy` failure on macOS":
(https://github.com/bitcoin/bitcoin/issues/32267#issuecomment-2808925579)
>
> Are you sure you are building the recent master branch?
>
Ah, now I see I was in v29.0 and it worked fine as qt@5 works in [v29.0](https://github.com/bitcoin/bitcoin/blob/29.x/doc/build-osx.md#gui-dependencies), sorry for the confusion!
```
brew list --versions qt@6
qt 6.7.0_1
```
When running on master(cdc32994feadf3f15df3cfac5baae36b4b011462) branch, I'm getting the same error:
```
...
Processing QtDBus.framework ...
Error: No directory at @rpath/QtDBus.framework
gmake[3]: *** [CMa
...
(https://github.com/bitcoin/bitcoin/issues/32267#issuecomment-2808925579)
>
> Are you sure you are building the recent master branch?
>
Ah, now I see I was in v29.0 and it worked fine as qt@5 works in [v29.0](https://github.com/bitcoin/bitcoin/blob/29.x/doc/build-osx.md#gui-dependencies), sorry for the confusion!
```
brew list --versions qt@6
qt 6.7.0_1
```
When running on master(cdc32994feadf3f15df3cfac5baae36b4b011462) branch, I'm getting the same error:
```
...
Processing QtDBus.framework ...
Error: No directory at @rpath/QtDBus.framework
gmake[3]: *** [CMa
...
💬 stickies-v commented on pull request "[29.x] finalise v29.1":
(https://github.com/bitcoin/bitcoin/pull/33271#discussion_r2319230965)
nit: it seems we don't have consistent manner of labeling GUI PRs, with a quick grep showing existing approaches like:
- `#<gui-pr>`
- `gui#<gui-pr>`
- `#gui<gui-pr>`
- `bitcoin-core/gui#<gui-pr>`
No strong view, but perhaps using `gui#<gui-pr>` here would make sense, since it probably confuses people not familiar with our dual-repo setup:
```
### Gui
- gui#864 Crash fix, disconnect numBlocksChanged() signal during shutdown
- gui#868 Replace stray tfm::format to cerr with qWarning
...
(https://github.com/bitcoin/bitcoin/pull/33271#discussion_r2319230965)
nit: it seems we don't have consistent manner of labeling GUI PRs, with a quick grep showing existing approaches like:
- `#<gui-pr>`
- `gui#<gui-pr>`
- `#gui<gui-pr>`
- `bitcoin-core/gui#<gui-pr>`
No strong view, but perhaps using `gui#<gui-pr>` here would make sense, since it probably confuses people not familiar with our dual-repo setup:
```
### Gui
- gui#864 Crash fix, disconnect numBlocksChanged() signal during shutdown
- gui#868 Replace stray tfm::format to cerr with qWarning
...