[marble] [Bug 411140] Example MarbleWidget will not exit when closed

2020-06-09 Thread Jeremy Harding
https://bugs.kde.org/show_bug.cgi?id=411140

--- Comment #2 from Jeremy Harding  ---
Can be fixed by adding 

m_mapWidget->setAttribute(Qt::WA_DeleteOnClose);

to the example.

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

[marble] [Bug 411140] Example MarbleWidget will not exit when closed

2019-11-15 Thread Jeremy Harding
https://bugs.kde.org/show_bug.cgi?id=411140

--- Comment #1 from Jeremy Harding  ---
I have an application based on the sample application which now doesn't work
with the latest version of QT. Please can someone have a look at this, as it
can't be so hard to fix? Should I report this under QT?

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

[plasmashell] [Bug 411637] plasmashell leaks shared memory segments. Eventually apps needing these (oracle) fail

2019-10-10 Thread Jeremy Harding
https://bugs.kde.org/show_bug.cgi?id=411637

--- Comment #6 from Jeremy Harding  ---
hmm, I tried all the activity switchers that I could find, and they all exhibit
a similar problem.

Which activity switching mechanism did you use which didn't please? One of them
seemed to waste less memory, which is good, and has a smaller panel footprint
which is very good.

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

[plasmashell] [Bug 411637] plasmashell leaks shared memory segments. Eventually apps needing these (oracle) fail

2019-10-04 Thread Jeremy Harding
https://bugs.kde.org/show_bug.cgi?id=411637

Jeremy Harding  changed:

   What|Removed |Added

Product|Active Window Control   |plasmashell
Version|unspecified |5.16.90
  Component|General |Activity Switcher
   Assignee|zrenf...@gmail.com  |ivan.cu...@kde.org
   Target Milestone|--- |1.0

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

[Active Window Control] [Bug 411637] plasmashell leaks shared memory segments. Eventually apps needing these (oracle) fail

2019-10-03 Thread Jeremy Harding
https://bugs.kde.org/show_bug.cgi?id=411637

Jeremy Harding  changed:

   What|Removed |Added

 CC||the.great.z...@gmail.com

--- Comment #3 from Jeremy Harding  ---
Created attachment 123003
  --> https://bugs.kde.org/attachment.cgi?id=123003=edit
screen recorder movie to demo problem

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

[Active Window Control] [Bug 411637] plasmashell leaks shared memory segments. Eventually apps needing these (oracle) fail

2019-09-17 Thread Jeremy Harding
https://bugs.kde.org/show_bug.cgi?id=411637

--- Comment #1 from Jeremy Harding  ---
The workaround is to kill and restart plasmashell.

I use kill ; kstart plasmashell &

this spews out many messages - a cleaner restart would be helpful, but this
does the job.

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

[Active Window Control] [Bug 411637] New: plasmashell leaks shared memory segments. Eventually apps needing these (oracle) fail

2019-09-06 Thread Jeremy Harding
https://bugs.kde.org/show_bug.cgi?id=411637

Bug ID: 411637
   Summary: plasmashell leaks shared memory segments. Eventually
apps needing these (oracle) fail
   Product: Active Window Control
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: zrenf...@gmail.com
  Reporter: the.great.z...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
switching activity leaks shared memory segments.

STEPS TO REPRODUCE
1. Login, set up activity pager and several activities with different
backgrounds
2. use ipcs -mp | wc to see how much shared memory is in use
3. switch between activities and back
4. You will see the shared  segement count goinging up about 10 segments for
each two switches.

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.12.8-lp151.1.3-x86_64
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 400585] plasmashell process consumes all shared memory (SHM) segments, causing problems for other process that need to be able to allocate SHM

2019-09-06 Thread Jeremy Harding
https://bugs.kde.org/show_bug.cgi?id=400585

Jeremy Harding  changed:

   What|Removed |Added

 CC||the.great.z...@gmail.com

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

[marble] [Bug 411140] Example MarbleWidget will not exit when closed

2019-08-21 Thread Jeremy Harding
https://bugs.kde.org/show_bug.cgi?id=411140

Jeremy Harding  changed:

   What|Removed |Added

 CC||the.great.z...@gmail.com

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

[marble] [Bug 411140] New: Example MarbleWidget will not exit when closed

2019-08-21 Thread Jeremy Harding
https://bugs.kde.org/show_bug.cgi?id=411140

Bug ID: 411140
   Summary: Example MarbleWidget will not exit when closed
   Product: marble
   Version: 2.5 (KDE Applications 18.04)
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: marble-b...@kde.org
  Reporter: the.great.z...@gmail.com
  Target Milestone: ---

Created attachment 122280
  --> https://bugs.kde.org/attachment.cgi?id=122280=edit
source and make file to reproduce issue

SUMMARY


STEPS TO REPRODUCE
1. compile and link the supplied example code (exactly as supplied but updated
for Qt5)
2. Run under leap 42.3 - works, and program exits nicely
3. Run under Leap 15.1 - works, but doesn't exit correctly

OBSERVED RESULT
Under Leap 15.1 program continues to run after closing window.

EXPECTED RESULT
Expect behaviour to be the same between the two releases - the program should
exit when the window is closed.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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