Skip to content

Gnome Software with proxy in templates - #668

Open
notmuchtohide wants to merge 2 commits into
QubesOS:mainfrom
notmuchtohide:gnome-software-with-proxy
Open

Gnome Software with proxy in templates#668
notmuchtohide wants to merge 2 commits into
QubesOS:mainfrom
notmuchtohide:gnome-software-with-proxy

Conversation

@notmuchtohide

Copy link
Copy Markdown
Contributor

This is needed to make flatpak work in Gnome Software.

Code inspired by alimirjamali.

This is needed to make flatpak work in Gnome Software.

Code inspired by:
github.com/alimirjamali/qubes-core-agent-linux/blob/659e8e620ac8d0191f65a68db2058e4c6ee2a09d/network/update-proxy-configs

@marmarek marmarek left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given security concerns, I think this should be additionally conditional on the plugin presence (QubesOS/qubes-gnome-software-plugin#1)

Comment thread network/update-proxy-configs Outdated
# Gnome Software
if [ -f /usr/bin/gnome-software ]; then
if [ -n "$PROXY_ADDR" ]; then
mkdir -p /usr/lib/systemd/user/gnome-software.service.d

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dynamic drop-ins beter create in /run/systemd/user

@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.31%. Comparing base (ecc78f4) to head (8d989c1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #668      +/-   ##
==========================================
- Coverage   71.71%   71.31%   -0.40%     
==========================================
  Files           3        3              
  Lines         502      502              
==========================================
- Hits          360      358       -2     
- Misses        142      144       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants