[okular] [Bug 373133] 16.12.0 Okular duplex printing on but no duplex printing done
https://bugs.kde.org/show_bug.cgi?id=373133 Alexis M. changed: What|Removed |Added CC||lxfx.accounts+...@gmail.com --- Comment #3 from Alexis M. --- Confirmed on Archlinux Also, grayscale printing won't work from the okular print wizard. Okular 16.12.1-1 Linux 4.8.13-1 Plasma 5.8.5.1 Frameworks 5.30.0-1 kdelibs 4.30.0-1 Printer: Brother MFC-J5620DW Driver: 3.0.1-2 -- You are receiving this mail because: You are watching all bug changes.
[kscreenlocker] [Bug 380986] New: kscreenlocker text and icons (breeze) are not crisp when using KDE Plasma Scale Display unlike the rest of the interface
https://bugs.kde.org/show_bug.cgi?id=380986 Bug ID: 380986 Summary: kscreenlocker text and icons (breeze) are not crisp when using KDE Plasma Scale Display unlike the rest of the interface Product: kscreenlocker Version: unspecified Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: lxfx.accounts+...@gmail.com CC: bhus...@gmail.com, mgraess...@kde.org Target Milestone: --- Created attachment 105996 --> https://bugs.kde.org/attachment.cgi?id=105996&action=edit A screenshot showing the fuzzy text + icon When using the KDE Plasma Scale Display setting the interface scales correctly and with crisp text and icons, but kscreenlocker icons and text get fuzzy. kscreenlocker is fine when not using the Scale Display setting. See screenshot. KDE Plasma version 5.10.1 KDE Frameworks version 5.34.0 Qt version 5.9.0 Kernel: 4.11.3-1 Intel iGPU 3200x1800 display -- You are receiving this mail because: You are watching all bug changes.
[kscreenlocker] [Bug 380986] kscreenlocker text and icons (breeze) are not crisp when using KDE Plasma Scale Display unlike the rest of the interface
https://bugs.kde.org/show_bug.cgi?id=380986 --- Comment #1 from Alexis M. --- Created attachment 105997 --> https://bugs.kde.org/attachment.cgi?id=105997&action=edit kscreenlocker without scaling turned on -- You are receiving this mail because: You are watching all bug changes.
[kscreenlocker] [Bug 380986] kscreenlocker text and icons (breeze) are not crisp when using KDE Plasma Scale Display unlike the rest of the interface
https://bugs.kde.org/show_bug.cgi?id=380986 --- Comment #2 from Alexis M. --- BTW, the scaling factor I use is 1.5. Again, the rest of KDE remains crisp while using this. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 383379] Modernize Input Devices section to work with Libinput
https://bugs.kde.org/show_bug.cgi?id=383379 Alexis M. changed: What|Removed |Added CC||lxfx.accounts+...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 358909] Many icons missing (seeing placeholder) or even invisible
https://bugs.kde.org/show_bug.cgi?id=358909 Alexis M. changed: What|Removed |Added CC||amurzeau...@gmail.com --- Comment #12 from Alexis M. --- I have the same bug on debian. Using strace, I can see that kde appends ".png" and ".svg" to the path and try to find the icon using these paths (and it obviously doesn't work as the path is complete without modification needed). For example, I have a .desktop file with "Icon=/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png". Then dolphin try to find the icons like this: stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.png", 0x7ffd3b650050) = -1 ENOENT (No such file or directory) stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.svg", 0x7ffd3b650050) = -1 ENOENT (No such file or directory) stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.png", 0x7ffd3b650050) = -1 ENOENT (No such file or directory) stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.svg", 0x7ffd3b650050) = -1 ENOENT (No such file or directory) stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.png", 0x7ffd3b650050) = -1 ENOENT (No such file or directory) stat("/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.svg", 0x7ffd3b650050) = -1 ENOENT (No such file or directory) [... many times] Using "Icon=/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon" (without .png) make it works, the icon is displayed in dolphin (and everywhere else this .desktop file is used) Thanks -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 358909] Many icons missing (seeing placeholder) or even invisible
https://bugs.kde.org/show_bug.cgi?id=358909 --- Comment #14 from Alexis M. --- I tracked down the faulty code with gdb and got: #0 0x778396d5 in __GI___xstat (vers=vers@entry=1, name=name@entry=0xd460a8 "/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.png", buf=buf@entry=0x7fffb440) at ../sysdeps/unix/sysv/linux/wordsize-64/xstat.c:35 #1 0x7253eb90 in stat64 (__statbuf=0x7fffb440, __path=0xd460a8 "/home/doc/Programmes/Musique/foobar2000/Foobar2000_Icon.png.png") at /usr/include/x86_64-linux-gnu/sys/stat.h:503 #2 QFileSystemEngine::fillMetaData (entry=..., data=..., what=..., what@entry=...) at io/qfilesystemengine_unix.cpp:480 #3 0x724d2bd0 in QFileInfo::exists (file=...) at io/qfileinfo.cpp:703 #4 0x724cae75 in QFile::exists (fileName=...) at io/qfile.cpp:431 #5 0x724bcffb in QDir::exists (this=this@entry=0x7fffb6d0, name=...) at io/qdir.cpp:1809 #6 0x72979c50 in QIconLoader::findIconHelper (this=this@entry=0x72d42420 <(anonymous namespace)::Q_QGS_iconLoaderInstance::innerFunction()::holder>, themeName=..., iconName=..., visited=...) at image/qiconloader.cpp:284 #7 0x7297b80f in QIconLoader::loadIcon (this=0x72d42420 <(anonymous namespace)::Q_QGS_iconLoaderInstance::innerFunction()::holder>, name=...) at image/qiconloader.cpp:335 #8 0x7297ba20 in QIconLoaderEngine::ensureLoaded (this=this@entry=0xa696f0) at image/qiconloader.cpp:392 #9 0x7297bb9a in QIconLoaderEngine::ensureLoaded (this=0xa696f0) at image/qiconloader.cpp:386 #10 QIconLoaderEngine::virtual_hook (this=0xa696f0, id=1, data=0x7fffb870) at image/qiconloader.cpp:576 #11 0x7297dc78 in QIconEngine::availableSizes (this=, mode=, state=) at image/qiconengine.cpp:259 #12 0x729704ae in QIcon::availableSizes (this=this@entry=0x7fffb8d0, mode=mode@entry=QIcon::Normal, state=state@entry=QIcon::Off) at image/qicon.cpp:1056 #13 0x729739f0 in QIcon::fromTheme (name=..., fallback=...) at image/qicon.cpp:1190 #14 0x774d829a in KStandardItemListWidget::pixmapForIcon (name=..., overlays=..., size=size@entry=48) at /build/dolphin-I_AGVN/dolphin-16.04.1/src/kitemviews/kstandarditemlistwidget.cpp:1449 --- The issue is that QIcon::fromTheme assume a icon name that follows freedesktop icon specification (http://doc.qt.io/qt-5/qicon.html#fromTheme). There was a change in review in Qt now in abandoned state that would solve this issue: https://codereview.qt-project.org/#/c/149571 Anyway, according to the QIcon doc, I think that KStandardItemListWidget::pixmapForIcon should try to open the icon as absolute path : - either before calling QIcon::fromTheme (but maybe only if its really an absolute path to avoid weird things when a icon in working dir as the same name as a theme icon name - or after / as fallback icon (in pixmapForIcon, the fallback is already the "unknown" icon) -- You are receiving this mail because: You are watching all bug changes.