D23694: Add support for sshfs to the fstab backend

2020-10-14 Thread Luca Beltrame
lbeltrame added a comment. Would this change be needed on this side or kdeconnect side? I don't mind landing this, but I need formal approval by someone. (I won't have any time to do additional changes elsewhere). REPOSITORY R245 Solid REVISION DETAIL https://phabricator.kde.org/D23694

KDE CI: Frameworks » kdelibs4support » kf5-qt5 FreeBSDQt5.15 - Build # 21 - Still Unstable!

2020-10-14 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kdelibs4support/job/kf5-qt5%20FreeBSDQt5.15/21/ Project: kf5-qt5 FreeBSDQt5.15 Date of build: Thu, 15 Oct 2020 04:05:55 + Build duration: 2 min 40 sec and counting JUnit Tests

D23694: Add support for sshfs to the fstab backend

2020-10-14 Thread Elvis Angelaccio
elvisangelaccio added a comment. Ping? Can we get this in? In D23694#525220 , @albertvaka wrote: > If it's a problem for kdeconnect mounts to appear there, how can we hide it? It's an sshfs mountpoint like any other, only that it is

Re: Not able to take screenshots with KDE Plasma 5.20.80

2020-10-14 Thread Damir Porobic
Seems to be related to this change here https://phabricator.kde.org/D29407 Also, I see the same error when using org.freedesktop.portal.Screenshot which requires already confirmation by default so I'm bit confused why both, authorization and confirmation? Also, looking quickly through the

Not able to take screenshots with KDE Plasma 5.20.80

2020-10-14 Thread Damir Porobic
Hello, one of my users informed me that he's not able to take screenshots with KDE Plasma Wayland anymore. I've just tested myself, with Plasma 5.19.5 everything is working, with Plasma 5.20.80, it's not. My application supports two ways of taking screenshots under KDE Plasma, one is using

Fwd: LiFE Exam

2020-10-14 Thread Thomas Weissel
dear developers. the project "life-exam" https://life-edu.eu/exam.html strongly relies on the features and capabilities of plasmashell. the kiosk system is at the heart of the project and the sheer number of configuration options this shell provides makes all of this possible in the first place.

Re: Supported C++ standard (aka compiler version) Overview Table for various distros?

2020-10-14 Thread Neal Gompa
On Wed, Oct 14, 2020 at 5:33 AM Milian Wolff wrote: > > Hey all, > > I would like to push for C++17 usage in KDevelop to make it more fun to > develop there. This is an extragear app, so I believe we can take this > decision separately from the surrounding KDE ecosystem. > > Does anyone know if

Re: Supported C++ standard (aka compiler version) Overview Table for various distros?

2020-10-14 Thread Harald Sitter
On Wed, Oct 14, 2020 at 11:33 AM Milian Wolff wrote: > Does anyone know if there's an overview page similar to [1], but for Linux > distributions? https://repology.org/project/gcc/versions is the closest thing I know. Mileage may vary as distributions tend to have multiple compiler versions

Re: Supported C++ standard (aka compiler version) Overview Table for various distros?

2020-10-14 Thread Adriaan de Groot
On Wednesday, 14 October 2020 12:07:04 CEST Neal Gompa wrote: > On Wed, Oct 14, 2020 at 5:33 AM Milian Wolff wrote: > > Hey all, > > > > I would like to push for C++17 usage in KDevelop to make it more fun to > > develop there. This is an extragear app, so I believe we can take this > > decision

Re: Supported C++ standard (aka compiler version) Overview Table for various distros?

2020-10-14 Thread Milian Wolff
On Mittwoch, 14. Oktober 2020 12:07:04 CEST Neal Gompa wrote: > On Wed, Oct 14, 2020 at 5:33 AM Milian Wolff wrote: > > Hey all, > > > > I would like to push for C++17 usage in KDevelop to make it more fun to > > develop there. This is an extragear app, so I believe we can take this > > decision

Re: How is that border color defined? (system color schemes)

2020-10-14 Thread chiasa.men
On Mittwoch, 14. Oktober 2020 08:13:43 CEST Noah Davis wrote: > KColorUtils::mix( palette.color( QPalette::Window ), palette.color( > QPalette::WindowText ), 0.25 ) > > On Tue, Oct 13, 2020 at 2:25 PM chiasa.men wrote: > > https://pasteboard.co/JvupDV3.png > > > > Per trial and error I assumed

Re: Supported C++ standard (aka compiler version) Overview Table for various distros?

2020-10-14 Thread Jonathan Riddell
On Wed, 14 Oct 2020 at 10:33, Milian Wolff wrote: > I would like to push for C++17 usage in KDevelop to make it more fun to > develop there. This is an extragear app, so I believe we can take this > decision separately from the surrounding KDE ecosystem. > > Does anyone know if there's an

Supported C++ standard (aka compiler version) Overview Table for various distros?

2020-10-14 Thread Milian Wolff
Hey all, I would like to push for C++17 usage in KDevelop to make it more fun to develop there. This is an extragear app, so I believe we can take this decision separately from the surrounding KDE ecosystem. Does anyone know if there's an overview page similar to [1], but for Linux

KDE CI: Frameworks » solid » kf5-qt5 FreeBSDQt5.15 - Build # 20 - Failure!

2020-10-14 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20FreeBSDQt5.15/20/ Project: kf5-qt5 FreeBSDQt5.15 Date of build: Wed, 14 Oct 2020 06:58:59 + Build duration: 37 sec and counting CONSOLE OUTPUT [...truncated 616

KDE CI: Frameworks » kpty » kf5-qt5 FreeBSDQt5.15 - Build # 16 - Still Unstable!

2020-10-14 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kpty/job/kf5-qt5%20FreeBSDQt5.15/16/ Project: kf5-qt5 FreeBSDQt5.15 Date of build: Wed, 14 Oct 2020 06:18:29 + Build duration: 29 sec and counting JUnit Tests Name: projectroot

Re: How is that border color defined? (system color schemes)

2020-10-14 Thread Noah Davis
KColorUtils::mix( palette.color( QPalette::Window ), palette.color( QPalette::WindowText ), 0.25 ) On Tue, Oct 13, 2020 at 2:25 PM chiasa.men wrote: > > https://pasteboard.co/JvupDV3.png > > Per trial and error I assumed the line (border of list view (vertical right > under the cursor)) color: