[dolphin] [Bug 307505] Double click free space to folder up

2024-05-11 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=307505

Andrew Shark  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #18 from Andrew Shark  ---
Implemented with https://invent.kde.org/system/dolphin/-/merge_requests/764

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

[kdesrc-build] [Bug 472917] Add ability to ignore individual module outside of module-set in config

2024-05-10 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=472917

Andrew Shark  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/sdk/ |https://invent.kde.org/sdk/
   |kdesrc-build/-/commit/66bff |kdesrc-build/-/commit/24f6b
   |6dc56039cc75bcc64bc5a7c6fb3 |604e110113070dfef7e3d3951fb
   |8f9b1e82|e55a1a2f

--- Comment #7 from Andrew Shark  ---
Git commit 24f6b604e110113070dfef7e3d3951fbe55a1a2f by Andrew Shark.
Committed on 28/01/2024 at 07:28.
Pushed by ashark into branch 'docbook_historied_per_file'.

Allow ignoring modules from global config

This will let users to constantly ignore specified modules in global section,
so they do not need to pass it in command line each time.

Also, it will allow to ignore some defined modules that are not in any module
set (for example, gpgme).

Original commit: 66bff6dc
https://invent.kde.org/sdk/kdesrc-build/-/commit/66bff6dc56039cc75bcc64bc5a7c6fb38f9b1e82

M  +3-1doc/cmdline/supported-cmdline-params.docbook
M  +2-2doc/kdesrc-buildrc/conf-options-table.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/24f6b604e110113070dfef7e3d3951fbe55a1a2f

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

[kdesrc-build] [Bug 354796] Add no-src configuration option, similar to the command line option

2024-05-10 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=354796

Andrew Shark  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/sdk/ |https://invent.kde.org/sdk/
   |kdesrc-build/-/commit/d8104 |kdesrc-build/-/commit/68dbc
   |fa8e9defa5b25f7eab538a7b0f2 |8f847165e08fcd7559df8eefd79
   |fc652e1d|71d8a68b

--- Comment #10 from Andrew Shark  ---
Git commit 68dbc8f847165e08fcd7559df8eefd7971d8a68b by Andrew Shark.
Committed on 28/01/2024 at 21:24.
Pushed by ashark into branch 'docbook_historied_per_file'.

Support phase selection individually for modules and module-sets

Previously we could only select phases globally from command line. They were
applied to all modules.

Sometimes user want to control phase selection for individual module.

The clone is happening from the remote/origin by default. This becomes a
problem when user is working with a local branch that is not presented in
remote. For example, user may not have a developer account, or just does not
want to upload his work even in work/user branch yet.

He just wants kdesrc-build to not touch the sources of that module (while the
other modules still be updated), and does not want to exclude module from build
phase.

Let's say user wants to work with `kio`, and testing it with `ark`.
Previously, user could achieve this task by running `kdesrc-build` several
times. Different quirks were needed. Example:
- `kdesrc-build ark --include-dependencies` - build ark with dependencies
(including kio) as normal
- `...` - make changes to the kio project
- `kdesrc-build kio --no-src --no-include-dependencies`
- `kdesrc-build ark --include-dependencies --ignore-modules kio`

After this commit user can specify the `no-src` option for the `kio` module,
and then just run `kdesrc-build ark --include-dependencies`. The `kio` will not
be updated in this process, but will not be excluded from build phase.

Original commit: d8104fa8
https://invent.kde.org/sdk/kdesrc-build/-/commit/d8104fa8e9defa5b25f7eab538a7b0f2fc652e1d

M  +88   -14   doc/kdesrc-buildrc/conf-options-table.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/68dbc8f847165e08fcd7559df8eefd7971d8a68b

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

[kdesrc-build] [Bug 308689] Feature Request: Have a flag to display which modules failed to build/install on last run

2024-05-07 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=308689

Andrew Shark  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |MOVED

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

[kdesrc-build] [Bug 394195] Warn if current environment variables do not match with the build of other modules

2024-05-07 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=394195

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED
 CC||ash...@linuxcomp.ru

--- Comment #2 from Andrew Shark  ---
Yes, this can be controlled by set-env for those variables you need. But it
already set the needed one. Those the extra - that is your responsibility, not
tool's.

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

[kdesrc-build] [Bug 479938] There's something wrong related to `kaccounts-integration` when being built using Qt5/KF5

2024-05-07 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=479938

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

--- Comment #4 from Andrew Shark  ---
https://invent.kde.org/sysadmin/repo-metadata/-/issues/17 - currently, there is
a problem building this module directly.

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

[kdesrc-build] [Bug 410805] Use cmake --build and cmake --install instead of calling make directly

2024-05-07 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=410805

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #1 from Andrew Shark  ---
Currently, Ninja generator is already supported. Use cmake-generator Ninja
config option.

In the output you can see:

 Running cmake targeting Ninja...
run_logged_command(): Module extra-cmake-modules, Command: cmake -B . -S
/home/andrew/kde6/src/extra-cmake-modules -G Ninja -D...

Compiling...
run_logged_command(): Module extra-cmake-modules, Command: ninja -j 10

Installing extra-cmake-modules
run_logged_command(): Module extra-cmake-modules, Command: ninja install

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

[kdesrc-build] [Bug 484854] Initial setup dependency installation should not fail if one of the dependency is unavailable

2024-05-07 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=484854

Andrew Shark  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||ash...@linuxcomp.ru

--- Comment #1 from Andrew Shark  ---
Fixed with
https://invent.kde.org/sdk/kde-builder/-/commit/49c7a0d105f7fed2ecb12f21bf2a9b7149a3c26c

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

[kwin] [Bug 478556] Sometimes the stacking order is out of sync with Xorg

2024-04-30 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=478556

--- Comment #74 from Andrew Shark  ---
@vm Thanks for sharing!
And wow, I did not know that you can click on radio button to disable that.
Very counter-intuitive... It should be a radio-button with the check mark ("V")
inside, instead of circle, to indicate that you can disable it as a checkbox.

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

[kwin] [Bug 478556] Sometimes the stacking order is out of sync with Xorg

2024-04-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=478556

--- Comment #70 from Andrew Shark  ---
As a crutch idea, I think one could make a kwin script that switches the
virtual desktop forward and backward at any time the jetbrains window (or any
x11 window? but experienced most with jetbrains) is moved, resised, activated.

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

[kwin] [Bug 478556] Sometimes the stacking order is out of sync with Xorg

2024-04-25 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=478556

--- Comment #66 from Andrew Shark  ---
Unfortunately, I did not found that bug report before reporting mine.

But for that developer who will go fixing this, I want to make a note, that it
is worth checking Comment #64 link, because I have extensively described there
two other reproduce methods and attached a video.

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

[kwin] [Bug 478556] Sometimes the stacking order is out of sync with Xorg

2024-04-25 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=478556

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

--- Comment #64 from Andrew Shark  ---
The bug in the JetBrains youtrack:
https://youtrack.jetbrains.com/issue/PY-72228/Input-events-are-passed-to-underlying-X11-window

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

[kdesrc-build] [Bug 406342] kdewebkit fails to build because Qt5WebKitWidgetsConfig.cmake not found

2024-04-20 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=406342

Andrew Shark  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #5 from Andrew Shark  ---
kdewebkit is only existing for compatibility currently. It is not used in kf6,
and not any module depends on it. See
https://mail.kde.org/pipermail/kde-frameworks-devel/2024-April/123493.html

So, just do not build this module.

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

[kdesrc-build] [Bug 406342] kdewebkit fails to build because Qt5WebKitWidgetsConfig.cmake not found

2024-04-20 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=406342

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
Summary|compilation:|kdewebkit fails to build
   |Qt5WebKitWidgetsConfig.cmak |because
   |e not found |Qt5WebKitWidgetsConfig.cmak
   ||e not found

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

[kdesrc-build] [Bug 484287] kdescr-build missing some dependencies

2024-04-20 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=484287

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED
 CC||ash...@linuxcomp.ru

--- Comment #5 from Andrew Shark  ---
Not a kde-builder/kdesrc-build bug. Please make an mr here:
https://invent.kde.org/sysadmin/repo-metadata/-/tree/master/distro-dependencies?ref_type=heads

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

[kdesrc-build] [Bug 404487] When building Qt 5, global make options are ignored

2024-04-20 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=404487

Andrew Shark  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||ash...@linuxcomp.ru

--- Comment #7 from Andrew Shark  ---
The qt5-set module-set is handled very differently, it creates a Qt5
supermodule, which then handle building of its submodules itself.

The mentioned mr was merged. The module definitions now contain:
```
module-set qt5-set
set-env MAKEFLAGS -j${num-cores}
end module-set

options qtwebengine
set-env NINJAFLAGS -j${num-cores-low-mem}
end options
```

So the several cores building is no longer a problem.

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

[kdesrc-build] [Bug 463966] kdesrc-build failed building Qt5 claiming init_repository doesn't exist

2024-04-19 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=463966

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 CC||ash...@linuxcomp.ru
 Status|REPORTED|RESOLVED

--- Comment #2 from Andrew Shark  ---
Thanks for the report. I can reproduce the issue in kdesrc-build.

This happens because the `_updateRepository()`, and therefore the check for the
init-repository file existence and its executable permission
`(! -e "$srcdir/init-repository" || ! -x _)` is done before the function to
clone/update existing clone was finished.

In python (kde-builder) the promise is starting to execute right when it is
created (unlike in perl), so it was working correctly in kde-builder already.
But just to make the logic proper and to be on a safe side, I have added the
promise awaits in the commit linked above).

The similar change was needed for kdesrc-build, but it is now feature freeze,
please switch to kde-builder.

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

[kdesrc-build] [Bug 463966] kdesrc-build failed building Qt5 claiming init_repository doesn't exist

2024-04-19 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=463966

--- Comment #1 from Andrew Shark  ---
Git commit 8826ab116f33e3ca6fd7907c42e176c148e0350c by Andrew Shark.
Committed on 20/04/2024 at 00:35.
Pushed by ashark into branch 'master'.

Wait until finished cloning of qt5 repo before checking init-repository script

M  +3-1ksblib/Updater/Qt5.py

https://invent.kde.org/sdk/kde-builder/-/commit/8826ab116f33e3ca6fd7907c42e176c148e0350c

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

[kate] [Bug 485738] New: Kate crashes when deleting the file that is the only one opened in split view

2024-04-18 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=485738

Bug ID: 485738
   Summary: Kate crashes when deleting the file that is the only
one opened in split view
Classification: Applications
   Product: kate
   Version: 24.02.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ash...@linuxcomp.ru
  Target Milestone: ---

STEPS TO REPRODUCE
1. Create two files in home directory: 1.txt and 2.txt
2. Open 1.txt in Kate, Open 2.txt in Kate.
3. Click View | Split View | Split Vertical
4. Close 2.txt in the left view.
So now you have the only tab in left view which is 1.txt, and the only tab in
right view with 2.txt.
5. In the right view, right click on the 2.txt tab, and choose "Delete".
6. It asks "Do you really want to delete...?", answer Yes.

OBSERVED RESULT
Kate crashes

EXPECTED RESULT
Kate should not crash. As there are no more tabs opened in right split view, it
should be either closed, or a placeholder should be shown there.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Graphics Platform: Wayland

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

[kdesrc-build] [Bug 456593] plasma-wayland-protocol builds, but doesn't install properly

2024-04-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=456593

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED
 CC||ash...@linuxcomp.ru

--- Comment #8 from Andrew Shark  ---
This is fixed.

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

[kdesrc-build] [Bug 458045] skanpage: Could NOT find KF5Purpose

2024-04-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=458045

Andrew Shark  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||ash...@linuxcomp.ru
 Resolution|--- |WORKSFORME

--- Comment #4 from Andrew Shark  ---
Cannot reproduce. `kde-builder  skanpage` on opensuse Tumbleweed works as
expected. Created mr for missing dependencies:
https://invent.kde.org/sysadmin/repo-metadata/-/merge_requests/361

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

[ark] [Bug 252420] ark --forcesubfolder parameter and "Extract into a subfolder" service menu item

2024-03-27 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=252420

Andrew Shark  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||ash...@linuxcomp.ru
 Resolution|--- |INTENTIONAL

--- Comment #14 from Andrew Shark  ---
In this MR we decided to not add such an extra menu item:
https://invent.kde.org/utilities/ark/-/issues/17

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

[plasmashell] [Bug 482339] Tasks Show on incorrect screen after monitor reconnected

2024-03-27 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=482339

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

--- Comment #38 from Andrew Shark  ---
I had this bug, prepared a bug report, only found this one when was filing my.

Thanks for the fix!

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

[systemsettings] [Bug 341378] When disabling touchpad, add ability to not disabling clickpad buttons (for clickpads on Lenovo laptops)

2024-03-25 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=341378

--- Comment #7 from Andrew Shark  ---
I have Lenovo T14 now, which has combined touchpad: it has physical buttons
(for left, middle and right mouse buttons), and also it can be clicked itself
(i.e. be used as clickpad).
On Plasma 6, I disabled the touchpad in System Settings, and can confirm that
it disables the clickpad functionality.
At the same time, the physical buttons (left, middle, right) and the trackpoint
remains working, so this "bug" is not such an issue on this laptop.

My guess is that the physical buttons on top of the T14's touchpad are actually
belonging to another "mouse/pointing device" (the one that corresponds to the
trackpoint), so that is why they remain working when disabling touchpad.

I currently could not test on another laptop with clickpad only (i.e. without
the trackpoint and without physical buttons). I do not remember now, but most
likely that was an issue for me, that is why I subscribed to this bug.

But, iirc, in some of the weekly Nate's articles, there was a mentioning that
disabling touchpad on laptops without connected mouse now shows the warning to
user?

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

[systemsettings] [Bug 341378] When disabling touchpad, add ability to not disabling clickpad buttons (for clickpads on Lenovo laptops)

2024-03-25 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=341378

Andrew Shark  changed:

   What|Removed |Added

Summary|Lenovo's clickpad's are |When disabling touchpad,
   |completely switched off,|add ability to not
   |which makes it impossible   |disabling clickpad buttons
   |to click on anything|(for clickpads on Lenovo
   ||laptops)

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

[kate] [Bug 429818] Autoscroll file a bit to show line context when searching

2024-03-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=429818

--- Comment #6 from Andrew Shark  ---
> We will not keep feature requests open for ever, if x years nobody shows up 
> to do it, we close them.

Wow. Super strange policy. Did not see such thing for any other projects. Some
bugs are opened for decades!

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

[kdesrc-build] [Bug 308689] Feature Request: Have a flag to display which modules failed to build/install on last run

2024-03-06 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=308689

Andrew Shark  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||ash...@linuxcomp.ru
 Resolution|--- |MOVED

--- Comment #1 from Andrew Shark  ---
Move to https://invent.kde.org/sdk/kde-builder/-/issues/73

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

[kdesrc-build] [Bug 457124] Untracked files prevents switching branches

2024-03-06 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=457124

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |MOVED
 CC||ash...@linuxcomp.ru
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Andrew Shark  ---
Move to https://invent.kde.org/sdk/kde-builder/-/issues/72

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

[kdesrc-build] [Bug 445435] kdesrc-build doesn't respect HTTPS_PROXY

2024-03-05 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=445435

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
 Status|REPORTED|RESOLVED
 Resolution|--- |MOVED

--- Comment #1 from Andrew Shark  ---
Move to https://invent.kde.org/sdk/kde-builder/-/issues/71

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

[kdesrc-build] [Bug 474018] When using --resume-after, specify current module number and total modules number as in full set

2024-03-05 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=474018

Andrew Shark  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |MOVED

--- Comment #1 from Andrew Shark  ---
Move to https://invent.kde.org/sdk/kde-builder/-/issues/70

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

[kdesrc-build] [Bug 397458] Wish list: Improve support for showing code warnings / errors

2024-03-05 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=397458

Andrew Shark  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |MOVED
 CC||ash...@linuxcomp.ru

--- Comment #2 from Andrew Shark  ---
Move to https://invent.kde.org/sdk/kde-builder/-/issues/69

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

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-04 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #12 from Andrew Shark  ---
About self-update I have some thoughts, but that may be discussed in another
issue.
For the note, in case you really would need to use kdesrc-build in suse leap
(for testing for example), you can manually remove that "|!" from specifier. I
am not doing that for kdesrc-build, because to remove it properly, it needs to
be replaced by something, and documentation needs to be changed, and I switched
development to kde-builder.

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

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-04 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #10 from Andrew Shark  ---
I know Marco is a KDE developer.

But note, that people were expected to update kdesrc-build, because it had
module-definitions included in its repo.
If you were keeping the kdesrc-build outdated, that was incorrect usage.

Note that now distro-dependencies and module-definitions moved to
repo-metadata. So they will be up to date automatically at each kde-builder
run. But still, it is assumed you are a recent version of kde-builder and
update regularly.

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

[kdesrc-build] [Bug 419688] name inconsistency discover / plasma-discover

2024-03-03 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=419688

Andrew Shark  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Andrew Shark  ---
When the binary name is not the same as module name, use --exec option:
kde-builder discover --exec plasma-discover

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

[kdesrc-build] [Bug 284228] kdesrc-build should list updated packages that had been skipped

2024-03-03 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=284228

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |MOVED
 Status|CONFIRMED   |RESOLVED
 CC||ash...@linuxcomp.ru

--- Comment #2 from Andrew Shark  ---
Move to https://invent.kde.org/sdk/kde-builder/-/issues/66

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

[kdesrc-build] [Bug 474074] When failed to build module, add the link to the project pipeline in gitlab

2024-03-03 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=474074

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |MOVED
 Status|REPORTED|RESOLVED

--- Comment #1 from Andrew Shark  ---
Moved to https://invent.kde.org/sdk/kde-builder/-/issues/65

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

[kdesrc-build] [Bug 478706] kuserfeedback fails to build the source cannot be found, so the metadata is incorrect.

2024-03-03 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=478706

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Andrew Shark  ---
Working ok for me for branch-group kf6-qt6.
kde-builder kuserfeedback --src-only.
Build is also ok.

Also, metadata issues should go to the repo-metadata repo, not related to
kdesrc-build/kde-builder.

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

[kdesrc-build] [Bug 315105] kdesrc-build should treat "obvious" dependencies as implicit

2024-03-03 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=315105

Andrew Shark  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
 CC||ash...@linuxcomp.ru

--- Comment #3 from Andrew Shark  ---
Each project has now .kde-ci.yml, in each kde game the dependency is listed.
For example:
kde/kdegames/kgoldrunner: kde/kdegames/libkdegames

See
https://invent.kde.org/sysadmin/repo-metadata/-/blob/master/dependencies/dependency-data-kf6-qt6?ref_type=heads

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

[kdesrc-build] [Bug 362687] Enable kdesrc-build to handle Git Submodules

2024-03-03 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=362687

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |MOVED
 CC||ash...@linuxcomp.ru
 Status|REPORTED|RESOLVED

--- Comment #4 from Andrew Shark  ---
Duplicates https://invent.kde.org/sdk/kde-builder/-/issues/40

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

[kdesrc-build] [Bug 480029] ./kdesrc-build --initial-setup cannot find linux.ini

2024-03-03 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480029

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 CC||ash...@linuxcomp.ru
 Status|REPORTED|RESOLVED

--- Comment #1 from Andrew Shark  ---
As you distro is not in the list of supported distros, skip the
--install-distro-packages step, and only use --generate-config.

If you want to add support for your distro, prepare a package list and file mr
here:
https://invent.kde.org/sysadmin/repo-metadata/-/tree/master/distro-dependencies?ref_type=heads

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

[kdesrc-build] [Bug 456205] Add build / initial-setup support for Linux Mint: "kdesrc-build does not know your distribution (linuxmint)"

2024-03-03 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=456205

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Andrew Shark  ---
I have checked now with linuxmintd/mint21.3-amd64 docker image, the
/etc/os-release contains the debian:
ID_LIKE="ubuntu debian"

So initial setup works.

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

[kdesrc-build] [Bug 420630] Unable to pass initial setup on OpenSUSE Leap 15.5

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=420630

Andrew Shark  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=481272

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

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

Andrew Shark  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=420630

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

[kdesrc-build] [Bug 420630] Unable to pass initial setup on OpenSUSE Leap 15.5

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=420630

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REOPENED|RESOLVED

--- Comment #10 from Andrew Shark  ---
OpenSUSE Leap is currently not supported. The package list opensuse.ini in
repo-metadata is assumed for open suse TumbleWeed, not for OpenSuse Leap.

If you want to add support for the OpenSuse Leap, please provide a list of
packages and make MR here:

https://invent.kde.org/sysadmin/repo-metadata/-/blob/master/distro-dependencies/opensuse.ini?ref_type=heads

Also, because of the bug 481272 you would need to use kde-builder.

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

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #8 from Andrew Shark  ---
I have explored what happened.

The OpenSuse Leap 15.5  uses perl 5.26.1.
That perl version  uses GetOpt::Long 2.49 specification:

perl -MGetopt::Long -e 'print $Getopt::Long::VERSION, "\n";'
2.49

Here is the doc for this specification:
https://perldoc.perl.org/5.26.1/Getopt::Long

It can be seen that this spec already supports such specification of number of
args:
> It is also possible to specify the minimal and maximal number of arguments an 
> option takes. foo=s{2,4} indicates an option that takes at least two and at 
> most 4 arguments. foo=s{1,} indicates one or more values; foo:s{,} indicates 
> zero or more option values.

The issue appeared after introducing the short version of option as exclamation
mark in this commit:
https://invent.kde.org/sdk/kdesrc-build/-/commit/5b155c5e29dd2d377fd1f84fb42d0e629a9f368b#9cca8ad07f12b7b754bac5e08c4e360e4c8ab1a3_448_460

This was half of year ago, and nobody complained. Because newer versions of
perl allow exclamation mark. This proves nobody uses outdated distros like
OpenSuse Leap for development.

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

[kdesrc-build] [Bug 447601] ./kdesrc-build --initial-setup does not install Perl YAML on openSUSE TW

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=447601

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Andrew Shark  ---
Cannot reproduce under openSUSE Tumbleweed image.

I see in
[this](https://invent.kde.org/sdk/kdesrc-build/-/commit/1b34b936490b652bf99e03197f18c53abf4eb3fd#19fffd4e5cecfecc6dd5b053a9570c740101166f_296_292)
commit the `perl-YAML-LibYAML` was replaced by `perl(YAML::LibYAML)`. But that
is dated 2019-12-17, while original poster date is 2021-12-28.

Also, consider switching to kde-builder if still using kdesrc-build.

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

[kdesrc-build] [Bug 481098] For some distributions --initial-setup will not properly set the amount of usable cores

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481098

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/sdk/
   ||kde-builder/-/commit/f2392f
   ||e48d3113fd004704827e68af93d
   ||c491715
 Status|REPORTED|RESOLVED

--- Comment #2 from Andrew Shark  ---
Git commit f2392fe48d3113fd004704827e68af93dc491715 by Andrew Shark.
Committed on 02/03/2024 at 17:42.
Pushed by ashark into branch 'master'.

FirstRun: Actually use nproc for supported distros

M  +4-4ksblib/FirstRun.py
M  +1-1ksblib/OSSupport.py

https://invent.kde.org/sdk/kde-builder/-/commit/f2392fe48d3113fd004704827e68af93dc491715

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

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

Andrew Shark  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |FIXED

--- Comment #7 from Andrew Shark  ---
I also would like to know if that was working ever, marking as NEEDSINFO.
Other than that, I recommend using kde-builder anyway (it supports not so fresh
python versions also).

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

[kdesrc-build] [Bug 439982] kdesrc-build --run does not set icon for application window on wayland

2024-03-02 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=439982

Andrew Shark  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #3 from Andrew Shark  ---
It seems it is impossible to do after kwin has started. Also, even if modify
system's XDG_DATA_DIR to contain dev path first, then normal app also will have
that modified icon. In other words, in a single kwin session it is impossible
to have different icons for the apps (dev and normal).

I only can think now of some hacky ways, such as making a window rule triggered
by window title to apply custom desktop file.

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

[kdesrc-build] [Bug 311830] Absolute path to the log file should be shown as soon as an error is encountered.

2024-03-01 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=311830

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
 Resolution|--- |MOVED
 Status|REOPENED|RESOLVED

--- Comment #7 from Andrew Shark  ---
Duplicate of https://invent.kde.org/sdk/kde-builder/-/issues/39

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

[kdesrc-build] [Bug 413031] libdbusmenu-qt fails to update with kdesrc-build

2024-03-01 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=413031

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||ash...@linuxcomp.ru
 Status|REPORTED|RESOLVED

--- Comment #4 from Andrew Shark  ---
The libdbusmenu-qt is no longer built, see
https://invent.kde.org/sdk/kdesrc-build/-/commit/e53e103cd25ed68e57f26d91070b62b0763ba6ec

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

[kdesrc-build] [Bug 394240] Option to setup bash environment variables needed at runtime

2024-03-01 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=394240

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #5 from Andrew Shark  ---
They are sourced with --run option.

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

[kdesrc-build] [Bug 481880] KDE-Builder should correctly handle python virtual environments it depend on

2024-03-01 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481880

Andrew Shark  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
 CC||ash...@linuxcomp.ru

--- Comment #2 from Andrew Shark  ---
Project now supports lower python version.

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

[kdesrc-build] [Bug 394196] Option to print all needed environment variables for manual cmake/build

2024-02-26 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=394196

Andrew Shark  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||ash...@linuxcomp.ru
 Resolution|--- |NOT A BUG

--- Comment #1 from Andrew Shark  ---
The variables that are set during build can be observed with `--debug` output.
This issue is mentioned in invent (kdesrc-build #5)

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

[systemsettings] [Bug 434988] "Shift" key cannot be used with some shortcuts combinations

2024-02-26 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=434988

Andrew Shark  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED

--- Comment #13 from Andrew Shark  ---
The bug is valid.
The layout does not matter.

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

[kdesrc-build] [Bug 439982] kdesrc-build --run does not set icon for application window on wayland

2024-02-22 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=439982

Andrew Shark  changed:

   What|Removed |Added

Summary|kdesrc-build -run does not  |kdesrc-build --run does not
   |set icon for application|set icon for application
   |window on wayland   |window on wayland

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

[kdesrc-build] [Bug 439982] kdesrc-build -run does not set icon for application window on wayland

2024-02-22 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=439982

Andrew Shark  changed:

   What|Removed |Added

Summary|kdesrc-run does not set |kdesrc-build -run does not
   |icon for application window |set icon for application
   |on wayland  |window on wayland

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

[kdesrc-build] [Bug 481272] Perl 5.28 being required prevents use in openSUSE LEAP 15.5 and potentially other non-rolling-release distros

2024-02-22 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

--- Comment #5 from Andrew Shark  ---
The compatibility got broken 10 years ago? I see those specifiers were
introduced in this commit:
https://invent.kde.org/sdk/kdesrc-build/-/commit/319eb52b9b4604b4f4a9a43aa8202b85eb644d37#35fbf7cdd1f4b0f744a5921e1be06f93d359d182_89_239

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

[kdesrc-build] [Bug 481272] Perl error in OpenSuse LEAP 15.5

2024-02-20 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481272

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #1 from Andrew Shark  ---
Currently we require 5.28 as a minimum (mpyne wrote in perl-upgrade-notes.pod).
Previously the `:s` was incorrecly applied, meaning that parameter could be
optional. Now the correct `=s` is applied. See 2aedf7af commit.
I do not know if that was previously working in OpenSuse Leap or even if
OpenSuse Leap was supported by kdesrc-build.

Try replacing = with : here:
https://invent.kde.org/ashark/kdesrc-build/-/commit/2aedf7af5c8753def23f75618681d42cd4bef8a6#9cca8ad07f12b7b754bac5e08c4e360e4c8ab1a3_497_494

The only option that is currently using this specifier is ignore-modules (the
--run previously also used that, but now is handled differently).
I could manually parse the ignore-modules also, but I am not sure it is worth
it, as we will loose the ability to use options after that.

Also try upgrading perl and see if error persists. Also, try kde-builder, it
should work normally.

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

[kdesrc-build] [Bug 457471] Cannot build Qt5

2024-02-20 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=457471

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Andrew Shark  ---
Using `kdesrc-build qt5-set --pretend --debug` works for me.

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

[kdesrc-build] [Bug 438530] ./kdesrc-build --initial-setup adds invalid `complete` command to .zshrc

2024-02-20 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=438530

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Andrew Shark  ---
This is not installed now.

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

[frameworks-kglobalaccel] [Bug 480304] Add support for second stroke shortcuts (feature request)

2024-02-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480304

--- Comment #8 from Andrew Shark  ---
In some places it is already possible to assign second stroke shortcuts. For
example, in Kate (or other KDE application) in Configure Global Shortcuts in
the Alternate column (but not in the Shortcut column).

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

[frameworks-kglobalaccel] [Bug 480304] Add support for second stroke shortcuts (feature request)

2024-02-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480304

Andrew Shark  changed:

   What|Removed |Added

 CC||amanita+kdeb...@mailbox.org

--- Comment #6 from Andrew Shark  ---
*** Bug 481365 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 481365] support assigning multi-key shortcuts in system settings

2024-02-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481365

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

--- Comment #10 from Andrew Shark  ---


*** This bug has been marked as a duplicate of bug 480304 ***

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

[frameworks-kglobalaccel] [Bug 480304] Add support for second stroke shortcuts (feature request)

2024-02-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480304

Andrew Shark  changed:

   What|Removed |Added

 CC||rii...@gmail.com

--- Comment #5 from Andrew Shark  ---
*** Bug 210618 has been marked as a duplicate of this bug. ***

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

[kdelibs] [Bug 210618] I want two letter combination shortcuts back

2024-02-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=210618

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

--- Comment #2 from Andrew Shark  ---


*** This bug has been marked as a duplicate of bug 480304 ***

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

[systemsettings] [Bug 161009] Multi-key shortcuts are broken in KDE4

2024-02-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=161009

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

--- Comment #17 from Andrew Shark  ---


*** This bug has been marked as a duplicate of bug 480304 ***

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

[frameworks-kglobalaccel] [Bug 480304] Add support for second stroke shortcuts (feature request)

2024-02-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480304

Andrew Shark  changed:

   What|Removed |Added

 CC||vedran.fu...@gmail.com

--- Comment #4 from Andrew Shark  ---
*** Bug 161009 has been marked as a duplicate of this bug. ***

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

[frameworks-kglobalaccel] [Bug 480304] Add support for second stroke shortcuts (feature request)

2024-02-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480304

Andrew Shark  changed:

   What|Removed |Added

 CC||mrud...@kdewebdev.org

--- Comment #3 from Andrew Shark  ---
*** Bug 217833 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 217833] multi-key global shortcuts not supported

2024-02-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=217833

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Andrew Shark  ---
Swap this with 480304, because it has much better description. Also, the
"multi-key" term is a bit vague.

*** This bug has been marked as a duplicate of bug 480304 ***

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

[frameworks-kglobalaccel] [Bug 480304] Add support for second stroke shortcuts (feature request)

2024-02-15 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480304

Andrew Shark  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

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

[www.kde.org] [Bug 481320] New: In lxr.kde.org use kf6-qt6 branch group by default

2024-02-14 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=481320

Bug ID: 481320
   Summary: In lxr.kde.org use kf6-qt6 branch group by default
Classification: Websites
   Product: www.kde.org
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kde-...@kde.org
  Reporter: ash...@linuxcomp.ru
  Target Milestone: ---

When visiting https://lxr.kde.org, and not specifying the branch group before
you search, it defaults to `kf5-qt5`, i.e. address contains "v=kf5-qt5".

It would be more practical to switch default to `kf6-qt6`, because the active
development is going there.

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

[systemsettings] [Bug 434988] "Shift" key cannot be used with some shortcuts combinations

2024-02-11 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=434988

Andrew Shark  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #10 from Andrew Shark  ---
This bug is valid.

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

[kdesrc-build] [Bug 439982] kdesrc-run does not set icon for application window on wayland

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=439982

--- Comment #2 from Andrew Shark  ---
Actually, no. When running `kdesrc-run konsole` (but not with `kdesrc-build
--run konsole`) and executing there the `env | grep XDG_DATA_DIR` command, I
can see that the XDG_DATA_DIR is set correctly. The first path is
/home/andrew/kde6/usr/share, which is expected. It is configured in
/home/andrew/kde6/build/konsole/prefix.sh.

It means that the reason of incorrectly set icon is somewhere else.

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

[kdesrc-build] [Bug 472917] Add ability to ignore individual module outside of module-set in config

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=472917

--- Comment #6 from Andrew Shark  ---
I currently can build gpgme. This issue was created what it failed to build.
For other issues, please use the appropriate communication channels.

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

[kmail2] [Bug 384554] Message dialogs keep stacking up

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=384554

Andrew Shark  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=421267

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

[kmail2] [Bug 421267] Dialog asking if dispatcher should be turned on appears, and duplicates itself (after connection restoration)

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=421267

Andrew Shark  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=384554

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

[kmail2] [Bug 421267] Dialog asking if dispatcher should be turned on appears, and duplicates itself (after connection restoration)

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=421267

--- Comment #4 from Andrew Shark  ---
Created attachment 165326
  --> https://bugs.kde.org/attachment.cgi?id=165326=edit
Demonstration of duplicating dialogs when first was unanswered

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

[kmail2] [Bug 421267] Dialog asking if dispatcher should be turned on appears, and duplicates itself (after connection restoration)

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=421267

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru
Summary|After resume: Dialog asking |Dialog asking if dispatcher
   |if dispatcher should be |should be turned on
   |turned on appears   |appears, and duplicates
   ||itself (after connection
   ||restoration)

--- Comment #3 from Andrew Shark  ---
The problem is not only in the fact that it does not try to connect
automatically.
The problem is also in the fact that it _adds_ dialog at each connection
restoration.

Steps to reproduce:
1. Be online in kmail
2. In plasma-nm disable the internet connection
3. In plasma-nm enable the internet connection
The dialog "Mail dispatcher offline - Kmail" appears.
4. Do not answer the dialog (i.e., do not press Set Online or Cancel or close
button).
5. In plasma-nm disable the internet connection
6. In plasma-nm enable the internet connection
7. The second dialog "Mail dispatcher offline - Kmail" appears.

Expected result (at step 7):
As there is already unanswered dialog shown, no need to create a second one.

Additional note:
As Bug 460819 is not yet fixed, if using wayland session and run kmail with
wayland platform, the first dialog may be appeared as not dimmed, but not
responding to its buttons.

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

[kmail2] [Bug 421267] After resume: Dialog asking if dispatcher should be turned on appears

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=421267

Andrew Shark  changed:

   What|Removed |Added

 CC||t.zachm...@zagge.de

--- Comment #2 from Andrew Shark  ---
*** Bug 461400 has been marked as a duplicate of this bug. ***

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

[kmail2] [Bug 461400] Kmail stays offline after wakeup from suspend to ram

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=461400

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||ash...@linuxcomp.ru
 Status|CONFIRMED   |RESOLVED

--- Comment #55 from Andrew Shark  ---


*** This bug has been marked as a duplicate of bug 421267 ***

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

[kdesrc-build] [Bug 439982] kdesrc-run does not set icon for application window on wayland

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=439982

--- Comment #1 from Andrew Shark  ---
Somewhere the XDG_DATA_DIRS is incorrectly set. The development application
ignores `$install-dir/share` (`install-dir` as configured in kdesrc-buildrc),
and reads from system path.

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

[kwin] [Bug 443129] 'Closeable' window rule does not work on Wayland

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=443129

Andrew Shark  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=478734

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

[frameworks-kstatusnotifieritem] [Bug 478734] Main window is not closable after first close to tray

2024-01-29 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=478734

Andrew Shark  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=443129

--- Comment #6 from Andrew Shark  ---
With bug 443129  fixed, we now can use another convenience hack - make the
window unclosable. So we do not close it with button by accident.

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

[partitionmanager] [Bug 466994] Explain to the user why KDE Partition Manager cannot change the label on a FAT32 partition when it is mounted

2024-01-28 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=466994

Andrew Shark  changed:

   What|Removed |Added

Summary|KDE Partition Manager   |Explain to the user why KDE
   |cannot change the label on  |Partition Manager cannot
   |a FAT32 partition   |change the label on a FAT32
   ||partition when it is
   ||mounted
 Ever confirmed|0   |1
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #8 from Andrew Shark  ---
It is not fully fixed. Only the uppercase letters were fixed. But still, there
is no explanation to the user why he is not able to change the label when the
volume is mounted.

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

[kdesrc-build] [Bug 354796] Add no-src configuration option, similar to the command line option

2024-01-28 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=354796

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/sdk/
   ||kdesrc-build/-/commit/d8104
   ||fa8e9defa5b25f7eab538a7b0f2
   ||fc652e1d
 Status|CONFIRMED   |RESOLVED

--- Comment #9 from Andrew Shark  ---
Git commit d8104fa8e9defa5b25f7eab538a7b0f2fc652e1d by Andrew Shark.
Committed on 28/01/2024 at 21:24.
Pushed by ashark into branch 'master'.

Support phase selection individually for modules and module-sets

Previously we could only select phases globally from command line. They were
applied to all modules.

Sometimes user want to control phase selection for individual module.

The clone is happening from the remote/origin by default. This becomes a
problem when user is working with a local branch that is not presented in
remote. For example, user may not have a developer account, or just does not
want to upload his work even in work/user branch yet.

He just wants kdesrc-build to not touch the sources of that module (while the
other modules still be updated), and does not want to exclude module from build
phase.

Let's say user wants to work with `kio`, and testing it with `ark`.
Previously, user could achieve this task by running `kdesrc-build` several
times. Different quirks were needed. Example:
- `kdesrc-build ark --include-dependencies` - build ark with dependencies
(including kio) as normal
- `...` - make changes to the kio project
- `kdesrc-build kio --no-src --no-include-dependencies`
- `kdesrc-build ark --include-dependencies --ignore-modules kio`

After this commit user can specify the `no-src` option for the `kio` module,
and then just run `kdesrc-build ark --include-dependencies`. The `kio` will not
be updated in this process, but will not be excluded from build phase.

M  +88   -14   doc/conf-options-table.docbook
M  +2-1modules/ksb/Application.pm
M  +0-1modules/ksb/BuildContext.pm
M  +13   -9modules/ksb/Cmdline.pm
M  +47   -1modules/ksb/Module.pm

https://invent.kde.org/sdk/kdesrc-build/-/commit/d8104fa8e9defa5b25f7eab538a7b0f2fc652e1d

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

[kdesrc-build] [Bug 472917] Add ability to ignore individual module outside of module-set in config

2024-01-27 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=472917

Andrew Shark  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/sdk/
   ||kdesrc-build/-/commit/66bff
   ||6dc56039cc75bcc64bc5a7c6fb3
   ||8f9b1e82
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Andrew Shark  ---
Git commit 66bff6dc56039cc75bcc64bc5a7c6fb38f9b1e82 by Andrew Shark.
Committed on 28/01/2024 at 07:28.
Pushed by ashark into branch 'master'.

Allow ignoring modules from global config

This will let users to constantly ignore specified modules in global section,
so they do not need to pass it in command line each time.

Also, it will allow to ignore some defined modules that are not in any module
set (for example, gpgme).

M  +2-2doc/conf-options-table.docbook
M  +3-1doc/supported-cmdline-params.docbook
M  +8-1modules/ksb/Application.pm
M  +13   -3modules/ksb/BuildContext.pm

https://invent.kde.org/sdk/kdesrc-build/-/commit/66bff6dc56039cc75bcc64bc5a7c6fb38f9b1e82

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

[plasmashell] [Bug 480305] New: Holding the Alt + F1 shorcut (Kickoff) destroys plasma

2024-01-24 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480305

Bug ID: 480305
   Summary: Holding the Alt + F1 shorcut (Kickoff) destroys plasma
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: "Manage Desktop and Panels" window
  Assignee: plasma-b...@kde.org
  Reporter: ash...@linuxcomp.ru
  Target Milestone: 1.0

My Kickoff menu (Start menu) on one of the screens is binded to the Alt + F1
shortcut.

The kickoff menu may have three variants (alternatives). Mine in this monitor
is configured as Whole screen (the big icons on the black blur background).

I am on Wayland session. This monitor is configured so it scales 200% (UHD
monitor), while the other monitor is 100%.

When I press Alt + F1 single time, I can see a "small lag" - the start menu is
not immediately drawn. For a fraction of a second the icons appear with the
wrong scale (not 200% scale), and after a bit of time, it is finally shown.

Now, if I will press Alt + F1 several times in a row (I guess, it triggers
cancel when it is in the middle position - already activated, but not yet drawn
fully), the Plasma desktop "crashes". Applications stay opened, but I see that
panel disappears, and after some time appears again (plasma self recovered).

Now, if I will press and hold Alt + F1, then plasma is going to state where it
cannot self-recover anymore (the panel is no more shown).

Operating System: Arch Linux 
KDE Plasma Version: 5.92.0
KDE Frameworks Version: 5.248.0
Qt Version: 6.7.0
Kernel Version: 6.7.1-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 12 × Intel® Core™ i7-8700 CPU @ 3.20GHz
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon Pro W6600

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

[frameworks-kglobalaccel] [Bug 480304] Add support for second stroke shortcuts (feature request)

2024-01-24 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480304

--- Comment #1 from Andrew Shark  ---
This bug I mentioned in the previous message is -
https://bugs.kde.org/show_bug.cgi?id=371560#c0

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

[frameworks-kglobalaccel] [Bug 480304] New: Add support for second stroke shortcuts (feature request)

2024-01-24 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480304

Bug ID: 480304
   Summary: Add support for second stroke shortcuts (feature
request)
Classification: Frameworks and Libraries
   Product: frameworks-kglobalaccel
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: ash...@linuxcomp.ru
  Target Milestone: ---

It would be very convenient if KDE supports a "second stroke shortcuts". For
example: Meta, Meta.

This concept is widely used in Jetbrains IDEs, for example, in PyCharm. You can
quickly press "Shift, Shift" for "Search Everywhere" action. You can assign
your own shortcuts with adding a second stroke shortcut. It may be any other
shortcut, not exactly double pressing the same button.

For now my main ache is a Meta-only shortcut. By default, when it is pressed
and released alone, it opens the Start menu. But I invoke it by accident very
often. This is mostly when I actually wanted to press a normal shortcut with
Meta (say, Meta + E for Dolphin), partly entered shortcut (pressed Meta), and
decided that I actually do not want to open Dolphin. Now I release Meta, and
unfortunately Start menu is opened. There was a bug report on that (I will add
its number later).

Because of this problem, I disabled the Meta (modifier only) shortcut by this
instruction: https://superuser.com/a/1158462/873855.

But I would very like to be able to open Start menu by double hitting Meta
button.

I saw KDE has some "unusual" shortcuts such as "Alt + D, E", documented here:
https://docs.kde.org/stable5/en/plasma-desktop/plasma-desktop/shortcuts.html
But they are probably hardcoded (you cannot specify such from UI), and they are
not actually "second stroke" shortcuts in its full meaning. I.e., the timeout
after Alt + D is not going. I can press Alt + D, then wait many seconds, then
press E. And that shortcut will work. While the second stroke should be awaited
only for a short period after first stroke.

I have also seen requests for this. For example:
https://www.reddit.com/r/kde/comments/qvwp08/double_press_shortcuts_in_kde/

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

[systemsettings] [Bug 480012] crashing after searching in keyboard->shortcuts

2024-01-24 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=480012

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

--- Comment #4 from Andrew Shark  ---
Created attachment 165202
  --> https://bugs.kde.org/attachment.cgi?id=165202=edit
Video how leftovers look in the shortcuts area after quick backspacing

It also has some "leftovers" when I press backspace. See the attached video.

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

[kwin] [Bug 443129] 'Closeable' window rule does not work on Wayland

2024-01-24 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=443129

--- Comment #2 from Andrew Shark  ---
Wanted to note, that "Closable" rule still applies normally for apps under
XWayland.

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

[kwin] [Bug 443129] 'Closeable' window rule does not work on Wayland

2024-01-24 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=443129

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

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

[frameworks-kstatusnotifieritem] [Bug 478734] Main window is not closable after first close to tray

2024-01-20 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=478734

--- Comment #5 from Andrew Shark  ---
I have found a good workaround. To keep the window "closable to tray", you can
"close to tray" it by clicking on the tray icon.
This works at least for Kmail.

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

[kde] [Bug 479941] Installation path for qt6 plugins is wrong on Arch Linux

2024-01-17 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=479941

Andrew Shark  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #1 from Andrew Shark  ---
Oops. The hack was not needed in clean build.

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

[kde] [Bug 479941] New: Installation path for qt6 plugins is wrong on Arch Linux

2024-01-17 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=479941

Bug ID: 479941
   Summary: Installation path for qt6 plugins is wrong on Arch
Linux
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: ash...@linuxcomp.ru
  Target Milestone: ---

I am trying to build the plasma6 runner on Arch Linux, but cmake creates wrong
installation path for plugins.

In particular, for jetbrains-runner it is searched in:
`/usr/lib/qt6/plugins/kf6/krunner`
but the installed plugin is actually resided in:
`/usr/lib/qt/plugins/kf6/krunner/`

Please see this issue on github:
https://github.com/alex1701c/JetBrainsRunner/issues/42

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

[frameworks-kdoctools] [Bug 467128] kde-no-chunk.xsl and kde-web.xsl do not work

2024-01-16 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=467128

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

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

[frameworks-kdoctools] [Bug 479910] New: There should be a way to easily get anchor (hyperlink) to the section

2024-01-16 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=479910

Bug ID: 479910
   Summary: There should be a way to easily get anchor (hyperlink)
to the section
Classification: Frameworks and Libraries
   Product: frameworks-kdoctools
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kde-doc-engl...@kde.org
  Reporter: ash...@linuxcomp.ru
CC: kdelibs-b...@kde.org
  Target Milestone: ---

When browsing documentation, it is very inconvenient to actually extract the
anchor to the specified section of documentation, even when you know it is
there.

The every other documentation representation system do allow you to get such an
anchor.

For example, visit this page: https://mesonbuild.com
You see, when you hover over the section title, the "chain" icon is shown to
the right of it, so you can actually copy and share that link.

We should do similar thing when representing documentation generated from the
docbook files.

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

[gwenview] [Bug 479789] Wishlist - Sort by 'Number' - similar to other image viewers

2024-01-14 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=479789

Andrew Shark  changed:

   What|Removed |Added

 CC||ash...@linuxcomp.ru

--- Comment #1 from Andrew Shark  ---
See Dolphin sorting mode in Dolphin settings | View | Content Display | Sorting
mode.
If you could select the wanted sorting mode in Dolphin and use sorting mode "as
in Dolphin" in Gwenview, then you can use that order there.

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

[KDE MediaWiki] [Bug 479539] New: Install "CodeMirror" extension for syntax highlighting

2024-01-08 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=479539

Bug ID: 479539
   Summary: Install "CodeMirror" extension for syntax highlighting
Classification: Websites
   Product: KDE MediaWiki
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: schwanc...@protonmail.com
  Reporter: ash...@linuxcomp.ru
  Target Milestone: ---

When editing the marked up mediawiki text, it would be more convenient if it
has a syntax highlighting (instead of plain black text). I also contribute to
Arch Linux wiki, and it has such feature. Can we add the same?

In their [version page](https://wiki.archlinux.org/title/Special:Version) it
can be seen that they have installed
[CodeMirror](https://www.mediawiki.org/wiki/Extension:CodeMirror) extension.

It helps a lot when editing tables for example. Also it highlights interwiki
links, templates, headers, formatting, etc.

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

  1   2   3   4   5   >