[plasma-integration] [Bug 493150] App Chooser allows selection of "other" executable but does not then allow launching it

2024-09-27 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=493150

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[kate] [Bug 492747] New: Spell checking doesn't work in some cases related to Diff highlighting

2024-09-07 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=492747

Bug ID: 492747
   Summary: Spell checking doesn't work in some cases related to
Diff highlighting
Classification: Applications
   Product: kate
   Version: 23.08.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. In Settings, enable "Automatic spell checking by default".
2. Create a new file. Type an incorrect text like "adfsllsdkf" and check
that the incorrect text is underlined.
3. Go to "Tools > Highlighting > Other" and enable Diff.
4. Check that the incorrect text like "adfsllsdkf" is still underlined.
5. Save the file as "1.txt". Close the file in Kate.
6. Open the file again. Check that no word is underlined, like if the spell
checking didn't work...

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

[gwenview] [Bug 480502] Unresolved mime type, Watching absolute paths is not supported

2024-08-31 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=480502

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[gwenview] [Bug 251341] Support for recursive slideshow

2024-08-20 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=251341

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[frameworks-ktextwidgets] [Bug 491167] The building of ktextwidgets stops because some errors related to QTextToSpeech

2024-08-02 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=491167

--- Comment #6 from Ganton  ---
The problem was solved in that computer after applying a workaround that Andrew
Shark wrote (after having found a deeper problem). If you please, upvote it (so
other people don't have this problem):
https://invent.kde.org/sysadmin/repo-metadata/-/merge_requests/430

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

[frameworks-ktextwidgets] [Bug 491167] The building of ktextwidgets stops because some errors related to QTextToSpeech

2024-08-02 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=491167

--- Comment #3 from Ganton  ---
Additional information: 
- Qt was built using `kde-builder qt6-set` and
`~/.config/kdesrc-buildrc` was changed (the first `#` of `# qt-install-dir
~/kde/qt # Directory to install Qt6 if kde-builder supplies it` was deleted).
The operating system is Kubuntu 24.04. The git version of `kde-builder` is
"981ed2c51f58ae6b6e91dd737020a3697c6b648c" (the latest one). To build
`ktextwidgets` this was used: `kde-builder ktextwidgets` and later `kde-builder
--refresh-build ktextwidgets`.

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

[frameworks-ktextwidgets] [Bug 491167] The building of ktextwidgets stops because some errors related to QTextToSpeech

2024-08-02 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=491167

--- Comment #1 from Ganton  ---
Note: I was using kde-builder to build ktextwidgets. As a workaround, I
substituted this line in ~/kde/src/ktextwidgets/CMakeLists.txt:

option(WITH_TEXT_TO_SPEECH "Build text-to-speech support" ON)
with

option(WITH_TEXT_TO_SPEECH "Build text-to-speech support" OFF)
and ktextwidgets could be built.

I reported it to the kde-builder people
(https://invent.kde.org/sdk/kde-builder/-/issues/100), although I was told
there that "Not a kde-builder problem. Please report to the corresponding
project", so I reported it here.

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

[frameworks-ktextwidgets] [Bug 491167] New: The building of ktextwidgets stops because some errors related to QTextToSpeech

2024-08-02 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=491167

Bug ID: 491167
   Summary: The building of ktextwidgets stops because some errors
related to QTextToSpeech
Classification: Frameworks and Libraries
   Product: frameworks-ktextwidgets
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mon...@kde.org
  Reporter: ku...@gmx.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Dear KDE people,

The building of ktextwidgets stops because some errors related to
QTextToSpeech:
```
In file included from
/home/user/kde/src/ktextwidgets/src/widgets/krichtextedit_p.h:13,
 from
/home/user/kde/src/ktextwidgets/src/widgets/krichtextedit.cpp:11:
/home/user/kde/src/ktextwidgets/src/widgets/ktextedit_p.h:112:5:
error: ‘QTextToSpeech’ does not name a type
112 | QTextToSpeech *textToSpeech = nullptr;
| ^
```

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

[kate] [Bug 490617] The option "Show indentation lines" shouldn't be inside the "Bracket matching" group

2024-07-21 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=490617

--- Comment #1 from Ganton  ---
Created attachment 171865
  --> https://bugs.kde.org/attachment.cgi?id=171865&action=edit
Screenshot of "The KatePart Handbook"
(https://docs.kde.org/stable5/en/kate/katepart/katepart.pdf), where it's seen
that "Show indentation lines" is not inside the "Bracket matching" group

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

[kate] [Bug 490617] New: The option "Show indentation lines" shouldn't be inside the "Bracket matching" group

2024-07-21 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=490617

Bug ID: 490617
   Summary: The option "Show indentation lines"  shouldn't be
inside the "Bracket matching" group
Classification: Applications
   Product: kate
   Version: 23.08.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

Created attachment 171864
  --> https://bugs.kde.org/attachment.cgi?id=171864&action=edit
Configuring Kate, the option "Show indentation lines" shouldn't be inside the
"Bracket matching" group

Dear Kate people,

When configuring Kate, the option "Show indentation lines" shouldn't be inside
the "Bracket matching" group. I attach a screenshot where that is seen.

I also attach a screenshot of "The KatePart Handbook"
(https://docs.kde.org/stable5/en/kate/katepart/katepart.pdf), where it's seen
that "Show indentation lines" is not inside the "Bracket matching" group.
That's correct because: you can have "Show indentation lines" enabled without
doing "bracket matchings"; you can do "bracket matchings" without showing
indentation lines; etc.

ADDITIONAL INFORMATION
Well, thanks for the best text editor! Keep up the good work!

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

[kdepim] [Bug 462895] HTML answer has broken text

2024-06-27 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=462895

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[okular] [Bug 480191] Allow user to disable JavaScript support.

2024-06-18 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=480191

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[konsole] [Bug 465580] Raise scrollback limit substantially

2024-03-23 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=465580

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[kate] [Bug 468573] After restarting Kate, empty tabs appear "Untitled (2)", "Untitled (3)"...

2024-03-06 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=468573

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[ktimetracker] [Bug 480095] Remark one of the biggest advantages of KTimeTracker

2024-02-08 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=480095

--- Comment #1 from Ganton  ---
In fact, for Charm (by KDAB), no other issue has more upvotes
(https://github.com/KDAB/Charm/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc)
than a related issue: 
"Improvement: Using virtual desktops in order to avoid users tracking tasks
throughout the whole day" (https://github.com/KDAB/Charm/issues/348).

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

[kwin] [Bug 459389] Copy and paste do not work in Wayland when using some text editors in konsole and some applications

2024-02-02 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=459389

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[kwin] [Bug 479963] Meta + PageUp (or PageDown) using the numeric keypad... does not work

2024-01-22 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479963

Ganton  changed:

   What|Removed |Added

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

--- Comment #7 from Ganton  ---
Closing this bug report as I've tried the latest git version (6.0.80) of Plasma
and using the numeric keypad: Meta+PageUp and Meta+PageDown work there. Thanks.

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

[neon] [Bug 479817] "neon-developer-20240104-1511.iso" shows an error and a black screen

2024-01-22 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479817

Ganton  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #5 from Ganton  ---
Closing this bug report as a new version of this .iso has been released.

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

[ktimetracker] [Bug 480095] New: Remark one of the biggest advantages of KTimeTracker

2024-01-20 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=480095

Bug ID: 480095
   Summary: Remark one of the biggest advantages of KTimeTracker
Classification: Applications
   Product: ktimetracker
   Version: Git (master)
  Platform: unspecified
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: aspotas...@gmail.com
  Reporter: ku...@gmx.com
  Target Milestone: ---

On https://apps.kde.org/ktimetracker/ and on
https://invent.kde.org/pim/ktimetracker/-/blob/master/README.md?ref_type=heads
:

We can see some advantages of KTimeTracker, although not one of the biggest
ones (one that I haven't seen in  "competing" :-) software):

---

KTimeTracker has a very useful feature: virtual-desktop-related time-tracking.
That way, you can use a virtual desktop for each group of tasks, and
automatically track how much time you spend on each group of tasks :-).

For example, one good idea is having:
– One virtual desktop for working.
– One virtual desktop for reading the news.
– One virtual desktop for studying.
– One virtual desktop for leisure time.

That way, you can keep the time you spend working, or reading the news, etc.
easily (without having to start/stop tasks throughout the whole day!).

For example, every virtual desktop can have its web browser, file manager, etc.
so you can work without minding (all day long) if your web browser is on one
page (or another) in order to track the time.

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

[kwin] [Bug 479963] Meta + PageUp (or PageDown) using the numeric keypad... does not work

2024-01-19 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479963

--- Comment #4 from Ganton  ---
Thanks, Duha. DoesCtrl + Alt + numeric Delwork for you in your
(unreleased) Plasma 6?

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

[kwin] [Bug 479963] Meta + PageUp (or PageDown) using the numeric keypad... does not work

2024-01-18 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479963

--- Comment #3 from Ganton  ---
> Do the numeric PageDown and PageUp keys work in other places like text 
> editors for you?

Yes, in text editors, web browsers, etc.

I'm using KDE Plasma 5.27.8, KF 5.110.0, Kubuntu 23.10 and Qt 5.15.10.

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

[kwin] [Bug 479963] Meta + PageUp (or PageDown) using the numeric keypad... does not work

2024-01-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479963

--- Comment #1 from Ganton  ---
POSSIBLY USEFUL INFORMATION

On https://invent.kde.org/plasma/kwin/-/blob/master/src/useractions.cpp we can
see: 
initShortcut("Window Maximize", i18n("Maximize Window"),
Qt::META | Qt::Key_PageUp, &Workspace::slotWindowMaximize);
and
initShortcut("Window Minimize", i18n("Minimize Window"),
Qt::META | Qt::Key_PageDown, &Workspace::slotWindowMinimize);

For another case, on https://bugs.kde.org/show_bug.cgi?id=346806 a developer
used:
QKeySequence(Qt::KeypadModifier + Qt::Key_PageUp))

So, for example
initShortcut("Window Maximize", i18n("Maximize Window"),
QKeySequence(Qt::Key_Meta + Qt::KeypadModifier + Qt::Key_PageUp),
&Workspace::slotWindowMaximize);
and
initShortcut("Window Maximize", i18n("Maximize Window"),
QKeySequence(Qt::Key_Meta + Qt::Key_PageUp),
&Workspace::slotWindowMaximize);
could work? (both key combinations would have to be accepted).

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

[kwin] [Bug 479963] New: Meta + PageUp (or PageDown) using the numeric keypad... does not work

2024-01-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479963

Bug ID: 479963
   Summary: Meta + PageUp (or PageDown) using the numeric
keypad... does not work
Classification: Plasma
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

Dear Plasma developers,

Some people have to use different keyboards, where (for example, in laptops)
the PageDown and PageUp keys are in different places (or there are no dedicated
PageDown or PageUp keys).

Then, using the numeric keypad is very useful, as its PageDown and PageUp keys
are in its expected place. Additionally, to use those keys, people do not have
to press Fn or remember any other key combination.

However, to minimize windows in Plasma, pressing Meta + the PageDown key of the
numeric keypad does not work. The same happens trying to use Meta + PageUp on
numeric keypad.

-- 
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-01-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479938

--- Comment #3 from Ganton  ---
Created attachment 164975
  --> https://bugs.kde.org/attachment.cgi?id=164975&action=edit
The kdesrc-buildrc file.

-- 
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-01-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479938

--- Comment #2 from Ganton  ---
Created attachment 164974
  --> https://bugs.kde.org/attachment.cgi?id=164974&action=edit
The results of the execution of other commands.

-- 
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-01-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479938

--- Comment #1 from Ganton  ---
In  we
can see:
# kdesrc-build running: 'cmake' '-B' '.' '-S'
'/home/user/kde5/src/kaccounts-integration' '-G' 'Kate - Ninja'
'-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON' '-DCMAKE_BUILD_TYPE=RelWithDebInfo'
'-DCMAKE_CXX_FLAGS:STRING=-pipe' '-DCMAKE_INSTALL_PREFIX=/home/user/kde5/usr'
# from directory: /home/user/kde5/build/kaccounts-integration
CMake Deprecation Warning:
Support for "Extra Generators" like

Kate

is deprecated and will be removed from a future version of CMake.  IDEs may
use the cmake-file-api(7) to view CMake-generated project build trees.


-- The CXX compiler identification is GNU 13.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:23 (find_package):
Could not find a configuration file for package "ECM" that is compatible
with requested version "5.240.0".

The following configuration files were considered but not accepted:

/home/user/kde5/usr/share/ECM/cmake/ECMConfig.cmake, version: 5.115.0
/usr/share/ECM/cmake/ECMConfig.cmake, version: 5.110.0

so it seems that it's asking for a 5.240.0 version (which is not available for
KF5).

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

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

2024-01-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479938

Bug ID: 479938
   Summary: There's something wrong related to
`kaccounts-integration` when being built using Qt5/KF5
Classification: Developer tools
   Product: kdesrc-build
   Version: Git
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mp...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

There's something wrong related to `kaccounts-integration` when being built
using Qt5/KF5 (with Kubuntu 23.10, following the steps of
https://community.kde.org/Get_Involved/development/More), because *a lot* works
well until we arrive to the kaccounts-integration step:

$ ./kdesrc-build workspace
[...]
Building kinit from frameworks (84/140)
Fetching remote changes to kinit
Merging kinit changes from branch kf5
No changes to kinit source code, but proceeding to build anyway.
Compiling... succeeded (after 0 seconds)
Installing kinit succeeded (after 0 seconds)

Building kaccounts-integration from _cmdline (85/140)
Fetching remote changes to kaccounts-integration
Merging kaccounts-integration changes from branch master
Source update complete for kaccounts-integration: no files affected
Rebuilding because the last configure failed
Preparing build system for kaccounts-integration.
Removing files in build directory for kaccounts-integration
Old build system cleaned, starting new build system.
Running cmake targeting Kate - Ninja...
Unable to configure kaccounts-integration with KDE CMake

kaccounts-integration didn't build, stopping here.
Error updating ocean-sound-theme, removing from list of packages to build.
> The required git branch does not exist at the source repository

<<<  PACKAGES FAILED TO BUILD  >>>
kaccounts-integration -
/home/user/kde5/src/log/2024-01-17-01/kaccounts-integration/cmake.log

Possible solution: Install the build dependencies for the modules:
kaccounts-integration
You can use 'sudo apt build-dep ', 'sudo dnf builddep
', 'sudo zypper --plus-content repo-source source-install
--build-deps-only ' or a similar command for your distro of
choice.
See
https://community.kde.org/Get_Involved/development/Install_the_dependencies

Important notification for kaccounts-integration:
kaccounts-integration has failed to build 4 times.

:-(
Your logs are saved in /home/user/kde5/src/log/2024-01-17-01

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

[konsole] [Bug 479311] build from source fails on Ubuntu 23.10

2024-01-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479311

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[partitionmanager] [Bug 479890] New: In some cases, KDE Partition Manager does not check if there is (big) available space

2024-01-16 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479890

Bug ID: 479890
   Summary: In some cases, KDE Partition Manager does not check if
there is (big) available space
Classification: Applications
   Product: partitionmanager
   Version: 23.08.1
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: ku...@gmx.com
  Target Milestone: ---

SUMMARY
In some cases, KDE Partition Manager does not check if there is (big) available
space . The problem is easily (and safely :-) reproducible using a virtual
machine.

STEPS TO REPRODUCE
- "Clone" an existing VirtualBox machine. Make sure that it's "switched off",
- as they say in

to increase the size of the "hard disk" of the VirtualBox machine:
1) go to the "Virtual Media Manager" of VirtualBox:
- in VirtualBox 6:
click File -> Virtual Media Manager ...
- in VirtualBox 7: 
click in File -> Tools -> Virtual Media Manager ...
2) select your disk, and click Properties. Now just move the slider at the
bottom or write the value you want for the size and click "Apply" when you’re
done,
- start the VirtualBox machine,
- execute KDE Partition Manager, in its left part, see that the sizes stay the
same as before the change...
- close KDE Partition Manager,
- execute
sudo parted -l
see a message like:
Warning: Not all of the space available to /dev/sda appears to be used, you
can
fix the GPT to use all of the space (an extra 139947424 blocks) or continue
with
the current setting? 
Fix/Ignore? 
press F.
- execute KDE Partition Manager, in its left part, check that the sizes are the
correct ones (so the user can resize partitions, etc.),

OBSERVED RESULT
- The user has to know that something like `sudo parted -l` has to be executed,
etc.

EXPECTED RESULT
- KDE Partition Manager should check that situation, warn the user, make
changes, etc. so people do not have to execute `sudo parted -l` and know all of
that. It could work (for example) like Gparted does in those cases.  Well,
thanks for KDE Partition Manager!

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 23.10
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.0-14-generic (64-bit)
Graphics Platform: X11
Memory: 3.8 GiB of RAM
Graphics Processor: llvmpipe
Manufacturer: innotek GmbH
Product Name: VirtualBox
System Version: 1.2

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

[neon] [Bug 479817] "neon-developer-20240104-1511.iso" shows an error and a black screen

2024-01-16 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479817

--- Comment #3 from Ganton  ---
The same happens using Virtualbox 7.0.12, 6.1.38 or 6.1.48.

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

[neon] [Bug 479817] "neon-developer-20240104-1511.iso" shows an error and a black screen

2024-01-15 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479817

--- Comment #2 from Ganton  ---
In the last comment, I meant `9d` instead of `9`.  Thanks.

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

[neon] [Bug 479817] "neon-developer-20240104-1511.iso" shows an error and a black screen

2024-01-15 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479817

--- Comment #1 from Ganton  ---
After performing more tests: If the Shift key is pressed when booting the
virtual machine, then a menu with "Try without installing", "Install", etc. is
seen. However, in the end, the result is the same (the "[FAILED] Failed to
start Migrate UID 1000 from semi-wrong groups to correct ones..." error
message, a black screen and virtual machine that looks like if it were
stalled).

The virtual machine reacts to REISUB commands like the B one: VBoxManage
controlvm NAME_OF_THE_VIRTUAL_MACHINE keyboardputscancode 1d 38 54 30 b0 d4 b8
9

That happens for example using Virtualbox 7.0.10 in one computer, and
Virtualbox 7.0.6 in another computer.

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

[neon] [Bug 479817] New: "neon-developer-20240104-1511.iso" shows an error and a black screen

2024-01-14 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=479817

Bug ID: 479817
   Summary: "neon-developer-20240104-1511.iso" shows an error and
a black screen
Classification: KDE Neon
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Live/Install images
  Assignee: neon-b...@kde.org
  Reporter: ku...@gmx.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

SUMMARY
"neon-developer-20240104-1511.iso" shows an error and a black screen

STEPS TO REPRODUCE
1. Download
https://files.kde.org/neon/images/developer/current/neon-developer-20240104-1511.iso
 
2. Follow the instructions from
https://community.kde.org/Get_Involved/development/Developing_in_a_virtual_machine

OBSERVED RESULT
1. In Virtualbox, see a "[FAILED] Failed to start Migrate UID 1000 from
semi-wrong groups to correct ones..."
2. In Virtualbox, see a black screen.

EXPECTED RESULT
1. In Virtualbox, see things working.

ADDITIONAL INFORMATION
In
https://pointieststick.com/2024/01/12/the-last-few-weeks-in-kde-its-coming-its-coming-its-coming/
we can see a comment from another user: "KDE Neon unstable [...] doesn’t even
start graphics interface upon booting; and as I found on reddit, apparently it
rarely works for anyone".

Pressing Enter doesn't change the situation
(https://bugs.kde.org/show_bug.cgi?id=434229).

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

[frameworks-kconfig] [Bug 397602] Configuration files should contain only persistent configuration and not state

2024-01-14 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=397602

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-12-31 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

--- Comment #13 from Ganton  ---
Perhaps it's important the last line of:

$ LANG=C systemsettings
kf.service.services: The desktop entry file
"/usr/share/applications/bookmarks.desktop" has Type= "Application" but no Exec
line
kf.service.sycoca: Invalid Service : 
"/usr/share/applications/bookmarks.desktop"
kf.service.services: The desktop entry file
"/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type=
"Application" but no Exec line
kf.service.sycoca: Invalid Service : 
"/usr/share/applications/org.freedesktop.Xwayland.desktop"
   
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9:
QML MouseArea: Binding loop detected for property "width"
   
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9:
QML MouseArea: Binding loop detected for property "width"
QQmlEngine::setContextForObject(): Object already has a QQmlContext
"text/markdown" hasDefinitionFile: false

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-12-31 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

Ganton  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REOPENED

--- Comment #12 from Ganton  ---
Note: We can forget about the comment 10
(https://bugs.kde.org/show_bug.cgi?id=433619#c10), it has been superseded by
the comment 11.

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-12-31 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

Ganton  changed:

   What|Removed |Added

 Attachment #164579|0   |1
is obsolete||

--- Comment #11 from Ganton  ---
Created attachment 164580
  --> https://bugs.kde.org/attachment.cgi?id=164580&action=edit
file associations in System Settings - "Embedding" tab

Thanks for your interest, Kåre.

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-12-31 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

--- Comment #10 from Ganton  ---
Created attachment 164579
  --> https://bugs.kde.org/attachment.cgi?id=164579&action=edit
file associations in System Settings - "Embedded" tab

Thanks for your interest, Kåre.

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

[kscreenlocker] [Bug 338796] Blank the screen using Esc key while on the lock screen

2023-12-31 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=338796

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

--- Comment #14 from Ganton  ---
> Pressing ESC when screen is locked does not turn off the display for me in 
> Plasma 6 (KDE Neon Unstable).

Neither works for me using Kubuntu 23.10.

Operating System: Kubuntu 23.10
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.0-14-generic (64-bit)
Graphics Platform: X11
Graphics Processor: Mesa Intel® Graphics

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-12-31 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

Ganton  changed:

   What|Removed |Added

 Resolution|UPSTREAM|---
 Status|RESOLVED|REOPENED

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-12-31 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

--- Comment #8 from Ganton  ---
Created attachment 164573
  --> https://bugs.kde.org/attachment.cgi?id=164573&action=edit
If it may help: file associations in System Settings

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-12-31 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

--- Comment #7 from Ganton  ---
Created attachment 164572
  --> https://bugs.kde.org/attachment.cgi?id=164572&action=edit
If it may help: using Okular.

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-12-31 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

--- Comment #6 from Ganton  ---
Created attachment 164571
  --> https://bugs.kde.org/attachment.cgi?id=164571&action=edit
Under Kubuntu 23.10 after following Kåre's instructions

Thanks, Kåre. I've tried that under Kubuntu 23.10, and the result is different,
although not correct.

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

[ark] [Bug 435001] Ark does not preserve user generated xattrs (extended attributes) when editing/updating/saving a .zip file (and other types of archives)

2023-12-24 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=435001

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[kwin] [Bug 444335] Full sticky keys functionality does not work under Wayland

2023-12-21 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=444335

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

--- Comment #16 from Ganton  ---
> but if someone has a use case for those I'm happy to implement them

"Emma is blind, when typing a password she needs to know if she presses Caps
Lock."

I mean, sighted people have the problem of typing a password several times (for
example in the command line), wondering if the password was the correct one,
typing it again, wondering if the password was the correct one again... just to
discover later that Caps Lock was on. For blind people is worse...

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

[gwenview] [Bug 443168] Add a setting to not follow sorting as in Dolphin when Gwenview started by image click

2023-10-13 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=443168

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-10-13 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=466836

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[konsole] [Bug 471910] New: No way to redefine "scroll up/down to previous/next command prompt" keys? (semantic shell integration)

2023-07-03 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=471910

Bug ID: 471910
   Summary: No way to redefine "scroll up/down to previous/next
command prompt" keys? (semantic shell integration)
Classification: Applications
   Product: konsole
   Version: 23.04.2
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: keyboard
  Assignee: konsole-de...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

Dear people,

As Firefox, Chrome, Chromium, Krusader, Terminator... use Ctrl+Shift+PgUp and
Ctrl+Shift+PgDown to move tabs, I use the same keys in Konsole 23.04, although
(if you try to use the Semantic Shell) those shortcuts are set as "scroll
up/down to previous/next command prompt", a conflict appears and no way is seen
to redefine those shortcuts.

STEPS TO REPRODUCE
Try to redefine "scroll up/down to previous/next command prompt" shortcuts.

OBSERVED RESULT
No way was seen.

EXPECTED RESULT
A way should be seen. 
Also, if Ctrl+Shift+PgUp and Ctrl+Shift+PgDown worked like in the
aforementioned programs, users would benefit from it. 

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 23.04
KDE Plasma Version: 5.27.6
KDE Frameworks Version: 5.107.0
Qt Version: 5.15.8
Graphics Platform: X11

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

[okular] [Bug 469705] okular does not find any certificate for digital signing

2023-06-26 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=469705

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[okular] [Bug 450786] Privacy problem: deleted annotations are not deleted

2023-06-16 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=450786

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-04-24 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

Ganton  changed:

   What|Removed |Added

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

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-04-24 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

--- Comment #4 from Ganton  ---
Created attachment 158399
  --> https://bugs.kde.org/attachment.cgi?id=158399&action=edit
The image is not seen using Kubuntu 23.04 (it utilizes Kate 22.12) in a new
virtual machine.

I've tried it with the new Kubuntu 23.04 (it utilizes Kate 22.12) in a new
virtual machine. The image is not seen. I attach a screenshot...

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2023-04-13 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

--- Comment #3 from Ganton  ---
Created attachment 158068
  --> https://bugs.kde.org/attachment.cgi?id=158068&action=edit
The problem still seen using Kate 22.12

Hello. The problem is still seen using Kate 22.12. Can we confirm that the bug
is solved :-?

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

[frameworks-kconfig] [Bug 422529] Put config files inside a kde subdirectory in ~/.config, ~/.local/share, and ~/.cache

2023-03-02 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=422529

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[frameworks-syntax-highlighting] [Bug 466712] Problem highlighting Bash code

2023-03-02 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=466712

--- Comment #1 from Ganton  ---
Created attachment 156917
  --> https://bugs.kde.org/attachment.cgi?id=156917&action=edit
Problems that are seen

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

[frameworks-syntax-highlighting] [Bug 466712] New: Problem highlighting Bash code

2023-03-02 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=466712

Bug ID: 466712
   Summary: Problem highlighting Bash code
Classification: Frameworks and Libraries
   Product: frameworks-syntax-highlighting
   Version: 5.98.0
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: syntax
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ku...@gmx.com
CC: walter.von.entfer...@posteo.net
  Target Milestone: ---

Created attachment 156916
  --> https://bugs.kde.org/attachment.cgi?id=156916&action=edit
A shell script showing the problem when opened with Kate 22.08.3

SUMMARY
Problem highlighting Bash code.

STEPS TO REPRODUCE
Using Kate 22.08.3: Open the attached example.sh file.

OBSERVED RESULT
See incorrect highlighting , like in the screenshot that I will attach.

EXPECTED RESULT
A correct highlighting.

[And thanks for making KDE software such a great one!]

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

[kate] [Bug 369094] session file locations are stored with 'real' path, replacing any path symbolic links!

2023-03-01 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=369094

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

--- Comment #9 from Ganton  ---
(In reply to nfxjfg from comment #8)
> > Naturally there are X complex ways to still have non-unified paths.
> > But that is for me out of scope,.
> 
> A half-solution that doesn't solve the full problem (and which wouldn't be a
> problem to most users), but breaks the workflows of users who want to use
> symlinks...

That's unfortunately true...

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

[kdelibs] [Bug 66456] keyboard shortcut for right click menu

2023-01-22 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=66456

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[konsole] [Bug 459147] preserve scrollback buffer after clear

2022-12-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=459147

--- Comment #2 from Ganton  ---
Another related bug report:
Scrollback buffer gets partially deleted after pressing "Ctrl+L"
https://bugs.kde.org/show_bug.cgi?id=424738

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

[konsole] [Bug 424738] Scrollback buffer gets partially deleted after pressing "Ctrl+L"

2022-12-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=424738

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[konsole] [Bug 462556] Increase default scollback history size

2022-12-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=462556

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[konsole] [Bug 459147] preserve scrollback buffer after clear

2022-12-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=459147

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

--- Comment #1 from Ganton  ---
A related bug report:
Only one line is saved when multiple lines are scrolled up
https://bugs.kde.org/show_bug.cgi?id=449233

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

[konsole] [Bug 449233] Only one line is saved when multiple lines are scrolled up

2022-12-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=449233

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[konsole] [Bug 368005] konsole clears all the screen when I execute clear command even if the scrollbar is infinite.

2022-12-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=368005

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[kmail2] [Bug 422095] Bad printout quality of kmail

2022-12-14 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=422095

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[kate] [Bug 462112] Restore unsaved (newly opened - "Untilted") document doesn't work when Plasma session is restored

2022-11-22 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=462112

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[ktimetracker] [Bug 196133] total time in statusline not showing

2022-09-29 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=196133

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[ktimetracker] [Bug 321026] Sometimes Ktimetracker counts twice the quantity of time

2022-09-29 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=321026

Ganton  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #2 from Ganton  ---
It seems to work nowadays, thanks!

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

[ktimetracker] [Bug 415524] The autotracking feature doesn't seem to work

2022-09-29 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=415524

Ganton  changed:

   What|Removed |Added

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

--- Comment #4 from Ganton  ---
It seems to work nowadays, thanks!

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

[ktimetracker] [Bug 321025] Ktimetracker crashes when editing a task which is linked to a virtual desktop that no longer exists

2022-09-29 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=321025

Ganton  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Ganton  ---
It seems to work nowadays, thanks!

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

[konsole] [Bug 457924] New: After executing `reset`, the usual warning when pressing Ctr+S is not seen

2022-08-15 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=457924

Bug ID: 457924
   Summary: After executing `reset`, the usual warning when
pressing Ctr+S is not seen
   Product: konsole
   Version: 21.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

SUMMARY
After executing `reset`, the usual warning when pressing Ctr+S is not seen.

STEPS TO REPRODUCE
1. Press Ctrl+S. See the warning. Press Ctrl+Q
2. Execute `reset`
3. Press Ctrl+S. 

OBSERVED RESULT
The warning is not seen.

EXPECTED RESULT
The warning should have been seen.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 22.04
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3

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

[frameworks-solid] [Bug 398908] Dolphin uses up huge amounts of memory over time

2022-08-12 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=398908

--- Comment #128 from Ganton  ---
(In reply to konfilios from comment #127)
> I also have the same issue with Dolphin v19.12.3:
> - KDE Frameworks 5.68.0
> - Qt 5.12.8 (built against 5.12.8)
> - Kubuntu 20.04.4 LTS
> 
> I only have one window open and it's already using 8,067,952 KB of heap
> (yes, 8 GB)

Kubuntu 22.04.1 LTS has been released. Would you update and retry your tests?

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

[Reminder Daemon] [Bug 455498] Reminder crashes on dismissal

2022-06-18 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=455498

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[Spectacle] [Bug 360925] Default Dbus shortcut prevents multiple instances of Spectacle when continuing to press PrntScr

2022-06-14 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=360925

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

--- Comment #2 from Ganton  ---
> people who expect their screenshot program to hold numerous copies of itself 
> in memory waiting for 
> the user to process the pic(s) further. 

For those who find that page searching (for example) "Spectacle multiple
instances":
A standard method for Spectacle 21.12.3 is:  Click "Configure...", "General",
and next to "When Spectacle is Running" / "Press screenshot key to:" select
"Open a new Spectacle window".

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

kde-bugs-dist@kde.org

2022-06-04 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=402376

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[frameworks-plasma] [Bug 332512] Plasma Popups aren't resizable, and if you force-resize them, they forget their size after the computer or plasmashell is restarted

2022-05-14 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=332512

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[muon] [Bug 425073] Can't configure software sources through Muon package manager

2022-05-06 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=425073

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[frameworks-kdesu] [Bug 452532] kdesu not working after upgrade from Ubuntu 20.04 to 22.04

2022-05-05 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=452532

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[kmail2] [Bug 453240] kmail not downloading emails immediately on launch

2022-05-03 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=453240

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[kate] [Bug 452400] Kate can not use the -x switch of Shellcheck

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

--- Comment #1 from Ganton  ---
For example: a form could be added to choose Shellcheck arguments, or in the
"shellcheck.cpp" file
(https://invent.kde.org/utilities/kate/-/blob/master/addons/project/tools/shellcheck.cpp
can be seen) the line
_args << QStringLiteral("--format=gcc");
could be replaced by
_args << QStringLiteral("-x") << QStringLiteral("--format=gcc");
and enjoy the "-x" features. Other ways can be thought about.

And thanks for Kate!

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

[kate] [Bug 452400] New: Kate can not use the -x switch of Shellcheck

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

Bug ID: 452400
   Summary: Kate can not use the -x switch of Shellcheck
   Product: kate
   Version: 21.08.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

Dear Kate developers,

Currently, there is no way in Kate to use the -x switch of Shellcheck. That
switch is needed in a lot of cases. 

VS Code has a way, which is [described after a description about problems
people have if they can not use
-x](https://unix.stackexchange.com/questions/534688/vs-code-editor-how-to-include-x-switch-for-shellcheck).

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

[kate] [Bug 353654] Extend Kate's session to stash unsaved documents/changes on quit

2022-04-03 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=353654

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

--- Comment #14 from Ganton  ---
There are unsaved changes when using Kate 21.08.1 if you open a session, create
a new file, write something, wait two minutes and (for example) execute:
killall -9 kate

Note: No data was lost when I used Kate 21.08.1, I opened a session, wrote
something on an existing tab, waited two minutes and executed: killall -9 kate

Thanks!

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

[kate] [Bug 450878] Regression? highlighting bash code with comments

2022-02-26 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=450878

--- Comment #4 from Ganton  ---
Created attachment 147146
  --> https://bugs.kde.org/attachment.cgi?id=147146&action=edit
OK using Joe

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

[kate] [Bug 450878] Regression? highlighting bash code with comments

2022-02-26 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=450878

--- Comment #3 from Ganton  ---
Created attachment 147145
  --> https://bugs.kde.org/attachment.cgi?id=147145&action=edit
OK using Vim

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

[kate] [Bug 450878] Regression? highlighting bash code with comments

2022-02-26 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=450878

--- Comment #2 from Ganton  ---
Created attachment 147144
  --> https://bugs.kde.org/attachment.cgi?id=147144&action=edit
OK with a previous version of Kate (19.12.3)

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

[kate] [Bug 450878] Regression? highlighting bash code with comments

2022-02-26 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=450878

--- Comment #1 from Ganton  ---
Created attachment 147143
  --> https://bugs.kde.org/attachment.cgi?id=147143&action=edit
Problems with Kate 21.08.1

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

[kate] [Bug 450878] New: Regression? highlighting bash code with comments

2022-02-26 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=450878

Bug ID: 450878
   Summary: Regression? highlighting bash code with comments
   Product: kate
   Version: 21.08.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

Created attachment 147142
  --> https://bugs.kde.org/attachment.cgi?id=147142&action=edit
A shell script showing the problem when opened with Kate 21.08.1

STEPS TO REPRODUCE
Using Kate 21.08.1: Open the attached example.sh file.

OBSERVED RESULT
See incorrect highlighting , like in the screenshot that I will attach. That
doesn't happen with previous Kate versions, like 19.12.3 (I will attach a
screenshot about that, too).

EXPECTED RESULT
What's seen in the screenshot of Kate 19.12.3

[And thanks for making Kate such a great editor!]

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

[systemsettings] [Bug 441948] password should be percent-encoded and never sent to log

2022-01-22 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=441948

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[calligrasheets] [Bug 323021] ROUNDUP() doesn't work well. It's because it doesn't use "decimal floating types" like std::decimal::decimal64?

2021-03-10 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=323021

--- Comment #2 from Ganton  ---
The problem still was detected.

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

[kate] [Bug 386265] Shortcuts from used KParts plugins conflict with app shortcuts

2021-02-25 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=386265

Ganton  changed:

   What|Removed |Added

 CC||med.medin.2...@gmail.com

--- Comment #12 from Ganton  ---
*** Bug 430473 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 430473] Kate and Document preview plugin shortcuts mixed and create ambiguity

2021-02-25 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=430473

Ganton  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED
 CC||ku...@gmx.com

--- Comment #1 from Ganton  ---


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

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

[kate] [Bug 433619] Images which are referenced using relative routes are not seen

2021-02-25 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

--- Comment #1 from Ganton  ---
Created attachment 136168
  --> https://bugs.kde.org/attachment.cgi?id=136168&action=edit
A "1.gif" file that goes with the "sample.md" one

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

[kate] [Bug 433619] New: Images which are referenced using relative routes are not seen

2021-02-25 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=433619

Bug ID: 433619
   Summary: Images which are referenced using relative routes are
not seen
   Product: kate
   Version: 19.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: plugin-preview
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

Created attachment 136167
  --> https://bugs.kde.org/attachment.cgi?id=136167&action=edit
sample.md

SUMMARY
Images which are referenced using relative routes are not seen (absolute routes
work). Using Okular that doesn't happen.

STEPS TO REPRODUCE
1. Download the very simple "sample.md" and "1.gif" files. 
2. Open the "sample.md" attached file using Kate. 
3. Use the preview. 

OBSERVED RESULT

No image is seen.

EXPECTED RESULT

The image should be seen. It works opening the "sample.md" using Okular, for
example.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.4.0-65-generic

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

[okular] [Bug 431888] New: Error in the Okular FAQ

2021-01-21 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=431888

Bug ID: 431888
   Summary: Error in the Okular FAQ
   Product: okular
   Version: unspecified
  Platform: Other
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

Dear Sirs:

In the Okular FAQ (https://okular.kde.org/faq.php) we can see:
You can save a "document archive" from the open document by choosing "File
-> Export As -> Document Archive".
but it's "Save As" instead of "Export As"?

Thanks!

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

[krusader] [Bug 429554] Terminal not started

2020-12-28 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=429554

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #4 from Ganton  ---
This bug report seems to be finished. Please, feel free to reopen if it's
necessary.

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

[konsole] [Bug 357965] [Regression] Konsole does not allow its hotkey to show/hide Konsole (à la Yakuake, Kuake, Guake, Tilda, the "terminal emulator" present in Quake and other games, etc.)

2020-11-17 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=357965

Ganton  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #4 from Ganton  ---
It seems to work using Kubuntu 20.10. Thank you very much!

Using Konsole is much better than switching to e.g. Yakuake and losing features
:-)

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

[kate] [Bug 422751] Disrupting behavior of Quick Open (Ctrl+Alt+O) that didn't happen previously

2020-06-22 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=422751

--- Comment #1 from Ganton  ---
> This is not the same bug as "Bug 407103 - Quick Open useless 
> in kate 18.12.3" (https://bugs.kde.org/show_bug.cgi?id=407103)   
That is to say, the present problem is seen when there is only one file that
meets the condition.

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

[okular] [Bug 401044] When "copying and pasting": Okular prints line breaks that don't really exist, and therefore some lines are "broken" :(

2020-06-13 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=401044

--- Comment #3 from Ganton  ---
Note: The bug still happens using Okular 1.9.3 (with KDE Plasma 5.18.5 and
Kubuntu 20.04).

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

[kate] [Bug 422751] New: Disrupting behavior of Quick Open (Ctrl+Alt+O) that didn't happen previously

2020-06-10 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=422751

Bug ID: 422751
   Summary: Disrupting behavior of Quick Open (Ctrl+Alt+O) that
didn't happen previously
   Product: kate
   Version: 19.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ku...@gmx.com
  Target Milestone: ---

SUMMARY
Quick Open (Ctrl+Alt+O) has a disrupting behavior that wasn't seen in previous
versions of Kate.

STEPS TO REPRODUCE
1. Open several documents. 
2. Press Ctrl+Alt+O.
3. Type a letter which is common to the name of several documents.
4. See that only several documents are listed, and that one is selected.
5. Press Enter. See that the chosen document is opened.
6. Press Ctrl+Alt+O.
7. Type a letter which is in the name of only one document.
8. Press Enter. But see that a new document is opened...

OBSERVED RESULT
A new document is opened.

EXPECTED RESULT
The only document which is listed should be opened. This is what happened using
Kubuntu 18.04, with an older version of Kate.

SOFTWARE/OS VERSIONS
Linux version: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68
Qt Version: 5.12.8

ADDITIONAL INFORMATION
Note: This is not the same bug as "Bug 407103 - Quick Open useless in kate
18.12.3" (https://bugs.kde.org/show_bug.cgi?id=407103) though there is written:
"No entry is selected by default. The second entry should be normally be
selected by default. If you bring up "Quick Open" now and hit enter, it creates
a new file. Every time. wat."

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

[frameworks-kio] [Bug 397953] KIO::highlightInFileManager does not respect default file manager setting when launched via FileManager1 DBus activation

2020-03-08 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=397953

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

  1   2   >