This is an old revision of the document!
Arch Linux BBS - Applications & Desktop Environments
- Displaycal and python 3.14 (2026/06/21 23:58)What command produced the output:It's from the instructions here: https://github.com/eoyilmaz/displaycal- … s_linux.mdHere's the whole output including the command:glen@honcho:~/Projects$ git clone https://github.com/eoyilmaz/displaycal-py3 Cloning into 'displaycal-py3'... remote: Enumerating objects: 45721, done. remote: Counting objects: 100% (646/646), done. remote: Compressing objects: 100% (166/166), done. remote: Total 45721 (delta 533), reused 487 (delta 479), pack-reused 45075 (from 4) Receiving objects: 100% (45721/45721), 61.97 MiB | 11.04 MiB/s, done. Resolving deltas: 100% (34360/34360), done. glen@honcho:~/Projects$ cd displaycal-py3/ glen@honcho:~/Projects/displaycal-py3$ make venv build install --- venv: Creating Local virtualenv '.venv' using '/usr/bin/python' --- python3 -m venv .venv --- build: Building --- --- build: Local install into virtualenv '.venv' --- --- build: Using python interpreter '/home/glen/Projects/displaycal-py3/.venv/bin/python' --- Collecting uv Using cached uv-0.11.23-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) Using cached uv-0.11.23-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25.4 MB) Installing collected packages: uv Successfully installed uv-0.11.23 Resolved 87 packages in 322ms Prepared 2 packages in 1.58s Installed 86 packages in 25ms + attrs==26.1.0 + build==1.5.0 + cachetools==7.1.4 + casttube==0.2.1 + certifi==2026.6.17 + cffi==2.0.0 + charset-normalizer==3.4.7 + colorama==0.4.6 + contourpy==1.3.3 + coverage==7.14.2 + cryptography==49.0.0 + cycler==0.12.1 + darglint==1.8.1 + dbus-python==1.4.0 + defusedxml==0.7.1 + distlib==0.4.3 + distro==1.9.0 + docutils==0.23 + execnet==2.1.2 + filelock==3.29.4 + flake8==7.3.0 + flake8-bugbear==25.11.29 + flake8-docstrings==1.7.0 + flake8-import-order==0.19.2 + flake8-pep3101==3.0.0 + flake8-spellcheck==0.28.0 + fonttools==4.63.0 + id==1.6.1 + idna==3.18 + ifaddr==0.2.0 + iniconfig==2.3.0 + jaraco-classes==3.4.0 + jaraco-context==6.1.2 + jaraco-functools==4.5.0 + jeepney==0.9.0 + keyring==25.7.0 + kiwisolver==1.5.0 + markdown-it-py==4.2.0 + matplotlib==3.11.0 + mccabe==0.7.0 + mdurl==0.1.2 + more-itertools==11.1.0 + nh3==0.3.5 + numpy==2.5.0 + packaging==26.2 + pillow==12.2.0 + platformdirs==4.10.0 + pluggy==1.6.0 + protobuf==7.35.1 + psutil==7.2.2 + pychromecast==14.0.10 + pycodestyle==2.14.0 + pycparser==3.0 + pydocstyle==6.3.0 + pyflakes==3.4.0 + pyglet==2.1.14 + pygments==2.20.0 + pyparsing==3.3.2 + pyproject-api==1.10.1 + pyproject-hooks==1.2.0 + pytest==9.1.1 + pytest-cov==7.1.0 + pytest-github-actions-annotate-failures==0.4.2 + pytest-xdist==3.8.0 + python-dateutil==2.9.0.post0 + python-discovery==1.4.2 + pyyaml==6.0.3 + readme-renderer==45.0 + requests==2.34.2 + requests-toolbelt==1.0.0 + rfc3986==2.0.0 + rich==15.0.0 + ruff==0.15.18 + secretstorage==3.5.0 + send2trash==2.1.0 + setuptools==82.0.1 + six==1.17.0 + snowballstemmer==3.1.1 + tomli-w==1.2.0 + tox==4.55.1 + twine==6.2.0 + urllib3==2.7.0 + virtualenv==21.5.1 + wheel==0.47.0 + wxpython==4.2.5 + zeroconf==0.149.17 Building source distribution... /home/glen/.cache/uv/builds-v0/.tmpNVXyEn/lib/python3.14/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases. config = read_configuration(filepath, True, ignore_option_errors, dist) /home/glen/.cache/uv/builds-v0/.tmpNVXyEn/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2027-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) warning: no files found matching 'dist/copyright' warning: no files found matching 'dist/net.displaycal.DisplayCAL.appdata.xml' warning: no files found matching 'DisplayCAL/ref/XYZ' warning: no files found matching 'D50.icm' warning: no files found matching 'DisplayCAL/ref/XYZ' warning: no files found matching 'D50' warning: no files found matching '(ICC' warning: no files found matching 'PCS' warning: no files found matching 'encoding).icm' warning: no files found matching 'DisplayCAL/ref/DCDM' warning: no files found matching 'X'Y'Z'.icm' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.backup' found anywhere in distribution warning: no previously-included files matching '*/__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution ['egg_info'] *** /home/glen/Projects/displaycal-py3/-c egg_info using distutils warning: no files found matching 'DisplayCAL/ref/XYZ' warning: no files found matching 'D50.icm' warning: no files found matching 'DisplayCAL/ref/XYZ' warning: no files found matching 'D50' warning: no files found matching '(ICC' warning: no files found matching 'PCS' warning: no files found matching 'encoding).icm' warning: no files found matching 'DisplayCAL/ref/DCDM' warning: no files found matching 'X'Y'Z'.icm' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.backup' found anywhere in distribution warning: no previously-included files matching '*/__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution ['sdist', '--formats', 'gztar', '--dist-dir', '/home/glen/Projects/displaycal-py3/dist/.tmp-yzpkscnu'] *** /home/glen/Projects/displaycal-py3/-c sdist --formats gztar --dist-dir /home/glen/Projects/displaycal-py3/dist/.tmp-yzpkscnu using distutils Building wheel from source distribution... /home/glen/.cache/uv/builds-v0/.tmp4fWfRT/lib/python3.14/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases. config = read_configuration(filepath, True, ignore_option_errors, dist) /home/glen/.cache/uv/builds-v0/.tmp4fWfRT/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2027-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) warning: no files found matching 'DisplayCAL/ref/XYZ' warning: no files found matching 'D50.icm' warning: no files found matching 'DisplayCAL/ref/XYZ' warning: no files found matching 'D50' warning: no files found matching '(ICC' warning: no files found matching 'PCS' warning: no files found matching 'encoding).icm' warning: no files found matching 'DisplayCAL/ref/DCDM' warning: no files found matching 'X'Y'Z'.icm' warning: no previously-included files found matching 'misc/Argyll' warning: no previously-included files found matching 'misc/*.rules' warning: no previously-included files found matching 'misc/*.usermap' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.backup' found anywhere in distribution warning: no previously-included files matching '*/__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution ['egg_info'] *** /home/glen/.cache/uv/sdists-v9/.tmpOA2AYS/displaycal-3.9.18.dev12/-c egg_info using distutils /home/glen/.cache/uv/builds-v0/.tmp4fWfRT/lib/python3.14/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases. config = read_configuration(filepath, True, ignore_option_errors, dist) /home/glen/.cache/uv/builds-v0/.tmp4fWfRT/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2027-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) warning: no files found matching 'DisplayCAL/ref/XYZ' warning: no files found matching 'D50.icm' warning: no files found matching 'DisplayCAL/ref/XYZ' warning: no files found matching 'D50' warning: no files found matching '(ICC' warning: no files found matching 'PCS' warning: no files found matching 'encoding).icm' warning: no files found matching 'DisplayCAL/ref/DCDM' warning: no files found matching 'X'Y'Z'.icm' warning: no previously-included files found matching 'misc/Argyll' warning: no previously-included files found matching 'misc/*.rules' warning: no previously-included files found matching 'misc/*.usermap' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.backup' found anywhere in distribution warning: no previously-included files matching '*/__pycache__/*' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution ['bdist_wheel', '--dist-dir', '/home/glen/Projects/displaycal-py3/dist/.tmp-xewtodu0'] *** /home/glen/.cache/uv/sdists-v9/.tmpOA2AYS/displaycal-3.9.18.dev12/-c bdist_wheel --dist-dir /home/glen/Projects/displaycal-py3/dist/.tmp-xewtodu0 using distutils Successfully built dist/displaycal-3.9.18.dev12.tar.gz Successfully built dist/displaycal-3.9.18.dev12-py3-none-any.whl --- install: Installing displaycal to virtualenv at '.venv' using '/usr/bin/python' --- source ./.venv/bin/activate; \ uv pip install ./dist/displaycal-3.9.18.dev12-*.whl --force-reinstall; Resolved 24 packages in 85ms Prepared 24 packages in 74ms Uninstalled 23 packages in 29ms Installed 24 packages in 43ms ~ build==1.5.0 ~ casttube==0.2.1 ~ certifi==2026.6.17 ~ charset-normalizer==3.4.7 ~ dbus-python==1.4.0 ~ defusedxml==0.7.1 + displaycal==3.9.18.dev12 (from file:///home/glen/Projects/displaycal-py3/dist/displaycal-3.9.18.dev12-py3-none-any.whl) ~ distro==1.9.0 ~ idna==3.18 ~ ifaddr==0.2.0 ~ numpy==2.5.0 ~ packaging==26.2 ~ pillow==12.2.0 ~ protobuf==7.35.1 ~ psutil==7.2.2 ~ pychromecast==14.0.10 ~ pyglet==2.1.14 ~ pyproject-hooks==1.2.0 ~ pyyaml==6.0.3 ~ requests==2.34.2 ~ send2trash==2.1.0 ~ urllib3==2.7.0 ~ wxpython==4.2.5 ~ zeroconf==0.149.17After that the "make launch" command starts displacal in the virtual environment.
- Garbled, distorted screens after login (2026/06/21 22:35)Thanks for your replyI login as i always do, the garbled screens after the loginProcess is... 1 Turn on PC2 BIOS message pop up3 GRUB4 Booting Arch linux5 login / Wellcom screen in ... type in password Untill now the screens are NOT garbled6 Garbled screens https://www.photo-pick.com/online/Zl2GWojz.link7 Turn the screens off & on again8 All fineI can only provide the output of the "qdbus6 org.kde.KWin /KWin supportInformation" after the off/on of the screens. When the screens are not garbled. As i cannot view the output due to the fact that the screens are garbled. qdbus6 org.kde.KWin /KWin supportInformation KWin Support Information: The following information should be used when requesting support on e.g. https://discuss.kde.org. It provides information about the currently running instance, which options are used, what OpenGL driver and which effects are running. Please post the information provided underneath this introductory text to a paste bin service like https://paste.kde.org instead of pasting into support threads. ========================== Version ======= KWin version: 6.7.0 Qt Version: 6.11.1 Qt compile version: 6.11.1 XCB compile version: 1.17.0 Operation Mode: Wayland Build Options ============= KWIN_BUILD_DECORATIONS: yes KWIN_BUILD_TABBOX: yes KWIN_BUILD_ACTIVITIES: yes HAVE_X11_XCB: yes X11 === Vendor: The X.Org Foundation Vendor Release: 12401012 Protocol Version/Revision: 11/0 SHAPE: yes; Version: 0x11 RANDR: yes; Version: 0x14 Composite: yes; Version: 0x4 RENDER: yes; Version: 0xb XFIXES: yes; Version: 0x50 SYNC: yes; Version: 0x31 RES: yes; Version: 0x12 Decoration ========== Plugin: org.kde.klassy Theme: Plugin recommends border size: Normal onAllDesktopsAvailable: true alphaChannelSupported: true closeOnDoubleClickOnMenu: false alwaysShowExcludeFromCapture: false decorationButtonsLeft: 0, 9, 2 decorationButtonsRight: 6, 3, 4, 5 borderSize: 3 gridUnit: 10 font: Noto Sans,10,-1,0,400,0,0,0,0,0,0,0,0,0,0,1,,0,0 smallSpacing: 2 largeSpacing: 10 LogicalOutput backend ============== Name: DRM Atomic Mode Setting on GPU 0: true Cursor ====== themeName: breeze_cursors themeSize: 24 Options ======= focusPolicy: ClickToFocus xwaylandCrashPolicy: 1 xwaylandMaxCrashCount: 3 nextFocusPrefersMouse: false clickRaise: true autoRaise: false autoRaiseInterval: 0 delayFocusInterval: 0 separateScreenFocus: true placement: 5 activationDesktopPolicy: SwitchToOtherDesktop focusPolicyIsReasonable: true borderSnapZone: 10 windowSnapZone: 10 centerSnapZone: 0 snapOnlyWhenOverlapping: false edgeBarrier: 100 cornerBarrier: 1 rollOverDesktops: false perOutputVirtualDesktops: false focusStealingPreventionLevel: 1 operationTitlebarDblClick: 5000 operationMaxButtonLeftClick: 5000 operationMaxButtonMiddleClick: 5013 operationMaxButtonRightClick: 5012 commandActiveTitlebar1: MouseRaise commandActiveTitlebar2: MouseNothing commandActiveTitlebar3: MouseOperationsMenu commandInactiveTitlebar1: MouseActivateAndRaise commandInactiveTitlebar2: MouseNothing commandInactiveTitlebar3: MouseOperationsMenu commandWindow1: MouseActivateRaiseOnReleaseAndPassClick commandWindow2: MouseActivateAndPassClick commandWindow3: MouseActivateAndPassClick commandWindowWheel: MouseNothing commandAll1: MouseUnrestrictedMove commandAll2: MouseToggleRaiseAndLower commandAll3: MouseUnrestrictedResize keyCmdAllModKey: 16777250 doubleClickBorderToMaximize: true condensedTitle: false electricBorderMaximize: true electricBorderTiling: true electricBorderAllScreenCorner: true electricBorderCornerRatio: 0.25 borderlessMaximizedWindows: false killPingTimeout: 5000 compositingMode: 1 allowTearing: true interactiveWindowMoveEnabled: true pictureInPictureHomeCorner: BottomRightCorner pictureInPictureMargin: 20 overlayVirtualKeyboardOnWindows: false Screen Edges ============ desktopSwitching: false desktopSwitchingMovingClients: false cursorPushBackDistance: 1x1 actionTopLeft: 0 actionTop: 0 actionTopRight: 0 actionRight: 0 actionBottomRight: 0 actionBottom: 0 actionBottomLeft: 0 actionLeft: 0 Screens ======= Number of Screens: 2 Screen 0: --------- Name: DP-3 Enabled: 1 Geometry: 0,0,2560x1440 Physical size: 530x400mm Scale: 1 Refresh Rate: 143912 Adaptive Sync: never Screen 1: --------- Name: DP-2 Enabled: 1 Geometry: 2560,0,2560x1440 Physical size: 530x400mm Scale: 1 Refresh Rate: 143912 Adaptive Sync: never Compositing =========== Compositing is active Compositing Type: OpenGL OpenGL vendor string: AMD OpenGL renderer string: AMD Radeon RX 6700 XT (radeonsi, navi22, ACO, DRM 3.64, 7.0.12-arch1-1) OpenGL version string: 4.6 (Core Profile) Mesa 26.1.3-arch1.2 OpenGL platform interface: EGL OpenGL shading language version string: 4.60 Driver: Unknown GPU class: Unknown OpenGL version: 4.6 GLSL version: 4.60 Mesa version: 26.1.3 X server version: 1.24.1 Linux kernel version: 7.0.12 Direct rendering: Requires strict binding: no Virtual Machine: no OpenGL 2 Shaders are used Loaded Effects: --------------- shakecursor outputlocator colorpicker zoom screenedge blur sessionquit logout login slidingpopups slidingnotifications windowaperture translucency fadedesktop diminactive kwin4_effect_geometry_change kinetic_maximize squash maximize fullscreen frozenapp fadingpopups dimscreen sheet dialogparent wobblywindows windowview tileseditor overview highlightwindow blendchanges startupfeedback systembell screentransform kscreen Currently Active Effects: ------------------------- blur diminactive fadingpopups Effect Settings: ---------------- shakecursor: outputlocator: colorpicker: zoom: zoomFactor: 1.2 mouseTracking: 0 focusDelay: 350 moveFactor: 20 targetZoom: 1 screenedge: blur: sessionquit: pluginId: sessionquit isActiveFullScreenEffect: false logout: pluginId: logout isActiveFullScreenEffect: false login: pluginId: login isActiveFullScreenEffect: false slidingpopups: slideInDuration: 200 slideOutDuration: 200 slidingnotifications: windowaperture: pluginId: windowaperture isActiveFullScreenEffect: false translucency: pluginId: translucency isActiveFullScreenEffect: false fadedesktop: pluginId: fadedesktop isActiveFullScreenEffect: false diminactive: dimStrength: 25 dimPanels: false dimDesktop: false dimKeepAbove: false dimByGroup: true dimFullScreen: true kwin4_effect_geometry_change: pluginId: kwin4_effect_geometry_change isActiveFullScreenEffect: false kinetic_maximize: pluginId: kinetic_maximize isActiveFullScreenEffect: false squash: pluginId: squash isActiveFullScreenEffect: false maximize: pluginId: maximize isActiveFullScreenEffect: false fullscreen: pluginId: fullscreen isActiveFullScreenEffect: false frozenapp: pluginId: frozenapp isActiveFullScreenEffect: false fadingpopups: pluginId: fadingpopups isActiveFullScreenEffect: false dimscreen: pluginId: dimscreen isActiveFullScreenEffect: false sheet: duration: 300 dialogparent: pluginId: dialogparent isActiveFullScreenEffect: false wobblywindows: stiffness: 0.15 drag: 0.8 moveFactor: 0.1 xTessellation: 20 yTessellation: 20 minVelocity: 0 maxVelocity: 1000 stopVelocity: 0.5 minAcceleration: 0 maxAcceleration: 1000 stopAcceleration: 0.5 moveWobble: true resizeWobble: true windowview: activeView: delegate: animationDuration: 300 ignoreMinimized: false mode: ModeAllDesktops partialActivationFactor: 0 gestureInProgress: false searchText: selectedIds: tileseditor: activeView: delegate: animationDuration: 200 overview: activeView: delegate: animationDuration: 300 ignoreMinimized: false filterWindows: true organizedGrid: true overviewPartialActivationFactor: 0 overviewGestureInProgress: false transitionPartialActivationFactor: 0 transitionGestureInProgress: false gridPartialActivationFactor: 0 gridGestureInProgress: false searchText: highlightwindow: blendchanges: startupfeedback: type: 1 systembell: screentransform: kscreen: Loaded Plugins: --------------- BounceKeysPlugin KeyNotificationPlugin MouseKeysPlugin SlowKeysPlugin StickyKeysPlugin TouchpadShortcutsPlugin buttonsrebind eis gamecontroller krunnerintegration nightlight screencast screenshot Available Plugins: ------------------ BounceKeysPlugin KeyNotificationPlugin MouseKeysPlugin SlowKeysPlugin StickyKeysPlugin TouchpadShortcutsPlugin buttonsrebind eis gamecontroller krunnerintegration nightlight screencast screenshot
- High CPU usage from kwin_wayland after Plasma 6.7 upgrade (2026/06/21 22:22)Thanks for your response.seth wrote:qdbus6 org.kde.KWin /KWin supportInformation glxinfo -BDoes intel_gpu_top suggest the IGP is being utilized?Now that I disabled atomic (whatever that means), it looks like plasmashell takes some of the GPU (3%ish when I'm normally typing).Here's the supportInformation:Version ======= KWin version: 6.7.0 Qt Version: 6.11.1 Qt compile version: 6.11.1 XCB compile version: 1.17.0 Operation Mode: Wayland Build Options ============= KWIN_BUILD_DECORATIONS: yes KWIN_BUILD_TABBOX: yes KWIN_BUILD_ACTIVITIES: yes HAVE_X11_XCB: yes X11 === Vendor: The X.Org Foundation Vendor Release: 12401012 Protocol Version/Revision: 11/0 SHAPE: yes; Version: 0x11 RANDR: yes; Version: 0x14 Composite: yes; Version: 0x4 RENDER: yes; Version: 0xb XFIXES: yes; Version: 0x50 SYNC: yes; Version: 0x31 RES: yes; Version: 0x12 Decoration ========== Plugin: org.kde.breeze Theme: Plugin recommends border size: None onAllDesktopsAvailable: true alphaChannelSupported: true closeOnDoubleClickOnMenu: false alwaysShowExcludeFromCapture: false decorationButtonsLeft: 0, 2, 12 decorationButtonsRight: 6, 3, 4, 5 borderSize: 0 gridUnit: 12 font: Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,SemiCondensed,0,0 smallSpacing: 3 largeSpacing: 12 LogicalOutput backend ============== Name: DRM Atomic Mode Setting on GPU 0: true Cursor ====== themeName: breeze_cursors themeSize: 24 Options ======= focusPolicy: ClickToFocus xwaylandCrashPolicy: 1 xwaylandMaxCrashCount: 3 nextFocusPrefersMouse: false clickRaise: true autoRaise: false autoRaiseInterval: 0 delayFocusInterval: 0 separateScreenFocus: true placement: 5 activationDesktopPolicy: SwitchToOtherDesktop focusPolicyIsReasonable: true borderSnapZone: 10 windowSnapZone: 10 centerSnapZone: 0 snapOnlyWhenOverlapping: false edgeBarrier: 100 cornerBarrier: 1 rollOverDesktops: true perOutputVirtualDesktops: false focusStealingPreventionLevel: 0 operationTitlebarDblClick: 5000 operationMaxButtonLeftClick: 5000 operationMaxButtonMiddleClick: 5013 operationMaxButtonRightClick: 5012 commandActiveTitlebar1: MouseRaise commandActiveTitlebar2: MouseNothing commandActiveTitlebar3: MouseOperationsMenu commandInactiveTitlebar1: MouseActivateAndRaise commandInactiveTitlebar2: MouseNothing commandInactiveTitlebar3: MouseOperationsMenu commandWindow1: MouseActivateRaiseOnReleaseAndPassClick commandWindow2: MouseActivateAndPassClick commandWindow3: MouseActivateAndPassClick commandWindowWheel: MouseNothing commandAll1: MouseUnrestrictedMove commandAll2: MouseToggleRaiseAndLower commandAll3: MouseUnrestrictedResize keyCmdAllModKey: 16777250 doubleClickBorderToMaximize: true condensedTitle: false electricBorderMaximize: true electricBorderTiling: true electricBorderAllScreenCorner: true electricBorderCornerRatio: 0.25 borderlessMaximizedWindows: false killPingTimeout: 5000 compositingMode: 1 allowTearing: true interactiveWindowMoveEnabled: true pictureInPictureHomeCorner: BottomRightCorner pictureInPictureMargin: 20 overlayVirtualKeyboardOnWindows: false Screen Edges ============ desktopSwitching: false desktopSwitchingMovingClients: false cursorPushBackDistance: 1x1 actionTopLeft: 0 actionTop: 0 actionTopRight: 0 actionRight: 0 actionBottomRight: 0 actionBottom: 0 actionBottomLeft: 0 actionLeft: 0 Screens ======= Number of Screens: 1 Screen 0: --------- Name: DP-1 Enabled: 1 Geometry: 0,0,3840x2160 Physical size: 600x340mm Scale: 1 Refresh Rate: 59997 Adaptive Sync: incapable Compositing =========== Compositing is active Compositing Type: OpenGL OpenGL vendor string: Intel OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2) OpenGL version string: 4.6 (Core Profile) Mesa 26.1.3-arch1.2 OpenGL platform interface: EGL OpenGL shading language version string: 4.60 Driver: Intel GPU class: Coffee Lake OpenGL version: 4.6 GLSL version: 4.60 Mesa version: 26.1.3 X server version: 1.24.1 Linux kernel version: 6.18.36 Direct rendering: Requires strict binding: no Virtual Machine: no OpenGL 2 Shaders are used Loaded Effects: --------------- shakecursor outputlocator colorpicker zoom screenedge blur logout sessionquit login slidingpopups slidingnotifications translucency windowaperture squash dimscreen fullscreen maximize frozenapp fadingpopups scale dialogparent windowview tileseditor overview highlightwindow blendchanges startupfeedback systembell screentransform kscreen invert Currently Active Effects: ------------------------- blur Effect Settings: ---------------- shakecursor: outputlocator: colorpicker: zoom: zoomFactor: 1.2 mouseTracking: 0 focusDelay: 350 moveFactor: 20 targetZoom: 1 screenedge: blur: logout: pluginId: logout isActiveFullScreenEffect: false sessionquit: pluginId: sessionquit isActiveFullScreenEffect: false login: pluginId: login isActiveFullScreenEffect: false slidingpopups: slideInDuration: 1 slideOutDuration: 1 slidingnotifications: translucency: pluginId: translucency isActiveFullScreenEffect: false windowaperture: pluginId: windowaperture isActiveFullScreenEffect: false squash: pluginId: squash isActiveFullScreenEffect: false dimscreen: pluginId: dimscreen isActiveFullScreenEffect: false fullscreen: pluginId: fullscreen isActiveFullScreenEffect: false maximize: pluginId: maximize isActiveFullScreenEffect: false frozenapp: pluginId: frozenapp isActiveFullScreenEffect: false fadingpopups: pluginId: fadingpopups isActiveFullScreenEffect: false scale: pluginId: scale isActiveFullScreenEffect: false dialogparent: pluginId: dialogparent isActiveFullScreenEffect: false windowview: activeView: delegate: animationDuration: 1 ignoreMinimized: false mode: partialActivationFactor: 0 gestureInProgress: false searchText: selectedIds: tileseditor: activeView: delegate: animationDuration: 200 overview: activeView: delegate: animationDuration: 1 ignoreMinimized: false filterWindows: true organizedGrid: true overviewPartialActivationFactor: 0 overviewGestureInProgress: false transitionPartialActivationFactor: 0 transitionGestureInProgress: false gridPartialActivationFactor: 0 gridGestureInProgress: false searchText: highlightwindow: blendchanges: startupfeedback: type: 1 systembell: screentransform: kscreen: invert: Loaded Plugins: --------------- BounceKeysPlugin KeyNotificationPlugin MouseKeysPlugin SlowKeysPlugin StickyKeysPlugin TouchpadShortcutsPlugin buttonsrebind eis gamecontroller krunnerintegration nightlight screencast screenshot Available Plugins: ------------------ BounceKeysPlugin KeyNotificationPlugin MouseKeysPlugin SlowKeysPlugin StickyKeysPlugin TouchpadShortcutsPlugin buttonsrebind eis gamecontroller krunnerintegration nightlight screencast screenshotname of display: :0 display: :0 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer): Vendor: Intel (0x8086) Device: Mesa Intel(R) UHD Graphics 630 (CFL GT2) (0x3e98) Version: 26.1.3 Accelerated: yes Video memory: 15644MB Unified memory: yes Preferred profile: core (0x1) Max core profile version: 4.6 Max compat profile version: 4.6 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.2 OpenGL vendor string: Intel OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2) OpenGL core profile version string: 4.6 (Core Profile) Mesa 26.1.3-arch1.2 OpenGL core profile shading language version string: 4.60 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL version string: 4.6 (Compatibility Profile) Mesa 26.1.3-arch1.2 OpenGL shading language version string: 4.60 OpenGL context flags: (none) OpenGL profile mask: compatibility profile OpenGL ES profile version string: OpenGL ES 3.2 Mesa 26.1.3-arch1.2 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
- [SOLVED] xdg-desktop-portal.service not working after update (2026/06/21 21:45)About the sway situation, check /etc/sway/config.d/50-systemd-user.conf and find end command that's supposed to start the targetexec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway && \ systemctl --user import-environment DISPLAY \ SWAYSOCK \ WAYLAND_DISPLAY \ XDG_CURRENT_DESKTOP && touch /tmp/wtf.1.proof \ systemctl --user start sway-session.target && touch /tmp/wtf.2.proof and see whether either /tmp/wtf.*.proof is created (this is unrelated to the xdg-desktop-portal update)
- Can't double-click to open in GTK file selector (Firefox, GIMP, etc.) (2026/06/21 18:38)Wild guess, https://bbs.archlinux.org/viewtopic.php?id=313883 ?
- Skiko RenderException: Cannot create OpenGL context (2026/06/21 14:49)Well yeah, that's X11, the log up to date and reflects the absent APU.Shit.https://youtrack.jetbrains.com/issue/IJ … age-updateDoes using the "-Dskiko.renderApi=SOFTWARE" parameter allow you to switch the backend or do you still get comments about OpenGL?
- Chromium vs Falkon (2026/06/21 12:37)Moderator Notemoving to Applications & Desktop Environments
- kwin_wayland aborts when opening Kicad schematic editor (2026/06/21 10:45)I believe this bug prevents plasmashell from starting. Downgrading kwin to version 6.6.5-4 fixes the issue.
- Blender crashes on startup when using Vulkan backend (2026/06/21 08:21)As of spirv-tools 1:1.4.350.1-1 I no longer have this issue, and https://github.com/KhronosGroup/SPIRV-Tools/issues/6712 is marked as closed. I think we can consider this problem solved, unless one of you is still encountering the same issue
- i3 wm using different "style" (2026/06/21 07:52)Probably centralizing the colors in xrdb, https://i3wm.org/docs/userguide.html#xresources and change the xrdb and reload the i3 configeven terms colors change by the settingsThat will heavily depend on the terminal being used by there're ANSII sequences to change (some) colors of xterm and urxvt and others might expose the theme configuration eg. via dbusYou're aware of tools like https://archlinux.org/packages/extra/any/python-pywal/ ?
- good backup program? (2026/06/20 19:46)This might be a good point to reinforce the following. A backup is not a backup unless it is tested. A system is not backed up unless there is a backup that is not on site.
- [SOLVED] After update flameshot is now not taking screenshots. (2026/06/20 18:48)For anyone who ended up here from a search, since this thread was my top result:For me, the /.config/flameshot/ folder was nonexistent. Additionally, running pacman -S flameshot made pacman claim it was doing a fresh installation as opposed to reinstalling like it usually would. I'm not sure if one is related to the other or if the directory never existed to begin with. I was launching flameshot via shell script, so I hadn't bothered with the config until now.Recreating the directory, flameshot.ini, and adding useX11LegacyScreenshot=true worked as described by H3g3m0n. Thank you.
- Shift+Left/Right arrow key used to select characters in terminal. (2026/06/20 12:19)I think I am using bash shell.It does, When I first installed arch, shift select did use to work in terminal.Check and also what TE is this?cat /proc/$$/cmdline cat /proc/$PPID/cmdlineIs the default behavior for the shift+arrow key combination to select the text towards right or left?In bash? No. In fish might be (I honestly don't know) and for zsh there're zle commands that can be scripted.What you're asking isn't really the default anywhere and you're also running into copy/paste issues.If anything some specific GUI terminal emulator would have intercepted the keys (and you would not get any input on the shell then, but this can cause problems w/ shell processes, eg. vim)When I first installed arch, shift select did use to work in terminal.Is this arch-archlinux or manjaro-archlinux or cachy-archlinux…?
- KDE Plasma login sound fails to play automatically / delayed due to sy (2026/06/20 10:12)Does this also happen if you use the plasma login manager that KDE sees as the successor of sddm ?
- Some text invisible in Electron apps (2026/06/20 09:20)Please don't necro-bump .Moderator NoteThis thread is 5 years old and OP hasn't visited forum in the last 4 years. Th chance of them replying is miniscule.Closing this thread.
Discussion