[digikam] [Bug 450575] New: Hidpi grouped icons

2022-02-19 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=450575

Bug ID: 450575
   Summary: Hidpi grouped icons
   Product: digikam
   Version: 7.5.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Albums-IconView
  Assignee: digikam-bugs-n...@kde.org
  Reporter: ale...@gmail.com
  Target Milestone: ---

SUMMARY
Generated icon when grouping images is blurry in hidpi scaled screens.

STEPS TO REPRODUCE
1. Group images.

OBSERVED RESULT
Blurry generated icon

EXPECTED RESULT
hidpi icon as normal icons.

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

[kdevelop] [Bug 445582] New: Current debug position in a remote file

2021-11-16 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=445582

Bug ID: 445582
   Summary: Current debug position in a remote file
   Product: kdevelop
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: ale...@gmail.com
  Target Milestone: ---

SUMMARY
Trying to use xdebug in a remote file (using  (sftp)), everything runs fine
hacking the .kdev4 mappings a little, but is impossible to see the current
position line. 
I suppose that it is this conditional that makes it impossible, as the file is
not local:
https://invent.kde.org/kdevelop/kdevelop/-/blob/master/kdevplatform/debugger/interfaces/idebugsession.cpp#L88


STEPS TO REPRODUCE
1. edit a remote file (sftp) for example.
2. map it correctly
3. start debugging.

OBSERVED RESULT
Current position cannot be seen in editor but is ok in frame stack

EXPECTED RESULT
View current line 


SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Kernel Version: 5.15.2-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz
Memory: 15.4 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics

ADDITIONAL INFORMATION

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

[plasma-nm] [Bug 442997] New: nmapplet mobile broadband icon not reflecting connection status

2021-09-26 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=442997

Bug ID: 442997
   Summary: nmapplet mobile broadband icon not reflecting
connection status
   Product: plasma-nm
   Version: 5.22.90
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: applet
  Assignee: jgrul...@redhat.com
  Reporter: ale...@gmail.com
  Target Milestone: ---

SUMMARY
I am using modemmanager together with networkmanager. Despite it connects and
mmcli gives good results about signal power % , and access tech, Icon stays
using network-mobile-0 icon: so no signal percentage and no tech letter, so I
think it is not applying the logic in
https://invent.kde.org/plasma/plasma-nm/-/blob/master/libs/declarative/connectionicon.cpp
.


STEPS TO REPRODUCE
1. Connect to broadband mobile network using internal 3g modem.

OBSERVED RESULT
Icon is the typical for mobile connections but stays at 0 and without any
information about power or technology.


EXPECTED RESULT

View power and technology.

SOFTWARE/OS VERSIONS

Linux: 5.14.7-arch1-1
KDE Plasma Version: 5.22.90
KDE Frameworks Version: 5.86
Qt Version: 5.15.2
modemmanager: 1.18.2-1
networkmanager: 1.32.12-1

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

[plasma-nm] [Bug 442997] nmapplet mobile broadband icon not reflecting connection status

2022-03-15 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=442997

kinta  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from kinta  ---
My fault, I have everything as it should, after removing the Lenovo FCC unlock
snap , which tweaks permissions and leads to a broken dbus communication
between NetworkManager and ModemManager

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

[kwin] [Bug 444140] New: Kwin_wayland segmentation fault and restarts the whole session

2021-10-20 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444140

Bug ID: 444140
   Summary: Kwin_wayland segmentation fault and restarts the whole
session
   Product: kwin
   Version: 5.23.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ale...@gmail.com
  Target Milestone: ---

Created attachment 142690
  --> https://bugs.kde.org/attachment.cgi?id=142690&action=edit
coredumpctl

SUMMARY
Kwin_wayland segmentation fault.

STEPS TO REPRODUCE
1. Difficult to determine but I think it may be related with the use of
secondary display when restoring the session after suspend, but not happening
always after restoring...

OBSERVED RESULT
[21797.442029] kwin_wayland[1080]: segfault at 10 ip 7fcfffa0f670 sp
7ffec956b8e8 error 4 in libKWaylandServer.so.5.23.1[7fcfff9bc000+d5000]

SOFTWARE/OS VERSIONS

Operating System: Arch Linux
KDE Plasma Version: 5.23.1
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.13-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz
Memory: 15.4 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics

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

[kwin] [Bug 444140] Kwin_wayland segmentation fault and restarts the whole session

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444140

--- Comment #2 from kinta  ---
Created attachment 142705
  --> https://bugs.kde.org/attachment.cgi?id=142705&action=edit
coredump-KWinWaylandDrmBackend.txt

Once again, maybe different issue as this coredump is quite different now.
Secondary  display is wrong: mouse pointer in secondary screen has vertical
offset (of +357), and secondary screen has bad dimensions: 1280x720 when it
must be 1920x1080.

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

[kwin] [Bug 444140] Kwin_wayland segmentation fault and restarts the whole session

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444140

--- Comment #3 from kinta  ---
(In reply to Vlad Zahorodnii from comment #1)
> #0  0x7fcfffa0f670 in KWaylandServer::SurfaceInterface::isMapped() const
> () at /usr/lib/libKWaylandServer.so.5
> #1  0x7fcfffa0f6fc in  () at /usr/lib/libKWaylandServer.so.5
> #2  0x7fcfffa11550 in  () at /usr/lib/libKWaylandServer.so.5
> 
> this is strange. can you please recompile kwayland-server, without debug
> symbols it will be really hard to figure out where and why kwin crashes?
> https://wiki.archlinux.org/title/Debugging/
> Getting_traces#CMAKE_(KDE)_applications

I guess you mean "with" debug symbols, true? Will recompile asap

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

[plasmashell] [Bug 444180] New: Desktop freeze when hovering tasks and preview is enabled

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444180

Bug ID: 444180
   Summary: Desktop freeze when hovering tasks and preview is
enabled
   Product: plasmashell
   Version: 5.23.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: h...@kde.org
  Reporter: ale...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
Freeze when hovering tasks and preview is enabled, both icons-only and normal.
Could not switch to terminal, just hard rebooting. It works as it should when
previews is  disabled.

STEPS TO REPRODUCE
1. Move between tasks in taskbar when hover is popped 

OBSERVED RESULT
Freeze and not too many info. just this in journalctl that may be related:


d’oct. 21 11:43:53 hiro plasmashell[1117]: kf.plasma.quick: Couldn't create
KWindowShadow for ToolTipDialog(0x563010549230)
d’oct. 21 11:43:53 hiro plasmashell[1117]: kf.plasma.quick: Couldn't create
KWindowShadow for ToolTipDialog(0x563010549230)
d’oct. 21 11:43:53 hiro plasmashell[1117]: kf.plasma.quick: Couldn't create
KWindowShadow for ToolTipDialog(0x563010549230)
d’oct. 21 11:43:53 hiro plasmashell[1117]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:0:
ReferenceError: AppPid is not defined
d’oct. 21 11:43:53 hiro plasmashell[1117]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:0:
ReferenceError: AppPid is not defined
d’oct. 21 11:43:59 hiro plasmashell[1117]: kf.plasma.quick: Couldn't create
KWindowShadow for ToolTipDialog(0x563010549230)
d’oct. 21 11:43:59 hiro plasmashell[1117]: kf.plasma.quick: Couldn't create
KWindowShadow for ToolTipDialog(0x563010549230)
d’oct. 21 11:43:59 hiro plasmashell[1117]: kf.plasma.quick: Couldn't create
KWindowShadow for ToolTipDialog(0x563010549230)
d’oct. 21 11:44:02 hiro plasmashell[1117]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:0:
ReferenceError: AppPid is not defined
d’oct. 21 11:44:02 hiro plasmashell[1117]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:0:
ReferenceError: AppPid is not defined
d’oct. 21 11:44:06 hiro plasmashell[1117]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:0:
ReferenceError: AppPid is not defined
d’oct. 21 11:44:06 hiro plasmashell[1117]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:0:
ReferenceError: AppPid is not defined
d’oct. 21 11:44:11 hiro plasmashell[1117]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:0:
ReferenceError: AppPid is not defined
d’oct. 21 11:44:11 hiro plasmashell[1117]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:0:
ReferenceError: AppPid is not defined

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.23.1
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.13-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz
Memory: 15.4 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics

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

[kwin] [Bug 444140] Kwin_wayland segmentation fault and restarts the whole session

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444140

--- Comment #4 from kinta  ---
Created attachment 142715
  --> https://bugs.kde.org/attachment.cgi?id=142715&action=edit
https://bugs.kde.org/show_bug.cgi?id=443575

Core after recompiling kwin with -DCMAKE_BUILD_TYPE=RelWithDebInfo.

was generated by `/usr/bin/kwin_wayland --wayland_fd 5 --socket wayland-0
--xwayland-fd 7 --xwayl'.
Program terminated with signal SIGSEGV, Segmentation fault.

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

[kwin] [Bug 444140] Kwin_wayland segmentation fault and restarts the whole session

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444140

kinta  changed:

   What|Removed |Added

 Attachment #142715|https://bugs.kde.org/show_b |updateAfterScreenChange
description|ug.cgi?id=443575|

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

[kwin] [Bug 444140] Kwin_wayland segmentation fault and restarts the whole session

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444140

--- Comment #5 from kinta  ---
Created attachment 142718
  --> https://bugs.kde.org/attachment.cgi?id=142718&action=edit
Desktop screenshot

This screenshot explains the situation, also there's the pointer offset, as
cursor points below it appears.

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

[kwin] [Bug 444140] Kwin_wayland segmentation fault and restarts the whole session

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444140

kinta  changed:

   What|Removed |Added

 Attachment #142718|Desktop screenshot  |Desktop screenshot, and
description||real screenshot

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

[kwin] [Bug 444186] New: Resuming wayland crashes kwin session and secondary screen has wrong dimensions

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444186

Bug ID: 444186
   Summary: Resuming wayland crashes kwin session and secondary
screen has wrong dimensions
   Product: kwin
   Version: 5.23.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ale...@gmail.com
  Target Milestone: ---

SUMMARY
When resuming after suspending or when switching between terminal and wayland
session sometimes kwin crash and secondary screen has wrong dimensions and
pointer has a vertical offset.

STEPS TO REPRODUCE
1. Switch between terminal and wayland session. 
OR
1. Difficult to determine but I think it may be related with the use of
secondary display when restoring the session after suspend, but that's not
happening always after restoring...


OBSERVED RESULT
Secondary screen has wrong dimensions and pointer has a vertical offset.


SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.23.1
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.13-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz
Memory: 15.4 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics


ADDITIONAL INFORMATION

Both displays are hidpi and so on scaled at 200%

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

[kwin] [Bug 444186] Resuming wayland crashes kwin session and secondary screen has wrong dimensions

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444186

--- Comment #1 from kinta  ---
Created attachment 142719
  --> https://bugs.kde.org/attachment.cgi?id=142719&action=edit
coredump afterscreenchange

generated by `/usr/bin/kwin_wayland --wayland_fd 5 --socket wayland-0
--xwayland-fd 7 --xwayl'.
Program terminated with signal SIGSEGV, Segmentation fault.

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

[kwin] [Bug 444186] Resuming wayland crashes kwin session and secondary screen has wrong dimensions

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444186

--- Comment #2 from kinta  ---
Created attachment 142720
  --> https://bugs.kde.org/attachment.cgi?id=142720&action=edit
both screenshot and real situation.

This screenshot explains the situation, also there's the pointer offset, as
cursor points below it appears.

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

[kwin] [Bug 444140] Kwin_wayland segmentation fault and restarts the whole session

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444140

--- Comment #7 from kinta  ---
Sure  -> https://bugs.kde.org/show_bug.cgi?id=444186

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

[kwin] [Bug 444186] Resuming wayland crashes kwin session and secondary screen has wrong dimensions

2021-10-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=444186

--- Comment #3 from kinta  ---
Output of kscreen-doctor after the mess, while in settings 3840x2160 scale:
200% is configured


kscreen-doctor -o
Output: 1 desconegut eDP-1-desconegut enabled connected  Panel Modes:
0:2560x1600@60*! Geometry: 0,0 1280x800 Scale: 2 Rotation: 1 Overscan: 0 Vrr:
Automatic RgbRange: Automatic 
Output: 2 Goldstar Company Ltd LG Ultra HD/214370 enabled connected primary
Unknown Modes: 0:3840x2160@60! 1:3840x2160@60 2:3840x2160@60 3:3840x2160@50
4:3840x2160@30 5:3840x2160@30 6:3840x2160@30 7:3840x2160@25 8:3840x2160@24
9:3840x2160@24 10:1920x1080@60 11:1920x1080@60 12:1920x1080@60 13:1920x1080@60
14:1920x1080@60 15:1920x1080@30 16:1920x1080@30 17:1920x1080@24 18:1920x1080@24
19:1600x900@60 20:1280x1024@60 21:1280x800@60 22:1280x720@60 23:1280x720@60
24:1280x720@60 25:1024x768@60 26:800x600@60 27:720x480@60 28:720x480@60
29:720x480@60 30:720x480@60 31:640x480@60 32:640x480@60 33:640x480@60
34:2560x1440@60* Geometry: 1280,0 1280x720 Scale: 2 Rotation: 1 Overscan: 0
Vrr: incapable RgbRange: Automatic primary

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

[marble] [Bug 437216] Maps on HiDPI are blurry

2021-08-21 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=437216

kinta  changed:

   What|Removed |Added

 CC||ale...@gmail.com

--- Comment #1 from kinta  ---
So, Is there any plan to match marble widget with devicepixelratio as gwenview
did? I have tested a lot of workarounds such as using QT_SCALE_FACTORS, but
this will carry some other ui bugs( not relevant here)

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

[kdevplatform] [Bug 426399] New: Local path remote protocols saved wrong in path mapping

2020-09-11 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=426399

Bug ID: 426399
   Summary: Local path remote protocols saved wrong in path
mapping
   Product: kdevplatform
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: debugger
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: ale...@gmail.com
CC: niko.s...@gmail.com
  Target Milestone: ---

SUMMARY
Working in a php web project I was looking to use xdebug kdevelop plugin, I
found that I need to obtain the whole web project and then set the pathmapping
to the Local root path of the project mapped to remote root path of the
project, this way everything works as should.
But I think it will be great to be able use the pathmapping without fetching
everything, in fact without fetching anything and work remotely with any kio
protocol such as fish.

It's possible when setting the path mappings manually in .kdev4 configuration
file instead of using the path mappings dialog, at least for a xdebug launcher.

So we can use:

[Launch][Launch Configuration 0][Data][Path Mappings][1]
Local=fish://user@domain/var/www/webx/
Remote=file:///var/www/webx/

and debugging session is working great.

If using the dialog configuration is written as this:

[Launch][Launch Configuration 0][Data][Path Mappings][1]
Local=file:///fish://user@domain/var/www/webx/
Remote=file:///var/www/webx/

STEPS TO REPRODUCE
1. Start a php project
2. Set a browsser launcher and Set the xdebug debugger path mapping: local as
fish location, remote as file location

OBSERVED RESULT
The PathMappings::convertToRemoteUrl is setting the wrong url. I suspect that
something wrong in kdevplatform/debugger/util/pathmappings.cpp 


EXPECTED RESULT
Save the local mapping respecting the protocol.


SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Archlinux
(available in About System)
KDE Plasma Version: 5.19.5 
KDE Frameworks Version: 5.73
Qt Version: 5.15.0

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

[kdevelop] [Bug 426401] New: perform eval in kdev-xdebug

2020-09-11 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=426401

Bug ID: 426401
   Summary: perform eval in kdev-xdebug
   Product: kdevelop
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Language Support: PHP
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: ale...@gmail.com
  Target Milestone: ---

SUMMARY
I cannot find the widget to perform evaluate, in xdebug plugin is in
https://invent.kde.org/kdevelop/kdev-xdebug/-/blob/master/debugsession.cpp#L226
.
STEPS TO REPRODUCE
1. Start Xdebug session in kdevelop debugger 


OBSERVED RESULT
I can watch and get properties, but i cannot find where to perfrom the same as
VdebugEval does in vim vdebug plugin. 


EXPECTED RESULT
Perform an eval call

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Archlinux
(available in About System)
KDE Plasma Version: 5.19.5 
KDE Frameworks Version: 5.73
Qt Version: 5.15.0

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

[plasmashell] [Bug 493049] New: Icons get blurry after upgrading to plasma 6.1.90

2024-09-13 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=493049

Bug ID: 493049
   Summary: Icons get blurry after upgrading to plasma 6.1.90
Classification: Plasma
   Product: plasmashell
   Version: 6.1.90
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: ale...@gmail.com
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

Created attachment 173611
  --> https://bugs.kde.org/attachment.cgi?id=173611&action=edit
desktop preview

SUMMARY
After upgrading to plasma 6.1.90 beta in archlinux , icons in panel, tray,
kicker, settings... get blurry. I am 200% scale with wayland. 
Neither hovering, nor changing thickness or float mode fixes the blurriness.

STEPS TO REPRODUCE
1. Start normally the plasma session


SOFTWARE/OS VERSIONS

Operating System: Arch Linux 
KDE Plasma Version: 6.1.90
KDE Frameworks Version: 6.5.0
Qt Version: 6.8.0
Kernel Version: 6.10.9-arch1-2 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz
Memory: 15.4 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: LENOVO
Product Name: 20W8000ESP
System Version: ThinkPad X13 Yoga Gen 2

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

[plasmashell] [Bug 493049] Icons get blurry after upgrading to plasma 6.1.90

2024-09-13 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=493049

--- Comment #1 from kinta  ---
Created attachment 173612
  --> https://bugs.kde.org/attachment.cgi?id=173612&action=edit
desktop preview 2

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

[plasmashell] [Bug 493049] Icons get blurry after upgrading to plasma 6.1.90

2024-09-16 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=493049

--- Comment #6 from kinta  ---
Hey, it's fixed for me, i've done two things and I don't know what solved it. 

- Upgrade the kde frameworks from 6.5.0 to 6.6.0 .
- Raw clearing the cache directory (rm -r ~/.cache/k*).

Anyway now everything is clear and precise.

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

[gwenview] [Bug 415287] New: window contents overlapped

2019-12-17 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=415287

Bug ID: 415287
   Summary: window contents overlapped
   Product: gwenview
   Version: 19.12.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: ale...@gmail.com
  Target Milestone: ---

Created attachment 124550
  --> https://bugs.kde.org/attachment.cgi?id=124550&action=edit
Gwenview overlapped

SUMMARY

I have multihead desktop in this layout:

Screen 0: minimum 320 x 200, current 7040 x 2160, maximum 16384 x 16384
eDP-1 connected primary 3200x1800+0+0
DP-1 connected 3840x2160+3200+0

Gwenview and Kontact are viewed good in eDP-1 screen, but when the screen is at
greater screen (DP-1) and the screen is raised over the eDP-1. Its contents are
overlapped.

STEPS TO REPRODUCE
1. Connect an external screen with more resolution
2. Start gwenview or kmail
3. maximize or raise the screen in the external screen, raising over the
primary screen resolution.

OBSERVED RESULT

Content gets overlapped


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Arch linux kernel 5.4.3-arch1-1
(available in About System)
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.64
Qt Version:  5.13.2

ADDITIONAL INFORMATION

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

[kontact] [Bug 415288] New: Kontact window contents overlapped

2019-12-17 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=415288

Bug ID: 415288
   Summary: Kontact window contents overlapped
   Product: kontact
   Version: 5.13.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: ale...@gmail.com
  Target Milestone: ---

Created attachment 124551
  --> https://bugs.kde.org/attachment.cgi?id=124551&action=edit
Kontact content overlapped

It's the same report as https://bugs.kde.org/show_bug.cgi?id=415287 as I want
to report to both projects...

I have multihead desktop in this layout:

Screen 0: minimum 320 x 200, current 7040 x 2160, maximum 16384 x 16384
eDP-1 connected primary 3200x1800+0+0
DP-1 connected 3840x2160+3200+0

Gwenview and Kontact are viewed good in eDP-1 screen, but when the screen is at
greater screen (DP-1) and the screen is raised over the eDP-1. Its contents are
overlapped.

STEPS TO REPRODUCE
1. Connect an external screen with more resolution
2. Start gwenview or kontact
3. maximize or raise the screen in the external screen, raising over the
primary screen resolution.

OBSERVED RESULT

Content gets overlapped


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Arch linux kernel 5.4.3-arch1-1
(available in About System)
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.64
Qt Version:  5.13.2

ADDITIONAL INFORMATION

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

[frameworks-plasma] [Bug 380280] New: Crash when using webengine type in plasma

2017-05-28 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=380280

Bug ID: 380280
   Summary: Crash when using webengine type in plasma
   Product: frameworks-plasma
   Version: 5.34.0
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: libplasmaquick
  Assignee: notm...@gmail.com
  Reporter: ale...@gmail.com
  Target Milestone: ---

Adding webengineview type in plasmoid, lead to:
WebEngineContext used before QtWebEngine::initialize() or OpenGL context
creation failed.

Steps to Reproduce: 
1) Download test plasmoid: 
git clone https://github.com/aleixq/testBrowser-plasmoid--toTest
org.kde.testBrowser
2) Run 
plasmoidviewer -a org.kde.testBrowser

Actual Results:
Plasmoidviewer crashed.

Expected Results: 
Show WebEngineView in plasmoid. Run 
qmlscene org.kde.testBrowser/contents/ui/main.qml 
to view the right behavior.

It's related to https://bugs.kde.org/show_bug.cgi?id=371023 .

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

[frameworks-plasma] [Bug 380280] Crash when using webengine type in plasma

2017-06-12 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=380280

--- Comment #2 from kinta  ---
Created attachment 106061
  --> https://bugs.kde.org/attachment.cgi?id=106061&action=edit
backtrace

I can reproduce running the specified test plasmoid in another pc. I have
attached the backtrace. The good news are that this bug is fixed in kde neon
with testing repos enabled, which upgrade the qt version to 5.9.

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

[kwin] [Bug 493911] kwin_scene_opengl: 0x1: GL_INVALID_OPERATION in glDrawBuffers(unsupported buffer GL_BACK_LEFT)

2024-10-16 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=493911

kinta  changed:

   What|Removed |Added

Version|6.1.90  |6.2.1
Product|plasmashell |kwin
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
  Component|generic-performance |scene-opengl
 Status|RESOLVED|REOPENED
   Target Milestone|1.0 |---
 Ever confirmed|0   |1
 Resolution|DUPLICATE   |---

--- Comment #2 from kinta  ---
Maybe it needs a new issue ( If so, excuse me) but it matches the title and
everything but the lagginess as is solved in bug 492152 .
So still a lot of messages about: 

kwin_scene_opengl: 0x1: GL_INVALID_OPERATION in glDrawBuffers(unsupported
buffer GL_BACK_LEFT)

in alt+tab window switch.


using now kwin 6.2.1

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

[plasmashell] [Bug 495701] New: Completely hide a panel

2024-11-01 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=495701

Bug ID: 495701
   Summary: Completely hide a panel
Classification: Plasma
   Product: plasmashell
   Version: 6.1.90
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: ale...@gmail.com
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

I fill a support help request in
https://discuss.kde.org/t/how-can-i-hide-completely-a-panel-in-tablet-mode/7437
. But I suppose it's not possible by now. 
Don't you think that it may be useful to let users hide completely a panel
using a script? 
My use case is to let me use different panels based on panel mode status.

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

[plasmashell] [Bug 495701] Allow showing and hiding a panel using Plasma desktop scripting

2024-11-04 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=495701

--- Comment #1 from kinta  ---
I mean based on (In reply to kinta from comment #0)
> I fill a support help request in
> https://discuss.kde.org/t/how-can-i-hide-completely-a-panel-in-tablet-mode/
> 7437 . But I suppose it's not possible by now. 
> Don't you think that it may be useful to let users hide completely a panel
> using a script? 
> My use case is to let me use different panels based on panel mode status.

Sorry, I mean: different panels based on tablet mode status ^

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

[plasmashell] [Bug 495701] Allow showing and hiding a panel using Plasma desktop scripting

2024-11-05 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=495701

--- Comment #3 from kinta  ---
Created attachment 175541
  --> https://bugs.kde.org/attachment.cgi?id=175541&action=edit
Portrait in tablet mode

In fact, what I was trying to find a solution for, is that in portrait mode
panels are missing a lot of usability, as you can see in the screenshot...
Nate, ¿Do you think that makes sense to open a dedicated issue to explore other
solutions?

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

[kwin] [Bug 492152] kwin_wayland spams "kwin_scene_opengl: 0x1: GL_INVALID_VALUE in glScissor"

2024-10-01 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=492152

kinta  changed:

   What|Removed |Added

 CC||ale...@gmail.com
 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #4 from kinta  ---
I find the same problem, not critical as everything is working as it should,
but there are a lot of messages in journal with this content:

kwin_scene_opengl: 0x1: GL_INVALID_VALUE in glScissor

It happens whenever I place the mouse over the taskbar,  and specially when I
trigger the windows presentation in left top corner.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.1.90
KDE Frameworks Version: 6.6.0
Qt Version: 6.8.0
Kernel Version: 6.10.10-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz
Memory: 15.4 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: LENOVO
Product Name: 20W8000ESP
System Version: ThinkPad X13 Yoga Gen 2

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

[plasmashell] [Bug 493911] New: kwin_scene_opengl: 0x1: GL_INVALID_OPERATION in glDrawBuffers(unsupported buffer GL_BACK_LEFT)

2024-10-01 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=493911

Bug ID: 493911
   Summary: kwin_scene_opengl: 0x1: GL_INVALID_OPERATION in
glDrawBuffers(unsupported buffer GL_BACK_LEFT)
Classification: Plasma
   Product: plasmashell
   Version: 6.1.90
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: generic-performance
  Assignee: plasma-b...@kde.org
  Reporter: ale...@gmail.com
  Target Milestone: 1.0

SUMMARY

Sorry, but I don't know if must be kwin or plasmashell... 

When I trigger the windows presentation, or when I  am triggering the window
switch with alt+tab there a lot of in journal:

kwin_scene_opengl: 0x1: GL_INVALID_OPERATION in glDrawBuffers(unsupported
buffer GL_BACK_LEFT

Lagginess get worse when some other effect is activated while the window switch
is active, things like move the mouse with the "shake-to-find" effect around
the thumbnails or activate the thumbnail hovering the taskbar thumbnail could
hang for a second everything. While this happens, a lot of:
kwin_wayland[1626]: kwin_scene_opengl: 0x1: GL_INVALID_OPERATION in
glDrawBuffers(unsupported buffer GL_BACK_LEFT)
(and kwin_wayland[1626]: kwin_scene_opengl: 0x1: GL_INVALID_VALUE in glScissor
but this is reported in other issue).

and occasionaly it may cause 

plasmashell[1854]: kf.windowsystem.wayland: Failed to recreate shadow for
ToolTipDialog(0x6303f3827470)
plasmashell[1854]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface:
0x0

The gldrawbuffers message also happens when working with two screen outputs,
moving the mouse cursor across screens while alt+tab is pressed presents some
lagginess.

I am working with two two output screens like these: 

Output: 1 eDP-1
enabled
connected
priority 1
Panel
Modes:  0:2560x1600@60*!  1:1600x1200@60  2:1280x1024@60  3:1024x768@60
 4:2560x1600@60  5:1920x1200@60  6:1280x800@60  7:2560x1440@60  8:1920x1080@60 
9:1600x900@60  10:1368x768@60  11:1280x720@60 
Geometry: 0,0 1280x800
Scale: 2
Rotation: 1
Overscan: 0
Vrr: Automatic
RgbRange: Automatic
HDR: incapable
Wide Color Gamut: incapable
ICC profile:  TPLCD_41A3_SDR.icc
Color profile source: ICC
Brightness control: supported, set to 100%
Output: 2 DP-2
enabled
connected
priority 2
DisplayPort
Modes:  0:3840x2160@60*!  1:3840x2160@30  2:3840x2160@30 
3:3840x2160@30  4:3840x2160@25  5:3840x2160@24  6:3840x2160@24  7:2560x1440@60 
8:1920x1080@60  9:1920x1080@60  10:1920x1080@60  11:1920x1080@30 
12:1920x1080@30  13:1600x900@60  14:1280x1024@60  15:1280x800@60 
16:1152x864@60  17:1280x720@60  18:1280x720@60  19:1280x720@60  20:1024x768@60 
21:800x600@60  22:720x480@60  23:720x480@60  24:640x480@60  25:640x480@60 
26:640x480@60 
Geometry: 1280,0 1920x1080
Scale: 2
Rotation: 1
Overscan: 0
Vrr: incapable
RgbRange: Automatic
HDR: incapable
Wide Color Gamut: incapable
ICC profile:  27ud59-b-rtings.icc
Color profile source: ICC
Brightness control: supported, set to 100%



SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.1.90
KDE Frameworks Version: 6.6.0
Qt Version: 6.8.0
Kernel Version: 6.10.10-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz
Memory: 15.4 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: LENOVO
Product Name: 20W8000ESP
System Version: ThinkPad X13 Yoga Gen 2

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

[xdg-desktop-portal-kde] [Bug 492681] xdg-desktop-portal-kde breaks printing with Inkscape

2024-12-27 Thread kinta
https://bugs.kde.org/show_bug.cgi?id=492681

kinta  changed:

   What|Removed |Added

 CC||ale...@gmail.com

--- Comment #9 from kinta  ---
I just want to add, that I found the same behavior using portal with inkscape
and gimp 3rc1,  when printing to pdf file.  Any  document will be 50% scaled.

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