[plasmashell] [Bug 375951] locally integrated menus
https://bugs.kde.org/show_bug.cgi?id=375951 --- Comment #42 from Andrei Shevchuk --- Just tried it and it's awesome, Chris! Thank you! Should definitely be upstreamed. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows
https://bugs.kde.org/show_bug.cgi?id=381266 Andrei Shevchuk changed: What|Removed |Added CC||and...@shevchuk.co -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #15 from Andrei Shevchuk --- I think I have a [decent workaround](https://shevchuk.co/notes/2021/03/06/chromium-web-apps-on-kde-plasma). The problem is that task bar seems to ignore instance name when making grouping decision. It also does not update grouping even if you update window class manually. As a workaround, we have to hide window from the task bar, then change its class and bring it back. But if we bring it back too quickly, taskbar still won't update grouping despite the new class, so we have to add some delay before bringing window back. So here is a script I use: ```sh #! /usr/bin/env sh TIMEOUT=10 # seconds T0=$(date +%s) if [ $# -ne 2 ] ; then echo "Usage: `basename $0`" '"class search regex" "new class"' exit 1 fi while [ $(( `date +%s` - T0 )) -lt $TIMEOUT ]; do w=$(wmctrl -l -x | awk -v e="$1" '$3 ~ e { print $1 }' 2>/dev/null | head -n 1) if [ -n "$w" ]; then wmctrl -i -r $w -b add,skip_taskbar xdotool set_window --class "$2" --classname "$2" $w sleep 1 wmctrl -i -r $w -b remove,skip_taskbar break fi done ``` Basically, we search for our window by class using regex, then hide it, change its class and bring it back. All in a loop with a timeout, so we don't search forever. Save it somewhere in your `$PATH`, e.g. `~/.local/bin/change-window-class` You can use it like this: `change-window-class "^class-regex-to-search-for" "new-class"` With Chromium web app: `chromium --profile-directory="App - Google" --app=https://calendar.google.com & change-window-class "^calendar.google.com" "web-app-google-calendar"` -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 193234] russian text in pdf forms becomes invisible after "hide forms"
https://bugs.kde.org/show_bug.cgi?id=193234 Andrei Shevchuk changed: What|Removed |Added CC||and...@shevchuk.co --- Comment #7 from Andrei Shevchuk --- Can't add it to 'See also', so leaving new upstream issue URL as a comment: https://gitlab.freedesktop.org/poppler/poppler/issues/230 -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 395012] Skins can't be installed from KNS
https://bugs.kde.org/show_bug.cgi?id=395012 --- Comment #8 from Andrei Shevchuk --- Download skin and extract it to ~/.local/share/yakuake/kns_skins/ вт, 5 мар. 2019 г., 6:21 Colin Jaffe : > https://bugs.kde.org/show_bug.cgi?id=395012 > > Colin Jaffe changed: > >What|Removed |Added > > > CC||abbreviated...@posteo.net > > --- Comment #7 from Colin Jaffe --- > How does one manually install a yakuake skin? > > -- > You are receiving this mail because: > You are on the CC list for the bug. -- You are receiving this mail because: You are watching all bug changes.
[Falkon] [Bug 393742] Wishlist: --app mode
https://bugs.kde.org/show_bug.cgi?id=393742 Andrei Shevchuk changed: What|Removed |Added CC||and...@shevchuk.co --- Comment #1 from Andrei Shevchuk --- That would be really nice. Epiphany has web apps implementation, too, but WebKitGTK it uses is not as good as Falkon's QtWebEngine, IMO. https://help.gnome.org/users/epiphany/stable/browse-webapps.html.en -- You are receiving this mail because: You are watching all bug changes.
[KScreen] [Bug 420169] KScreen does not change the screen resolution of QEMU/QXL/Spice VM
https://bugs.kde.org/show_bug.cgi?id=420169 Andrei Shevchuk changed: What|Removed |Added CC||and...@shevchuk.co -- You are receiving this mail because: You are watching all bug changes.
[KScreen] [Bug 407058] KDE Plasma5 can't change resolution in VM after last update
https://bugs.kde.org/show_bug.cgi?id=407058 Andrei Shevchuk changed: What|Removed |Added CC||and...@shevchuk.co -- You are receiving this mail because: You are watching all bug changes.
[ksmserver] [Bug 380204] New: Suspend fails
https://bugs.kde.org/show_bug.cgi?id=380204 Bug ID: 380204 Summary: Suspend fails Product: ksmserver Version: 5.9.4 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: l.lu...@kde.org Reporter: and...@shevchuk.co Target Milestone: --- Created attachment 105715 --> https://bugs.kde.org/attachment.cgi?id=105715&action=edit relevant dmesg part Suspend fails very often with this message (see more in attached file): [ 614.687009] Freezing of tasks failed after 20.006 seconds (1 tasks refusing to freeze, wq_busy=0): [ 614.687156] BackgroundFinde D0 5279 1863 0x0004 I thought 5279 and 1863 are PIDs, and there is no process 5279, and 1863 is ksmserver > ksmserver -v Qt: Session management error: networkIdsList argument is NULL ksmserver 0.4 Anything I could do to get more info on what's causing this and help get it fixed? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 375951] locally integrated menus
https://bugs.kde.org/show_bug.cgi?id=375951 Andrei Shevchuk changed: What|Removed |Added CC||and...@shevchuk.co -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 395012] Skins can't be installed from KNS
https://bugs.kde.org/show_bug.cgi?id=395012 Andrei Shevchuk changed: What|Removed |Added CC||and...@shevchuk.co --- Comment #3 from Andrei Shevchuk --- Just wanted to confirm the bug, have to install skins manually. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 386077] New: Mouse cursor sometimes disappears
https://bugs.kde.org/show_bug.cgi?id=386077 Bug ID: 386077 Summary: Mouse cursor sometimes disappears Product: kwin Version: unspecified Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kwin-bugs-n...@kde.org Reporter: and...@shevchuk.co Target Milestone: --- Kubuntu 17.10, kwin 5.10.5 Sometimes cursor disappears, until it is forced to change (e.g. I move mouse into a text field). It could happen anywhere: in Geary, in Dash menu, even when just right-clicking on the desktop. It does not happen often, but certain actions almost always trigger it (like right-clicking on the desktop: every 2 or 3 clicks and cursor becomes invisible). Probably not much info, would be happy to provide more. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 386077] Mouse cursor sometimes disappears
https://bugs.kde.org/show_bug.cgi?id=386077 --- Comment #2 from Andrei Shevchuk --- (In reply to Martin Flöser from comment #1) > Are you using Wayland or X11? X11. xserver-xorg 7.7, xserver-xorg-core 1.19.5 -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 386080] New: Widget's custom icon not antialiased
https://bugs.kde.org/show_bug.cgi?id=386080 Bug ID: 386080 Summary: Widget's custom icon not antialiased Product: kdeplasma-addons Version: 5.10.5 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Application Dashboard Assignee: h...@kde.org Reporter: and...@shevchuk.co CC: plasma-b...@kde.org Target Milestone: --- Kubuntu 17.10, Plasma 5.10.5 Icon I'm trying to use: https://drive.google.com/uc?export=view&id=0B-sCqfnhKgTLaWRreGdlbl83Qms (also tried big enough PNG, same result) Here is what I get: https://i.imgur.com/POMM21i.png How it used to be: https://i.imgur.com/5EyL0AG.png -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 386077] Mouse cursor sometimes disappears
https://bugs.kde.org/show_bug.cgi?id=386077 --- Comment #4 from Andrei Shevchuk --- (In reply to Martin Flöser from comment #3) > I'm sorry but on X11 KWin is not involved in the rendering of the cursor. Oh, sorry for posting to the wrong product section. What product/component is rendering the cursor on X11? -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 386077] Mouse cursor sometimes disappears
https://bugs.kde.org/show_bug.cgi?id=386077 --- Comment #6 from Andrei Shevchuk --- (In reply to Martin Flöser from comment #5) > (In reply to Andrei Shevchuk from comment #4) > > (In reply to Martin Flöser from comment #3) > > > I'm sorry but on X11 KWin is not involved in the rendering of the cursor. > > > > Oh, sorry for posting to the wrong product section. What product/component > > is rendering the cursor on X11? > > The X server. Thanks, Martin, really appreciate your help. -- You are receiving this mail because: You are watching all bug changes.
[ksmserver] [Bug 380204] Suspend fails
https://bugs.kde.org/show_bug.cgi?id=380204 Andrei Shevchuk changed: What|Removed |Added Resolution|FIXED |INVALID -- You are receiving this mail because: You are watching all bug changes.
[ksmserver] [Bug 380204] Suspend fails
https://bugs.kde.org/show_bug.cgi?id=380204 Andrei Shevchuk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Andrei Shevchuk --- This no longer happens for more than a month, so I think that was not actually Plasma fault, as there were no significant updates of it in Ubuntu 17.04 since my original report. -- You are receiving this mail because: You are watching all bug changes.