Luwx / LightlyShaders

Round corners and outline effect for kwin.
138 stars 37 forks source link

Failed to build on openSUSE Krypton #17

Open ryu-ketsueki opened 3 years ago

ryu-ketsueki commented 3 years ago

Followed the build instructions and it ended wit Error 2 on Make

[  7%] Generating lightlyshaders_config.json
About to parse service type file "/usr/share/kservicetypes5/kcmodule.desktop"
Found property definition "X-KDE-FactoryName" with type "QString"
Found property definition "X-KDE-ParentComponents" with type "QStringList"
Found property definition "X-KDE-CfgDlgHierarchy" with type "QString"
Found property definition "X-KDE-System-Settings-Parent-Category" with type "QString"
Found property definition "X-KDE-KInfoCenter-Category" with type "QString"
Found property definition "X-KDE-Weight" with type "int"
Found property definition "X-KDE-PluginKeyword" with type "QString"
Found property definition "X-KDE-OnlyShowOnQtPlatforms" with type "QStringList"
Found property definition "X-KDE-KCM-Args" with type "QStringList"
Found property definition "X-DocPath" with type "QString"
Generated  "/home/silas/Applications/LightlyShaders/qt5build/lightlyshaders_config.json"
[ 15%] Automatic MOC for target kwin4_lightlyshaders_config
[ 15%] Built target kwin4_lightlyshaders_config_autogen
[ 23%] Generating ui_lightlyshaders_config.h
[ 30%] Generating kwineffects_interface.cpp, kwineffects_interface.h
[ 38%] Generating kwineffects_interface.moc
[ 46%] Building CXX object CMakeFiles/kwin4_lightlyshaders_config.dir/kwin4_lightlyshaders_config_autogen/mocs_compilation.cpp.o
In file included from /home/silas/Applications/LightlyShaders/qt5build/kwin4_lightlyshaders_config_autogen/EWIEGA46WW/moc_lightlyshaders_config.cpp:10,
                 from /home/silas/Applications/LightlyShaders/qt5build/kwin4_lightlyshaders_config_autogen/mocs_compilation.cpp:2:
/home/silas/Applications/LightlyShaders/qt5build/kwin4_lightlyshaders_config_autogen/EWIEGA46WW/../../../lightlyshaders_config.h:13:10: warning: ‘virtual void LightlyShadersConfig::save()’ can be marked override [-Wsuggest-override]
   13 |     void save();
      |          ^~~~
/home/silas/Applications/LightlyShaders/qt5build/kwin4_lightlyshaders_config_autogen/EWIEGA46WW/../../../lightlyshaders_config.h:14:10: warning: ‘virtual void LightlyShadersConfig::load()’ can be marked override [-Wsuggest-override]
   14 |     void load();
      |          ^~~~
/home/silas/Applications/LightlyShaders/qt5build/kwin4_lightlyshaders_config_autogen/EWIEGA46WW/../../../lightlyshaders_config.h:15:10: warning: ‘virtual void LightlyShadersConfig::defaults()’ can be marked override [-Wsuggest-override]
   15 |     void defaults();
      |          ^~~~~~~~
[ 53%] Building CXX object CMakeFiles/kwin4_lightlyshaders_config.dir/lightlyshaders_config.cpp.o
In file included from /home/silas/Applications/LightlyShaders/lightlyshaders_config.cpp:1:
/home/silas/Applications/LightlyShaders/lightlyshaders_config.h:13:10: warning: ‘virtual void LightlyShadersConfig::save()’ can be marked override [-Wsuggest-override]
   13 |     void save();
      |          ^~~~
/home/silas/Applications/LightlyShaders/lightlyshaders_config.h:14:10: warning: ‘virtual void LightlyShadersConfig::load()’ can be marked override [-Wsuggest-override]
   14 |     void load();
      |          ^~~~
/home/silas/Applications/LightlyShaders/lightlyshaders_config.h:15:10: warning: ‘virtual void LightlyShadersConfig::defaults()’ can be marked override [-Wsuggest-override]
   15 |     void defaults();
      |          ^~~~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders_config.cpp: In constructor ‘LightlyShadersConfig::LightlyShadersConfig(QWidget*, const QVariantList&)’:
/home/silas/Applications/LightlyShaders/lightlyshaders_config.cpp:51:28: warning: ‘static KAboutData* KAboutData::pluginData(const QString&)’ is deprecated: Since 5.76. See API docs [-Wdeprecated-declarations]
   51 |     : KCModule(KAboutData::pluginData(QStringLiteral("kwin4_effect_lightlyshaders")), parent, args)
      |                            ^~~~~~~~~~
In file included from /usr/include/KF5/KCoreAddons/KAboutData:1,
                 from /home/silas/Applications/LightlyShaders/lightlyshaders_config.cpp:16:
/usr/include/KF5/KCoreAddons/kaboutdata.h:607:24: note: declared here
  607 |     static KAboutData *pluginData(const QString &componentName);
      |                        ^~~~~~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders_config.cpp:51:38: warning: ‘static KAboutData* KAboutData::pluginData(const QString&)’ is deprecated: Since 5.76. See API docs [-Wdeprecated-declarations]
   51 |     : KCModule(KAboutData::pluginData(QStringLiteral("kwin4_effect_lightlyshaders")), parent, args)
      |                ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/KF5/KCoreAddons/KAboutData:1,
                 from /home/silas/Applications/LightlyShaders/lightlyshaders_config.cpp:16:
/usr/include/KF5/KCoreAddons/kaboutdata.h:607:24: note: declared here
  607 |     static KAboutData *pluginData(const QString &componentName);
      |                        ^~~~~~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders_config.cpp:52:26: warning: ‘KCModule::KCModule(const KAboutData*, QWidget*, const QVariantList&)’ is deprecated: Since 5.85. Use other constructor and setAboutData() [-Wdeprecated-declarations]
   52 |     , d(new Private(this))
      |                          ^
In file included from /home/silas/Applications/LightlyShaders/lightlyshaders_config.h:4,
                 from /home/silas/Applications/LightlyShaders/lightlyshaders_config.cpp:1:
/usr/include/KF5/KConfigWidgets/kcmodule.h:112:14: note: declared here
  112 |     explicit KCModule(const KAboutData *aboutData, QWidget *parent = nullptr, const QVariantList &args = QVariantList());
      |              ^~~~~~~~
[ 61%] Building CXX object CMakeFiles/kwin4_lightlyshaders_config.dir/kwineffects_interface.cpp.o
[ 69%] Linking CXX shared module kwin4_lightlyshaders_config.so
[ 69%] Built target kwin4_lightlyshaders_config
[ 76%] Automatic MOC for target kwin4_effect_lightlyshaders
AutoMoc warning
---------------
"SRC:/lightlyshaders.cpp"
includes the moc file "lightlyshaders.moc", but does not contain a Q_OBJECT, Q_GADGET, Q_NAMESPACE, Q_NAMESPACE_EXPORT, K_PLUGIN_FACTORY, K_PLUGIN_FACTORY_WITH_JSON, K_PLUGIN_CLASS_WITH_JSON, K_PLUGIN_FACTORY, K_PLUGIN_FACTORY_WITH_JSON, K_PLUGIN_CLASS_WITH_JSON, K_PLUGIN_FACTORY, K_PLUGIN_FACTORY_WITH_JSON, K_PLUGIN_CLASS_WITH_JSON, K_PLUGIN_FACTORY, K_PLUGIN_FACTORY_WITH_JSON, K_PLUGIN_CLASS_WITH_JSON, K_PLUGIN_FACTORY, K_PLUGIN_FACTORY_WITH_JSON, K_PLUGIN_CLASS_WITH_JSON, K_PLUGIN_FACTORY, K_PLUGIN_FACTORY_WITH_JSON, K_PLUGIN_CLASS_WITH_JSON, K_PLUGIN_FACTORY, K_PLUGIN_FACTORY_WITH_JSON, K_PLUGIN_CLASS_WITH_JSON, K_PLUGIN_FACTORY, K_PLUGIN_FACTORY_WITH_JSON or K_PLUGIN_CLASS_WITH_JSON macro.

[ 76%] Built target kwin4_effect_lightlyshaders_autogen
[ 84%] Building CXX object CMakeFiles/kwin4_effect_lightlyshaders.dir/kwin4_effect_lightlyshaders_autogen/mocs_compilation.cpp.o
In file included from /home/silas/Applications/LightlyShaders/qt5build/kwin4_effect_lightlyshaders_autogen/EWIEGA46WW/../../../dbus.h:5,
                 from /home/silas/Applications/LightlyShaders/qt5build/kwin4_effect_lightlyshaders_autogen/EWIEGA46WW/moc_dbus.cpp:10,
                 from /home/silas/Applications/LightlyShaders/qt5build/kwin4_effect_lightlyshaders_autogen/mocs_compilation.cpp:2:
/home/silas/Applications/LightlyShaders/qt5build/kwin4_effect_lightlyshaders_autogen/EWIEGA46WW/../../../lightlyshaders.h:43:10: warning: ‘virtual void LightlyShadersEffect::reconfigure(KWin::Effect::ReconfigureFlags)’ can be marked override [-Wsuggest-override]
   43 |     void reconfigure(ReconfigureFlags flags);
      |          ^~~~~~~~~~~
/home/silas/Applications/LightlyShaders/qt5build/kwin4_effect_lightlyshaders_autogen/EWIEGA46WW/../../../lightlyshaders.h:45:10: warning: ‘virtual void LightlyShadersEffect::prePaintWindow(KWin::EffectWindow*, KWin::WindowPrePaintData&, std::chrono::milliseconds)’ can be marked override [-Wsuggest-override]
   45 |     void prePaintWindow(KWin::EffectWindow* w, KWin::WindowPrePaintData& data, std::chrono::milliseconds time);
      |          ^~~~~~~~~~~~~~
/home/silas/Applications/LightlyShaders/qt5build/kwin4_effect_lightlyshaders_autogen/EWIEGA46WW/../../../lightlyshaders.h:49:10: warning: ‘virtual void LightlyShadersEffect::paintWindow(KWin::EffectWindow*, int, QRegion, KWin::WindowPaintData&)’ can be marked override [-Wsuggest-override]
   49 |     void paintWindow(KWin::EffectWindow* w, int mask, QRegion region, KWin::WindowPaintData& data);
      |          ^~~~~~~~~~~
/home/silas/Applications/LightlyShaders/qt5build/kwin4_effect_lightlyshaders_autogen/EWIEGA46WW/../../../lightlyshaders.h:50:17: warning: ‘virtual int LightlyShadersEffect::requestedEffectChainPosition() const’ can be marked override [-Wsuggest-override]
   50 |     virtual int requestedEffectChainPosition() const { return 99; }
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 92%] Building CXX object CMakeFiles/kwin4_effect_lightlyshaders.dir/lightlyshaders.cpp.o
In file included from /home/silas/Applications/LightlyShaders/dbus.h:5,
                 from /home/silas/Applications/LightlyShaders/lightlyshaders.cpp:20:
/home/silas/Applications/LightlyShaders/lightlyshaders.h:43:10: warning: ‘virtual void LightlyShadersEffect::reconfigure(KWin::Effect::ReconfigureFlags)’ can be marked override [-Wsuggest-override]
   43 |     void reconfigure(ReconfigureFlags flags);
      |          ^~~~~~~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.h:45:10: warning: ‘virtual void LightlyShadersEffect::prePaintWindow(KWin::EffectWindow*, KWin::WindowPrePaintData&, std::chrono::milliseconds)’ can be marked override [-Wsuggest-override]
   45 |     void prePaintWindow(KWin::EffectWindow* w, KWin::WindowPrePaintData& data, std::chrono::milliseconds time);
      |          ^~~~~~~~~~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.h:49:10: warning: ‘virtual void LightlyShadersEffect::paintWindow(KWin::EffectWindow*, int, QRegion, KWin::WindowPaintData&)’ can be marked override [-Wsuggest-override]
   49 |     void paintWindow(KWin::EffectWindow* w, int mask, QRegion region, KWin::WindowPaintData& data);
      |          ^~~~~~~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.h:50:17: warning: ‘virtual int LightlyShadersEffect::requestedEffectChainPosition() const’ can be marked override [-Wsuggest-override]
   50 |     virtual int requestedEffectChainPosition() const { return 99; }
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp: In member function ‘virtual void LightlyShadersEffect::prePaintWindow(KWin::EffectWindow*, KWin::WindowPrePaintData&, std::chrono::milliseconds)’:
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:210:21: error: ‘class KWin::WindowPrePaintData’ has no member named ‘quads’
  210 |             || data.quads.isTransformed())
      |                     ^~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:215:32: warning: ‘virtual QRect KWin::EffectWindow::geometry() const’ is deprecated [-Wdeprecated-declarations]
  215 |     const QRect geo(w->geometry());
      |                     ~~~~~~~~~~~^~
In file included from /home/silas/Applications/LightlyShaders/lightlyshaders.h:23,
                 from /home/silas/Applications/LightlyShaders/dbus.h:5,
                 from /home/silas/Applications/LightlyShaders/lightlyshaders.cpp:20:
/usr/include/kwineffects.h:2248:35: note: declared here
 2248 |     virtual QRect KWIN_DEPRECATED geometry() const = 0;
      |                                   ^~~~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp: In function ‘bool hasShadow(KWin::WindowQuadList&)’:
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:238:23: error: ‘const class KWin::WindowQuad’ has no member named ‘type’
  238 |         if (qds.at(i).type() == KWin::WindowQuadShadow)
      |                       ^~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:238:39: error: ‘WindowQuadShadow’ is not a member of ‘KWin’; did you mean ‘WindowQuadList’?
  238 |         if (qds.at(i).type() == KWin::WindowQuadShadow)
      |                                       ^~~~~~~~~~~~~~~~
      |                                       WindowQuadList
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp: In member function ‘virtual void LightlyShadersEffect::paintWindow(KWin::EffectWindow*, int, QRegion, KWin::WindowPaintData&)’:
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:251:21: error: ‘class KWin::WindowPaintData’ has no member named ‘quads’
  251 |             || data.quads.isTransformed()
      |                     ^~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:253:32: error: ‘class KWin::WindowPaintData’ has no member named ‘quads’
  253 |             || !hasShadow(data.quads))
      |                                ^~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:260:32: warning: ‘virtual QRect KWin::EffectWindow::geometry() const’ is deprecated [-Wdeprecated-declarations]
  260 |     const QRect geo(w->geometry());
      |                     ~~~~~~~~~~~^~
In file included from /home/silas/Applications/LightlyShaders/lightlyshaders.h:23,
                 from /home/silas/Applications/LightlyShaders/dbus.h:5,
                 from /home/silas/Applications/LightlyShaders/lightlyshaders.cpp:20:
/usr/include/kwineffects.h:2248:35: note: declared here
 2248 |     virtual QRect KWIN_DEPRECATED geometry() const = 0;
      |                                   ^~~~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:269:41: error: ‘class KWin::WindowPaintData’ has no member named ‘quads’
  269 |     const KWin::WindowQuadList qds(data.quads);
      |                                         ^~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:271:10: error: ‘class KWin::WindowPaintData’ has no member named ‘quads’
  271 |     data.quads = qds.select(KWin::WindowQuadShadow);
      |          ^~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:271:22: error: ‘const class KWin::WindowQuadList’ has no member named ‘select’
  271 |     data.quads = qds.select(KWin::WindowQuadShadow);
      |                      ^~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:271:35: error: ‘WindowQuadShadow’ is not a member of ‘KWin’; did you mean ‘WindowQuadList’?
  271 |     data.quads = qds.select(KWin::WindowQuadShadow);
      |                                   ^~~~~~~~~~~~~~~~
      |                                   WindowQuadList
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:275:29: error: no matching function for call to ‘KWin::GLTexture::GLTexture()’
  275 |     KWin::GLTexture tex[NTex];
      |                             ^
In file included from /usr/include/kwinglutils.h:17,
                 from /home/silas/Applications/LightlyShaders/lightlyshaders.cpp:28:
/usr/include/kwingltexture.h:148:5: note: candidate: ‘KWin::GLTexture::GLTexture(KWin::GLTexturePrivate&)’
  148 |     GLTexture(GLTexturePrivate& dd);
      |     ^~~~~~~~~
/usr/include/kwingltexture.h:148:5: note:   candidate expects 1 argument, 0 provided
/usr/include/kwingltexture.h:64:14: note: candidate: ‘KWin::GLTexture::GLTexture(GLuint, GLenum, const QSize&, int)’
   64 |     explicit GLTexture(GLuint textureId, GLenum internalFormat, const QSize &size, int levels = 1);
      |              ^~~~~~~~~
/usr/include/kwingltexture.h:64:14: note:   candidate expects 4 arguments, 0 provided
/usr/include/kwingltexture.h:50:14: note: candidate: ‘KWin::GLTexture::GLTexture(GLenum, const QSize&, int, bool)’
   50 |     explicit GLTexture(GLenum internalFormat, const QSize &size, int levels = 1, bool needsMutability = false);
      |              ^~~~~~~~~
/usr/include/kwingltexture.h:50:14: note:   candidate expects 4 arguments, 0 provided
/usr/include/kwingltexture.h:49:5: note: candidate: ‘KWin::GLTexture::GLTexture(GLenum, int, int, int, bool)’
   49 |     GLTexture(GLenum internalFormat, int width, int height, int levels = 1, bool needsMutability = false);
      |     ^~~~~~~~~
/usr/include/kwingltexture.h:49:5: note:   candidate expects 5 arguments, 0 provided
/usr/include/kwingltexture.h:48:14: note: candidate: ‘KWin::GLTexture::GLTexture(const QString&)’
   48 |     explicit GLTexture(const QString& fileName);
      |              ^~~~~~~~~
/usr/include/kwingltexture.h:48:14: note:   candidate expects 1 argument, 0 provided
/usr/include/kwingltexture.h:47:14: note: candidate: ‘KWin::GLTexture::GLTexture(const QPixmap&, GLenum)’
   47 |     explicit GLTexture(const QPixmap& pixmap, GLenum target = GL_TEXTURE_2D);
      |              ^~~~~~~~~
/usr/include/kwingltexture.h:47:14: note:   candidate expects 2 arguments, 0 provided
/usr/include/kwingltexture.h:46:14: note: candidate: ‘KWin::GLTexture::GLTexture(const QImage&, GLenum)’
   46 |     explicit GLTexture(const QImage& image, GLenum target = GL_TEXTURE_2D);
      |              ^~~~~~~~~
/usr/include/kwingltexture.h:46:14: note:   candidate expects 2 arguments, 0 provided
/usr/include/kwingltexture.h:45:5: note: candidate: ‘KWin::GLTexture::GLTexture(const KWin::GLTexture&)’
   45 |     GLTexture(const GLTexture& tex);
      |     ^~~~~~~~~
/usr/include/kwingltexture.h:45:5: note:   candidate expects 1 argument, 0 provided
/usr/include/kwingltexture.h:44:14: note: candidate: ‘KWin::GLTexture::GLTexture(GLenum)’
   44 |     explicit GLTexture(GLenum target);
      |              ^~~~~~~~~
/usr/include/kwingltexture.h:44:14: note:   candidate expects 1 argument, 0 provided
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:286:10: error: ‘class KWin::WindowPaintData’ has no member named ‘quads’
  286 |     data.quads = qds.filterOut(KWin::WindowQuadShadow);
      |          ^~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:286:22: error: ‘const class KWin::WindowQuadList’ has no member named ‘filterOut’
  286 |     data.quads = qds.filterOut(KWin::WindowQuadShadow);
      |                      ^~~~~~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:286:38: error: ‘WindowQuadShadow’ is not a member of ‘KWin’; did you mean ‘WindowQuadList’?
  286 |     data.quads = qds.filterOut(KWin::WindowQuadShadow);
      |                                      ^~~~~~~~~~~~~~~~
      |                                      WindowQuadList
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:309:10: error: ‘class KWin::WindowPaintData’ has no member named ‘quads’
  309 |     data.quads = qds;
      |          ^~~~~
In file included from /usr/include/qt5/QtDBus/qtdbusglobal.h:43,
                 from /usr/include/qt5/QtDBus/qdbusabstractadaptor.h:43,
                 from /usr/include/qt5/QtDBus/QDBusAbstractAdaptor:1,
                 from /home/silas/Applications/LightlyShaders/dbus.h:4,
                 from /home/silas/Applications/LightlyShaders/lightlyshaders.cpp:20:
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp: In member function ‘void LightlyShadersEffect::fillRegion(const QRegion&, const QColor&)’:
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:359:40: warning: ‘QVector<QRect> QRegion::rects() const’ is deprecated: Use begin()/end() instead [-Wdeprecated-declarations]
  359 |     foreach (const QRect & r, reg.rects())
      |                               ~~~~~~~~~^~
In file included from /usr/include/qt5/QtGui/qmatrix.h:45,
                 from /usr/include/qt5/QtGui/qtransform.h:43,
                 from /usr/include/qt5/QtGui/qimage.h:48,
                 from /usr/include/qt5/QtGui/QImage:1,
                 from /usr/include/kwinglobals.h:14,
                 from /usr/include/kwineffects.h:18,
                 from /home/silas/Applications/LightlyShaders/lightlyshaders.h:23,
                 from /home/silas/Applications/LightlyShaders/dbus.h:5,
                 from /home/silas/Applications/LightlyShaders/lightlyshaders.cpp:20:
/usr/include/qt5/QtGui/qregion.h:125:20: note: declared here
  125 |     QVector<QRect> rects() const;
      |                    ^~~~~
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp: At global scope:
/home/silas/Applications/LightlyShaders/lightlyshaders.cpp:235:13: warning: ‘bool hasShadow(KWin::WindowQuadList&)’ defined but not used [-Wunused-function]
  235 | static bool hasShadow(KWin::WindowQuadList &qds)
      |             ^~~~~~~~~
make[2]: *** [CMakeFiles/kwin4_effect_lightlyshaders.dir/build.make:90: CMakeFiles/kwin4_effect_lightlyshaders.dir/lightlyshaders.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/kwin4_effect_lightlyshaders.dir/all] Error 2
make: *** [Makefile:146: all] Error 2

KDE Repositories coming from Unstable repos for testing. May indicate a possible incompatibility with future release?

Luwx commented 3 years ago

It could be. I can't test with the unstable right now so I'll wait till 5.23 is released.

ryu-ketsueki commented 3 years ago

Can test for you or use KDE Neon Developer Edition/openSUSE Krypton because those come with unstable, that way it is working when 5.23 come out

ryu-ketsueki commented 2 years ago

Plasma 5.23 will be released on Oct 7 from what I could see. Could start trying a solution. If you need someone to test if you can't, I can test it for you

Pressed the wrong button. Wasn't intentional to close it

zezic commented 2 years ago

Plasma 5.23 was released and now it's not possible to build this on KDE neon as well.

xcenai commented 2 years ago

so this is basically a dud ?

zezic commented 2 years ago

so this is basically a dud ?

Kinda yes. At least with the new KDE Plasma 5.23.

ryu-ketsueki commented 2 years ago

Plasma 5.23 was released and now it's not possible to build this on KDE neon as well.

openSUSE Krypton is pretty much like KDE Neon Developer Edition, so everything comes from the master builds. I tried to debug it based on the output but I can't make heads nor tails here.