| Summary: | sudo systemsettings5 crashes from cli | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | David Block <dave> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | CC: | kde |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.12.8 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
David Block
2019-08-07 23:57:25 UTC
Don't run GUI apps as root. However, it does print something to console, can you check what it printed before dying? On Thu, 08 Aug 2019 07:55:25 +0000 "Kai Uwe Broulik" <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=410712 > > --- Comment #2 from Kai Uwe Broulik <kde@privat.broulik.de> --- > However, it does print something to console, can you check what it > printed before dying? > Thanks Kai, I finally resolved the printer issue but the systemsettings5 bug still persists (even when run without sudo). Here's the result of launching systemsettings5 from the terminal as my normal user: libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast failed to acquire GL context to resolve capabilities, using defaults.. WARNING: viewBackgroundColor is deprecated, use backgroundColor with colorSet: Theme.View instead WARNING: viewBackgroundColor is deprecated, use backgroundColor with colorSet: Theme.View instead KActivities: Database connection: "kactivities_db_resources_140164137725056_readonly" query_only: QVariant(qlonglong, 1) journal_mode: QVariant(QString, "wal") wal_autocheckpoint: QVariant(qlonglong, 100) synchronous: QVariant(qlonglong, 0) Nothing to load - the client id is empty Nothing to load - the client id is empty Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 1, profile QSurfaceFormat::OpenGLContextProfile(NoProfile)) KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = systemsettings5 path = /usr/bin pid = 26076 KCrash: Arguments: /usr/bin/systemsettings5 KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from kdeinit sock_file=/run/user/1000/kdeinit5__0 It looks like you updated NVIDIA driver or kernel without rebooting. |