Re: New optional build dependencies in Plasma 5.26

2022-09-16 Thread Tobias C. Berner
Moin moin Thanks for the heads-up. Please note that FreeBSD does not have networkmanager, so having it optional is fine, but making it a required dependency will lead to issues. mfg Tobias On Fri, 16 Sept 2022 at 18:42, Fusion Future wrote: > > Hello, > > There are 3 additional optional build

Re: Maliit as Plasma's on-screen keyboard

2021-06-28 Thread Tobias C. Berner
Moin moin I'm a bit concerned about it seeming to be built on a stack of abandonware -- qtfeedback (no release), and presage (2015). mfg Tobias On Fri, 25 Jun 2021 at 16:38, Aleix Pol wrote: > > Dear distros, > It's been pointed out to me that we never formally explained our > relationship wit

Re: plasma-wayland-protocols v1.2.1

2021-04-06 Thread Tobias C. Berner
Moin moin Was the change in the distfile naming scheme by choice? The leading 'v' in the version was not present in previous releases. It's not an issue, it just means more work for packages :) mfg Tobias On Mon, 5 Apr 2021 at 20:38, Vlad Zahorodnii wrote: > > Hi, > > The v1.2.0 release of plas

Re: Plasma 5.20 tars

2020-10-16 Thread Tobias C. Berner
Moin moin Is there a functional change included, or is it just without the build-directory? mfg Tobias On Thu, 15 Oct 2020 at 23:23, Jonathan Riddell wrote: > > There were still problems with the systemsettings tar so I've made a new one > > -href="http://download.kde.org/stable/plasma/5.2

D29847: Fixes compile problem for freebsd because of missing crypt.h

2020-06-07 Thread Tobias C. Berner
tcberner added inline comments. INLINE COMMENTS > user.cpp:23 > #include > +#ifndef Q_OS_FREEBSD > #include wouldn't it be a bit more portable to check for the header file in cmake? (OpenBSD also has the same issue, I would assume from [1]) [1] https://www.freebsd.org/cgi/man.cgi?query=cr

D24810: Ensure defintion of XDG_DATA_DIRS

2019-10-24 Thread Tobias C. Berner
tcberner updated this revision to Diff 68732. tcberner edited the summary of this revision. tcberner added a comment. Update commit message in diff. REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D24810?vs=68731&id=68732 BRANCH master REVISION D

D24810: Ensure defintion of XDG_DATA_DIRS

2019-10-24 Thread Tobias C. Berner
tcberner updated this revision to Diff 68731. tcberner added a comment. Fix comment and commit message. REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D24810?vs=68379&id=68731 BRANCH master REVISION DETAIL https://phabricator.kde.org/D24810 A

D24810: Ensure defintion of XDG_DATA_DIRS

2019-10-20 Thread Tobias C. Berner
tcberner created this revision. tcberner added reviewers: FreeBSD, dfaure, apol. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. tcberner requested review of this revision. REVISION SUMMARY Similar to XDG_DATA_DIRS defaulting to KDE_INSTALL_FULL_DATAROOTDIR, and some s

D16339: sddm-kcm: don't hardcode session file location.

2018-10-21 Thread Tobias C. Berner
This revision was automatically updated to reflect the committed changes. Closed by commit R123:1c1f654b0010: sddm-kcm: don't hardcode session file location. (authored by Róbert Bagdán , committed by tcberner). REPOSITORY R123 SDDM Configuration Panel (KCM) CHANGES SINCE

D16339: sddm-kcm: don't hardcode session file location.

2018-10-20 Thread Tobias C. Berner
tcberner created this revision. tcberner added a reviewer: FreeBSD. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. tcberner requested review of this revision. REVISION SUMMARY The sddm-kcm uses /usr/share/xsessions and /usr/share/wayland-sessions pathes, but in FreeBSD

D14534: Fix build on FreeBSD by including .

2018-08-30 Thread Tobias C. Berner
This revision was automatically updated to reflect the committed changes. Closed by commit R878:156accc34f44: Fix build on FreeBSD by including . (authored by tcberner). REPOSITORY R878 Latte Dock CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14534?vs=38897&id=40710 REVISION

Re: KWin tests on FreeBSD all timing out

2018-08-04 Thread Tobias C. Berner
Moin moin I'm not sure if this is related to the issue I reported here some time ago: https://bugreports.qt.io/browse/QTBUG-61802 mfg Tobias On Fri, 3 Aug 2018 at 18:00, Martin Flöser wrote: > Am 2018-08-03 12:04, schrieb Ben Cooksley: > > Hi all, > > > > Sometime recently there was a change

D14534: Fix build on FreeBSD by including .

2018-08-01 Thread Tobias C. Berner
tcberner created this revision. tcberner added reviewers: FreeBSD, mvourlakos. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. tcberner requested review of this revision. REVISION SUMMARY latte-dock-0.8.0/app/dock/dockview.h:367:44:

D8302: Add FreeBSD port from the development-repo

2018-03-13 Thread Tobias C . Berner
This revision was automatically updated to reflect the committed changes. Closed by commit R878:36033bac748f: Add FreeBSD port from the development-repo (authored by tcberner). REPOSITORY R878 Latte Dock CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D8302?vs=29455&id=29456 REVISION

D8302: Add FreeBSD port from the development-repo

2018-03-13 Thread Tobias C . Berner
tcberner updated this revision to Diff 29455. tcberner added a comment. Update text&link. REPOSITORY R878 Latte Dock CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D8302?vs=20765&id=29455 BRANCH master REVISION DETAIL https://phabricator.kde.org/D8302 AFFECTED FILES README

D9713: Add script to unlock a broken session via ConsoleKit.

2018-02-25 Thread Tobias C . Berner
tcberner added a comment. We could certainly do that by removing the wrapping `if ( NOT HAVE_LOGINCTL )`. Additionally, also the order of the if-branches in `abstractlocker.cpp` would probably need to be reordered as to prefere login1. REPOSITORY R133 KScreenLocker REVISION DETAIL ht

D9713: Add script to unlock a broken session via ConsoleKit.

2018-02-25 Thread Tobias C . Berner
This revision was automatically updated to reflect the committed changes. tcberner marked an inline comment as done. Closed by commit R133:68fb0b7d3e1c: Add script to unlock a broken session via ConsoleKit. (authored by tcberner). REPOSITORY R133 KScreenLocker CHANGES SINCE LAST UPDATE https

D9713: Add script to unlock a broken session via ConsoleKit.

2018-02-24 Thread Tobias C . Berner
tcberner updated this revision to Diff 27901. tcberner added a comment. - Switch the url to https://github.com/ConsoleKit2/ConsoleKit2 - coble together something less "unfortunate" from the official description: //ConsoleKit2 is a framework for defining and tracking users, login sessions, a

D9713: Add script to unlock a broken session via ConsoleKit.

2018-02-24 Thread Tobias C . Berner
tcberner added a comment. On FreeBSD the configure now looks like: [...] -- Could NOT find loginctl (missing: loginctl_EXECUTABLE) -- Found ConsoleKit: /usr/local/bin/ck-list-sessions [...] * prctl/procctl tracing control, Required for disallowing ptrace on greeter a

D9713: Add script to unlock a broken session via ConsoleKit.

2018-02-24 Thread Tobias C . Berner
tcberner updated this revision to Diff 27898. tcberner added a comment. - Fix logind1 dbus path - Improve CMakeLists.txt to only display the feature once REPOSITORY R133 KScreenLocker CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D9713?vs=26031&id=27898 BRANCH master REVISIO

Re: Plasma 5.13 dependencies

2018-02-20 Thread Tobias C. Berner
Hi Ben I think we could upgrade the CI to 5.10 "sans webengine" -- which is the one part we are missing. mfg Tobias On 19 February 2018 at 20:17, Ben Cooksley wrote: > On 20/02/2018 12:23 AM, "Jonathan Riddell" wrote: > > Hi Jonathan, > > Plasma 5.13, due out in June, will depend on Qt 5.1

D9713: Add script to unlock a broken session via ConsoleKit.

2018-01-27 Thread Tobias C . Berner
tcberner added a reviewer: Plasma. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D9713 To: tcberner, graesslin, #freebsd, #plasma Cc: graesslin, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D9713: Add script to unlock a broken session via ConsoleKit.

2018-01-27 Thread Tobias C . Berner
tcberner added a reviewer: FreeBSD. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D9713 To: tcberner, graesslin, #freebsd Cc: graesslin, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D6004: Add method to unlock greeter via consolekit.

2018-01-27 Thread Tobias C . Berner
tcberner abandoned this revision. tcberner added a comment. Continued in https://phabricator.kde.org/D9713 REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D6004 To: tcberner, #freebsd, graesslin, #plasma Cc: PureTryOut, erichameleers, plasma-devel, ZrenBot, prog

D9713: Add script to unlock a broken session via ConsoleKit.

2018-01-27 Thread Tobias C . Berner
tcberner updated this revision to Diff 26031. tcberner added a comment. Use QDbus to query whether ConsoleKit or LoginD is presnet (note, I have not tested LoginD :) ) REPOSITORY R133 KScreenLocker CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D9713?vs=24891&id=26031 BRANCH ma

D10134: Add script to unlock a broken session via ConsoleKit.

2018-01-27 Thread Tobias C . Berner
tcberner abandoned this revision. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D10134 To: tcberner Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D10134: Add script to unlock a broken session via ConsoleKit.

2018-01-27 Thread Tobias C . Berner
tcberner created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. tcberner requested review of this revision. REVISION SUMMARY - Detect ConsoleLit/logind at runtime (logind untested). REPOSITORY R133 KScreenLocker BRANCH

D9930: Require libinput version 1.9

2018-01-21 Thread Tobias C . Berner
tcberner added a comment. Restricted Application edited projects, added KWin; removed Plasma. In https://phabricator.kde.org/D9930#194036, @graesslin wrote: > In https://phabricator.kde.org/D9930#193993, @tcberner wrote: > > > Hi there > > > > This breaks the CI on FreeBSD, where w

D9930: Require libinput version 1.9

2018-01-21 Thread Tobias C . Berner
tcberner added a comment. Restricted Application edited projects, added KWin; removed Plasma. Hi there This breaks the CI on FreeBSD, where we only have libinput 1.6 10:17:48 -- Could NOT find Libinput: Found unsuitable version "1.6.0", but required is at least "1.9" (found /usr/lo

D9713: Add script to unlock a broken session via ConsoleKit.

2018-01-08 Thread Tobias C . Berner
tcberner added inline comments. INLINE COMMENTS > graesslin wrote in abstractlocker.cpp:53 > I think this needs to be runtime detected. So something ala - if logingd-runing then logindmessage - if consolekit-running then consolekitmessage - else falback message REPOSITORY R133 KScreenLocker

D6004: Add method to unlock greeter via consolekit.

2018-01-07 Thread Tobias C . Berner
tcberner updated this revision to Diff 24892. tcberner added a comment. Fix qdbus name. REPOSITORY R133 KScreenLocker CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6004?vs=24889&id=24892 BRANCH master REVISION DETAIL https://phabricator.kde.org/D6004 AFFECTED FILES CMake

D9713: Add script to unlock a broken session via ConsoleKit.

2018-01-07 Thread Tobias C . Berner
tcberner created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. tcberner requested review of this revision. REPOSITORY R133 KScreenLocker BRANCH master REVISION DETAIL https://phabricator.kde.org/D9713 AFFECTED FILES

D6004: Add method to unlock greeter via consolekit.

2018-01-07 Thread Tobias C . Berner
tcberner updated this revision to Diff 24889. tcberner edited the summary of this revision. tcberner added a comment. Update. I was not yet able to test it, yet - switches to qdbus in ck-unlock-session script - only looks for ConsoleKit if loginctl was not found Unfortunate

D6004: Add method to unlock greeter via consolekit.

2018-01-03 Thread Tobias C . Berner
tcberner added a comment. Sure. I kind of forgot about it. Sorry. You can find a more current version at https://github.com/freebsd/freebsd-ports-kde/tree/kde5.9-import/security/plasma5-kscreenlocker/files Note, the only needed thing is basically that ck skript. The rest is just

D8302: Add FreeBSD port from the development-repo

2017-10-14 Thread Tobias C . Berner
tcberner created this revision. tcberner added reviewers: FreeBSD, mvourlakos. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY - FreeBSD now has a port for this in k...@freebsd.org's development repo. REPOSITORY R878 La

D7757: Use real-time scheduling policy for kwin_wayland

2017-09-19 Thread Tobias C . Berner
tcberner accepted this revision. tcberner added a comment. This revision is now accepted and ready to land. Looks good to me. Sorry for the timeout :) REPOSITORY R108 KWin BRANCH wayland-realtime REVISION DETAIL https://phabricator.kde.org/D7757 To: graesslin, #kwin, #plasma, tcberner

D7757: Use real-time scheduling policy for kwin_wayland

2017-09-10 Thread Tobias C . Berner
tcberner added a comment. I could not find anything similar. So that's probably the way to go. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D7757 To: graesslin, #kwin, #plasma Cc: tcberner, plasma-devel, kwin, bwowk, ZrenBot, progwolff, lesliezhai, ali-mohamed, harde

D7757: Use real-time scheduling policy for kwin_wayland

2017-09-10 Thread Tobias C . Berner
tcberner added a comment. ^ /home/Tobias/git/kwin/main_wayland.cpp:452:38: error: use of undeclared identifier 'SCHED_RESET_ON_FORK' sched_setscheduler(0, SCHED_RR | SCHED_RESET_ON_FORK, &sp); ^ Yes, `SCHED_RESET_ON_F

D7174: Add FreeBSD to metainfo.yaml

2017-08-22 Thread Tobias C . Berner
This revision was automatically updated to reflect the committed changes. Closed by commit R169:e10dd47d6d4f: Add FreeBSD to metainfo.yaml (authored by tcberner). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D7174?vs=17802&id=18539#toc REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDA

D7174: Add FreeBSD to metainfo.yaml

2017-08-06 Thread Tobias C . Berner
tcberner created this revision. Restricted Application added a project: Kirigami. Restricted Application added a subscriber: plasma-devel. REPOSITORY R169 Kirigami BRANCH master REVISION DETAIL https://phabricator.kde.org/D7174 AFFECTED FILES metainfo.yaml To: tcberner, #freebsd, mart

D6004: Add method to unlock greeter via consolekit.

2017-06-14 Thread Tobias C. Berner
tcberner added inline comments. INLINE COMMENTS > graesslin wrote in CMakeLists.txt:78 > I would keep this information about the contact. We want to be friendly here > and it's such a touchy topic that I prefer to be very explicit that we do > want to support other solutions. Ok. > graesslin

D6024: Fix detection of sys/event.h on FreeBSD < 12

2017-05-30 Thread Tobias C. Berner
This revision was automatically updated to reflect the committed changes. Closed by commit R133:51210aa52144: Fix detection of sys/event.h on FreeBSD < 12 (authored by tcberner). REPOSITORY R133 KScreenLocker CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6024?vs=14974&id=14977 REVI

D6024: Fix detection of sys/event.h on FreeBSD < 12

2017-05-30 Thread Tobias C. Berner
tcberner created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Unfortunately I only tested the kevent stuff on FreeBSD 12. FreeBSD < 12 has an older clang, which seems to add less headers automatically.

D5825: kcheckpass: Add support in for non-Linux platforms via kevent.

2017-05-29 Thread Tobias C. Berner
This revision was automatically updated to reflect the committed changes. Closed by commit R133:c2fd8526c523: kcheckpass: Add support in for non-Linux platforms via kevent. (authored by tcberner). REPOSITORY R133 KScreenLocker CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5825?vs=14

D5825: kcheckpass: Add support in for non-Linux platforms via kevent.

2017-05-29 Thread Tobias C. Berner
tcberner added a comment. > Do you actually intend to test this on Mac? Nope, I don't have a Mac :) -- but I hoped, that there were some Mac users who could check it on their end too (as you also have kqueue/kevent) -- but I did not know that most of the stuff is not yet ported for Mac.

D5825: kcheckpass: Add support in for non-Linux platforms via kevent.

2017-05-29 Thread Tobias C. Berner
tcberner edited the summary of this revision. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D5825 To: tcberner, #freebsd, graesslin, kde-mac Cc: rjvbb, adridg, davidedmundson, plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abe

D6004: Add method to unlock greeter via consolekit.

2017-05-29 Thread Tobias C. Berner
tcberner added a subscriber: erichameleers. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D6004 To: tcberner, #freebsd, graesslin, #plasma Cc: erichameleers, plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol,

D5825: kcheckpass: Add support in for non-Linux platforms via kevent.

2017-05-29 Thread Tobias C. Berner
tcberner added a reviewer: kde-mac. tcberner marked 2 inline comments as done. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D5825 To: tcberner, #freebsd, graesslin, kde-mac Cc: adridg, davidedmundson, plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mo

D6004: Add method to unlock greeter via consolekit.

2017-05-29 Thread Tobias C. Berner
tcberner created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY This is useful on FreeBSD, where we don't have loginctl. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D6004

D5997: Use ${X11_XTest_LIB} rather than Xtst.

2017-05-28 Thread Tobias C. Berner
This revision was automatically updated to reflect the committed changes. Closed by commit R120:f0e45cd42ba7: Use ${X11_XTest_LIB} rather than Xtst. (authored by tcberner). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5997?vs=14905&id=14909 REVISIO

D5825: kcheckpass: Add support in for non-Linux platforms via kevent.

2017-05-27 Thread Tobias C. Berner
tcberner retitled this revision from "Include signal.h for kill(), and prototype kqueue/kevent stuff..." to "kcheckpass: Add support in for non-Linux platforms via kevent.". tcberner edited the summary of this revision. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.o

D5825: Include signal.h for kill(), and prototype kqueue/kevent stuff...

2017-05-27 Thread Tobias C. Berner
tcberner updated this revision to Diff 14906. tcberner retitled this revision from "Include signal.h for kill(), and prototype kqueue/kevent stuff... " to "Include signal.h for kill(), and prototype kqueue/kevent stuff...". tcberner added a comment. Use sigwaitinfo() to get information on the

D5997: Use ${X11_XTest_LIB} rather than Xtst.

2017-05-27 Thread Tobias C. Berner
tcberner created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Use the cmake variable rather than the library name to link. This fixes linking on FreeBSD, where the library location is not in the def

D5825: Include signal.h for kill(), and prototype kqueue/kevent stuff...

2017-05-27 Thread Tobias C. Berner
tcberner added a comment. I can successfully unlock the lockscreen, with this code . REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D5825 To: tcberner, #freebsd, graesslin Cc: adridg, davidedmundson, plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-m

D5825: Include signal.h for kill(), and prototype kqueue/kevent stuff...

2017-05-24 Thread Tobias C. Berner
tcberner added a comment. I want to look at this some more this weekend. INLINE COMMENTS > adridg wrote in kcheckpass.c:77 > Possibly add > > #if !(HAVE_SIGNALFD_H_ || HAVE_EVENT_H) > #error > #endif > > to double-check that it's one or the other (reflecting the check in CMake) That should

D5825: Include signal.h for kill(), and prototype kqueue/kevent stuff...

2017-05-15 Thread Tobias C. Berner
tcberner added a comment. In https://phabricator.kde.org/D5825#109093, @davidedmundson wrote: > > but now that it is all here already, let's just call this a prototype, for someone who knows C/kevent/kqueue to fix. > > So what doesn't work? I have not yet had time to test it a

D5825: Include signal.h for kill(), and prototype kqueue/kevent stuff...

2017-05-12 Thread Tobias C. Berner
tcberner retitled this revision from "Include signal.h for kill." to "Include signal.h for kill(), and prototype kqueue/kevent stuff... ". REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D5825 To: tcberner, #freebsd, graesslin Cc: plasma-devel, ZrenBot, spstarr, pr

D5825: Include signal.h for kill.

2017-05-12 Thread Tobias C. Berner
tcberner edited the summary of this revision. REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D5825 To: tcberner, #freebsd, graesslin Cc: plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, lukas

D5825: Include signal.h for kill.

2017-05-12 Thread Tobias C. Berner
tcberner created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY All there in the title. REPOSITORY R133 KScreenLocker BRANCH master REVISION DETAIL https://phabricator.kde.org/D5825 AFFECTED FILES

Re: D4997: Support for long running kcheckpass supporting multiple authentications

2017-05-12 Thread Tobias C. Berner
should be supported on all other *BSD and OSX too. mfg Tobias On 12 May 2017 at 15:55, Martin Flöser wrote: > Am 2017-05-12 09:18, schrieb Tobias C. Berner: >> >> Hi there >> >> I think this review introduced some Linux-only features: signalfd() is >> only present

Re: D4997: Support for long running kcheckpass supporting multiple authentications

2017-05-12 Thread Tobias C. Berner
Hi there I think this review introduced some Linux-only features: signalfd() is only present on Linux. So this breaks kcheckpass on FreeBSD (and probably everything non-Linux too). Would it be possible to have the long-running auth stuff hidden behind a check_include_file("sys/signalfd.h" HAVE_

Re: Plasma 5.9.4

2017-03-23 Thread Tobias C. Berner
pun *before* the announcement email @ 14:53 UTC if I recall from IRC. > > If you grabbed the tarballs beforehand, then yes you may the have ones > prior to the respin? > > On 23/03/17 07:16, Tobias C. Berner wrote: > > Hi > > > > it seems the tarballs were respun

Re: Plasma 5.9.4

2017-03-23 Thread Tobias C. Berner
er the announcement, what makes you think there was? > > Jonathan > > > On Thu, Mar 23, 2017 at 08:16:42AM +0100, Tobias C. Berner wrote: > > Hi > > > > it seems the tarballs were respun after the announcement. Could you in > the > > future, please give a little noti

Re: Plasma 5.9.4

2017-03-23 Thread Tobias C. Berner
Hi it seems the tarballs were respun after the announcement. Could you in the future, please give a little notice of that? mfg Tobias On 21 March 2017 at 15:53, Jonathan Riddell wrote: > Out now > https://www.kde.org/announcements/plasma-5.9.4.php >

[Differential] [Closed] D3289: Include to fix build on FreeBSD

2016-11-07 Thread tcberner (Tobias C. Berner)
This revision was automatically updated to reflect the committed changes. Closed by commit rKWAYLAND70ba7718eee5: Include to fix build on FreeBSD (authored by tcberner). REPOSITORY rKWAYLAND KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3289?vs=7952&id=7953 REVISION DETAI

[Differential] [Request, 2 lines] D3289: Include to fix build on FreeBSD

2016-11-07 Thread tcberner (Tobias C. Berner)
tcberner created this revision. tcberner added a reviewer: graesslin. Restricted Application added a subscriber: plasma-devel. Restricted Application added a project: Plasma on Wayland. REVISION SUMMARY /wrkdirs/usr/ports/x11/kf5-kwayland/work/kwayland-5.28.0/src/client/plasmawindowmanagement.c

[Differential] [Updated] D2344: Make linux/input.h compile time optional

2016-08-03 Thread tcberner (Tobias C. Berner)
tcberner added a comment. On FreeBSD we have linux/input.h provided by multimedia/v4l_compat [1] -- which we already depend on at the moment. But I think it's a good idea to make it optional. [1] https://www.freshports.org/multimedia/v4l_compat REPOSITORY rKWAYLAND KWayland REVIS

[Differential] [Commented On] D2003: Install a signal handler for SIGABRT and SIGSEGV for kwin_wayland

2016-06-25 Thread tcberner (Tobias C. Berner)
tcberner added inline comments. INLINE COMMENTS > bshah wrote in main_wayland.cpp:424-426 > This also need adaption for HAVE_PROC_TRACE_CTL perhaps? @tcberner can help > us here maybe. Sure, I will create a request as soon as I have some time to add it. Btw, couldn't this be added as some func

[Differential] [Abandoned] D1616: Fix the intial panel width when using xmonad (and probably other tiling WMs).

2016-05-16 Thread tcberner (Tobias C. Berner)
tcberner abandoned this revision. tcberner added a comment. This issue seems to be fixed with the `resizePanel()` you mentioned that has appeared in `12f7cbf5`. REPOSITORY rPLASMAWORKSPACE Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D1616 EMAIL PREFERENCES https://pha

[Differential] [Request, 1 line] D1616: Fix the intial panel width when using xmonad (and probably other tiling WMs).

2016-05-16 Thread tcberner (Tobias C. Berner)
tcberner created this revision. tcberner added a reviewer: drosca. tcberner set the repository for this revision to rPLASMAWORKSPACE Plasma Workspace. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY The function `PanelVie

[Differential] [Closed] D1423: Disallow ptrace on polkit agent on FreeBSD

2016-05-10 Thread tcberner (Tobias C. Berner)
This revision was automatically updated to reflect the committed changes. Closed by commit rPOLKITKDEAGENT2e7efafe58f9: Disallow ptrace on polkit agent on FreeBSD (authored by tcberner). REPOSITORY rPOLKITKDEAGENT Policykit (Polkit) KDE Agent CHANGES SINCE LAST UPDATE https://phabricator.kde

[Differential] [Closed] D1425: Disallow ptrace on greeter and kwin_wayland process on FreeBSD [... for the future]

2016-05-09 Thread tcberner (Tobias C. Berner)
This revision was automatically updated to reflect the committed changes. Closed by commit rKWIN2ea5feb35b67: Disallow ptrace on greeter and kwin_wayland process on FreeBSD [... for the… (authored by tcberner). REPOSITORY rKWIN KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1425

[Differential] [Closed] D1579: pid_t is defined in sys/types.h

2016-05-09 Thread tcberner (Tobias C. Berner)
This revision was automatically updated to reflect the committed changes. Closed by commit rKWAYLAND1d531e997bfc: pid_t is defined in sys/types.h (authored by tcberner). REPOSITORY rKWAYLAND KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1579?vs=3732&id=3739 REVISION DETAIL

[Differential] [Updated, 23 lines] D1425: Disallow ptrace on greeter and kwin_wayland process on FreeBSD [... for the future]

2016-05-09 Thread tcberner (Tobias C. Berner)
tcberner updated this revision to Diff 3735. tcberner added a comment. Regenerate the patch. REPOSITORY rKWIN KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1425?vs=3368&id=3735 BRANCH master REVISION DETAIL https://phabricator.kde.org/D1425 AFFECTED FILES CMakeLists

[Differential] [Request, 2 lines] D1579: pid_t is defined in sys/types.h

2016-05-09 Thread tcberner (Tobias C. Berner)
tcberner created this revision. tcberner added a reviewer: graesslin. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY To use pid_t one should include sys/types.h -- else the build fails on FreeBSD. REPOSITORY rKWAYLAND

[Differential] [Request, 23 lines] D1425: Disallow ptrace on greeter and kwin_wayland process on FreeBSD [... for the future]

2016-04-15 Thread tcberner (Tobias C. Berner)
tcberner created this revision. tcberner added reviewers: rakuco, graesslin. tcberner set the repository for this revision to rKWIN KWin. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Similar to[[ https://phabricator.kde

[Differential] [Request, 19 lines] D1423: Disallow ptrace on polkit agent on FreeBSD

2016-04-15 Thread tcberner (Tobias C. Berner)
tcberner created this revision. tcberner added reviewers: rakuco, graesslin. tcberner set the repository for this revision to rPOLKITKDEAGENT Policykit (Polkit) KDE Agent. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY S

[Differential] [Closed] D1216: Disallow ptrace on greeter and kcheckpass process on FreeBSD

2016-03-30 Thread tcberner (Tobias C. Berner)
This revision was automatically updated to reflect the committed changes. Closed by commit rKSCREENLOCKER42ad07d79785: Disallow ptrace on greeter and kcheckpass process on FreeBSD (authored by tcberner). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D1216?vs=3009&id=3032#toc REPOSITORY

[Differential] [Updated] D1216: Disallow ptrace on greeter and kcheckpass process on FreeBSD

2016-03-29 Thread tcberner (Tobias C. Berner)
tcberner marked 4 inline comments as done. tcberner added a comment. Mark stuff done. REPOSITORY rKSCREENLOCKER KScreenLocker REVISION DETAIL https://phabricator.kde.org/D1216 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: tcberner, rakuco, graessli

[Differential] [Updated, 32 lines] D1216: Disallow ptrace on greeter and kcheckpass process on FreeBSD

2016-03-29 Thread tcberner (Tobias C. Berner)
tcberner updated this revision to Diff 3009. tcberner added a comment. The add_feature code is now unified, and the identations should be fixed too. REPOSITORY rKSCREENLOCKER KScreenLocker CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D1216?vs=2945&id=3009 BRANCH master REVISI

[Differential] [Request, 26 lines] D1216: Disallow ptrace on greeter and kcheckpass process on FreeBSD

2016-03-24 Thread tcberner (Tobias C. Berner)
tcberner created this revision. tcberner added reviewers: graesslin, rakuco. tcberner set the repository for this revision to rKSCREENLOCKER KScreenLocker. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. REVISION SUMMARY Use FreeBSDs `procctl` to disable gdb&Co from atta