Skip to content

Set system proxy for each configuration system detected #18

@du33169

Description

@du33169

Currently, we set proxy via kconfig if KDE is detected, otherwise fallback to gsettings.
However, on a system using KDE, it is possible (and common) that some applications using gnome configuration system might also be installed. These applications read only from gsettings / dconf.

A typical example is Firefox, which reads gsettings for proxy configurations if the user selects “Use System Proxy” in its proxy settings. If we only set system proxy via kconfig, Firefox cannot detect it properly.

We should detect whether the Gnome / KDE configuration system are installed, and then set system proxy for each of them. If they are both installed, we set them both.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions