[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #50 from Maximilian Federle --- you know the drill: https://invent.kde.org/packaging/snapcraft-kde-applications/-/jobs/440089 -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 Maximilian Federle changed: What|Removed |Added Latest Commit|https://invent.kde.org/pack |https://invent.kde.org/pack

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #47 from Maximilian Federle --- if you can find where the GDB environment is constructed (probably somewhere in https://github.com/KDE/kdevelop/tree/master/plugins/gdb), we can also patch it out. -- You are receiving this mail because

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #44 from Maximilian Federle --- The snap now patches the console view & the executor class for the launch jobs to drop LIBGL_DRIVERS_PATH, and QML2_IMPORT_PATH has been removed from the environment altogether. Try the candidate snap

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 Maximilian Federle changed: What|Removed |Added Latest Commit|https://invent.kde.org/pack |https://invent.kde.org/pack

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 Maximilian Federle changed: What|Removed |Added Latest Commit|https://invent.kde.org/pack |https://invent.kde.org/pack

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #40 from Maximilian Federle --- (1) I found an "okay" way: 1. In launch configuration: Check 'Use external terminal' 2. Input command: bash -c 'unset LIBGL_DRIVERS_PATH && unset QML2_IMPORT_PATH && %exe' (2) No

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #38 from Maximilian Federle --- Created attachment 151413 --> https://bugs.kde.org/attachment.cgi?id=151413=edit Test project runs from kdevelop with these env variables overwritten So, as suspected, the env variables must be un

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #36 from Maximilian Federle --- Yeah, why not. If you have something simple that works without a lot of setup. -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #34 from Maximilian Federle --- (In reply to Ian H from comment #28) > libGL error: MESA-LOADER: failed to open nouveau: (null) (search paths , > suffix _dri) And I also suspect you didn't fully unset LIBGL_DRIVERS_PATH b

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #33 from Maximilian Federle --- You can join us/me on #kde-neon on IRC/Matrix. Your error has something to do with the snap environment, so much is clear. I'd have tried setting LIBGL_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri as my next

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #29 from Maximilian Federle --- Which libGL is your executable linked against? ldd | grep libGL -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #27 from Maximilian Federle --- Can you unset LIBGL_DRIVERS_PATH for your program's execution environment? -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #25 from Maximilian Federle --- Maybe try adding the dri directory to LD_LIBRARY_PATH like so: LD_LIBRARY_PATH=/snap/kdevelop/current/usr/lib/x86_64-linux-gnu/dri kdevelop -- You are receiving this mail because: You are watching all bug

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 Maximilian Federle changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #20 from Maximilian Federle --- (In reply to Ian H from comment #19) > kdevplatform.shell: Could not load plugin "kdevclangsupport" , it reported > the error: "The clang builtin include path > \&q

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #18 from Maximilian Federle --- Try again from candidate: https://invent.kde.org/packaging/snapcraft-kde-applications/-/commit/e811d8668947b5a017fda13a085e0b55fe000b29 -- You are receiving this mail because: You are watching all bug

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-18 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #17 from Maximilian Federle --- Oh, sorry, I misread the manifest. There's actually a stage package missing. I'll push an update to candidate. -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-17 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #14 from Maximilian Federle --- or maybe some qt.conf shenanigans? -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-17 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #13 from Maximilian Federle --- Huh, do you have any env variables set that could cause Qt to search in paths other than those set in QT_PLUGIN_PATH? -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-17 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #9 from Maximilian Federle --- Try kdevelop from the candidate channel: sudo snap install --classic --candidate kdevelop or sudo snap refresh --candidate kdevelop -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-17 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 --- Comment #8 from Maximilian Federle --- Well, it's loading plugins/libs from the host, which is clearly not a good idea. The snap has a few issues, which should hopefully be solved in a few hours: https://invent.kde.org/packaging/snapcraft-kde

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-17 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974 Maximilian Federle changed: What|Removed |Added CC||max.fede...@gmail.com --- Comment #5 from

[neon] [Bug 444873] xdg-desktop-portal's FileChooser not focused

2021-11-10 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=444873 Maximilian Federle changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[neon] [Bug 444873] xdg-desktop-portal's FileChooser not focused

2021-11-04 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=444873 --- Comment #1 from Maximilian Federle --- I created a PR: https://invent.kde.org/neon/qt/qtbase/-/merge_requests/3 -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 444873] New: xdg-desktop-portal's FileChooser not focused

2021-11-03 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=444873 Bug ID: 444873 Summary: xdg-desktop-portal's FileChooser not focused Product: neon Version: unspecified Platform: Snap OS: Linux Status: REPORTED Severity:

[neon] [Bug 419479] New: snap sdk: paths in qt.conf are wrong

2020-04-01 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=419479 Bug ID: 419479 Summary: snap sdk: paths in qt.conf are wrong Product: neon Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal

[neon] [Bug 419476] New: snap sdk: KF5 qmake modules have non-configurable paths in their .pri files

2020-04-01 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=419476 Bug ID: 419476 Summary: snap sdk: KF5 qmake modules have non-configurable paths in their .pri files Product: neon Version: unspecified Platform: Other OS: Linux