[kate] [Bug 448390] Empty application menu entries after startup

2022-04-27 Thread Pozsgay Máté
https://bugs.kde.org/show_bug.cgi?id=448390

Pozsgay Máté  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #21 from Pozsgay Máté  ---
I can no longer reproduce this problem from version
kate-21.12.3-???-linux-centos_64-gcc.AppImage. Tested build id 449, but might
fixed in earlier versions as well. Tested
kate-22.04.0-485-linux-64-gcc.AppImage as well, bug neither reproducable here.

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-12 Thread Pozsgay Máté
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #20 from Pozsgay Máté  ---
I'm making some progress here. I checked the source code of the kmenuedit to
figure out what fixes my menus, and I found the following line particularly
interesting:
KBuildSycocaProgressDialog::rebuildKSycoca(this);
As I figured out KSyCoCa is a configuration cache for KDE, and indeed executing
the kbuildsycoca5 command fixes the menus. I suspect there is some caching
problem, maybe the AppImage semi-sandboxing mechanism prevents the KDE to
detect some changes and rebuild/update the cache properly. My knowledge in KDE
internals are very limited, but it looks like this is the good direction. It
would be good to test out on a non-sandboxed version as well.

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #19 from bk...@gnu.org ---
OK. Back to Kate. But take note: I've never used Kate and I have almost
precisely the same symptoms. My guess is that Kate, in the reporter's context,
does something that makes kickoff unhappy. On my system, I do some unknown
thing that makes kickoff similarly unhappy. Either way, since it's not a
pervasive problem, the solution is going to depend on being able to figure out
how to reproduce the problem. Pozsgay seems to be able to re-create and fix the
problem over and over. I cannot. Perhaps he can be given an instrumented
version of Kate & kickoff.

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448390

Nate Graham  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |kwrite-bugs-n...@kde.org
Version|5.18.8  |unspecified
  Component|Application Launcher|general
   |(Kickoff)   |
 CC||cullm...@kde.org,
   ||waqar@gmail.com
 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---
Product|plasmashell |kate
   Target Milestone|1.0 |---

--- Comment #18 from Nate Graham  ---
Ok, let's move this back to Kate for now since it seems like something in Kate
is triggering it, and we should start the investigation there.

Any ideas, Christoph or Waqar?

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #12 from bk...@gnu.org ---
AH! I see the cause of the confusion: I am not the author of this bug. :)
The author _did_ use Kate.

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #11 from Nate Graham  ---
(In reply to bkorb from comment #10)
> I do not believe that the Kate application has ever run on my system.

Then I am confused, because in the bug report, you wrote:

> After Kate starteded up (tested only Appimage version) the (system-wide)
> application menu entries are disappeared. 
So are you saying now that the menu broke *before* you opened the Kate
AppImage, and running the Kate AppImage was unrelated? Or something else?

Could we get some clarification?

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #10 from bk...@gnu.org ---
I do not believe that the Kate application has ever run on my system. If it can
be run non-interactively via some script I don't know about I also cannot say.
For quick text edits, I use vi/vim. For serious editing, I use emacs. Since I
wasn't paying attention to exactly when the menu broke, I additionally cannot
say what may have been the trigger for me. I can say that on one (and only one)
occasion, the broken menu came back for a little while. That happened on this
current install. But it is gone now and has been for several days and multiple
reboots.

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #9 from Nate Graham  ---
So you don't use Kate at all, but then for some reason you had the chance to
use a Kate AppImage, and upon opening it, the problem happened?

Does it happen with any other AppImages too? Or just the Kate AppImage?

Does it happen if you open the distro-packaged Kate from openSUSE's repos?

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #8 from bk...@gnu.org ---
I don't use Kate. At all. I haven't the foggiest idea what I might be doing to
trigger it, but it is quite consistent. Upon first boot after my install, the
menu works just fine. Then it stops working. Once, it came back for a little
while. Now it's gone for good. And I am quite weary of re-installing openSUSE
15.3 over and over. :) My solution is a script, but it's pretty tacky:

> $ cat bin/kde-menu 
> #! /bin/bash
> 
> if test $# -gt 0
> then logf=$1
> else logf=/dev/null
> fi
> 
> exec 1> $logf 2>&1 < /dev/null
> exec plasmawindowed org.kde.plasma.kickoff &

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #7 from Nate Graham  ---
(In reply to bkorb from comment #5)
> P.S. I'd suggest moving this to plasmashell since the problem does not seem
> to be related to Kate. Kate just does something that bothers plasmashell.
Probably, but it won't be easily actionable in plasmashell until we figure out
what exactly Kate is doing to trigger it.

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #6 from bk...@gnu.org ---
I've learned how to run the menu from the command line:

> plasmawindowed org.kde.plasma.kickoff

It wasn't happy:

https://www.flickr.com/photos/bruce-korb/51993266044/in/datetaken-public/

and that doesn't include all the complaints about trying to run yast2

Usage: /usr/bin/kdesu [options] command
Runs a program with elevated privileges.

Options: [...]
QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
QSocketNotifier: Invalid socket 19 and type 'Read', disabling...
QSocketNotifier: Invalid socket 15 and type 'Read', disabling...
Unable to start Dr. Konqi
Re-raising signal for core dump handling.

[1]+  Segmentation fault  (core dumped) plasmawindowed
org.kde.plasma.kickoff

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #5 from bk...@gnu.org ---
P.S. I'd suggest moving this to plasmashell since the problem does not seem to
be related to Kate. Kate just does something that bothers plasmashell.

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448390

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #4 from Nate Graham  ---
> Issue exists under both Plasma and Gnome
GNOME doesn't have an Application Launcher menu; do you mean that their
full-screen Activities Overlay is rendered empty in the same way?

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #3 from bk...@gnu.org ---
P.S. clicking "save" on kmenuedit doesn't save me. It still doesn't work. At
least I can use that to find the apps I need.

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-04-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448390

bk...@gnu.org changed:

   What|Removed |Added

 CC||bk...@gnu.org

--- Comment #2 from bk...@gnu.org ---
I never use Kate and have this issue. There must be some other cause.

KDE Plasma: 5.18.6
KDE Framework: 5.76.0
QT Version: 5.12.7

It renders the KDE desktop nearly unusable. I am limping along by creating
desktop icons that invoke the programs I most need to use. Sadly, I do not know
the names of all the executables I need. e.g. if I kick off system settings as
a normal user, it comes up in normal GUI mode allowing me to only change user
changeable settings. If I kick it off as root, it uses VT100 escape codes to
manage a terminal window, and the color scheme uses low contrast
foreground/background for much of it. (purple-on-black and yellow-on-white
should be made illegal, yet are all too common.)

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

[kate] [Bug 448390] Empty application menu entries after startup

2022-01-14 Thread Pozsgay Máté
https://bugs.kde.org/show_bug.cgi?id=448390

--- Comment #1 from Pozsgay Máté  ---
Switching Kate sessions also triggers this issue

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