[dolphin] [Bug 402784] Dolphin crashes during shutdown, when stopping activity

2019-02-03 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=402784

Christos Gourdoupis  changed:

   What|Removed |Added

 CC||xri...@otenet.gr

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

[akregator] [Bug 381929] Feeds list gets corrupted when akregator is restored on log in

2018-01-12 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=381929

--- Comment #17 from Christos Gourdoupis <xri...@otenet.gr> ---
Unfortunately, with the updated 17.12.0 sources I cannot reproduce it in the
debugger, no matter what.
On the bright side, the corruption has not occured once since the update.
We'll see.

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

[akregator] [Bug 381929] Feeds list gets corrupted when akregator is restored on log in

2017-12-16 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=381929

--- Comment #14 from Christos Gourdoupis <xri...@otenet.gr> ---
I have been trying to debug this and have now reached a point where I can
reproduce it every time under the debugger (kdevelop). This is what happens:
1. akregator starts with a healthy feeds.opml and creates a similar feeds.opml~
2. I do some stuff and then close the window and terminate the program from the
system tray icon.
3. In MainWidget::slotOnShutdown(), setFeedList is called with an empty list.
4. Upon setFeedList() exit a QSharedPointer oldList which holds the
feedlist is deleted.
5. In ~FeedList() destructor, setRootNode(0) is called.
6. In setRootNode(0), delete d->rootNode truncates feeds.opml to length of 1
byte.
7. The program exits NORMALLY. At this point feeds.opml~ contains a good
backup.
8. On next program start, feeds.opml is "saved" to feeds.opml~ effectively
destroying it. The program complains for an invalid feed list and saves an
equally useless feeds.opml-backup.*

Does that help at all? Is there anything I can do?

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

[kdevelop] [Bug 381506] Clicking into ":0:15:" in "Build view" opens empty file

2017-08-13 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=381506

--- Comment #6 from Christos Gourdoupis <xri...@otenet.gr> ---
Ok it's all clear now. Kdevelop simply parses the output from make and gcc to
get the path to the source file. I used autotools and `make
--no-print-directory` which deprived the parser of sufficient info as make
descented into the subdirectories. I have found workarounds so I rest my case.
But Piotr uses cmake which seem to produce full absolute paths. 
Piotr can you post the actual error line that you are clicking on?

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

[kdevelop] [Bug 381506] Clicking into ":0:15:" in "Build view" opens empty file

2017-08-13 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=381506

--- Comment #3 from Christos Gourdoupis <xri...@otenet.gr> ---
Hmmm... ok I don't know how cmake works, never used it.
But I just found out that if `make` runs with --no-print-directory
option, kdevelop gets confused as to where gcc is based when it runs.
However if `make` prints lines like:
make[2]: Entering directory ''
etc... then kdevelop finds and opens the relevant source file properly.

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

[kdevelop] [Bug 381506] Clicking into ":0:15:" in "Build view" opens empty file

2017-08-12 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=381506

Christos Gourdoupis <xri...@otenet.gr> changed:

   What|Removed |Added

 CC||xri...@otenet.gr

--- Comment #1 from Christos Gourdoupis <xri...@otenet.gr> ---
I suffer from this bug too. When I click on an error line from compiler output,
a new empty file opens instead of the actual source file.
Are you using the Custom Buildsystem? And gcc?

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

[akregator] [Bug 381929] Akregator looses feed list

2017-07-15 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=381929

Christos Gourdoupis <xri...@otenet.gr> changed:

   What|Removed |Added

 CC||xri...@otenet.gr

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

[akregator] [Bug 381822] Akregator corrupts the opml file and crashes, always.

2017-07-15 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=381822

Christos Gourdoupis <xri...@otenet.gr> changed:

   What|Removed |Added

 CC||xri...@otenet.gr

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

[systemsettings] [Bug 340982] I cannot set my short date to YYYY-MM-DD, nor my time to HH:MM

2017-07-05 Thread Christos Gourdoupis
https://bugs.kde.org/show_bug.cgi?id=340982

Christos Gourdoupis <xri...@otenet.gr> changed:

   What|Removed |Added

 CC||xri...@otenet.gr

--- Comment #142 from Christos Gourdoupis <xri...@otenet.gr> ---
Recently openSUSE TW upgraded to Qt 5.9, and now en_DK is available as a time
format. But guess what, it gives "05/07/2017 14.52". Why?

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

[klipper] [Bug 329174] Lost copied text after close application

2016-03-27 Thread Christos Gourdoupis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329174

--- Comment #17 from Christos Gourdoupis <xri...@otenet.gr> ---
I have a dual monitor setup and after cleaning up my xorg.conf the problem went
away.
Multi-monitor support is broken in kf5 and under some conditions things break
and windows start behaving erraticaly. 
At that point, strange things happen to the clipboard too, like not being able
to copy from KDE apps at all. Restarting kwin_x11 --replace then brings back
the original problem!
So could it be an underlying window manager issue?

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


[klipper] [Bug 329174] Lost copied text after close application

2016-03-25 Thread Christos Gourdoupis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329174

--- Comment #15 from Christos Gourdoupis <xri...@otenet.gr> ---
Ok, I see. So I loaded the applet.
But the problem persists exactly as before.
The text is in the clipboard, but I cannot paste it.
However if there are other entries in the history, I can select another and
paste it. 
And then I can select and paste the new one too.

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


[klipper] [Bug 329174] Lost copied text after close application

2016-03-24 Thread Christos Gourdoupis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329174

Christos Gourdoupis <xri...@otenet.gr> changed:

   What|Removed |Added

 CC||xri...@otenet.gr

--- Comment #13 from Christos Gourdoupis <xri...@otenet.gr> ---
plasma 5.5.5, qt 5.5.1 not using any clipboard facility
Copy some text in kwrite and close it.
Open another instance and paste. Nothing happens.

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