Re: APIs for persistent remote access and headless/hybrid sessions

2024-04-01 Thread Erik Jensen
A remote session would need the following four pieces: 1. An API for the remote access tool to request a remote display and authenticate. This could involve a headless greeter session for remote login or direct authentication of some sort. 2. A way for the login manager to launch a session in head

Re: APIs for persistent remote access and headless/hybrid sessions

2024-03-15 Thread Erik Jensen
Thinking about this more, I'm not really sure extending the existing Portal API makes sense. Given that remote assistance (well served by the existing API) wants * Explicit user consent to share * To allow the local user to select what to share * To mirror the selected existing displays / windows

Re: APIs for persistent remote access and headless/hybrid sessions

2024-02-29 Thread Erik Jensen
> We are definitely interested in working in this area. We have a lot of > the proposed core infrastructure that's listed in that proposed > specification; pipewire, creation of virtual screens, libei access is > coming soon. It's "just" a case of gluing everything together. That's great to hear!

APIs for persistent remote access and headless/hybrid sessions

2024-02-27 Thread Erik Jensen
I'm on the Chrome Remote Desktop team at Google, and I am working to add support for Wayland-based desktop environments. While our initial focus will be on getting it to work with GNOME, we'd love the functionally to be based on standardized APIs that can be used across desktop environments, so I'm

[PATCH] fix build errors in kdevplatform-1.2.0

2011-03-27 Thread Erik
This patch fixes the following errors in kdevplatform 1.2.0 so that it can be built: * Define metatypes in header files and include them instead of having multiple Q_DECLARE_METATYPE(TYPE) for the same TYPE (see http://www.mail-archive.com/kde-core-devel@kde.org/msg00416.html). * Explicit stati

[PATCH] fix build of plasma-workspace-4.6.1

2011-03-27 Thread Erik
This patch fixes a build failure in plasma-workspace-4.6.1 caused by a duplicate include: --- kdebase-workspace-4.6.1/plasma/desktop/shell/CMakeLists.txt.orig 2011-03-27 10:29:55.90946 +0200 +++ kdebase-workspace-4.6.1/plasma/desktop/shell/CMakeLists.txt 2011-03-27 10:30:06.21334 +020

Re: kcm_keyboard 4.5.4 fails to build

2011-01-14 Thread Erik
2010-12-26 00:05, Erik skrev: > 2010-12-25 15:50, Oswald Buddenhagen skrev: >> On Sat, Dec 25, 2010 at 08:01:46AM +0100, Erik wrote: >>> +// clean up after X.h/Xlib.h >>> +#undef Bool >>> +#undef Unsorted >>> >> #include > > Thanks, h

Re: okteta 4.5.4 fails to build

2010-12-26 Thread Erik
2010-12-24 03:11, Erik skrev: > steps to reproduce: > 1. tar jxvf /usr/portage/distfiles/kdeutils-4.5.4.tar.bz2 > 2. cd kdeutils-4.5.4 > 3. mkdir build > 4. cd build > 5. cmake -DKDE4_ENABLE_FINAL=ON .. > 6. make okteta > > actual result: > In file included from >

Re: nepomuk 4.5.4 fails to build

2010-12-26 Thread Erik
2010-12-24 12:42, Erik skrev: > Nepomuk 4.5.4 fails to build. > > Steps to reproduce: > 1. tar jxvf kdebase-runtime-4.5.4.tar.bz2 > 2. cd kdebase-runtime-4.5.4 > 3. wget > "http://websvn.kde.org/trunk/KDE/kdebase/runtime/knotify/ksolidnotify.cpp?r1=1140405&r2=1151

Re: kdebase-4.5.4 fails to build

2010-12-25 Thread Erik
2010-12-24 02:49, Erik skrev: In file included from kdebase-4.5.4/apps/nsplugins/viewer/scripting.cpp:30, from kdebase-4.5.4/build/apps/nsplugins/viewer/nspluginviewer_final_cpp.cpp:9: kdebase-4.5.4/apps/nsplugins/viewer/scripting.h: At global scope: kdebase-4.5.4/apps

Re: kcm_keyboard 4.5.4 fails to build

2010-12-25 Thread Erik
2010-12-25 15:50, Oswald Buddenhagen skrev: On Sat, Dec 25, 2010 at 08:01:46AM +0100, Erik wrote: +// clean up after X.h/Xlib.h +#undef Bool +#undef Unsorted #include Thanks, here is a patch that uses that: diff -ru kdebase-workspace-4.5.4/kcontrol/fonts/fonts.cpp.orig kdebase-workspace

Re: kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Erik
2010-12-25 02:17, Andriy Rysin skrev: 2010/12/24 Andreas Pakulat On 24.12.10 16:06:54, Erik wrote: kcm_keyboard 4.5.4 fails to build Steps to reproduce: 1. tar jxvf /usr/portage/distfiles/kdebase-workspace-4.5.4.tar.bz2 2. cd kdebase-workspace-4.5.4 3. mkdir build 4. cd build 5. cmake

Re: kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Erik
2010-12-24 16:14, Anne-Marie Mahfouf skrev: > You should subscribe to > https://mail.kde.org/mailman/listinfo/kde-buildsystem > and post all your errors here. Actually kde-devel is the list that I was pointed to: https://bugs.kde.org/show_bug.cgi?id=260726#c1 (Although I personally think that a b

kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Erik
kcm_keyboard 4.5.4 fails to build Steps to reproduce: 1. tar jxvf /usr/portage/distfiles/kdebase-workspace-4.5.4.tar.bz2 2. cd kdebase-workspace-4.5.4 3. mkdir build 4. cd build 5. cmake -DKDE4_ENABLE_FINAL=ON .. 6. make kcm_keyboard Actual result: In file included from /usr/include/qt4/QtCore/QD

nepomuk 4.5.4 fails to build

2010-12-24 Thread Erik
Nepomuk 4.5.4 fails to build. Steps to reproduce: 1. tar jxvf kdebase-runtime-4.5.4.tar.bz2 2. cd kdebase-runtime-4.5.4 3. wget "http://websvn.kde.org/trunk/KDE/kdebase/runtime/knotify/ksolidnotify.cpp?r1=1140405&r2=1151084&pathrev=1151084&view=patch"; --output-document=-|patch -p4 4. mkdir bui

okteta 4.5.4 fails to build

2010-12-23 Thread Erik
steps to reproduce: 1. tar jxvf /usr/portage/distfiles/kdeutils-4.5.4.tar.bz2 2. cd kdeutils-4.5.4 3. mkdir build 4. cd build 5. cmake -DKDE4_ENABLE_FINAL=ON .. 6. make okteta actual result: In file included from kdeutils-4.5.4/build/okteta/libs/kasten/controllers/kastencontrollers_final_cpp.cpp:

kdebase-4.5.4 fails to build

2010-12-23 Thread Erik
In file included from kdebase-4.5.4/apps/nsplugins/viewer/scripting.cpp:30, from kdebase-4.5.4/build/apps/nsplugins/viewer/nspluginviewer_final_cpp.cpp:9: kdebase-4.5.4/apps/nsplugins/viewer/scripting.h: At global scope: kdebase-4.5.4/apps/nsplugins/viewer/scripting.h:33: fel: om