[docs.kde.org] [Bug 481330] New: Support RTL layout for Arabic doc

2024-02-14 Thread Zayed Al-Saidi
https://bugs.kde.org/show_bug.cgi?id=481330

Bug ID: 481330
   Summary: Support RTL layout for Arabic doc
Classification: Websites
   Product: docs.kde.org
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: docs.kde.org
  Assignee: kde-doc-english@kde.org
  Reporter: zayed.alsa...@gmail.com
  Target Milestone: ---

Currently, the layout of KDE Documentation website does not support RTL layout. 

You can check Documentation of Kturtle:
https://docs.kde.org/stable5/ar/kturtle/kturtle/

What is required is to inject these one CSS properties in the body tag for RTL
language

text-align: right;

-- 
You are receiving this mail because:
You are the assignee for the bug.

reverse video for cursor

2024-02-14 Thread John Hood

Hi there,

I am a new user and I am wondering if there is a cursor version that 
will flip into "inverse video" mode when something on the screen would 
cause it to become invisible. A typical example would be a standard 
black cursor encountering a black area on the screen, where it might 
otherwise disappear. Is there a setting that would flip the cursor into 
white when in a black area of screen. Alternatively, perhaps the cursor 
encounters a red area of screen display, in such a situation would it 
then automatically flip into the complementary colour (green) , when it 
would be displayed in this area?


Thanks in anticipation of your help for this evident "newbie" :-)



[sdk/kdesrc-build] /: Cmdline: Use -M as short form of --no-metadata

2024-02-14 Thread Andrew Shark
Git commit 6bcfb3205897b8d0b40f66e88f7ee155076f79e4 by Andrew Shark.
Committed on 14/02/2024 at 09:45.
Pushed by ashark into branch 'master'.

Cmdline: Use -M as short form of --no-metadata

M  +1-1doc/man-kdesrc-build.1.docbook
M  +1-1doc/supported-cmdline-params.docbook
M  +1-1modules/ksb/Cmdline.pm

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

diff --git a/doc/man-kdesrc-build.1.docbook b/doc/man-kdesrc-build.1.docbook
index bdadfe7e..352da7ff 100644
--- a/doc/man-kdesrc-build.1.docbook
+++ b/doc/man-kdesrc-build.1.docbook
@@ -232,7 +232,7 @@ Edit the "~/.bashrc" (or other shell rc file) to add 
 to your $PAT
 
 
 
---no-metadata
+-M, --no-metadata
 
 
 
diff --git a/doc/supported-cmdline-params.docbook 
b/doc/supported-cmdline-params.docbook
index 95367ed7..c3202192 100644
--- a/doc/supported-cmdline-params.docbook
+++ b/doc/supported-cmdline-params.docbook
@@ -358,7 +358,7 @@ kdepim: master
 
 
 
---no-metadata
+--no-metadata (or 
-M)
 
 Do not automatically download the extra metadata needed for  git modules.
 The source updates for the modules themselves will still occur unless you pass
diff --git a/modules/ksb/Cmdline.pm b/modules/ksb/Cmdline.pm
index ab9edb42..933a82fd 100644
--- a/modules/ksb/Cmdline.pm
+++ b/modules/ksb/Cmdline.pm
@@ -428,7 +428,7 @@ sub _supportedOptions
 'dependency-tree-fullpath',
 'help|h',
 'metadata-only',
-'no-metadata',
+'no-metadata|M',
 'query=s',
 'rc-file=s',
 'rebuild-failures',