[konsole] [Bug 413590] Keyboard shortcuts to resize terminal in split-view

2020-11-09 Thread Jiri Tyr
https://bugs.kde.org/show_bug.cgi?id=413590

--- Comment #6 from Jiri Tyr  ---
I have provided more information above. Please change the status of the ticket
now.

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

[konsole] [Bug 413590] Keyboard shortcuts to resize terminal in split-view

2020-10-23 Thread Jiri Tyr
https://bugs.kde.org/show_bug.cgi?id=413590

--- Comment #4 from Jiri Tyr  ---
I can confirm that there are now shortcuts to Expand and Shrink the View using
CTRL+SHIFT+[ and CTRL+SHIFT+]. Unfortunately this allows to resize the View
only in one direction. If we have the window split vertically and then the
right hand side View split further horizontally, I'm able to change the top
right View only vertically but not sideways. In order to do that, I have to
move to the left hand side View and do it there.

Basically, we need four shortcuts (up, down, left, right), not only two
(expand, shrink).

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

[konsole] [Bug 413590] New: Keyboard shortcuts to resize terminal in split-view

2019-10-29 Thread Jiri Tyr
https://bugs.kde.org/show_bug.cgi?id=413590

Bug ID: 413590
   Summary: Keyboard shortcuts to resize terminal in split-view
   Product: konsole
   Version: 19.08.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: split-view
  Assignee: konsole-de...@kde.org
  Reporter: jiri@gmail.com
  Target Milestone: ---

SUMMARY

Currently, there are no keyboard shortcuts to resize terminal in the split-view
mode.


STEPS TO REPRODUCE
1. Open Konsole.
2. Split the view to get two terminals.
3. Try to change the size of one of the terminals via keyboard.


OBSERVED RESULT

There are no keyboard shortcuts to resize the terminal. It can only be resized
with the mouse.


EXPECTED RESULT

There are keyboard shortcuts to resize the terminal horizontally
(CTRL+SHIFT+Up/Down) and vertically (CTRL+SHIFT+Left/Right).


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux 
(available in About System)
KDE Plasma Version: 5.17.1
KDE Frameworks Version: 5.63.0
Qt Version: 5.13.1


ADDITIONAL INFORMATION

N/A

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

[konsole] [Bug 364098] In split pane view konsole should respect focus follows mouse but doesn't

2019-10-29 Thread Jiri Tyr
https://bugs.kde.org/show_bug.cgi?id=364098

Jiri Tyr  changed:

   What|Removed |Added

 CC||jiri@gmail.com

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

[plasma-nm] [Bug 350521] [RFE] [OpenVPN] kdeplasma-applets-plasma-nm does not support OTP Tokens for OpenVPN connections

2019-09-04 Thread Jiri Tyr
https://bugs.kde.org/show_bug.cgi?id=350521

Jiri Tyr  changed:

   What|Removed |Added

 CC||jiri@gmail.com

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

[plasmashell] [Bug 388270] Custom icon for plasma widget

2018-01-03 Thread Jiri Tyr
https://bugs.kde.org/show_bug.cgi?id=388270

--- Comment #2 from Jiri Tyr <jiri@gmail.com> ---
I mean the icon which is shown in the "Widgets" slide out panel after I click
on the "Add widgets". The icon which is normally indicated by the "icon=..." in
the metadata.desktop file.

The "icon=..." value can be either an icon name in which case the system icon
is used (/usr/share/icons.svg) OR it can be an
absolute path. If the widget was installed into the user home directory, it's
not possible to define correct absolute path in the metadata.desktop file
(which is distributed with the widget) because each user has different path
(/home//.local/share/plasma/plasmoids//.png).

This is why I suggest to search for the icon in the widget directory first
before trying to search for the icon in the system theme.

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

[plasmashell] [Bug 388270] New: Custom icon for plasma widget

2017-12-27 Thread Jiri Tyr
https://bugs.kde.org/show_bug.cgi?id=388270

Bug ID: 388270
   Summary: Custom icon for plasma widget
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Widget Explorer
  Assignee: plasma-b...@kde.org
  Reporter: jiri@gmail.com
  Target Milestone: 1.0

Currently, icons for Plasma 5 widgets must be specified either as an absolute
path or as a name of a system theme icon. When delivering Plasma 5 widget 
through the store.kde.org, there is no way how to specify custom icon because
absolute path is different for each user
(/home/myuser/.local/share/plasma/plasmoids/my.widget.name).

It would be great if the widget icon would be search also in the widget
directory. For example if I specify "icon=icons/myicon.svgz" in the
metadata.desktop, the icon in "icons/myicon.svgz" in the widget directory would
be used.

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

[Breeze] [Bug 340137] Implement support for window groups (window tabs) in Breeze

2017-12-12 Thread Jiri Tyr
https://bugs.kde.org/show_bug.cgi?id=340137

Jiri Tyr <jiri@gmail.com> changed:

   What|Removed |Added

 CC||jiri@gmail.com

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

[Powerdevil] [Bug 357288] Setting "Screen Energy Saving" in "Energy Saving" config has no effect

2016-11-10 Thread Jiri Tyr
https://bugs.kde.org/show_bug.cgi?id=357288

--- Comment #8 from Jiri Tyr <jiri@gmail.com> ---
I'm suffering from the same issue. The screen power management doesn't work
properly when the screen is locked. This is the log from xset -q:

$ while [ true ]; do echo -n '['$(date +%T)']'; xset -q | grep -A2 Standby |
xargs -I'{}' echo -n ' {};' | sed -r 's/\s+/ /g'; echo -e "\r"; sleep 1; done
# I locked the screen
[13:02:15] Standby: 120 Suspend: 180 Off: 240; DPMS is Enabled; Monitor is On;
...
[13:22:39] Standby: 120 Suspend: 180 Off: 240; DPMS is Enabled; Monitor is On;
[13:22:40] Standby: 120 Suspend: 180 Off: 240; DPMS is Enabled; Monitor is in
Standby;
...
[14:41:52] Standby: 120 Suspend: 180 Off: 240; DPMS is Enabled; Monitor is in
Standby;
# Here I unlocked the screen
[14:41:53] Standby: 120 Suspend: 180 Off: 240; DPMS is Enabled; Monitor is On;
...
[14:42:02] Standby: 120 Suspend: 180 Off: 240; DPMS is Enabled; Monitor is On;
# Flickering between the DPMS is Enabled/Disabled occurs even if the screen is
unlocked
[14:42:03] Standby: 0 Suspend: 0 Off: 0; DPMS is Disabled;
...
[14:42:14] Standby: 0 Suspend: 0 Off: 0; DPMS is Disabled;
[14:42:15] Standby: 120 Suspend: 180 Off: 240; DPMS is Enabled; Monitor is On;
...

It would be really great if this could be fixed.

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

[Powerdevil] [Bug 357288] Setting "Screen Energy Saving" in "Energy Saving" config has no effect

2016-11-10 Thread Jiri Tyr
https://bugs.kde.org/show_bug.cgi?id=357288

Jiri Tyr <jiri@gmail.com> changed:

   What|Removed |Added

 CC||jiri@gmail.com

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

[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected

2016-01-27 Thread Jiri Tyr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356225

Jiri Tyr <jiri@gmail.com> changed:

   What|Removed |Added

 CC||jiri@gmail.com

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