[plasmashell] [Bug 484647] Sometimes IDEA can be missing from taskbar

2024-07-21 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=484647

--- Comment #6 from Demitrius Belai  ---
I did some investigations. In the Java example, when you click the button on a
Frame to open the Dialog window, that Frame becomes a child of the other Frame
(WM_TRANSIENT_FOR). I believe this is a problem with Java itself. However, it
works in X11 because only the Dialog has _NET_WM_STATE_SKIP_TASKBAR. Plasma on
Wayland started handling transient windows in the commits
plasma/plasma-workspace#74d121aea0e and plasma/plasma-workspace#d78058dd7ef,
hiding them from the taskbar. Maybe this is OK for Wayland, but not for X11
applications. Wouldn't it be better to have two code paths?

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

[plasmashell] [Bug 484647] Sometimes IDEA can be missing from taskbar

2024-06-20 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=484647

--- Comment #5 from Demitrius Belai  ---
Still in Plasma 6.1

Operating System: Arch Linux 
KDE Plasma Version: 6.1.0
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.1
Kernel Version: 6.9.5-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-7600K CPU @ 3.80GHz
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 6600
Manufacturer: MSI
Product Name: MS-7A74
System Version: 1.0

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

[plasmashell] [Bug 484647] Sometimes IDEA can be missing from taskbar

2024-06-06 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=484647

Demitrius Belai  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Demitrius Belai  ---
I made a small reproducible Java example.

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

[plasmashell] [Bug 484647] Sometimes IDEA can be missing from taskbar

2024-06-06 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=484647

--- Comment #3 from Demitrius Belai  ---
Created attachment 170202
  --> https://bugs.kde.org/attachment.cgi?id=170202=edit
Reproducible Java source

Build: javac TestWindow.java
Run: java TestWindow

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

[plasmashell] [Bug 484647] Sometimes IDEA can be missing from taskbar

2024-06-06 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=484647

Demitrius Belai  changed:

   What|Removed |Added

 CC||demitriusbe...@gmail.com

--- Comment #2 from Demitrius Belai  ---
Same here. It only occur in Plasma 6 Wayland and it did not occur in Plasma 5
Wayland. This also happens with Netbeans when opening more than one code
window. I believe this is related to Java because there is a government program
in my country that also runs on Java and the same thing happens. I will try
other Java programs.

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

[akregator] [Bug 483737] akregator icon, in systray does not follow dark breeze theme.

2024-03-21 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=483737

Demitrius Belai  changed:

   What|Removed |Added

 CC||demitriusbe...@gmail.com

--- Comment #1 from Demitrius Belai  ---
Same here. Akregator is not using symbolic icon:
https://invent.kde.org/pim/akregator/-/blob/423e676ac56f8faff99260d95879372e60a1d1f0/src/trayicon.cpp#L42
I changed the icon 'apps/akregator.svg' (for sizes: 16, 22, 24) and the
Akregator tray icon changed. That proves akegrator is not using
'akregator-symbolic.svg' icon.

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

[kde] [Bug 458865] After an update to qt5-base the dolphin file picker dialog used in GTK applications via GTK_USE_PORTAL=1 ignores theming

2022-09-11 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=458865

--- Comment #20 from Demitrius Belai  ---
(In reply to Matthias Mueller from comment #18)
> (In reply to Moritz from comment #13)
> >  since I added `XDG_CURRENT_DESKTOP=KDE` as
> > a workaround to `/etc/environment/` I don't have this issue anymore
> 
> Does this work for anyone else? I still have to restart
> plasma-xdg-desktop-portal-kde to get the dark theme applied.

Yes, it works. I just realize that I need a complete restart after that. A
logout only does not work.

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

[kde] [Bug 458865] After an update to qt5-base the dolphin file picker dialog used in GTK applications via GTK_USE_PORTAL=1 ignores theming

2022-09-10 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=458865

Demitrius Belai  changed:

   What|Removed |Added

 CC||demitriusbe...@gmail.com

--- Comment #16 from Demitrius Belai  ---
I have a issue with Firefox do not follow the dark theme before upgrade
qt5-base (5.15.5+kde+r182-1 -> 5.15.5+kde+r184-1) on Arch Linux. I am pretty
sure it is related.
I have tried `systemctl --user restart plasma-xdg-desktop-portal-kde.service`
and it works.

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

[plasmashell] [Bug 455231] Icons only task manager window thumbnails missing

2022-06-14 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=455231

--- Comment #3 from Demitrius Belai  ---
Thank you Nate. I build plasma-framework with the patch and it works. I will
open a bug on downstream.
Plasma is a very good shape on Wayland. But I am waiting for Bug 446375, it is
annoying.

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

[plasmashell] [Bug 455231] Icons only task manager window thumbnails missing

2022-06-14 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=455231

Demitrius Belai  changed:

   What|Removed |Added

 CC||demitriusbe...@gmail.com

--- Comment #1 from Demitrius Belai  ---
After updating to Plasma 5.25 and KDE Frameworks 5.95 on Arch Linux, I am
facing the same issue on X11. Wayland works.

Operating System: Arch Linux
KDE Plasma Version: 5.25.0
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.4
Kernel Version: 5.18.3-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7 CPU 870 @ 2.93GHz
Memory: 15.6 GiB of RAM
Graphics Processor: AMD BARTS

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

[plasmashell] [Bug 446375] No animation when hovering over different apps in the taskbar when using wayland.

2022-04-04 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=446375

--- Comment #10 from Demitrius Belai  ---
Created attachment 147965
  --> https://bugs.kde.org/attachment.cgi?id=147965=edit
No morphing on waynland

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

[plasmashell] [Bug 446375] No animation when hovering over different apps in the taskbar when using wayland.

2022-04-04 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=446375

Demitrius Belai  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

--- Comment #9 from Demitrius Belai  ---
(In reply to Nate Graham from comment #8)
> 
> *** This bug has been marked as a duplicate of bug 435423 ***

I do not think it is the same bug. There is no morphing effect on Wayland at
all (at least for me). I have searched and I just found this bug 364485. Then I
think it is a regression. I will upload a video.

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

[plasmashell] [Bug 446375] No animation when hovering over different apps in the taskbar when using wayland.

2022-03-29 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=446375

Demitrius Belai  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||demitriusbe...@gmail.com
 Resolution|FIXED   |---

--- Comment #6 from Demitrius Belai  ---
It is still not fixed.
--
Operating System: Arch Linux
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3
Kernel Version: 5.16.16-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7 CPU 870 @ 2.93GHz
Memory: 15.6 GiB of RAM
Graphics Processor: AMD BARTS

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

[ksmserver] [Bug 443760] ksmserver-logout-greeter on dual monitors shows both dialogs on first monitor

2021-10-15 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=443760

--- Comment #1 from Demitrius Belai  ---
Guys, I have tested KDE neon live (neon-user-20211014-1524.iso) and there boths
dialogs have the same size on first monitor. I just know there are two dialogs
because I can move them using Meta-key + right click.

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

[ksmserver] [Bug 443760] New: ksmserver-logout-greeter on dual monitors shows both dialogs on first monitor

2021-10-14 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=443760

Bug ID: 443760
   Summary: ksmserver-logout-greeter on dual monitors shows both
dialogs on first monitor
   Product: ksmserver
   Version: 5.23.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: demitriusbe...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 142457
  --> https://bugs.kde.org/attachment.cgi?id=142457=edit
Dialogs on first monitor

SUMMARY

When I click Shutdown/Restart/Logout the ksmserver-logout-greeter shows boths
dialogs on first monitor. It does not happen on Plasma 2.22.5.

STEPS TO REPRODUCE
1. Dual monitors setup
2. Hit the Shutdown/Restart/Logout
3. ksmserver-logout-greeter shows the confirmation screen

OBSERVED RESULT
The dialogs for each monitor are both on first monitor (at position 0,0 of
screen)

EXPECTED RESULT
The dialogs are positioned at each monitor

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.23.0
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.12-zen1-1-zen (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-7600K CPU @ 3.80GHz
Memory: 15.6 GiB of RAM
Graphics Processor: AMD Radeon™ HD 8800 Series

ADDITIONAL INFORMATION
xrandr output:
Screen 0: minimum 320 x 200, current 1920 x 1848, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y
axis) 598mm x 336mm
   1920x1080 60.00*+  50.0059.9430.0025.0024.0029.97   
23.98  
   1920x1080i60.0050.0059.94  
   1680x1050 59.88  
   1280x1024 75.0260.02  
   1440x900  74.9859.90  
   1280x960  60.00  
   1360x768  60.02  
   1280x800  59.91  
   1152x864  75.00  
   1280x720  60.0050.0059.94  
   1024x768  75.0370.0760.00  
   832x624   74.55  
   800x600   72.1975.0060.3256.25  
   720x576   50.00  
   720x480   60.0059.94  
   640x480   75.0072.8166.6760.0059.94  
   720x400   70.08  
DVI-I-0 connected 1366x768+293+1080 (normal left inverted right x axis y axis)
345mm x 194mm
   1366x768  59.96*+
   1024x768  75.0370.0760.00  
   800x600   72.1975.0060.3256.25  
   640x480   75.0059.94  
   720x400   70.08  
DVI-D-1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
HDMI4 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

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