[Spectacle] [Bug 467590] Cannot crop screenshots from annotation view in main window anymore

2023-05-30 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=467590

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com

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

[plasma-browser-integration] [Bug 445212] Plasma integration beaks Google Meet camera

2022-08-23 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=445212

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Leonidas Arvanitis  ---
The issue is caused by the "Media Controls" feature.

Workaround - To disable for Google Meet specifically,
1. visit https://meet.google.com/
2. click on the Plasma Integration icon in the toolbar / extensions menu
3. uncheck the site under Media Controls
4. reload Google Meet

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

[systemsettings] [Bug 436559] GTK3 CSD buttons are noticeably smaller than regular Breeze Qt style

2021-06-21 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=436559

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com

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

[KScreen] [Bug 354313] Desktop Widgets move and redraw improperly if monitor is turned off

2021-06-22 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=354313

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com

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

[plasmashell] [Bug 448883] New: SVG icons are not supported for .desktop files in Folder View and Kicker > Recent Files

2022-01-21 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=448883

Bug ID: 448883
   Summary: SVG icons are not supported for .desktop files in
Folder View and Kicker > Recent Files
   Product: plasmashell
   Version: 5.23.5
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Folder
  Assignee: h...@kde.org
  Reporter: l.arvani...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 145700
  --> https://bugs.kde.org/attachment.cgi?id=145700&action=edit
Folder View

SUMMARY
File previews / icons do not work for `.desktop` files, when the associated
icon is SVG.
PNGs work as expected.


STEPS TO REPRODUCE
1. Add a Folder View widget to your desktop, if you don't have one
2. Create a .desktop file associated with an svg icon in that Folder View
folder

OBSERVED RESULT
The "generic" icon is used.

EXPECTED RESULT
The correct svg icon to be used.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
1. png icons work, as expected
2. Both desktop and panel modes are affected
2. It also happens in 'Application Launcher > Places > History' and
'Application Menu > Recent Files'

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

[plasmashell] [Bug 448883] SVG icons are not supported for .desktop files in Folder View and Kicker > Recent Files

2022-01-21 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=448883

--- Comment #1 from Leonidas Arvanitis  ---
Created attachment 145701
  --> https://bugs.kde.org/attachment.cgi?id=145701&action=edit
Application Launcher

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

[plasmashell] [Bug 448883] SVG icons are not supported for .desktop files in Folder View and Kicker > Recent Files

2022-01-21 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=448883

--- Comment #2 from Leonidas Arvanitis  ---
Created attachment 145702
  --> https://bugs.kde.org/attachment.cgi?id=145702&action=edit
Application Menu

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

[plasmashell] [Bug 448884] New: Option to hide file extensions in Folder View

2022-01-21 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=448884

Bug ID: 448884
   Summary: Option to hide file extensions in Folder View
   Product: plasmashell
   Version: 5.23.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Folder
  Assignee: h...@kde.org
  Reporter: l.arvani...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Please add an option to hide the file extensions in the Folder View widget.

I would like to use it for a "custom application menu" - ie a folder full of
.desktop files.

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

[plasmashell] [Bug 448909] New: KLIPPER - Action tests use truncated contents of clipboard

2022-01-21 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=448909

Bug ID: 448909
   Summary: KLIPPER - Action tests use truncated contents of
clipboard
   Product: plasmashell
   Version: 5.23.5
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Clipboard
  Assignee: plasma-b...@kde.org
  Reporter: l.arvani...@gmail.com
  Target Milestone: 1.0

SUMMARY
The regex match test for the clipboard actions do not use the full contents of
the copied text.


STEPS TO REPRODUCE
1. Create a clipboard action which looks at the end of the text, such as
`.*\.mp4`
2. Copy a long text, such as:
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456.mp4

OBSERVED RESULT
Nothing happens!

EXPECTED RESULT
Open actions menu.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

This works (one character less):
123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345.mp4

https://bugs.kde.org/show_bug.cgi?id=444365 is a similar report and according
to its fix, I think the issue is here
https://invent.kde.org/plasma/plasma-workspace/-/blob/Plasma/5.23/klipper/urlgrabber.cpp#L150

Maybe
QString text(item->text());
should be
QString text(item->mimeData()->text());
?

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

[plasmashell] [Bug 448884] Option to hide file extensions in Folder View

2022-01-23 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=448884

Leonidas Arvanitis  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #2 from Leonidas Arvanitis  ---
My feature request is for the option to hide them in custom folders, as well -
not just the "Desktop folder".

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

[plasmashell] [Bug 394532] Multimonitor - Task Manager lists tasks for wrong screen after screens switched off

2019-07-31 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=394532

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com

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

[plasmashell] [Bug 408247] [Dual monitor, powersave] taskbar showing windows from the wrong screen

2019-07-31 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=408247

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com

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

[plasmashell] [Bug 387901] Task manager loses windows with multi monitor

2019-07-31 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=387901

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com

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

[KScreen] [Bug 406429] after monitors power off/on screens messed up

2019-07-31 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=406429

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com

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

[yakuake] [Bug 174490] title (bottom) area of skin is not transparent

2018-11-01 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=174490

Leonidas Arvanitis  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

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

[dolphin] [Bug 387657] Folders panel does not auto scroll vertically

2017-12-08 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=387657

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com

--- Comment #2 from Leonidas Arvanitis  ---
I can also confirm this in Arch Linux (extra/dolphin 17.08.3-1).

Extremely annoying.

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

[kdeplasma-addons] [Bug 481922] The Quick Launch icons on the taskbar cannot be freely rearranged

2024-09-29 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=481922

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com

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

[frameworks-kio] [Bug 328709] Add a Hard link option when moving/copying files in Dolphin

2024-11-30 Thread Leonidas Arvanitis
https://bugs.kde.org/show_bug.cgi?id=328709

Leonidas Arvanitis  changed:

   What|Removed |Added

 CC||l.arvani...@gmail.com

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