Conversation
perlowja
force-pushed
the
feat/bing-preferred-market-picker
branch
from
September 18, 2026 20:14
0378532 to
2dabaa1
Compare
Adds a Bing Preferred Region SelectionRow to get_settings_widget() -- 14 options (All Markets, No Preference, plus 13 individual markets labelled Region - Market), reading/writing ~/.config/ncz-wallpaper/bing-markets, the same file cix-installer's 45-wallpaper-rotator.sh ncz-wallpaper-bing helper already reads. Ports a complete, working implementation (fa5a38a on singularity-shell, zoder-reviewed, full ninja+meson test pass) that lived inline on the Desktop settings page before the plugin-based wallpaper manager (132efb7) deleted it as collateral damage of that rewrite -- it never had a new home in the plugin architecture. Every market is always fetched and combined by the helper regardless of this setting; the picker only chooses whose caption/credit wins when the same photo is shared across regions. Verified: full ninja -C builddir build succeeds (0 errors) against a fresh subproject checkout of libsingularity. plugin's settings widget, adjusted class/field placement for the plugin context. Assisted-by: Claude Code:claude-sonnet-5 AI-Scope: Recovered and ported the pre-deletion 320-line Bing preferred-market SelectionRow picker (from before upstream commit 132efb7 removed it) into the new wallpapers-bing plugin's settings widget.
perlowja
force-pushed
the
feat/bing-preferred-market-picker
branch
from
September 18, 2026 20:15
2dabaa1 to
e395533
Compare
Author
|
@mirkobrombin bumping this one too - restores the preferred-region picker for the Bing wallpaper source. |
Member
|
Singularity must stay distro-agnostic: the plugin shouldn't write another distro's config ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Bing Preferred Region
SelectionRowtoget_settings_widget()-- 14 options (All Markets, No Preference, plus 13 individual markets labelled "Region - Market"), reading/writing~/.config/ncz-wallpaper/bing-markets, the same file cix-installer's45-wallpaper-rotator.shncz-wallpaper-bing helper already reads.Ports a complete, working implementation (singularity-shell
fa5a38a, zoder-reviewed, full ninja+meson test pass at the time) that lived inline on the Desktop settings page before the plugin-based wallpaper manager (132efb7) deleted it as collateral damage of that rewrite -- it never got a new home in the plugin architecture.Every market is always fetched and combined by the helper regardless of this setting; the picker only chooses whose caption/credit wins when the same photo is shared across regions.
Verified: full
ninja -C builddirbuild succeeds (0 errors) against a fresh subproject checkout of libsingularity.Assisted-by: Claude Code:claude-sonnet-5
AI scope: ported the deleted desktop_page.vala implementation into the plugin's settings widget, adjusted class/field placement for the plugin context.
AI assistance: disclosed