Konsole context menu "Open File Manager" not working

Those would look great on a T-Shirt! :wink:

Joking aside, I believe it’s a given that each and every customization entails the risk of breakage.

But then, being able to customize and explore possible scenarios, options and alternatives is what makes Linux Linux, isn’t it.

I have again marked the post from @MrLavender as the solution, as it satisfies the criteria of the original issue, without delving into tangential and experimental aspects.

This may be a judgement call, of sorts, but I trust all involved will likely agree. Naturally, the OP can change this (yet again) if they believe otherwise, and would like to start a T-Shirt collection. :smile:

2 Likes

Sure, and I’ve broken plenty of things in the past by doing that which is why I err much more on the side of caution these days. Been there, done that, have the t-shirt :stuck_out_tongue:

But in the spirit of breaking things…

All that function is doing is sending an OSC 7 escape sequence to tell a terminal what the current working directory is. Many terminals, including Konsole, don’t actually need that because they can detect the cwd themselves. So a very easy way to fix your particular use case is to either remove the hook that calls the function (as described in the original Oh My Zsh issue) or just set the function to {}.

Have fun! :slight_smile:

1 Like

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.