[kcharselect] [Bug 411658] Chess Symbols not displaying correctly for any font

2019-09-11 Thread Lars DIECKOW
https://bugs.kde.org/show_bug.cgi?id=411658

Lars DIECKOW  changed:

   What|Removed |Added

 CC||lars.diec...@googlemail.com

--- Comment #2 from Lars DIECKOW  ---
(In reply to igoryd85 from comment #0)
> Chess Symbols not displaying correctly for any font, getting only squares
This is not an application bug. None of the fonts you have installed contains
glyphs for these symbols. This is not surprising, since the assignment in
Unicode is recent and font authors need time to catch up. Remedy: install a
font that contains them, e.g. Symbola 12. <http://users.teilar.gr/~g1951d/>

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

[policykit-kde-agent-1] [Bug 380110] New: first hyperlink in the authentication dialog does nothing

2017-05-23 Thread Lars DIECKOW
https://bugs.kde.org/show_bug.cgi?id=380110

Bug ID: 380110
   Summary: first hyperlink in the authentication dialog does
nothing
   Product: policykit-kde-agent-1
   Version: 5.9.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: d...@kde.org
  Reporter: lars.diec...@googlemail.com
  Target Milestone: ---

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

to reproduce


Invoke the dialog (screenshot attached) by e.g. adding a network connection in
plasma-nm5. Press the details button to disclose two hyperlinks in the dialog.
Click the first hyperlink.

expected


Open a dialog or editor of some sort, as the hyperlink's tool tip indicates.

what really happens
---

Nothing.

further information
---

The second hyperlink works fine and opens a Web page in the browser.

In the process table I can see
`/usr/lib64/libexec/polkit-kde-authentication-agent-1` running as my user, and
`/usr/lib/polkit-1/polkitd --no-debug` running as user `polkitd`.

$ rpm -qa|ag polkit|sort
libpolkit0-0.113-3.4.x86_64
libpolkit-qt-1-1-0.112.0-1.6.x86_64
libpolkit-qt-1-devel-0.112.0-1.6.x86_64
libpolkit-qt5-1-1-0.112.0-4.10.x86_64
libpolkit-qt5-1-devel-0.112.0-4.10.x86_64
polkit-0.113-3.4.x86_64
polkit-default-privs-13.2-32.1.noarch
polkit-devel-0.113-3.4.x86_64
polkit-doc-0.113-3.4.noarch
polkit-kde-agent-1-0.99.0-22.7.x86_64
polkit-kde-agent-5-5.9.5-1.1.x86_64
polkit-kde-agent-5-lang-5.9.5-1.1.noarch
typelib-1_0-Polkit-1_0-0.113-3.4.x86_64

$ cat /etc/os-release 
NAME="openSUSE Tumbleweed"
# VERSION="20170510"
ID=opensuse
ID_LIKE="suse"
VERSION_ID="20170510"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:tumbleweed:20170510"
BUG_REPORT_URL="https://bugs.opensuse.org;
HOME_URL="https://www.opensuse.org/;

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

[systemsettings] [Bug 379949] New: any Hyper or Super key misidentified as Meta key

2017-05-17 Thread Lars DIECKOW
https://bugs.kde.org/show_bug.cgi?id=379949

Bug ID: 379949
   Summary: any Hyper or Super key misidentified as Meta key
   Product: systemsettings
   Version: 5.9.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_keys
  Assignee: k...@michael-jansen.biz
  Reporter: lars.diec...@googlemail.com
  Target Milestone: ---

to reproduce:

1. start the process of binding a key or key combo to any action, for example
by clicking with the mouse on a GUI binding button
2. hold down the Hyper key (specifically, the key emits keysym 0xffee, defined
in /usr/include/X11/keysym.h as Hyper_R, as the output of /usr/bin/xev
confirms)

observed result:

the GUI binding button's text changes to "Meta+ ..."

expected result:

the GUI binding button's text changes to "Hyper+ ..."


Likewise, holding the Super key (keysym 0xffeb, Super_L) is also misidentified
as Meta.


The other modifier keys Ctrl, Shift, Alt, Meta work fine, though.

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

[kdevelop] [Bug 379653] New: class declaration not shown in classes pane

2017-05-09 Thread Lars DIECKOW
https://bugs.kde.org/show_bug.cgi?id=379653

Bug ID: 379653
   Summary: class declaration not shown in classes pane
   Product: kdevelop
   Version: 5.1.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language Support: QML/JavaScript
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: lars.diec...@googlemail.com
  Target Milestone: ---

reproduce
-

insert code

class Custom_Collection extends Backbone.Collection {
initialize(build) {
super.initialize(build);
}
get model() { return; }
populate() { return; }
}

into an empty document and save as `foo.js`
filetype detection is performed and the appropriate syntax highlighting is
applied
open the classes pane

result
--

class declaration is not shown in the pane

what should happen
--

class declaration is shown in the pane

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

[kdevelop] [Bug 379652] New: konsole pane shows delete confirmation for temporary file

2017-05-09 Thread Lars DIECKOW
https://bugs.kde.org/show_bug.cgi?id=379652

Bug ID: 379652
   Summary: konsole pane shows delete confirmation for temporary
file
   Product: kdevelop
   Version: 5.1.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: lars.diec...@googlemail.com
  Target Milestone: ---

reproduction


alias rm='/bin/rm -i'
start kdevelop
open the konsole pane

result
--

kdevelop! is run, which in turn calls kdevplatform_shell_environment.sh
output of these shell script is shown in the pane
there's a delete confirmation that's impossible to answer
the temporary file hangs around after the scripts finish

what should happen
--

don't show a delete confirmation
do delete the temporary file

remedy
--

add the `-f` option

diff --git a/kdevplatform_shell_environment.sh
b/kdevplatform_shell_environment.sh
index 58b536e..6104276 100755
--- a/kdevplatform_shell_environment.sh
+++ b/kdevplatform_shell_environment.sh
@@ -786,7 +786,7 @@ function setenv! {
 executeInAppSync "if ! [ -e $(getCurrentShellEnvPath) ]; then touch
$(getCurrentShellEnvPath); fi" ""
 fi
 source $TEMP
-rm $TEMP
+rm -f $TEMP
 }

 function showenv! {

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

[kfind] [Bug 129992] exclude files from search

2017-01-27 Thread Lars DIECKOW
https://bugs.kde.org/show_bug.cgi?id=129992

--- Comment #3 from Lars DIECKOW <lars.diec...@googlemail.com> ---
Do you, as a non-maintainer and non-contributor, expect anything but a cynical
answer to your miserable question from anyone after 11 years of waiting?

<https://cgit.kde.org/kfind.git/tree/src/main.cpp#n46>
<https://cgit.kde.org/kfind.git/log/?qt=author=Dennis>

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