[Spectacle] [Bug 483883] Rectangular Region preview looks grainy on external screen

2024-04-11 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=483883

--- Comment #8 from netizen  ---
I agree, but as I've said in the prior comment, this very cosmethic defect is
already fixed in the trunk source.

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

[Spectacle] [Bug 483883] Rectangular Region preview looks grainy on external screen

2024-04-10 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=483883

--- Comment #5 from netizen  ---
I've the same problem (same setup).

I've just cloned the repo and compiled it (I've had to delete constexpr from
src/Gui/Annotations/AnnotationDocument.cpp:30 to get it to compile). After
replacing the distribution (up to date KDE Neon User Edition, Plasma6) build
binary in /usr/bin, this doesn't happen anymore.

There're some recent commits that made me wonder it could be already fixed:

https://invent.kde.org/graphics/spectacle/-/commits/master?ref_type=heads

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

[Spectacle] [Bug 483883] Rectangular Region preview looks grainy on external screen

2024-04-10 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=483883

--- Comment #4 from netizen  ---
Same setup, same problem

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

[Spectacle] [Bug 483883] Rectangular Region preview looks grainy on external screen

2024-04-10 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=483883

netizen  changed:

   What|Removed |Added

 CC||rgawe...@gmail.com

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

[plasmashell] [Bug 484100] clipboard no longer works

2024-03-21 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=484100

netizen  changed:

   What|Removed |Added

 CC||rgawe...@gmail.com

--- Comment #6 from netizen  ---
(In reply to AVee from comment #5)
> The workaround seems to be `sudo apt install libzxing3`

Thanks! That worked

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

[konsole] [Bug 456052] Background blur apply blur to titlebar component

2024-03-15 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=456052

netizen  changed:

   What|Removed |Added

 CC||rgawe...@gmail.com

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

[neon] [Bug 478172] Wayland Plasma sessions applets open in the center of the screen

2023-12-13 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=478172

--- Comment #11 from netizen  ---
(In reply to yizel7 from comment #10)
> (In reply to Nate Graham from comment #9)
> > Getting reports that this is fixed today.
> 
> thank you for fix!! Will this be release soon? Driving me up wall

It was fixed last week. Check your distribution updates

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

[neon] [Bug 478172] Applets like the application launcher, notifications menu, KRunner, etc. open in the center of the screen

2023-12-07 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=478172

netizen  changed:

   What|Removed |Added

 CC||rgawe...@gmail.com

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

[konsole] [Bug 462136] regex specs

2022-11-25 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=462136

netizen  changed:

   What|Removed |Added

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

--- Comment #4 from netizen  ---
(In reply to ninjalj from comment #3)
> That's not what non-capturing groups are for. What you need for your
> use-case are look-around assertions
> (http://pcre.org/current/doc/html/pcre2pattern.html#SEC20). E.g. to not
> include a trailing colon:
> 
> foo(?=:)
> 
> To not include a leading colon:
> 
> (?<=:)foo
> 
> or its alias:
> 
> :\Kfoo

You're right, and it works! I'm sorry. I'm closing this

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

[konsole] [Bug 462136] regex specs

2022-11-25 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=462136

--- Comment #2 from netizen  ---
(In reply to Kurt Hindenburg from comment #1)
> Can you provide more info?

Of course, but it is an edge use case. I've a full screen konsole running a
tail -f on a service log, when I'm publishing changes I usually put it into
search to highlight some strings, now I'm searching for :app, app:, push: and
3000: (a quite simple regex), and what I'd love to achieve is to exclude the
colon chat from the highlight using a "non capture group" in the regex.
I know, I can and surely should, take my time to setup a custom grc config, as
this FS Konsole has a dedicated monitor and is an important part of my job.

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

[konsole] [Bug 462136] New: regex specs

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

Bug ID: 462136
   Summary: regex specs
Classification: Applications
   Product: konsole
   Version: 22.08.3
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: rgawe...@gmail.com
  Target Milestone: ---

SUMMARY
***
When searching in regex mode, I can't use Non Capturing groups
***


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: KDE Neon 5.26
KDE Plasma Version: 5.26
KDE Frameworks Version: 5.100
Qt Version:  5.15.7

ADDITIONAL INFORMATION

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

[kde-cli-tools] [Bug 446199] kstart5 ignores --desktop option

2022-05-25 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=446199

netizen  changed:

   What|Removed |Added

   Platform|Archlinux Packages  |Neon Packages
Version|5.23.3  |5.24.5
 CC||rgawe...@gmail.com

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

[konsole] [Bug 439871] Konsole segfaults

2021-07-15 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=439871

--- Comment #1 from netizen  ---
I can open it from an xterm as root, gathering more info now...

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

[konsole] [Bug 439871] New: Konsole segfaults

2021-07-15 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=439871

Bug ID: 439871
   Summary: Konsole segfaults
   Product: konsole
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: rgawe...@gmail.com
  Target Milestone: ---

Application: konsole (21.07.80)

Qt Version: 5.15.3
Frameworks Version: 5.85.0
Operating System: Linux 5.8.0-59-generic x86_64
Windowing System: X11
Drkonqi Version: 5.22.3
Distribution: KDE neon Testing Edition

-- Information about the crash:
- What I was doing when the application crashed:

Trying to open konsole

- System info
Up to date KDE neon Testing Edition distribution
KDE Plasma 5.22.3
Linux kernel 5.8.0.59-generic 64 bit

The crash can be reproduced every time.

-- Backtrace:
Application: Konsole (konsole), signal: Segmentation fault

[New LWP 77662]
[New LWP 77663]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7fdea635aaff in __GI___poll (fds=0x7ffe2df5c8f8, nfds=1, timeout=1000) at
../sysdeps/unix/sysv/linux/poll.c:29
[Current thread is 1 (Thread 0x7fdea14489c0 (LWP 77661))]

Thread 3 (Thread 0x7fde9f10f700 (LWP 77663)):
#0  __GI___libc_read (nbytes=16, buf=0x7fde9f10e9a0, fd=7) at
../sysdeps/unix/sysv/linux/read.c:26
#1  __GI___libc_read (fd=7, buf=0x7fde9f10e9a0, nbytes=16) at
../sysdeps/unix/sysv/linux/read.c:24
#2  0x7fdea4909b2f in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fdea48c0ebe in g_main_context_check () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fdea48c1312 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7fdea48c14a3 in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x7fdea6927fcb in QEventDispatcherGlib::processEvents
(this=0x7fde9b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#7  0x7fdea68cc25b in QEventLoop::exec (this=this@entry=0x7fde9f10ebb0,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:141
#8  0x7fdea66e5c22 in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#9  0x7fdea576bf4b in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#10 0x7fdea66e6dbc in QThreadPrivate::start (arg=0x7fdea57efd80) at
thread/qthread_unix.cpp:329
#11 0x7fdea5282609 in start_thread (arg=) at
pthread_create.c:477
#12 0x7fdea6367293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7fdea03d8700 (LWP 77662)):
#0  0x7fdea635aaff in __GI___poll (fds=0x7fdea03d7ae8, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7fdea44bbc1a in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7fdea44bd90a in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7fdea0b15e58 in QXcbEventQueue::run (this=0x557ba4568720) at
qxcbeventqueue.cpp:228
#4  0x7fdea66e6dbc in QThreadPrivate::start (arg=0x557ba4568720) at
thread/qthread_unix.cpp:329
#5  0x7fdea5282609 in start_thread (arg=) at
pthread_create.c:477
#6  0x7fdea6367293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7fdea14489c0 (LWP 77661)):
[KCrash Handler]
#4  0x7fdea6d757d5 in qGetPtrHelper > const> (ptr=...) at
../../include/QtCore/../../src/corelib/global/qglobal.h:1143
#5  QWindow::d_func (this=0x0) at
../../include/QtGui/../../src/gui/kernel/qwindow.h:98
#6  QWindow::winId (this=this@entry=0x0) at kernel/qwindow.cpp:663
#7  0x7fdea5fd0943 in KWindowEffects::enableBlurBehind (window=0x0,
enable=, region=...) at ./src/kwindoweffects.cpp:45
#8  0x7fdea7ce54d3 in Konsole::MainWindow::setBlur (blur=true,
this=0x557ba47a8e40) at ./src/MainWindow.cpp:892
#9  Konsole::MainWindow::setBlur (this=0x557ba47a8e40, blur=) at
./src/MainWindow.cpp:876
#10 0x7fdea7ce8c52 in Konsole::MainWindow::activeViewChanged
(controller=0x557ba471f850, this=0x557ba47a8e40) at
/usr/include/c++/9/bits/atomic_base.h:413
#11 Konsole::MainWindow::activeViewChanged (this=0x557ba47a8e40,
controller=0x557ba471f850) at ./src/MainWindow.cpp:243
#12 0x7fdea690477e in QtPrivate::QSlotObjectBase::call (a=0x7ffe2df5d820,
r=0x557ba47a8e40, this=0x557ba4822590) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#13 doActivate (sender=0x557ba47f6d70, signal_index=5,
argv=0x7ffe2df5d820) at kernel/qobject.cpp:3886
#14 0x7fdea7b78216 in
Konsole::ViewManager::activeViewChanged(Konsole::SessionController*) () from
/usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.21
#15 0x7fdea7ba838b in
Konsole::ViewManager::controllerChanged(Konsole::SessionController*) () from
/usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.21
#16 0x7fdea7ba8717 in

[dolphin] [Bug 387440] New: In fish protocol, files with name starting with # are missidentified as folders

2017-11-29 Thread netizen
https://bugs.kde.org/show_bug.cgi?id=387440

Bug ID: 387440
   Summary: In fish protocol, files with name starting with # are
missidentified as folders
   Product: dolphin
   Version: 17.08.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: rgawe...@gmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Created attachment 109119
  --> https://bugs.kde.org/attachment.cgi?id=109119=edit
Wring file properties dialog

When browsing a remote folder using the fish:// protocol, files with name
starting with # are identified as being folders.

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