[kdevelop] [Bug 481189] No option to attach to the process

2024-03-24 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=481189

Igor Kushnir  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #14 from Igor Kushnir  ---
This must be a packaging issue as I wrote earlier. Nothing to be done in
KDevelop's code, other than porting to KF6 and making the packagers' task
easier.

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-03-24 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=481189

popov895  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED
 Ever confirmed|0   |1

--- Comment #13 from popov895  ---
Still relevant.

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-03-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #12 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-03-09 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #11 from Igor Kushnir  ---
(In reply to popov895 from comment #10)
> https://invent.kde.org/plasma/libksysguard/-/commit/
> 4b9d502baff782426ce12ff12fb72e3094f7af1f
> 
> The UI for selecting a process to attach was completely removed from
> libksysguard.
Right, but it is removed in libksysguard v6. KDevelop still requires
libksysguard v5. https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/533
deals with the v6 API removal.

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-03-08 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #10 from popov895  ---
https://invent.kde.org/plasma/libksysguard/-/commit/4b9d502baff782426ce12ff12fb72e3094f7af1f

The UI for selecting a process to attach was completely removed from
libksysguard.

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #9 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-11 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #8 from Igor Kushnir  ---
(In reply to popov895 from comment #7)
> What version of KDevelop are you using? Your link points me to 23.08.4, but
> I'm talking about 24.01.95 (which hasn't been released yet).
I am using kdevelop 5.13.231170 and regularly build and run (almost) latest
KDevelop master version. The point is that any kdevelop package must
non-optionally depend on libksysguard. If not, it is likely built without
libksysguard installed, which disables attaching to process.
> > Check your kdevelop package's dependencies
> 
> Just looked at the kdevelop package dependencies and found that it still
> depends on the kf5-* packages. So I'm sure it's a packaging issue.
KDevelop has not been ported to KF6 yet. Maybe in a few months...

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-11 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #7 from popov895  ---
What version of KDevelop are you using? Your link points me to 23.08.4, but I'm
talking about 24.01.95 (which hasn't been released yet).

> Check your kdevelop package's dependencies

Just looked at the kdevelop package dependencies and found that it still
depends on the kf5-* packages. So I'm sure it's a packaging issue.

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-11 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #6 from Igor Kushnir  ---
> `ldd /usr/bin/kdevelop` doesn't show any dependency on libksysguard, so it 
> might be a packaging issue.
That's the same as on my system where the Attach to Process submenu is present:
no ldd dependency either.

Check your kdevelop package's dependencies. In Arch Linux, kdevelop
non-optionally depends on libksysguard:
https://archlinux.org/packages/extra/x86_64/kdevelop . The libksysguard
dependency must not be optional, because its existence is checked at kdevelop
build time.

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-11 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #5 from popov895  ---
`ldd /usr/bin/kdevelop` doesn't show any dependency on libksysguard, so it
might be a packaging issue.

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-11 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #4 from popov895  ---
(In reply to Igor Kushnir from comment #3)
> But what about the
> library https://invent.kde.org/plasma/libksysguard. Have you tried
> installing a libksysguard package version 5.x?

Didn't help, the submenu is still not available. Perhaps KDevelop was built
without libksysguard support?

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-11 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #3 from Igor Kushnir  ---
From
https://invent.kde.org/kdevelop/kdevelop/-/blob/7e6720b74ff293ed469452384809939c3b9b48d6/CMakeLists.txt#L105-L121:
> KSysGuard PROPERTIES
>PURPOSE "Framework for process listing. Required for the 'Attach to 
> Process' feature"
I see that the KSysGuard application is unmaintained. But what about the
library https://invent.kde.org/plasma/libksysguard. Have you tried installing a
libksysguard package version 5.x?

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-11 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=481189

--- Comment #2 from popov895  ---
(In reply to Igor Kushnir from comment #1)
> Do you mean that the "Run=>Attach to Process" submenu disappeared from
> KDevelop's main menu?

Exactly.

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-11 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=481189

Igor Kushnir  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||igor...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Igor Kushnir  ---
Do you mean that the "Run=>Attach to Process" submenu disappeared from
KDevelop's main menu?

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481189

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[kdevelop] [Bug 481189] No option to attach to the process

2024-02-10 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=481189

popov895  changed:

   What|Removed |Added

 CC||popov...@ukr.net

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