https://bugs.kde.org/show_bug.cgi?id=360423
--- Comment #6 from Stefano Crocco <stefano.cro...@alice.it> --- (In reply to Yst Dawson from comment #5) > I'm using version 5.78.0-5 of KIO, according to my package manager. I'm > guessing the "-5" part is package-manager-specific and not a part of KIO's > actual version number, but I'm not sure how to ask KIO for its version > number directly. Konqueror is at version 20.12.0. > > There's no proxy settings in system settings, but I'm also not running KDE > Plasma as my desktop; I'm only using the Konqueror Web browser/file manager > itself. Does Konqueror not have a way to set a proxy itself and relies on a > system-wide proxy setting? That's a problem for anyone not using the full > Plasma experience or anyone that only wants to provide the proxy information > to specific applications. I'm currently testing on my unsecure computer > because my secure computer is currently way out-of-date software-wise (I've > been too busy to back up all my data, wipe the machine, and install the next > operating system version), so I can provide a system-wide proxy if need-be > for testing this bug on my test machine, but that's something I'd be really > uneasy about doing if I were testing on my main computer. Not having a > system-wide proxy lets me prevent applications from accessing the network if > I'm not aware that they're trying to do so. Is there no way to specify a > proxy for Konqueror and only Konqueror to use? > > <file:///usr/share/kservices5/proxy.desktop> exists. <file:///usr/lib64/> > has no subdirectories, so no file exists at > <file:///usr/lib64/qt5/plugins/kcm_proxy.so>. (In reply to Yst Dawson from comment #5) > I'm using version 5.78.0-5 of KIO, according to my package manager. I'm > guessing the "-5" part is package-manager-specific and not a part of KIO's > actual version number, but I'm not sure how to ask KIO for its version > number directly. Konqueror is at version 20.12.0. > > There's no proxy settings in system settings, but I'm also not running KDE > Plasma as my desktop; I'm only using the Konqueror Web browser/file manager > itself. Does Konqueror not have a way to set a proxy itself and relies on a > system-wide proxy setting? That's a problem for anyone not using the full > Plasma experience or anyone that only wants to provide the proxy information > to specific applications. I'm currently testing on my unsecure computer > because my secure computer is currently way out-of-date software-wise (I've > been too busy to back up all my data, wipe the machine, and install the next > operating system version), so I can provide a system-wide proxy if need-be > for testing this bug on my test machine, but that's something I'd be really > uneasy about doing if I were testing on my main computer. Not having a > system-wide proxy lets me prevent applications from accessing the network if > I'm not aware that they're trying to do so. Is there no way to specify a > proxy for Konqueror and only Konqueror to use? > > <file:///usr/share/kservices5/proxy.desktop> exists. <file:///usr/lib64/> > has no subdirectories, so no file exists at > <file:///usr/lib64/qt5/plugins/kcm_proxy.so>. Not running Plasma is not the problem you're having (or at least, it shouldn't be). KIO is one of the libraries (actually, it's a set of libraries) which Konqueror needs to work correctly, just like the Qt libraries. You can't even build Konqueror if you don't have KIO installed. Among many other things, KIO provides several of the pages in the Konqueror settings dialog, including the Proxy one. To display the Proxy page in the settings dialog, Konqueror needs the file kcm_proxy.so to be installed on your system; moreover the file needs to be in a directory which Konqueror knows about. To check whether the file exists, you can use find: find /usr -name kcm_proxy.so After doing that: - if the file doesn't exist, I think something is broken in your installation. I suggest to try reinstalling KIO using your package manager: after that, see whether the Proxy page appears in Konqueror; if not try again checking whether the file exists or not - if the file exists, most likely the problem is that Konqueror doesn't know that it's there: could you please post the path of the file, then try running Konqueror from a terminal emulator and post any output it prints on screen? -- You are receiving this mail because: You are watching all bug changes.