[kwin] [Bug 481985] Feature request: bring back "Walk through desktops" shortcut

2024-02-29 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=481985

Orivej Desh  changed:

   What|Removed |Added

 CC||ori...@gmx.fr

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

[frameworks-kiconthemes] [Bug 432293] telegram notification counter not working

2021-03-12 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=432293

Orivej Desh  changed:

   What|Removed |Added

 CC||ori...@gmx.fr

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

[kmplot] [Bug 139097] kmplot wish more than one parameter

2019-02-09 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=139097

Orivej Desh  changed:

   What|Removed |Added

 CC||ori...@gmx.fr

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

[systemsettings] [Bug 364321] No ability to switch from JEDEC to SI units in Plasma 5.x (KDE Frameworks Version : 5.22.0 / Qt 5.6.0)

2018-12-16 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=364321

Orivej Desh  changed:

   What|Removed |Added

 CC||ori...@gmx.fr

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

[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

2018-09-09 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=373232

Orivej Desh  changed:

   What|Removed |Added

 CC||ori...@gmx.fr

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

[plasmashell] [Bug 387128] Memory leak in plasmashell with persistent notifications

2017-12-05 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=387128

Orivej Desh <ori...@gmx.fr> changed:

   What|Removed |Added

 CC||ori...@gmx.fr

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

[valgrind] [Bug 384727] New: valgrind does not support debug info for read only segments (generated by LLD)

2017-09-14 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=384727

Bug ID: 384727
   Summary: valgrind does not support debug info for read only
segments (generated by LLD)
   Product: valgrind
   Version: 3.14 SVN
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: ori...@gmx.fr
  Target Milestone: ---

By default (without --no-rosegment option) LLD [1] puts read only code in read
only segments (and provides debug info for it). However, valgrind fails to
parse ELF files that contain debug info for read only segments.

Here is an incomplete attempt to fix this: [2]
It parses read only segments, but then fails to match them with read only
sections at [3]

[1] http://lld.llvm.org/
[2] https://github.com/orivej/valgrind/commits/lld
[3]
https://github.com/orivej/valgrind/blob/c59bf5c215f85fb08605708b51f88777227885ae/coregrind/m_debuginfo/readelf.c#L2121

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

[akregator] [Bug 116482] metakit: akregator crashes at startup

2017-09-14 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=116482

--- Comment #276 from Orivej Desh <ori...@gmx.fr> ---
The only backup is feeds.opml~ in the same directory.

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

[konsole] [Bug 375540] Seg fault on startup

2017-03-07 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=375540

Orivej Desh <ori...@gmx.fr> changed:

   What|Removed |Added

 CC||ori...@gmx.fr

--- Comment #7 from Orivej Desh <ori...@gmx.fr> ---
Created attachment 104445
  --> https://bugs.kde.org/attachment.cgi?id=104445=edit
backtrace with some debuginfo

I encountered the same bug after upgrading Konsole from the version that used
~/.kde/share/apps/konsole/konsoleui.rc to 16.12.2.  I collected the traceback
with some debuginfo (attached), noticed container = 0x0, recompiled with the
following patch, and the konsole succesfully launched and allowed me to delete
conflicting keybindings in the settings. After that I was unable to reproduce
the bug, even by deleting ~/.local/share/kxmlgui5/konsole/konsoleui.rc.

diff --git a/src/ViewManager.cpp b/src/ViewManager.cpp
index c187e64..b656ef2 100644
--- a/src/ViewManager.cpp
+++ b/src/ViewManager.cpp
@@ -904,6 +904,8 @@ void ViewManager::saveSessions(KConfigGroup& group)

 // first: sessions in the active container, preserving the order
 ViewContainer* container = _viewSplitter->activeContainer();
+if (!container) {
+ return;
+}
-Q_ASSERT(container);
 TerminalDisplay* activeview =
qobject_cast<TerminalDisplay*>(container->activeView());

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

[akregator] [Bug 323462] akregator refreshes all feeds when network connection state changes

2016-12-04 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=323462

Orivej Desh <ori...@gmx.fr> changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Orivej Desh <ori...@gmx.fr> ---
Thanks for the confirmation!  (I did not confirm it myself, although I reported
this bug, because my distribution Gentoo is cautious of updating KDE PIM, and
still ships the latest KDE 5 with KDE PIM 4.)

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

[plasmashell] [Bug 351141] switching desktop makes pager redraw itself with one second long delay

2016-08-29 Thread Orivej Desh via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351141

Orivej Desh <ori...@gmx.fr> changed:

   What|Removed |Added

 CC||ori...@gmx.fr

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