[kwin] [Bug 483137] Screencast plugin fails if PipeWire is started after KWin

2024-04-29 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=483137

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

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

[plasma-nm] [Bug 448153] Unable to access the VPN network in double authentication mode (anyConnect SAML/SSO)

2022-05-12 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=448153

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

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

[kde] [Bug 451018] Slack users on KDE Plasma unable to open workspace in desktop app via Chromium based browsers

2022-03-24 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=451018

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

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

[kde-cli-tools] [Bug 429408] kde-open5 changes case of argument

2022-03-24 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=429408

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

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

[kwin] [Bug 445259] Several Chromium-based browsers suddenly fail to bring up their browser windows on Wayland

2021-11-11 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=445259

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

--- Comment #2 from Sok Ann Yap  ---
This started happening to me after upgrading to kwin-5.23.3.

Chromium works fine on ozone/wayland again, after backing out these 2 commits:
- e2f9f35c (wayland: Check workspace position when preferred deco mode changes)
- ceec4e50 (wayland: Fix wayland windows growing after toggling decorations)

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

[kwin] [Bug 441585] kded5 crashes in KWin::EffectQuickView::EffectQuickView

2021-09-22 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=441585

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

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

[kwin] [Bug 442433] Chromium-based (electron) web browsers hang when rendering fullscreen

2021-09-20 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=442433

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

--- Comment #1 from Sok Ann Yap  ---
This is a bug in kwin 5.22.5, and has already been fixed in kwin 5.22.90:
https://bugs.chromium.org/p/chromium/issues/detail?id=1248049

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

[kwin] [Bug 439689] Maximize effect: no more crossfade for window content

2021-09-15 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=439689

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

--- Comment #12 from Sok Ann Yap  ---
With commit f432ba78, chromium/chrome/vivaldi would get stuck when trying to
enter fullscreen (e.g. by pressing F11) with Ozone/Wayland, as described in
https://bugs.chromium.org/p/chromium/issues/detail?id=1248049

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

[plasmashell] [Bug 420160] Session crashes when monitor goes into standby

2021-09-13 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=420160

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

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

[konsole] [Bug 403059] shrinking size of tabs

2019-08-28 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=403059

--- Comment #18 from Sok Ann Yap  ---
Thanks, submitted as https://invent.kde.org/kde/konsole/merge_requests/25

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

[konsole] [Bug 403059] shrinking size of tabs

2019-08-28 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=403059

--- Comment #16 from Sok Ann Yap  ---
Created attachment 122407
  --> https://bugs.kde.org/attachment.cgi?id=122407=edit
restore the tabbar sizing behavior as of 18.08

This diff restores the tabbar sizing behavior as of 18.08:
- when a tab shrinks in size, the last bits of the title is shown (i.e.
ElideLeft)
- when there are too many tabs to be shown in the window, a scrollbar appears
in the tabbar (this is not great usability-wise, but still beat window
auto-resizing, particularly when the window is already maximized)

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

[konsole] [Bug 403059] shrinking size of tabs

2019-08-28 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=403059

--- Comment #14 from Sok Ann Yap  ---
I didn't realize https://phabricator.kde.org/D21316 was already merged into the
master branch, while soliciting feedback in this bug report. A couple of
comments:

1. In my use case, ElideLeft is better than ElifeMiddle, as I don't really need
to know what's on the left (either root or my username), but any extra
character on the right will be helpful to tell the tabs apart (either cwd or
hostname).

2. As mentioned above, with `setUsesScrollButtons(false)`, the window will get
resized to be wider than the screen width. This can be confusing such that a
newly opened tab won't be visible on the tabbar when the latter overflows.
Furthermore, after closing some tabs to make the tabbar width smaller than the
screen width again, the window won't get resized back.

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

[konsole] [Bug 403059] shrinking size of tabs

2019-05-21 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=403059

--- Comment #13 from Sok Ann Yap  ---
Additional info..

With the 1 line TextElideMode change above, combined with the change from
https://bugs.kde.org/show_bug.cgi?id=401864, when there are 24 open tabs, I can
now see "...<8 characters>" on a tab title, compared to just "...<5
characters>" with konsole 18.08.3. So it is actually a good improvement :)

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

[konsole] [Bug 403059] shrinking size of tabs

2019-05-21 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=403059

--- Comment #12 from Sok Ann Yap  ---
> > Seems to help — now up to 24 tabs can squash to fit, like before. However, 
> > with 25 or more tabs, it makes the window wider than the screen (which is 
> > 1920 pixels wide), though.

> The tabs seems to have a minimum width that I was not able to shrink.

In konsole 18.08.3 (before the QTabBar change), by default, the scrollbar also
starts to appear with 25 or more tabs, on a screen that is 1920 pixels wide.

Based on the phabricator change, I am able to get back the exact 18.08.3
behavior (scrollbar appearing after 25 or more tabs) with:

--- src/DetachableTabBar.cpp.orig   2019-05-22 11:24:43.341450877 +0700
+++ src/DetachableTabBar.cpp2019-05-22 11:24:54.491383649 +0700
@@ -31,7 +31,9 @@
 dragType(DragType::NONE),
 _originalCursor(cursor()),
 tabId(-1)
-{}
+{
+setElideMode(Qt::TextElideMode::ElideLeft);
+}

 bool DetachableTabBar::droppedContainerIsNotThis(const QPoint& currentPos)
const
 {

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

[konsole] [Bug 406409] Regression: New tab behavior "Put New Tab After Current Tab" no longer works

2019-04-19 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=406409

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

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

[konsole] [Bug 405213] [regression] Closing a tab doesn't select the previously focused tab any more

2019-04-19 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=405213

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

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

[konsole] [Bug 403059] shrinking size of tabs

2019-04-19 Thread Sok Ann Yap
https://bugs.kde.org/show_bug.cgi?id=403059

Sok Ann Yap  changed:

   What|Removed |Added

 CC||sok...@gmail.com

--- Comment #3 from Sok Ann Yap  ---
Hi Tomaz, in https://bugs.kde.org/show_bug.cgi?id=396726#c4, you said:
> Any rework brings new bugs so I'm not worried and I'm activelly trying to fix 
> the ones that are open

and I would consider this as a regression bug.

Similar to slybzh, my workflow involves opening 15~20 tabs, and relying on the
previous auto-shrinking behavior to have all tabs visible without scrolling.
Tabs would be spatially "grouped" together, allowing me to have let's say (from
the left to right) root tabs + ansible tabs + project A tabs + project B tabs,
all available and selectable visually, without having to do any manual
renaming.

I am not that familiar with the code base. Are you saying that after the change
to use QTabBar, it is technically not possible to get back the previous
auto-shrinking behavior (e.g. due to Qt limitation)? Thanks

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

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-03-06 Thread Sok Ann Yap via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456

Sok Ann Yap <sok...@gmail.com> changed:

   What|Removed |Added

 CC||sok...@gmail.com

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