[neon] [Bug 481258] New: ghostwriter snap: "foo-install-cups" plug produces confusing warning on installation

2024-02-12 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=481258

Bug ID: 481258
   Summary: ghostwriter snap: "foo-install-cups" plug produces
confusing warning on installation
Classification: KDE Neon
   Product: neon
   Version: unspecified
  Platform: Snap
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Snaps
  Assignee: sgmo...@kde.org
  Reporter: rak...@freebsd.org
CC: neon-b...@kde.org
  Target Milestone: ---

I've run `snap install ghostwriter` on an Ubuntu 22.04 installation. It seems
to have succeeded, but it also produced a cryptic warning in the process:

$ snap install ghostwriter
2024-02-12T12:00:03+01:00 INFO cannot update "cups", will not have required
content "foo": snap has no updates available
ghostwriter 23.08.4 from KDE✓ installed

Regardless of whether the warning should have been shown at all, the "foo" part
got me confused. It seems to come from
;
using a more descriptive name than "foo" would be helpful.

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

[buildsystem] [Bug 475060] Someone has hacked my phone, I believe it's and ex-girlfriend. But since I ALONE bought paid and own it. I want to know how to get A WHOLE LOT of these apps off my phone!

2023-09-30 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=475060

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||rak...@freebsd.org

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

[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

2023-07-07 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=472056

--- Comment #1 from Raphael Kubo da Costa  ---
Actually this is unrelated to C++17, it's just Clang 16 being stricter and
pointing out invalid code (even if I manually make it build that file in C++14
mode, for example).

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

[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

2023-07-07 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=472056

Raphael Kubo da Costa  changed:

   What|Removed |Added

Summary|accessiblevaluelabel.cpp|accessiblevaluelabel.cpp
   |fails to build with Clang   |fails to build with Clang
   |16 and C++17|16

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

[kleopatra] [Bug 472056] New: accessiblevaluelabel.cpp fails to build with Clang 16 and C++17

2023-07-07 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=472056

Bug ID: 472056
   Summary: accessiblevaluelabel.cpp fails to build with Clang 16
and C++17
Classification: Applications
   Product: kleopatra
   Version: git master
  Platform: Other
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: aheine...@gnupg.org
  Reporter: rak...@freebsd.org
CC: kdepim-b...@kde.org, m...@kde.org
  Target Milestone: ---

See the whole build log here:
https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p12211587418a_see8b0c436d/logs/kleopatra-23.04.2.log

The actual error is

src/accessibility/accessiblevaluelabel.cpp:21:48: error: integer value
65536 is outside the valid range of values [0, 65535] for the enumeration type
'Role' [-Wenum-constexpr-conversion]
static constexpr QAccessible::Role ValueRole =
static_cast(QAccessible::UserRole + 1);

which comes from Clang 16 defaulting to using C++17 instead of C++14 and
throwing a bunch of new errors on code that used to work.

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

[kdevelop] [Bug 471995] cursorkindtraits.h fails to build with Clang 16 and C++17

2023-07-07 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=471995

--- Comment #3 from Raphael Kubo da Costa  ---
I can confirm that the patch in the MR fixes the build wit clang 16. Thanks for
the quick fix!

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

[kdevelop] [Bug 471995] New: cursorkindtraits.h fails to build with Clang 16 and C++17

2023-07-06 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=471995

Bug ID: 471995
   Summary: cursorkindtraits.h fails to build with Clang 16 and
C++17
Classification: Applications
   Product: kdevelop
   Version: unspecified
  Platform: Other
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Code completion
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: rak...@freebsd.org
  Target Milestone: ---

See e.g.
https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p7520ea4fbadd_sfd774e065c/logs/kdevelop-23.04.1_1.log

In file included from
/wrkdirs/usr/ports/devel/kdevelop/work/kdevelop-23.04.1/plugins/clang/codecompletion/completionhelper.cpp:9:
/wrkdirs/usr/ports/devel/kdevelop/work/kdevelop-23.04.1/plugins/clang/codecompletion/../duchain/cursorkindtraits.h:217:7:
error: integer value -1 is outside the valid range of values [0, 255] for the
enumeration type 'CommonIntegralTypes' [-Wenum-constexpr-conversion]
: static_cast(-1);
  ^

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

[i18n] [Bug 470125] Discover and KDE-Iso-Image-Writer aren't fetched with the rest of the translation files

2023-05-22 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=470125

--- Comment #4 from Raphael Kubo da Costa  ---
(In reply to PK from comment #3)
> > As for Discover, I guess that's because it's under l10n-kf6:
> > https://websvn.kde.org/trunk/l10n-kf6/nl/messages/ (which also contains
> > several other directories).
> 
> So for the time being it is difficult to work on the translation of Discover?

Freek and other people who are part of the translation team can answer this
better, but I don't think translating Discover would be harder because of the
different location -- the path just indicates that Discover is currently based
on the Qt6 version of the KDE Frameworks. In
https://websvn.kde.org/?view=revision=1651541 I see the KF6 and KF5
versions being updated, for example.

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

[i18n] [Bug 470125] Discover and KDE-Iso-Image-Writer aren't fetched with the rest of the translation files

2023-05-22 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=470125

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||rak...@freebsd.org

--- Comment #1 from Raphael Kubo da Costa  ---
I can see an isoimagewriter/ directory under l10n-kf5:
https://websvn.kde.org/trunk/l10n-kf5/nl/messages/isoimagewriter/

As for Discover, I guess that's because it's under l10n-kf6:
https://websvn.kde.org/trunk/l10n-kf6/nl/messages/ (which also contains several
other directories).

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

[kmail2] [Bug 467291] New: Switching Folder List layout causes messages in message list to disappear

2023-03-13 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=467291

Bug ID: 467291
   Summary: Switching Folder List layout causes messages in
message list to disappear
Classification: Applications
   Product: kmail2
   Version: 5.22.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: message list
  Assignee: kdepim-b...@kde.org
  Reporter: rak...@freebsd.org
  Target Milestone: ---

If I select a given folder to have its contents shown in the message list, then
go to Settings -> Appearance -> Layout and change the Folder List option from
long to short (or vice-versa), the messages in the message list disappear. I
need to switch to another folder and the back to the original one to see its
contents again.

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

[kmail2] [Bug 466931] Custom Message Aggregation Modes are not shown in Message List preferences until restart

2023-03-06 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=466931

--- Comment #3 from Raphael Kubo da Costa  ---
Thanks for the fix! Do you plan on backporting it?

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

[kmail2] [Bug 466931] New: Custom Message Aggregation Modes are not shown in Message List preferences until restart

2023-03-06 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=466931

Bug ID: 466931
   Summary: Custom Message Aggregation Modes are not shown in
Message List preferences until restart
Classification: Applications
   Product: kmail2
   Version: 5.22.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: message list
  Assignee: kdepim-b...@kde.org
  Reporter: rak...@freebsd.org
  Target Milestone: ---

If I go to Settings -> Appearance -> Message List -> Default aggregation ->
Configure and add a new Aggregation Mode with any name and settings, it is not
shown in the Default aggregation combobox until KMail is restarted.

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

[ktextaddons] [Bug 466894] AutoCorrectionLanguage widget shows entries in lowercase

2023-03-05 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=466894

--- Comment #4 from Raphael Kubo da Costa  ---
Doesn't that also apply to lowercasing everything like it's currently done, in
which case it might be better to just provide a mix of capitalized and
non-capitalized entries as returned by QLocale?

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

[ktextaddons] [Bug 466894] AutoCorrectionLanguage widget shows entries in lowercase

2023-03-05 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=466894

--- Comment #2 from Raphael Kubo da Costa  ---
The next line does

languageName = languageName.toLower();

although QLocale::nativeLanguageName() returns a string that might or might not
be capitalized (e.g. it returns "American English" but "français").

I'm not sure if it makes sense to do what the Sonnet combobox for the
Dictionary option does, which is not call toLower(). That would lead to a
combobox with inconsistent capitalization in the entries (just like Sonnet's),
otherwise I guess you could just capitalize each word, or at least the first
one?

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

[ktextaddons] [Bug 466894] New: AutoCorrectionLanguage widget shows entries in lowercase

2023-03-05 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=466894

Bug ID: 466894
   Summary: AutoCorrectionLanguage widget shows entries in
lowercase
Classification: Frameworks and Libraries
   Product: ktextaddons
   Version: unspecified
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mon...@kde.org
  Reporter: rak...@freebsd.org
  Target Milestone: ---

Created attachment 157015
  --> https://bugs.kde.org/attachment.cgi?id=157015=edit
KMail screenshot

This does not match the KDE HIG
(https://develop.kde.org/hig/components/editing/combobox/ and
https://develop.kde.org/hig/style/writing/capitalization/) and makes users like
KMail's "Autocorrection language" option look weird.

See the attached screenshot and how the options for "Dictionary" and
"Autocorrection language" differ.

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

[buildsystem] [Bug 208613] JAVA_INCLUDE_PATH2 is always NOTFOUND on OpenSolaris

2022-12-09 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=208613

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |UNMAINTAINED
 Status|NEEDSINFO   |RESOLVED
 CC||rak...@freebsd.org

--- Comment #4 from Raphael Kubo da Costa  ---
I don't think we care about OpenSolaris anymore. I'm closing this bug.

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

[extra-cmake-modules] [Bug 364069] 1 tests failed out of 47

2022-10-22 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=364069

Raphael Kubo da Costa  changed:

   What|Removed |Added

  Component|general |general
 Status|NEEDSINFO   |RESOLVED
   Assignee|neund...@kde.org|ecm-bugs-n...@kde.org
Product|buildsystem |extra-cmake-modules
 Resolution|WAITINGFORINFO  |FIXED
 CC||rak...@freebsd.org

--- Comment #2 from Raphael Kubo da Costa  ---
(reassigning to the right product)

The GitLab pipelines seem to be passing, this was likely fixed a long time ago.

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

[extra-cmake-modules] [Bug 364068] Tests not exectuted on build.kde.org

2022-10-22 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=364068

Raphael Kubo da Costa  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 CC||rak...@freebsd.org
 Resolution|WAITINGFORINFO  |FIXED
  Component|general |general
   Assignee|neund...@kde.org|ecm-bugs-n...@kde.org
Product|buildsystem |extra-cmake-modules

--- Comment #2 from Raphael Kubo da Costa  ---
Switching product to e-c-m. The bug report is fairly old and the infrastructure
has changed a lot over time, but the tests are being run on GitLab CI now.

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

[i18n] [Bug 460716] [PATCH] plasma-framework/libplasma5.po: Fix capitalization

2022-10-20 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=460716

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||freekdekru...@kde.nl

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

[i18n] [Bug 460716] New: [PATCH] plasma-framework/libplasma5.po: Fix capitalization

2022-10-19 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=460716

Bug ID: 460716
   Summary: [PATCH] plasma-framework/libplasma5.po: Fix
capitalization
Classification: Frameworks and Libraries
   Product: i18n
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: nl
  Assignee: kde-i18n...@kde.org
  Reporter: rak...@freebsd.org
  Target Milestone: ---

Created attachment 153034
  --> https://bugs.kde.org/attachment.cgi?id=153034=edit
Proposed patch

The attached patch fix capitalization of the title of the notification that's
shown when a widget is removed (from the desktop, for example).

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

[konqueror] [Bug 108507] "Konqueror Introduction" page always shows "full trash bin" icon, despite being empty

2022-10-13 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=108507

Raphael Kubo da Costa  changed:

   What|Removed |Added

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

--- Comment #6 from Raphael Kubo da Costa  ---
I can still reproduce this with Konqueror 21.12.3, reopening.

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

[buildsystem] [Bug 455951] "Qt WebEngine resources not found" causes tests under Windows CI/CD to fail

2022-06-26 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=455951

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||bcooks...@kde.org,
   ||rak...@freebsd.org

--- Comment #1 from Raphael Kubo da Costa  ---
+Ben, as this is not a buildsystem issue but I'm not sure if it's a problem in
the CI setup or what component fits this bug best.

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

[i18n] [Bug 449201] "Ze open..." and "Ze selecte..." in kcm module "Snelle instellingen".

2022-01-28 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=449201

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #10 from Raphael Kubo da Costa  ---
(In reply to PK from comment #7)
> As overall font I use Noto Sans 10,5. My screen resolution is 1920 x 1080.

Aha, the trick was to set the font size to 10,5. For fractional values between
10,5 and 11,5. Even if I switch the locale to English, the text there gets
elided (I see "Opens th..." and "Selects th...").

+nate, who worked on this part of plasma-desktop in the past.

Nate: when certain non-integer font size values are chosen, the "clicking files
or folders" radio buttons in the "Quick Settings" KCM are having their texts
elided even though there is plenty of space to show everything there.

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

[i18n] [Bug 449201] "Ze open..." and "Ze selecte..." in kcm module "Snelle instellingen".

2022-01-28 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=449201

--- Comment #5 from Raphael Kubo da Costa  ---
I see two separate issues here:
1. The text is being elided although it shouldn't.
2. The actual translation could be improved.

Freek and other native speakers are in a much better position to talk about 2
than I, but I'm interested in 1.

I tested the latest Neon user and testing images here with different font sizes
and couldn't reproduce that bug from the screenshot. PK:  can you share your
font settings or any other settings that might be relevant to reproducing this?

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

[i18n] [Bug 449201] "Ze open..." and "Ze selecte..." in kcm module "Snelle instellingen".

2022-01-26 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=449201

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||rak...@freebsd.org

--- Comment #1 from Raphael Kubo da Costa  ---
Created attachment 145960
  --> https://bugs.kde.org/attachment.cgi?id=145960=edit
My screenshot

What Plasma version are you using? I'm on 5.22.5 here and the text in those
radio buttons is never elided like that even if I resize the System Settings
window to the smallest horizontal size (see my screenshot).

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

[i18n] [Bug 432698] Kwrite shows unnecessary round bracket

2022-01-08 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=432698

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||freekdekru...@kde.nl

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

[i18n] [Bug 432698] Kwrite shows unnecessary round bracket

2022-01-08 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=432698

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||rak...@freebsd.org

--- Comment #3 from Raphael Kubo da Costa  ---
Created attachment 145229
  --> https://bugs.kde.org/attachment.cgi?id=145229=edit
Proposed patch

This patch should fix this translation issue.

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

[i18n] [Bug 446546] [PATCH] plasmanetworkmanagement_openconnectui.po: Fix capitalization

2021-12-06 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=446546

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||freekdekru...@kde.nl

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

[i18n] [Bug 446546] New: [PATCH] plasmanetworkmanagement_openconnectui.po: Fix capitalization

2021-12-06 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=446546

Bug ID: 446546
   Summary: [PATCH] plasmanetworkmanagement_openconnectui.po: Fix
capitalization
   Product: i18n
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: nl
  Assignee: kde-i18n...@kde.org
  Reporter: rak...@freebsd.org
  Target Milestone: ---

Created attachment 144253
  --> https://bugs.kde.org/attachment.cgi?id=144253=edit
Proposed patch

Originally reported here:
https://mail.kde.org/pipermail/kde-i18n-nl/2021q4/76.html

The attached patch fixes a pet peeve of mine in the plasma-nm VPN connection
dialog: there's a checkbox whose text is not properly capitalized.

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

[i18n] [Bug 446520] New: Broken "welcome to the list" kde-i18n-nl email

2021-12-05 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=446520

Bug ID: 446520
   Summary: Broken "welcome to the list" kde-i18n-nl email
   Product: i18n
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: nl
  Assignee: kde-i18n...@kde.org
  Reporter: rak...@freebsd.org
  Target Milestone: ---

Originally reported here:
https://mail.kde.org/pipermail/kde-i18n-nl/2021q4/75.html

I've recently subscribed to the kde-18n-nl mailing list to send a couple of
emails and noticed the 'Welcome to the "Kde-i18n-nl" mailing list' email from
Mailman is broken.

While the text is in Dutch, none of the variables are being expanded correctly.
For example, the beginning of the email says:

```
Welkom bij de mailinglijst %(real_name)s@%(host_name)! %(welcome)s Om
naar deze lijst te kunnen posten, stuur uw e-mail naar:

  %(emailaddr)s

Algemene informatie over de mailinglijst kunt u vinden op:

  %(listinfo_url)s
```

My guess is that the text just needs to be synced with the original, which has
likely changed its variable expansion format?

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

[frameworks-kio] [Bug 446273] kio shows error dialog when attempting to run shell script with space before shebang

2021-11-30 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=446273

Raphael Kubo da Costa  changed:

   What|Removed |Added

Summary|Bash won't execute  |kio shows error dialog when
   ||attempting to run shell
   ||script with space before
   ||shebang

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

[frameworks-kio] [Bug 446273] Bash won't execute

2021-11-30 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=446273

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||kdelibs-b...@kde.org,
   ||rak...@freebsd.org
Product|buildsystem |frameworks-kio
  Component|general |general
   Assignee|neund...@kde.org|kio-bugs-n...@kde.org

--- Comment #1 from Raphael Kubo da Costa  ---
"buildsystem" isn't the right product here, moving to "frameworks-kio".

The problem's in the space character before the shebang in the first line.
While kio detects that this is an executable shell script, I think this goes
all the way down to QProcess via KProcessRunner and possibly to Linux's
detection of scripts (which verifies that the first two characters are "#!"). I
agree the error message is very cryptic though.

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

[ark] [Bug 441964] Problem with -c (--add) option

2021-11-14 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=441964

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||rak...@freebsd.org

--- Comment #1 from Raphael Kubo da Costa  ---
I agree the description of the -c argument does not match the actual result (it
does say "Query the user for an archive filename [...]"). As a workaround, you
can pass -d as well, this shows the file creation dialog where you can enter an
archive name.

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

[releaseme] [Bug 444579] releaseme: Exception when running fetchpo.rb script from cmake

2021-10-29 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=444579

Raphael Kubo da Costa  changed:

   What|Removed |Added

Summary|Exception when running  |releaseme: Exception when
   |fetchpo.rb script from  |running fetchpo.rb script
   |cmake   |from cmake

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

[releaseme] [Bug 444579] Exception when running fetchpo.rb script from cmake

2021-10-29 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=444579

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||rak...@freebsd.org,
   ||sit...@kde.org
  Component|cmake   |general
   Assignee|neund...@kde.org|unassigned-b...@kde.org
Product|kdesdk-scripts  |releaseme

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

[plasma-nm] [Bug 421526] [Openconnect] Groupbox for credentials is empty when dialog is created

2021-10-17 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=421526

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||rak...@freebsd.org

--- Comment #5 from Raphael Kubo da Costa  ---
> IMO it should directly display the credentials and not first if one either 
> clicks on on the "resistor" button or changes chooses a different connection 
> type via the combobox.

I'm not sure if that's possible, as the login information you need to enter
depends on the server: plasma-nm receives the fields it needs to prompt from
openconnect itself so you need to try to connect first (for example, I'm not
prompted for "group" or "username" when I try to connect to my server). I think
the closest to that would be enabling the "try to connect automatically next
time" checkbox.

I do agree that the empty groupbox that is shown when the dialog is created
looks confusing though, and I think it would make more sense to show it only
when there are widgets inside it.

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

[plasma-nm] [Bug 437453] VPN protocol cannot be changed away from “pulse”

2021-10-17 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=437453

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||rak...@freebsd.org

--- Comment #1 from Raphael Kubo da Costa  ---
Is this still an issue? I tried to reproduce this with plasma-nm 5.21.5 and
only ran into an issue (already fixed) where choosing the "PAN Global Protect"
protocol would end up choosing Pulse instead.

Other than that, creating a new VPN connection with e.g. the "Cisco AnyConnect"
protocol sets it in the nmconnection file, and switching the protocol to
something like "Juniper Network Connect" in the UI also worked. Reopening the
settings continued to show the protocol I'd selected, and so did nmcli.

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

[plasma-nm] [Bug 443770] "Use FSID for key passphrase" fails when private key is empty

2021-10-15 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=443770

Raphael Kubo da Costa  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-nm/commit/a76f4d4
   ||b0f75d1007d8fc13dc1e4c95c4a
   ||66a430
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Raphael Kubo da Costa  ---
Git commit a76f4d4b0f75d1007d8fc13dc1e4c95c4a66a430 by Raphael Kubo da Costa.
Committed on 15/10/2021 at 09:58.
Pushed by grulich into branch 'master'.

openconnect: Make FSID passphrase + empty private key combination work.

It should be possible to usen FSID-protected key passphrase with a user
certificate and no private key.

This was not working as expected because we were always calling
openconnect_set_client_cert() with QByteArray::data(). The latter will pass
an empty string rather than nullptr if it is empty, which can be the case
for `key` if it is not set. This causes openconnect_set_client_cert() to use
that empty string rather than handle the null argument case, and we would be
unexpectedly prompted for a key password when trying to connect.

Avoid running into this by explicitly passing `nullptr` when we have an
empty `key`.

M  +1-1vpn/openconnect/openconnectauth.cpp

https://invent.kde.org/plasma/plasma-nm/commit/a76f4d4b0f75d1007d8fc13dc1e4c95c4a66a430

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

[plasma-nm] [Bug 443770] New: "Use FSID for key passphrase" fails when private key is empty

2021-10-15 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=443770

Bug ID: 443770
   Summary: "Use FSID for key passphrase" fails when private key
is empty
   Product: plasma-nm
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jgrul...@redhat.com
  Reporter: rak...@freebsd.org
  Target Milestone: ---

It is possible to have only a user certificate (e.g. certificate.p12) in
combination with the "Use FSID for key passphrase" option without an
accompanying private key being passed.

This is not working as expected when the private key field is empty, as I am
now prompted for a key password that should've been retrieved from the FSID in
the first place.

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

[xdg-desktop-portal-kde] [Bug 437505] Request - tree-style folder selector for portal apps (flatpaks, for example)

2021-09-17 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=437505

Raphael Kubo da Costa  changed:

   What|Removed |Added

 CC||rak...@freebsd.org

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

[dragonplayer] [Bug 188684] Main toolbar sometimes reappears when it should be hidden

2020-09-13 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=188684

Raphael Kubo da Costa  changed:

   What|Removed |Added

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

--- Comment #6 from Raphael Kubo da Costa  ---
Closing, thanks for trying to reproduce this and sorry it took a while to get
back to it.

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

[frameworks-kwidgetsaddons] [Bug 413181] Account Assistant UI is missing margins

2019-10-23 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=413181

Raphael Kubo da Costa  changed:

   What|Removed |Added

  Component|UI  |general
 CC||kdelibs-b...@kde.org
Version|5.12.2  |5.63.0
   Assignee|kdepim-b...@kde.org |cf...@kde.org
Product|kmail2  |frameworks-kwidgetsaddons

--- Comment #3 from Raphael Kubo da Costa  ---
I've tried changing the theme and still had the same results. Changing
component to kwidgetaddons since this is also affecting kassistantdialogtest.

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

[kmail2] [Bug 413181] New: Account Assistant UI is missing margins

2019-10-19 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=413181

Bug ID: 413181
   Summary: Account Assistant UI is missing margins
   Product: kmail2
   Version: 5.12.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: rak...@freebsd.org
  Target Milestone: ---

Created attachment 123335
  --> https://bugs.kde.org/attachment.cgi?id=123335=edit
Screenshot

See the attached screenshot: the labels and buttons all look too close to the
window border compared to regular windows and dialogs.

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

[kdevelop] [Bug 405561] New: Broken kde.org image on kdevelop.org's home page

2019-03-17 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=405561

Bug ID: 405561
   Summary: Broken kde.org image on kdevelop.org's home page
   Product: kdevelop
   Version: unspecified
  Platform: Other
OS: FreeBSD
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: rak...@freebsd.org
  Target Milestone: ---

In kdevelop.org, the "Made by KDE" link stands next to an image that currently
doesn't exist on kde.org:
https://kde.org/stuff/clipart/logo/logo-white-grey-source.svg

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

[kmail2] [Bug 404928] New: Default settings dialog size is too small

2019-02-28 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=404928

Bug ID: 404928
   Summary: Default settings dialog size is too small
   Product: kmail2
   Version: unspecified
  Platform: Other
OS: FreeBSD
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: rak...@freebsd.org
  Target Milestone: ---

Created attachment 118448
  --> https://bugs.kde.org/attachment.cgi?id=118448=edit
Settings dialog

This is a fresh KMail installation. See the attached screenshot: the default
window size for the Settings dialog is too small. FWIW, my screen size is
1366x768.

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

[kdelibs] [Bug 267070] kdialog have problems handling the # character when multi-selecting is used

2017-12-29 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=267070

Raphael Kubo da Costa <rak...@freebsd.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
Version|unspecified |4.14.0
  Component|general |general
Product|kdialog |kdelibs
   Assignee|br...@frogmouth.net |kdelibs-b...@kde.org
 CC||rak...@freebsd.org
  Latest Commit||e23caaf27944654c8a25653e56b
   ||ade0dd13d1059
 Resolution|--- |FIXED

--- Comment #3 from Raphael Kubo da Costa <rak...@freebsd.org> ---
This used to be a problem in kdelibs' KFileWidget due to its conversions
between KUrl's and QString's in slotOk().

KFileWidget uses QUrl directly in KF5, so this is no longer an issue. I've
tried kdialog here with inputs such as "foo  bar.txt" (which used to become
"foo%20 bar.txt") and "foo #1.txt" and everything works as expected.

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

[kdialog] [Bug 267070] kdialog have problems handling the # character when multi-selecting is used

2017-12-29 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=267070

Raphael Kubo da Costa <rak...@freebsd.org> changed:

   What|Removed |Added

 CC||cello...@gmail.com

--- Comment #2 from Raphael Kubo da Costa <rak...@freebsd.org> ---
*** Bug 280796 has been marked as a duplicate of this bug. ***

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

[kfile] [Bug 280796] Opening multiple files with spaces and hash characters in name fails

2017-12-29 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=280796

Raphael Kubo da Costa <rak...@freebsd.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||rak...@freebsd.org
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Raphael Kubo da Costa <rak...@freebsd.org> ---


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

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

[kdialog] [Bug 267070] kdialog have problems handling the # character when multi-selecting is used

2017-12-29 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=267070

Raphael Kubo da Costa <rak...@freebsd.org> changed:

   What|Removed |Added

 CC||dodonvic...@gmail.com

--- Comment #1 from Raphael Kubo da Costa <rak...@freebsd.org> ---
*** Bug 335922 has been marked as a duplicate of this bug. ***

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

[kfile] [Bug 335922] Wrong escaping in kfilewidget if multiple files selected and the filenames contain '#', '%'

2017-12-29 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=335922

Raphael Kubo da Costa <rak...@freebsd.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||rak...@freebsd.org

--- Comment #1 from Raphael Kubo da Costa <rak...@freebsd.org> ---


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

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

[khelpcenter] [Bug 361212] K Help Centre Crash on Startup

2016-04-03 Thread Raphael Kubo da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361212

Raphael Kubo da Costa <rak...@freebsd.org> changed:

   What|Removed |Added

 CC||tcber...@gmail.com

--- Comment #2 from Raphael Kubo da Costa <rak...@freebsd.org> ---
Keren: can you rebuild sysutils/plasma5-khelpcenter and devel/qt5-core with
WITH_DEBUG=yes? The provided backtrace does not contain enough information
about where the crash came from.

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


[kdesrc-build] [Bug 357162] Hardcoded reference to inexistent URL

2015-12-25 Thread Raphael Kubo da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357162

Raphael Kubo da Costa <rak...@freebsd.org> changed:

   What|Removed |Added

   Assignee|neund...@kde.org|mp...@kde.org
Product|buildsystem |kdesrc-build
  Component|KDE4 (cmake)|general

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


[kdesrc-build] [Bug 356788] README in git sources v15.10-16-gdb8826f starts out with factual errors

2015-12-16 Thread Raphael Kubo da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356788

Raphael Kubo da Costa <rak...@freebsd.org> changed:

   What|Removed |Added

Version|unspecified |Git

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