[kwin] [Bug 465937] Split does not reset to its original value once "adjacent quick-tiled windows" configuration ceases to exist

2023-09-18 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=465937

--- Comment #23 from jake gaisser  ---
This  may not be a solution for everyone, but just having a setting that always
forces 50% for tiling would make me happy, then it would behave like it did
previously.

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

[kwin] [Bug 465937] Split does not reset to its original value once "adjacent quick-tiled windows" configuration ceases to exist

2023-09-16 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=465937

jake gaisser  changed:

   What|Removed |Added

 CC||jakegais...@gmail.com

--- Comment #21 from jake gaisser  ---
+1 been driving my crazy for months. Today I tried some workaround. This kinda
works (https://github.com/acristoffers/kwin-rectangle) but it is also not as
good as the previous behavior. I just want to snap windows to half my
screen even if I previously manually resized a window. I am going nuts
here. I am to the point that I really need to train myself to NEVER resize a
window, which is sad because occasionally you do want a window larger than
half. I miss the old functionality so very much.

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

[plasmashell] [Bug 471055] New: Feature Request: Option to disable category change on hover. (require click)

2023-06-14 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=471055

Bug ID: 471055
   Summary: Feature Request: Option to disable category change on
hover. (require click)
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: plasma-b...@kde.org
  Reporter: jakegais...@gmail.com
CC: mikel5...@gmail.com, noaha...@gmail.com
  Target Milestone: 1.0

When you open the application launcher, if your mouse happens to hover over
another category then the listed icons change to that category.

99% of the time I am launching things from my favorites section, but sometimes
when I open the application launcher I accidentally hover over a category, so I
have to switch back to favorites or just double tap the super key to close and
reopen the menu.

I used to use a widget called Simple Menu: https://store.kde.org/p/1169537/

It had an option that disabled category switch on hover, you had to actually
click on a category in order to change the category. I loved this, it was
perfect!

I stopped using simple menu for a few reasons:
1. anytime I installed a new application, the favorites menu would become empty
until I clicked into a category then back to favorites.
2. it was not resizeable. (application launcher is if you hold down the super
key then use the right mouse button to drag)
3. application launcher now has a favorites section that looks so similar to
the simple menu.

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

[plasmashell] [Bug 391572] Add an option to "always show icon only" for tasks, but continue to show others icon + text.

2022-03-22 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=391572

--- Comment #6 from jake gaisser  ---
I agree, Manjaro kde installed with the icon only task manager installed. I
have to remove the panel and install the regular task manager. 

What we need is a hybrid between the two.

We need to be able to mark specific application to either show or hide the
labels. For example I always want my folders and file browsers to display the
label, but other applications that i only have one or two open they could stay
icon only...

not having the labels visible slowed me way down, so icon only task manager
had to go.

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

[kio-extras] [Bug 429708] sftp ioslave issue

2020-12-01 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=429708

--- Comment #4 from jake gaisser  ---
Bug filled: https://bugs.libssh.org/T255

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

[kio-extras] [Bug 429708] sftp ioslave issue

2020-12-01 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=429708

--- Comment #3 from jake gaisser  ---
I found it from the left you click more applications, then you click Maniphest,
then in top right corner you click create task

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

[kio-extras] [Bug 429708] sftp ioslave issue

2020-12-01 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=429708

--- Comment #2 from jake gaisser  ---
Thank you Harald Sitter, I registered on the site https://bugs.libssh.org and
clicking "file a bug" takes me to phabricator, and I can see the source code,
but I am not seeing anywhere to actually file a bug, it is like they have that
button to click but then nowhere to go from there. I have clicked on everything
I could, so if the setting/button to file a bug is hiding, then it is hiding
very well.

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

[kio-extras] [Bug 429708] sftp ioslave issue

2020-11-26 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=429708

jake gaisser  changed:

   What|Removed |Added

 CC||jakegais...@gmail.com

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

[kio-extras] [Bug 429708] New: sftp ioslave issue

2020-11-26 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=429708

Bug ID: 429708
   Summary: sftp ioslave issue
   Product: kio-extras
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: SFTP
  Assignee: plasma-b...@kde.org
  Reporter: jakegais...@gmail.com
  Target Milestone: ---

as discussed here:
https://www.reddit.com/r/kde/comments/jy7ms3/dolphin_sftp_does_not_work_if_ssh_hosts_config/

I am to the point that my ssh config has a LOT of hosts, so in an effort to
make it more readable I went searching if there is a way to turn each host into
a 1 liner, unfortunately there is no supported syntax for that, but I did find
wildcards. For example you work for a company called Total Trance and have this
config (notice how all the hosts in between the jump server and the wildcard
definition do not have to list identity file, user, or proxyjump, this config
works perfectly fine from the command line):

host jumptt
 hostname 111.222.333.444
 identityfile ~/.ssh/tt-home
 user citlalmino
 port 50123

host ttweb
 hostname 192.168.1.10

host ttemail
 hostname 192.168.1.11

host ttcloud
 hostname 192.168.1.12

host ttbackup
 hostname 192.168.1.13

host ttcalendar
 hostname 192.168.1.14

host ttdns
 hostname 192.168.1.15

host ttmysql
 hostname 192.168.1.16

host tt*
 identityfile ~/.ssh/tt-home
 user citlalmino
 proxyjump jumptt

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

[plasmashell] [Bug 394658] Right click running application and select more actions/hide label, selective icon only

2018-05-24 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=394658

--- Comment #2 from jake gaisser  ---
I appologize, I searched but my search terms didnt find that one, thank you so
much for the reply. I really hope this feature in one form or another gets
added. I like having my Labels on programs that I need them, but to be able to
hide the labels on other programs would be awesome! Best Regards.

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

[plasmashell] [Bug 394658] New: Right click running application and select more actions/hide label, selective icon only

2018-05-24 Thread jake gaisser
https://bugs.kde.org/show_bug.cgi?id=394658

Bug ID: 394658
   Summary: Right click running application and select more
actions/hide label, selective icon only
   Product: plasmashell
   Version: master
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: jakegais...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

I am running Kubuntu 18.04 with latest Plasma. as I struggled to wrestle with
an application that I wanted to go to the system tray, instead of my taskbar, I
got a really good idea!

You can right click on a running application in Task Manager and select "More
Actions" theres a lot of useful stuff in there such as keep above others, below
others, etc.

If in that Menu there was an option for "Hide Label" That would be absolutely
GREAT! Then you could selectively hide the Labels for applications where the
label is pretty much irrelevant, this would give you a small button with just
an icon on the Task Manger, it would make the Task Manager cleaner, and give
more room for other running applications to spell out more of their Label.

This is very useful especially with lots of running programs on the task
manager, the more running programs you have, the smaller the buttons get and
the more cramped/tuncated the labels become.

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