[plasmashell] [Bug 486756] fontconfig to turn antialiasing off freezes KDE plasma

2024-05-07 Thread Daniel Jay Haskin
https://bugs.kde.org/show_bug.cgi?id=486756

--- Comment #1 from Daniel Jay Haskin  ---
Indeed, having a fontconfig file there _at all_ seems to cause stability
issues. I got a lot further with anti aliasing on but had to remove it
altogether to stop the stability issues entirely.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 486756] New: fontconfig to turn antialiasing off freezes KDE plasma

2024-05-07 Thread Daniel Jay Haskin
https://bugs.kde.org/show_bug.cgi?id=486756

Bug ID: 486756
   Summary: fontconfig to turn antialiasing off freezes KDE plasma
Classification: Plasma
   Product: plasmashell
   Version: 6.0.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Menu (Kicker)
  Assignee: plasma-b...@kde.org
  Reporter: djhaskin...@gmail.com
  Target Milestone: 1.0

SUMMARY

fontconfig set to antialiasing freezes KDE and associated applications.
STEPS TO REPRODUCE
1. Place this in `~/.config/fontconfig/conf.d/10-no-anti-aliasing.conf`: ```


false

```
2. Reboot computer
3. Log in

OBSERVED RESULT

Opened the application "Konsole". It came up but stopped responding. I opened
the -- start menu? I guess that's "kicker" -- and typed "q", thinking to open
qutebrowser. It froze. I couldn't even pull up a tty (ctrl-alt-f3). I had to
power cycle the machine manually. The mouse worked, but the OS stopped
responding.

I changed the `false` to `true` in the fontconfig via boot to tty and _then_
logged in, and everything worked again.

ADDITIONAL INFORMATION

Operating System: Fedora Linux 40
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.8-300.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-1065G7 CPU @ 1.30GHz
Memory: 7.4 GiB of RAM
Graphics Processor: Mesa Intel® Iris® Plus Graphics
Manufacturer: HP
Product Name: HP Spectre x360 Convertible 13-aw0xxx

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 469328] Applications launched from Hotkeys/Shortcuts are missing standard-streams (stdin, stdout, stderr) in Wayland

2023-11-29 Thread Daniel Jay Haskin
https://bugs.kde.org/show_bug.cgi?id=469328

Daniel Jay Haskin  changed:

   What|Removed |Added

 CC||djhaskin...@gmail.com

--- Comment #5 from Daniel Jay Haskin  ---
I just upgraded to Fedora 39 from Fedora 38. In the process, I upgraded to KDE
5.27.9 . I hit this bug on upgrade.

I have (something like) this line in a script I fire off via keyboard shortcut:

printf "${thing}" | wl-copy

I was able to work around this bug by ensuring that output and error were
hooked up to something inside the script:

printf "${thing}" | wl-copy >/dev/null 2>/dev/null

This works because the pipe supplies stdin, the `>` supplies stdout, and the
`2>` supplies a stderr for the wl-copy process.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 426174] invert scroll direction shows as enabled but is not actually working upon rebooting

2022-08-08 Thread Daniel Jay Haskin
https://bugs.kde.org/show_bug.cgi?id=426174

Daniel Jay Haskin  changed:

   What|Removed |Added

 CC||djhaskin...@gmail.com

--- Comment #15 from Daniel Jay Haskin  ---
I also can confirm.

Below is my `os-release` information.

I worked around this by running `sudo ln -s
/usr/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/40-libinput.conf`
per this article: 

https://wiki.archlinux.org/title/Libinput#Via_Xorg_configuration_file


```
➜  ~  cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/";
SUPPORT_URL="https://help.ubuntu.com/";
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
UBUNTU_CODENAME=jammy
➜  ~  uname -a
Linux danielhaskin-LNX 5.15.0-43-generic #46-Ubuntu SMP Tue Jul 12 10:30:17 UTC
2022 x86_64 x86_64 x86_64 GNU/Linux
```

I use X11 because I need Zoom. I don't know how this might be fixed on Wayland
but that article did mention Wayland.

-- 
You are receiving this mail because:
You are watching all bug changes.