[systemsettings] [Bug 417615] Option to disable kdeconnect

2024-07-08 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=417615

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #23 from witchhunter  ---
Now that 'Background services' are out of 'System settings' IMHO there is no
viable reason not to have means to easily disable KDEConnect from startup. I
know it has requirements for continuous running witch makes devs lives hard,
but choosing what is running on OS and have an easy solution to disable it, is
the only Linux way. KDEConnect has change its setup multiple times and now
running `sudo ss -tulpan` reveals it's active on 3+ ports. Building
cross-platform app is hard, but this is one of two settings I strongly disagree
with defaults. If 'just uninstall it' argument is sane, then this bug report
would have never been opened in a first place.

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

[kwin] [Bug 486024] callDBus fails for specific number types

2024-06-02 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=486024

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

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

[kwin] [Bug 455915] Conky windows flooded the Overview effect

2024-05-19 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455915

witchhunter  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

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

[kwin] [Bug 455915] Conky windows flooded the Overview effect

2024-05-19 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455915

--- Comment #4 from witchhunter  ---
This seems to be resolved in Plasma 6, closing the report.

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

[QMLKonsole] [Bug 462594] QMLKonsole don't accept arguments

2024-04-04 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=462594

--- Comment #8 from witchhunter  ---
We should consider if this should be closed and I could open different reports.
QMLKonsole can successfully handle arguments when called from command line. 

The problem remains with .desktop files for TUI apps like micro:

Exec=micro %F
Terminal=true

The error notification on the attachment remains.

FYI: I tested on TW DESKTOP Plasma 6.0.3. qmlkonsole 24.02.1. 
Setting QMLKonsole as a default terminal app(which we are able to now),
followed by restart, doesn't provide error described on attachment. Although,
trying to open file with micro, when launched from "open with" context menu of
Dolphin, would just open empty "No name" file. BASH's history will show the
last command run is /usr/bin/micro, which clearly indicate that %F was
neglected.
FWIW konsole has a requirement for arguments after -e flag. They need to be
last on the command line.

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

[okular] [Bug 455660] History list length

2024-02-25 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455660

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #2 from witchhunter  ---
I can confirm this. History list length is not hardcoded to 20, as the post
imply,  but to 10. Furthermore, the list showed on the initial welcome screen
box is different than the one in File>Open_recent when PDFs have the same name
but are placed in different folders. Strangely, when opening files that I
opened earlier and that are not on either list, the last position opened is
remembered correctly. iirc (not sure) the problem on Windows edition is even
worse.
Okular 23.08.4

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

[okular] [Bug 427953] Unique instance and open in tabs ignored

2023-10-18 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=427953

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

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

[plasmashell] [Bug 447034] Camera indicator

2023-09-22 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=447034

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

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

[plasmashell] [Bug 452636] Humble request to bring back the option to turn off "activate on hover" for sidebar categories

2023-08-30 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=452636

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

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

[plasmashell] [Bug 443082] Move categories sidebar to other side of main view for better usability (like how SimpleMenu does it)

2023-08-30 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=443082

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

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

[kate] [Bug 473248] New: malfunction with BASH's default edit-and-execute-command ability (CTRL+X+E)

2023-08-10 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=473248

Bug ID: 473248
   Summary: malfunction with BASH's default
edit-and-execute-command ability (CTRL+X+E)
Classification: Applications
   Product: kate
   Version: 23.07.80
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

SUMMARY

Hi,
BASH's shortcut CTRL+X+E evoke build-in functionality
"edit-and-execute-command", to open a text editor and easily edit the current
terminal input line.
It will open text editor firstly defined by a BASH's VISUAL variable. If VISUAL
is set to Kate, the window does open, with the title of the temporary file
/tmp/bash-fc.**, but the window do not contain terminal's current input
line. It is empty instead and the command in terminal is executed
**immediately** instead.
Next, I disabled all plugins in Kate and try again, but the same thing happens.
If VISUAL is set to KWrite, everything works just fine.


Next I tried to monitor the /tmp folder for changes and the following output
emerge:

$ gio monitor /tmp
/tmp: /tmp/bash-fc.ucBQgP: created
/tmp: /tmp/bash-fc.ucBQgP: changed
/tmp: /tmp/bash-fc.ucBQgP: changes done
/tmp: /tmp/bash-fc.ucBQgP: deleted
/tmp:
/tmp/qipc_systemsem_zVDdHIsprmyBOBYIzCaFmgFtFEXTDoqwkIes5944f7e34559639eb7e08b12675dbc30b4a2bc4e:
created
/tmp:
/tmp/qipc_systemsem_zVDdHIsprmyBOBYIzCaFmgFtFEXTDoqwkIes5944f7e34559639eb7e08b12675dbc30b4a2bc4e:
changes done
/tmp:
/tmp/qipc_systemsem_zVDdHIsprmyBOBYIzCaFmgFtFEXTDoqwkIes5944f7e34559639eb7e08b12675dbc30b4a2bc4e:
deleted
/tmp:
/tmp/qipc_systemsem_zVDdHIsprmyBOBYIzCaFmgFtFEXTDoqwkIes5944f7e34559639eb7e08b12675dbc30b4a2bc4e:
created
/tmp:
/tmp/qipc_systemsem_zVDdHIsprmyBOBYIzCaFmgFtFEXTDoqwkIes5944f7e34559639eb7e08b12675dbc30b4a2bc4e:
changes done
/tmp:
/tmp/qipc_sharedmemory_zVDdHIsprmyBOBYIzCaFmgFtFEXTDoqwkIes5944f7e34559639eb7e08b12675dbc30b4a2bc4e:
created
/tmp:
/tmp/qipc_sharedmemory_zVDdHIsprmyBOBYIzCaFmgFtFEXTDoqwkIes5944f7e34559639eb7e08b12675dbc30b4a2bc4e:
changes done
/tmp: /tmp/.sJEZWJ: created
/tmp: /tmp/.sJEZWJ: changes done
/tmp: /tmp/.sJEZWJ: attributes changed
/tmp: /tmp/zV24DdHIsp+rmyBO7B2YIzCaFm6g_FtFEXTDoqwkIes=: moved in
/tmp: /tmp/.sJEZWJ: deleted


And when the Kate's window is closed, the command continues:

/tmp: /tmp/zV24DdHIsp+rmyBO7B2YIzCaFm6g_FtFEXTDoqwkIes=: deleted
/tmp:
/tmp/qipc_sharedmemory_zVDdHIsprmyBOBYIzCaFmgFtFEXTDoqwkIes5944f7e34559639eb7e08b12675dbc30b4a2bc4e:
deleted
/tmp:
/tmp/qipc_systemsem_zVDdHIsprmyBOBYIzCaFmgFtFEXTDoqwkIes5944f7e34559639eb7e08b12675dbc30b4a2bc4e:
deleted


STEPS TO REPRODUCE
1.  set Kate as VISUAL editor
2.  Type some command in Konsole
3.  Press CTRL+X+E to open Kate and edit the command

OBSERVED RESULT
The command in terminal is executed immediately.
Kate window will open but empty.

EXPECTED RESULT
The command in terminal  should show up in Kate. 
The command in terminal should wait for editing and saving in Kate.  

SOFTWARE/OS VERSIONS
Operating System: KDE neon Testing Edition
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10
Kernel Version: 6.2.0-26-generic (64-bit)
Graphics Platform: X11

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

[systemsettings] [Bug 464868] Create UI to generate and use a custom Libinput acceleration profile

2023-07-30 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=464868

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #6 from witchhunter  ---
The link provided also suggest Scrool movement, which should mean it can be
implemented on X11 as well.
BTW, your request just had a practical confirmation:
https://www.reddit.com/r/linux/comments/15cr3s2/custom_mouse_acceleration_curves_are_available_now/

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

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2023-04-26 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=428392

--- Comment #6 from witchhunter  ---
(In reply to witchhunter from comment #5)
> Exec=bash -c 'readarray -t images < <(losetup -nO NAME); [ -n "${images[@]}"
> ] && for item in "${images[@]}"; do udisksctl loop-delete -b "$item"; done '

Ups,
Actually the line should be 
Exec=bash -c 'readarray -t images < <(losetup -nO NAME); [ -n "${images[0]}" ]
&& for item in "${images[@]}"; do udisksctl loop-delete -b "$item"; done '

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

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2023-04-25 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=428392

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #5 from witchhunter  ---
As a workaround one could implement the following Dolphin service:

[Desktop Action unmount]
Exec=bash -c 'readarray -t images < <(losetup -nO NAME); [ -n "${images[@]}" ]
&& for item in "${images[@]}"; do udisksctl loop-delete -b "$item"; done '
Icon=edit-clear
Name=Clear ISOs

[Desktop Entry]
Actions=unmount;
Icon=application-x-iso
MimeType=all/all
ServiceTypes=KonqPopupMenu/Plugin
Type=Service
X-KDE-StartupNotify=false


As a benefit you wont have to search for unmounted ISO's.

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

[policykit-kde-agent-1] [Bug 468793] Can't cancel "Manage files as administrator" dialog

2023-04-22 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=468793

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

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

[plasma-mobile] [Bug 468587] New: Plasma mobile sleep state interrupts phone charging

2023-04-16 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=468587

Bug ID: 468587
   Summary: Plasma mobile sleep state interrupts phone charging
Classification: Plasma
   Product: plasma-mobile
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-mobile-bugs-n...@kde.org
  Reporter: witchhunter...@protonmail.com
CC: c...@carlschwan.eu
  Target Milestone: ---

SUMMARY

When phone is charging it goes into sleep state after predefined timeout, which
will, by the rule, interrupt device charging.
This is really a bad first impression users are facing, not only for the PlaMo,
but for the chosen underlying OS as well. 
This do not occur while Caffeine mode is enabled, though.

After small amount of time while using the Mobian Posh OS, I haven't noticed
the same problem. It seams that phone don't go into suspend while charging, and
this appears confirmed by their wiki:
https://wiki.mobian.org/doku.php?id=faq#charge-is-slow-or-phone-discharge-while-plugged
I don't know if this is entirely true, because my impression is that phone
takes longer to wake up after 100% battery charge has been reached.
Nevertheless, the screen's power off and lock settings are respected.
Also, within their settings application, there is an option to enable suspend
while charging, which is disabled by default.
IMO, this is a good solution, since it can be eventually easily reversed.



SOFTWARE/OS VERSIONS
PinePhonePro
Operating System: Manjaro Linux 
KDE Plasma Version: 5.27.2
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.12-1-MANJARO-ARM (64-bit)

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

[frameworks-kirigami] [Bug 468390] PassiveNotification covers interactive UI elements on the bottom in common mobile UIs/apps

2023-04-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=468390

--- Comment #2 from witchhunter  ---
(In reply to Nate Graham from comment #1)
If I had to choose one of the options from above, I would go with second
option. It seems more appropriate since that is the place where information are
shown (at least in desktop mode). Hopefully, that would be an easy solution.

Now, I'm not that knowledgeable what the proper solution would be, but I can
say what would make it feel natural/expected behavior.
Long_press or drag the song towards right/playlist to enqueue it (the bonus
points if the right border highlight for a second), and tap for a quick play;
if that's even possible in this Kirigami implementation. This would also
eliminate "play now" button in a desktop mode since doubleclick could be used
for a quick play.

In case the song needs to be in the playlist for a quick play (if I understood
the other post correctly):
1) create a temporary playlist which would include all the new-played songs. 
2) enqueue the song in the current playlist, but highlight them it in the
playlist.
Each of this solutions would also reduce the count of popups notification
significantly, but would require a user to distinctively save the new/altered
playlist (perhaps also highlight the save button).
For further notice: It should go without saying, thanks for improving the
mobile experience :)

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

[kweather] [Bug 468392] New: "The weather has refreshed" notification is shown on every launch

2023-04-11 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=468392

Bug ID: 468392
   Summary: "The weather has refreshed" notification is shown on
every launch
Classification: Applications
   Product: kweather
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: witchhunter...@protonmail.com
CC: espi...@gmail.com
  Target Milestone: ---

Created attachment 158017
  --> https://bugs.kde.org/attachment.cgi?id=158017=edit
offline_startup

SUMMARY

Notification 'Weather refreshed for ..' is displayed every time the application
is launched, regardless the phone is online (WiFi or mobile)  or offline.

Manjaro PinePhonePro PlaMo

Possibly related   https://bugs.kde.org/show_bug.cgi?id=464765

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

[Elisa] [Bug 468390] New: Playlist notification covers commands on mobile

2023-04-11 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=468390

Bug ID: 468390
   Summary: Playlist notification covers commands on mobile
Classification: Applications
   Product: Elisa
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

Created attachment 158015
  --> https://bugs.kde.org/attachment.cgi?id=158015=edit
player_controls_are_not_available

SUMMARY

Within 'tracks' view , when quickly playing available songs, notification
"Playlist cleared" is placed right above the playback controls. It is then
difficult/impossible to pause the song, so the notification appears misplaced.


SOFTWARE/OS VERSIONS
PinePhonePro Plamo
Manjaro

ADDITIONAL INFORMATION
Possibly relevant   https://bugs.kde.org/show_bug.cgi?id=394575

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

[gwenview] [Bug 423232] option to disable pdf preview

2023-04-07 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=423232

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

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

[dolphin] [Bug 414478] User Should definitely be warned every time an Invalid filename is used!

2023-02-20 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=414478

--- Comment #6 from witchhunter  ---
Can "windows_names" mount option in NTFS3 kernel driver ease the implementation
here?

https://lore.kernel.org/lkml/3826a578-c371-bace-96a5-4e5dc83b5...@paragon-software.com/

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

[kwin] [Bug 377162] Window shading not supported for Wayland windows

2023-02-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=377162

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

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

[Plasma Mobile Dialer] [Bug 463128] New: Ability to store number in phonebook

2022-12-16 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=463128

Bug ID: 463128
   Summary: Ability to store number in phonebook
Classification: Applications
   Product: Plasma Mobile Dialer
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: General
  Assignee: aa...@ya.ru
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

This is a basic functionality every phone has.

Ability to store number from Dialer tab would be sufficient, since selecting
any number from History tab will input that number in Dialer tab.

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

[QMLKonsole] [Bug 462594] QMLKonsole don't accept arguments

2022-12-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=462594

--- Comment #7 from witchhunter  ---
(In reply to Devin Lin from comment #5)
> (In reply to witchhunter from comment #4)
> > On some further testing, it appears that parsing is different from the one
> > Konsole has, considering empty spaces within filename.
> > On Micro's .desktop file this works for Konsole:
> > Exec=konsole -e micro %F
> > but I couldn't find a proper solution for qmlkonsole. So, before-mentioned
> > running from Index won't work as stated.
> 
> Hmm, what if you used quotes around your arguments?

OK, so if I put quotes around Konsole's command it wont work. The viable
command is:
Exec=konsole -e micro %F
Terminal=false
I've tested this on computer with Dolphin and Index and it works for filenames
with space and newline characters as well.
As for qmlkonsole it works on cli with any whitespace named files.
As for .desktop files, this works if filename have no whitespace:
Exec=qmlkonsole -e "micro %F"
Terminal=false
if file have space in filename it will open two nonexistent files
if file have newline in filename it will open nonexistent file and append text
to it after newline from filename.
I have also tried altering the above exec command assigning positional
parameters and env variables with no success.

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

[QMLKonsole] [Bug 462594] QMLKonsole don't accept arguments

2022-12-11 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=462594

--- Comment #6 from witchhunter  ---
(In reply to Devin Lin from comment #5)

To be fair, on desktop I've tried Konsole with Dolphin > "open with Micro", so
there is a chance there is an issue with Index itself ?!?
QMLKonsole handles files with spaces correctly:
qmlkonsole -e micro "first file" "second file"
This .desktop files parsing have been a mystery for me for a long time. I need
to try some more options

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

[QMLKonsole] [Bug 462594] QMLKonsole don't accept arguments

2022-12-11 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=462594

--- Comment #4 from witchhunter  ---
On some further testing, it appears that parsing is different from the one
Konsole has, considering empty spaces within filename.
On Micro's .desktop file this works for Konsole:
Exec=konsole -e micro %F
but I couldn't find a proper solution for qmlkonsole. So, before-mentioned
running from Index won't work as stated.

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

[QMLKonsole] [Bug 462594] QMLKonsole don't accept arguments

2022-12-11 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=462594

--- Comment #2 from witchhunter  ---
(In reply to Devin Lin from comment #1)

As far as I can tell this resolves command flag support, just tested it on
Manjaro developer edition and it worked flawlessly. Furthermore, after altering
Micro's .desktop file with Exec=qmlkonsole "micro %F" and Terminal=false, I
have managed to open multiple selected files from Index in a new terminal
without any issue. I guess the only remaining problem is the one with Konsole
being the default terminal app.
Anyway, as this resolves several issues for me, I just wanna seize the
opportunity to express my gratitude for fixing this!
Thanks

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

[QMLKonsole] [Bug 462594] New: QMLKonsole don't accept arguments

2022-12-03 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=462594

Bug ID: 462594
   Summary: QMLKonsole don't accept arguments
Classification: Applications
   Product: QMLKonsole
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: espi...@gmail.com
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

Created attachment 154276
  --> https://bugs.kde.org/attachment.cgi?id=154276=edit
crash_notification

It is strange that terminal application don't accept arguments:
qmlkonsole --help
qmlkonsole: Unknown option 'help'.

This makes impossible to call a TUI application in a new window. Konsole had
something like this for ages:
konsole -e "bash -c 'echo hi;read'"

It is not possible to call the app from Index's context menu on a selected file
either. This is important for editing files which require admin privileges.

When an app like Micro(TUI editor) is installed it will be shown in application
menu. Launching such app will fail, with app tried to launch + attached
notification. To my knowledge, this seems to address more than one bug though!
I can open another report if necessary.

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

[konsole] [Bug 458432] I make new profile in Konsole and apply it. It works fine until I open another Konsole and the profile is gone. It happens over and over again.

2022-10-19 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=458432

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #3 from witchhunter  ---
Workaround:
click OK rather than Apply to save a profile

Possible duplicates:
https://bugs.kde.org/show_bug.cgi?id=458835
https://bugs.kde.org/show_bug.cgi?id=459889
https://bugs.kde.org/show_bug.cgi?id=460225

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

[dolphin] [Bug 459383] New: Cannot unmount partition after hovered over appimage

2022-09-19 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=459383

Bug ID: 459383
   Summary: Cannot unmount partition after hovered over appimage
Classification: Unclassified
   Product: dolphin
   Version: 22.08.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: panels: information
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: witchhunter...@protonmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
There is NTFS partition on my second HD which is not declared in /etc/fstab.
Therefore, I have to manually mount it for usage. When the drive is mounted, if
I hover with mouse pointer over appimage file, there will be problem unmounting
the partition.
Dolphin will provide following message:
"One or more files on this device are open within an application."

The lsof command output show the process responsible is kioslave5. 
However, the problem do not arise if information panel is hidden.


STEPS TO REPRODUCE
1. Mount partition
2. Hover over appimage file on that partition
3. Try to unmount the partition

OBSERVED RESULT
Unmount will fail with above message

EXPECTED RESULT
Partition will unmount.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5
Kernel Version: 5.19.7-1-MANJARO (64-bit)
Graphics Platform: X11

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

[frameworks-kpackage] [Bug 456726] New: kpackagetool5 --list-types flawed output + Invalid metadata for package structure

2022-07-14 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=456726

Bug ID: 456726
   Summary: kpackagetool5 --list-types flawed output + Invalid
metadata for package structure
   Product: frameworks-kpackage
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: default
  Assignee: notm...@gmail.com
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

SUMMARY
***
This command provides the following output:
$ kpackagetool5 --list-types

Package types that are installable with this tool:
Built in:
Addon Name   Service Type Path  
---  ---    
KPackage/Generic KPackage/Generic kpackage/packages/
KPackage/GenericQML  KPackage/GenericQML  kpackage/genericqml/

Provided by plugins:
kf.package: Invalid metadata for package structure "plasma_containmentactions"
kf.package: Invalid metadata for package structure "plasma_dataengine"
kf.package: Invalid metadata for package structure "plasma_lookandfeel"
kf.package: Invalid metadata for package structure "kwin_aurorae"
kf.package: Invalid metadata for package structure "plasma_wallpaper"
kf.package: Invalid metadata for package structure "plasma_theme"
kf.package: Invalid metadata for package structure "plasma_layouttemplate"
kf.package: Invalid metadata for package structure "plasma_generic"
kf.package: Invalid metadata for package structure "wallpaper_images"
kf.package: Invalid metadata for package structure "kwin_script"
kf.package: Invalid metadata for package structure "kwin_windowswitcher"
kf.package: Invalid metadata for package structure "plasma_applet"
kf.package: Invalid metadata for package structure "plasma_shell"
kf.package: Invalid metadata for package structure "kwin_effect"
kf.package: Invalid metadata for package structure "kwin_decoration"
kf.package: Invalid metadata for package structure "plasma_comic"
Addon Name  Service Type   Path 
--  - 
--  
plasma_comic   
 Containment Actions plasma_containmentactions  
Face for the KSysguard Sensor Face  KSysguard/SensorFace  
ksysguard/sensorfaces/
KWin Auroraekwin_aurorae   
 KWin Decoration kwin_decoration
 KWin Effect kwin_effect
 KWin Script kwin_script
KWin Window Switcherkwin_windowswitcher




For the record, I have found the propper output provided by Chris Holland 5
years ago:
Source
https://www.reddit.com/r/kde/comments/61m10e/what_is_the_difference_between_plasmapkg/

$ kpackagetool5 --list-types
Package types that are installable with this tool:
Built in:
Addon Name   Service Type Path   
---  ---  -  
KPackage/Generic KPackage/Generic kpackage/packages/
KPackage/GenericQML  KPackage/GenericQML  kpackage/packagesqml/

Provided by plugins:
Addon NameService Type   Path
  -  --  
Comic Plasma/Comic   plasma/comics/
Containment Actions   Plasma/ContainmentActions  plasma/containmentactions/
Data Engine   Plasma/DataEngine  plasma/dataengines/
  Generic   Plasma/Generic plasma/packages/
 KWin Script   KWin/Scriptkwin/scripts/
KWin Window Switcher  KWin/WindowSwitcherkwin/tabbox/
 Layout Template   Plasma/LayoutTemplate  plasma/layout-templates/
Look and Feel Plasma/LookAndFeel plasma/look-and-feel/
Plasma Shell  Plasma/Shell   plasma/shells/
  Plasma Theme  Plasma/Theme   plasma/desktoptheme/
Plasmoid  Plasma/Applet  plasma/plasmoids/
  Wallpaper Plasma/Wallpaper   plasma/wallpapers/
Wallpaper Images  Wallpaper/Images 


Following faulty output, this command throws an error:
$ kpackagetool5 --list --type kwin_script
kf.package: Invalid metadata for package structure "kwin_script"
Package type "kwin_script" not found
Listing service types: kwin_script in /home/v/.local/share/

Finally, this command is successful
$ kpackagetool5 --list --type KWin/Script

***



SOFTWARE/OS VERSIONS

Operating System: KDE neon Testing Edition VM
KDE Plasma Vers

[kcharselect] [Bug 455185] Some characters not visible in multiple applications

2022-07-14 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455185

witchhunter  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[kcharselect] [Bug 455185] Some characters not visible in multiple applications

2022-07-14 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455185

witchhunter  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

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

[kcharselect] [Bug 455185] Some characters not visible in multiple applications

2022-07-14 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455185

--- Comment #1 from witchhunter  ---
OK, so I'm closing this bug since it doesn't appear to be KDE related.
In fact I can reproduce it in other DE's.

For the record if anyone encounter this bug in the future:
1) It seems to disappear in Manjaro VM by following instructions in
https://wiki.archlinux.org/title/Locale
2) It seems to disappear in Manjaro host OS with one additional step:
after installing "nerd-fonts-hack" package from the AUR, it resolves the
issue with all fonts afterwards. ?!?
I have no clue why this worked though.
3) I haven't managed to resolve it in KDE Neon VM :/

Maybe the issue has to do something with glibc update since time correlates. 
On the other hand, same on the internet states 'Other>Private user area'
section has to be used with the same font (or a compatible font) author has
used. The odd thing, it used to work with "Hack" font and after the 2) it does
once again.
Oh well...

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

[kwin] [Bug 455915] Conky windows flooded the Overview effect

2022-06-25 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455915

--- Comment #1 from witchhunter  ---
Created attachment 150140
  --> https://bugs.kde.org/attachment.cgi?id=150140=edit
on_host_OS

This is how it looks on host OS.
Operating System: Manjaro Linux
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5

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

[kwin] [Bug 455915] New: Conky windows flooded the Overview effect

2022-06-25 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455915

Bug ID: 455915
   Summary: Conky windows flooded the Overview effect
   Product: kwin
   Version: 5.25.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-overview
  Assignee: kwin-bugs-n...@kde.org
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

Created attachment 150138
  --> https://bugs.kde.org/attachment.cgi?id=150138=edit
conky_in_Overview_effect

SUMMARY

Overview effect is presenting all windows, disregarding their taskbar/pager
appearance. As a result all Conky windows (X11 and Wayland) and others like
"Rainlendar Lite" (a freeware app) appear in the effect. My host Manjaro OS has
4 conky windows, so things got really crowded.

There should be some filter for these apps. Something similar have been already
implemented in
https://invent.kde.org/plasma/kwin/-/tree/master/src/scripts/synchronizeskipswitcher
or elsewhere IIRC by considering taskbar icon sizes.



STEPS TO REPRODUCE
1. Run some Conky script
2. Open Overview effect


OBSERVED RESULT
Conky will appear in the effect.

EXPECTED RESULT
Conky should not appear in the effect.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Testing Edition VM
KDE Plasma Version: 5.25.1
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION

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

[kate] [Bug 455186] Save icon do not change state

2022-06-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455186

--- Comment #2 from witchhunter  ---
(In reply to Christoph Cullmann from comment #1)

Hi, OK so you've intrigued me and I did a quick search, for the record (some of
these have only menu, though):
GNOME text editor, Xed - do not change icon state
Mousepad, Geany, Qt Creator, FeatherPad - do change icon state
LibreOffice -  do not change icon state, but change icon itself adding little
red dot at corner

Perhaps the latter is the optimal solution. Never used M$ products, though.
Anyway, as I sad, it is more a distraction than anything else.

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

[kate] [Bug 455186] New: Save icon do not change state

2022-06-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455186

Bug ID: 455186
   Summary: Save icon do not change state
   Product: kate
   Version: 22.04.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

Created attachment 149644
  --> https://bugs.kde.org/attachment.cgi?id=149644=edit
inconsistency

SUMMARY
***
This is more a distraction, then a bug.
Save icon on toolbar do not change its state. It is always enabled. 
'Undo' and 'redo' icons behave as should, though.
***


STEPS TO REPRODUCE
1. Open file in Kate
2. Type one character
3. Undo

OBSERVED RESULT
Save icon has enabled state, although there are no changes.

EXPECTED RESULT
Save icon should be disabled.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Testing Edition VM
KDE Plasma Version: 5.25.0
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.4


ADDITIONAL INFORMATION

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

[kcharselect] [Bug 455185] New: Some characters not visible in multiple applications

2022-06-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455185

Bug ID: 455185
   Summary: Some characters not visible in multiple applications
   Product: kcharselect
   Version: 22.04.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: cf...@kde.org
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

SUMMARY
***
It started 1-2 months ago.
Kcharselect don't properly display symbols for Linux distros, it displays
rectangle instead. Actually majority of symbols within  'Other>Private user
area' section are not displayed.

Konsole don't display it either:
echo -e '\uF312'
But, if you change font to e.g. 'Symbols Nerd Font', it will be show correctly.
***


STEPS TO REPRODUCE
1. Open Kcharselect
2. Search for F312


OBSERVED RESULT
Rectangle is shown.

EXPECTED RESULT
Manjaro symbol should be shown.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4
Kernel Version: 5.18.3-1-MANJARO (64-bit)
Graphics Platform: X11
Graphics Processor: Mesa IntelĀ® HD Graphics 4000
+
Operating System: KDE neon Testing Edition VM
KDE Plasma Version: 5.25.0
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.4
Kernel Version: 5.13.0-48-generic (64-bit)
Graphics Platform: X11
Manufacturer: QEMU

ADDITIONAL INFORMATION

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

[kate] [Bug 453272] External tools: forward slash in name causing all tools to disapear

2022-06-04 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=453272

--- Comment #4 from witchhunter  ---
(In reply to Christoph Cullmann from comment #3)

Finally, I have managed to build Kate and apply the patch. 
Yea, it seems like an elegant solution and for most part it works fine.
However, there is one niche exception:
If the name contains % character, followed by number it will messed up the name
shown in the settings window. 

e.g. When tool is saved as "name%5", it causes following output in terminal:
kf.kio.widgets.kdirmodel: protocol mismatch: "" vs "file"
kf.i18n: "Placeholder %1 skipped in message {name%5}."
kf.i18n: "Placeholder %2 skipped in message {name%5}."
kf.i18n: "Placeholder %3 skipped in message {name%5}."
kf.i18n: "Placeholder %4 skipped in message {name%5}."

and the name in the settings window is altered to:
name%5(I18N_ARGUMENT_MISSING)(I18N_GAPS_IN_PLACEHOLDER_SEQUENCE)

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

[systemsettings] [Bug 436627] Mouse gestures don't work in Wayland

2022-05-23 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=436627

--- Comment #8 from witchhunter  ---
(In reply to Fushan Wen from comment #7)
> because an effect can't send a mouse event or a key event to the original 
> window, which is the main blocker.

OK, you've got me all confused here.
The main purpose of mouse gesture applications is to invoke command on given
gesture.

The course of events with e.g. EasyStroke is:
1) detect mouse gesture trigger
2) recognize gesture
3) execute the associated shell command

The only reason you would want KWin involved is to:
1) detect window below the point where gesture has started (so you could have
the ability for different mouse buttons to invoke gestures while over different
window classes)
2) input text/"paste" it on the window

The first is an excellent feature but it was never implemented in Plasma (X11).
The latter is, from my understanding, very hard if not impossible to implement
in Wayland. But, given the maturity of Klipper and its further development and
the fact that it is not a feature heavily used, it might be as well dropped for
now.

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

[kate] [Bug 453272] External tools: forward slash in name causing all tools to disapear

2022-05-07 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=453272

--- Comment #2 from witchhunter  ---
(In reply to Christoph Cullmann from comment #1)
> Could you try this patch?

Sorry I couldn't be of any help. Unfortunately, I'm unfamiliar with compiling
languages and trying to build (vanilla) Kate with official 
https://kate-editor.org/build-it/  tutorial resulted in errors:
<<<  PACKAGES FAILED TO BUILD  >>>
kglobalaccel -
file:///home/v/projects/kde/src/log/2022-05-07-02/kglobalaccel/cmake.log
kxmlgui - file:///home/v/projects/kde/src/log/2022-05-07-02/kxmlgui/cmake.log
kbookmarks -
file:///home/v/projects/kde/src/log/2022-05-07-02/kbookmarks/cmake.log
kio - file:///home/v/projects/kde/src/log/2022-05-07-02/kio/cmake.log
kparts - file:///home/v/projects/kde/src/log/2022-05-07-02/kparts/cmake.log
kdeclarative -
file:///home/v/projects/kde/src/log/2022-05-07-02/kdeclarative/cmake.log
kinit - file:///home/v/projects/kde/src/log/2022-05-07-02/kinit/cmake.log
kross - file:///home/v/projects/kde/src/log/2022-05-07-02/kross/cmake.log
ktexteditor -
file:///home/v/projects/kde/src/log/2022-05-07-02/ktexteditor/cmake.log
knewstuff -
file:///home/v/projects/kde/src/log/2022-05-07-02/knewstuff/cmake.log
plasma-framework -
file:///home/v/projects/kde/src/log/2022-05-07-02/plasma-framework/cmake.log
baloo - file:///home/v/projects/kde/src/log/2022-05-07-02/baloo/cmake.log
frameworkintegration -
file:///home/v/projects/kde/src/log/2022-05-07-02/frameworkintegration/cmake.log
kcmutils - file:///home/v/projects/kde/src/log/2022-05-07-02/kcmutils/cmake.log
kdelibs4support -
file:///home/v/projects/kde/src/log/2022-05-07-02/kdelibs4support/cmake.log
knotifyconfig -
file:///home/v/projects/kde/src/log/2022-05-07-02/knotifyconfig/cmake.log
krunner - file:///home/v/projects/kde/src/log/2022-05-07-02/krunner/cmake.log
purpose - file:///home/v/projects/kde/src/log/2022-05-07-02/purpose/cmake.log
kate - file:///home/v/projects/kde/src/log/2022-05-07-02/kate/cmake.log

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

[kate] [Bug 453272] New: External tools: forward slash in name causing all tools to disapear

2022-05-01 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=453272

Bug ID: 453272
   Summary: External tools: forward slash in name causing all
tools to disapear
   Product: kate
   Version: 22.04.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

SUMMARY
In External tools settings, adding new tool named with forward slash character
creates new folder in ~/.config/kate/externaltools. Upon restart all default
tools in before mentioned folder are gone.


STEPS TO REPRODUCE
1. Configure Kate > External tools > Add tool
2. Create new tool which name contains / character 
3. Restart Kate

OBSERVED RESULT
All default tools are deleted including newly added one, or
at best case newly added tool is not in the list.

EXPECTED RESULT
New tool should be added.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Testing Edition, VM
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-40-generic (64-bit)
Graphics Platform: X11

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

[kcolorchooser] [Bug 453265] New: No way to acknowledge user abort

2022-05-01 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=453265

Bug ID: 453265
   Summary: No way to acknowledge user abort
   Product: kcolorchooser
   Version: 22.04.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

SUMMARY
Run from terminal:
kcolorchooser --color '#11' --print

User can press OK, Cancel, Esc or X on titlebar to exit the app.
Kcolorchooser  will always return exit code zero. 
Now, if the user changes the color and press e.g. Cancel, changed color will
still be printed to output, so there is no way to know for certain whether a
user has aborted the app.

OBSERVED RESULT
No information is provided to know for certain whether a user has aborted the
app.

EXPECTED RESULT
There should be the way to know for certain whether a user has aborted the app.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Testing Edition, VM
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-40-generic (64-bit)
Graphics Platform: X11

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

[kate] [Bug 452908] New: Ability to use mouse back/forward keys for "Go back/forward" actions

2022-04-23 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=452908

Bug ID: 452908
   Summary: Ability to use mouse back/forward keys for "Go
back/forward" actions
   Product: kate
   Version: 22.04.0
  Platform: Other
OS: Other
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

SUMMARY

This is standard in most code editors, thus it is expected behavior.
It is especially useful when scrolling, selecting portion of code and then
going back to previous editing point. 

Operating System: 
KDE neon Testing Edition VM
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.3

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

[kde-cli-tools] [Bug 446199] kstart5 ignores --desktop option

2022-04-15 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=446199

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #3 from witchhunter  ---
The command is also ignoring '--alldesktops' argument.

KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.3
Graphics Platform: X11

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

[kdiff3] [Bug 449655] Kdiff3 can't delete symbolic links on folder comparation

2022-04-07 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=449655

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #2 from witchhunter  ---
(In reply to michael from comment #1)
> This issue is not reproducible in current branch or master. 
This is correct. I cannot reproduce the bug anymore in Plasma 5.24.3.
Also, Dolphin recognize the changes immediately. Excellent.

> In view of the purposed patch I received via e-mail 
DISCLAIMER: 
I am not a programmer by profession and I never send you any e-mails, nor am I
familiar with any MR regarding this bug on https://invent.kde.org/sdk/kdiff3.
If you are implying someone have send you message on my behalf, please DO REPLY
on this comment.
I am deeply sorry if I cause you any inconvenience.

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

[kdelibs] [Bug 292739] Keyboard shortcuts with numeric pad are not recognized as they should.

2022-03-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=292739

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #4 from witchhunter  ---
NumPad shortcuts do work in system settings, though.

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

[kwin] [Bug 432286] transparency+blur glitching with obscured animated windows underneath

2022-03-01 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=432286

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

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

[konsole] [Bug 450574] New: Konsole's layout do not store maximized view state

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

Bug ID: 450574
   Summary: Konsole's layout do not store maximized view state
   Product: konsole
   Version: 21.12.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: split-view
  Assignee: konsole-de...@kde.org
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

SUMMARY
Konsole can split view , e.g. left/right. This is great and the current layout
can be saved to a file, to be reloaded later.
Furthermore, one view can be maximized by pressing "Maximize terminal" button.
(Now this one probably has a wrong tooltip, since in  'Shortcuts window'  or in
 'Command Bar'  it is labeled "Toggle maximize current view")
The problem is this maximized state is not saved in layout file, so it can't be
restored.



STEPS TO REPRODUCE
1. Open Konsole and split the view
2. Press  "Maximize terminal" button
3. Save tab layout to a file and close Konsole
4. Open Konsole again with layout loaded on CLI

OBSERVED RESULT
Konsole will open the split view and no view is maximized.

EXPECTED RESULT
Konsole should open the split view with only one view, the one maximized and
others hidden.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
Kernel Version: 5.16.7-1-MANJARO (64-bit)

ADDITIONAL INFORMATION

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

[kwin] [Bug 446624] Pressing Meta makes plasma icon appear in overview effect

2022-02-11 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=446624

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #6 from witchhunter  ---
Just for the sake of consistency, and good practice, I hope the solution will
implement the behavior of "Synchronize Skip Switcher with Taskbar" - kwin
script.
 Don't want to see my Conky windows (x11 or wayland) in Overview effect.

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

[kdiff3] [Bug 449655] New: Kdiff3 can't delete symbolic links on folder comparation

2022-02-05 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=449655

Bug ID: 449655
   Summary: Kdiff3 can't delete symbolic links on folder
comparation
   Product: kdiff3
   Version: 1.9.4
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: reeves...@gmail.com
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

SUMMARY

Comparing two folders, all on the same partition, one has symbolic link
pointing to a file and the other doesn't.
Upon comparation choose operation "Delete (if exists)" on symbolic link. All
other files with the same option get processed/deleted except symbolic link.


STEPS TO REPRODUCE
1. Copy some folder
2. Put symbolic link in copied folder pointing to some file
3. Compare two folders
4. Mark symbolic link to be deleted
5. Start folder merge

OBSERVED RESULT
Link doesn't get deleted.

EXPECTED RESULT
Link should be deleted.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
Kernel Version: 5.16.2-1-MANJARO (64-bit)
Graphics Platform: X11
FS: ext4

ADDITIONAL INFORMATION
In settings > folder, "follow file/folder links" option is checked by default.
I'm not sure that is the best default.

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

[dolphin] [Bug 260266] Allow assigning keyboard shortcuts to service menu actions

2022-01-15 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=260266

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

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

[frameworks-ktexteditor] [Bug 435855] Selecting the whole text scrolls down document to the end

2022-01-14 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=435855

--- Comment #8 from witchhunter  ---
(In reply to Waqar Ahmed from comment #7)
Hey, thanks for all your effort. Since I'm not a developer, that's way over my
head. Never thought this so controversial though, and hope @Dominic finds that
discussion, really curious to hear the arguments. Anyway, scripting is far as I
go and KDE grows in other directions, too =). Thanks again

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

[frameworks-ktexteditor] [Bug 435855] Selecting the whole text scrolls down document to the end

2022-01-14 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=435855

--- Comment #6 from witchhunter  ---
OK then.  Sorry I wasted everyone's time. I guess this is "works for me"
situation, since the provided workaround is easy to implement.

But, just for the record, IMHO:
- I have never encounter text/code/word editor that scroll view to the end on
"select all", and I see no benefit of such behavior (TBH never used new
QtCreator 6, but I'm confident that's a regression from 5 on their behalf)
- The considerations of insertion point placement are irrelevant here, since
there is no purpose to type or paste on "selected all"
- The workaround have added functionality. You can easily use (as a cross-app
consensus) left/right arrows to cancel selection and move to begin/end. Also
up/down arrows to move in the current view (no mouse involved).

As a silver lining, users can now found solution if annoyed/involved enough,
and maybe learn the power of Katepart scripting at the same time. Cheers!

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

[systemsettings] [Bug 135097] Mouse Trails when using Mouse Gestures

2022-01-02 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=135097

--- Comment #9 from witchhunter  ---
(In reply to Fushan Wen from comment #8)
> An option is to create an transparent full-screen window when drawing a
> gesture.
> Another option is to port khotkeys to kwin's module, which could even make
> gesture work under Wayland.

As a matter of fact I was thinking doing the same thing with some scripting,
regarding the first option, which turns out impossible without C++ dive in, so
no go for me. The main obstacle here would be registering mouse trigger
sequence. So IMHO, the latter option would be preferable   (especially
considering different mouse keys as a trigger above different windows, but that
is a whole other topic).

For the record, this is way more notable feature then touchpad gestures in
every single aspect (and in all my ignorance, maybe even groundbreaking for
latter tablet implementation).

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

[frameworks-ktexteditor] [Bug 435855] Selecting the whole text scrolls down document to the end

2022-01-02 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=435855

--- Comment #3 from witchhunter  ---
Created attachment 145058
  --> https://bugs.kde.org/attachment.cgi?id=145058=edit
myutils.js

As a workaround you can place the attached script as 
~/.local/share/katepart5/script/commands/myutils.js
and then create/reassign shortcut for "select all text" in GUI.

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

[okular] [Bug 417145] Feature Request: Searching PDF Annotation content

2021-11-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=417145

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #4 from witchhunter  ---
Possible duplicate:
https://bugs.kde.org/show_bug.cgi?id=310704

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

[okular] [Bug 408682] Search highlighting is not repainted properly when bringing it back to the view

2021-11-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=408682

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #2 from witchhunter  ---
(In reply to Albert Astals Cid from comment #1)
> I think there's probably a duplicate of this, but yeah this happen sometimes

Possible duplicate:
https://bugs.kde.org/show_bug.cgi?id=398553

Ironically this one is confirmed.

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