[neon] [Bug 476396] Discover: "The PackageKit daemon has crashed" when updating a Flatpak

2023-11-20 Thread Tomi
https://bugs.kde.org/show_bug.cgi?id=476396

Tomi  changed:

   What|Removed |Added

 CC||faufer...@gmail.com

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

[Discover] [Bug 476065] New: The PackageKit daemon has crashed

2023-10-24 Thread Tomi
https://bugs.kde.org/show_bug.cgi?id=476065

Bug ID: 476065
   Summary: The PackageKit daemon has crashed
Classification: Applications
   Product: Discover
   Version: 5.27.8
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: PackageKit
  Assignee: plasma-b...@kde.org
  Reporter: faufer...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT
The PackageKit daemon has crashed

EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[elisa] [Bug 424517] New: Cannot play files from SMB Share

2020-07-21 Thread Tomi
https://bugs.kde.org/show_bug.cgi?id=424517

Bug ID: 424517
   Summary: Cannot play files from SMB Share
   Product: elisa
   Version: 19.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: o...@kapsi.fi
  Target Milestone: ---

SUMMARY
I'm trying to play Music from SMB share hosted on Synology NAS. 

STEPS TO REPRODUCE
1. Configure Elisa -> add path smb://username@server.local:445/music/ ->
Nothing happens 
2. From Dolphin open music file in Elisa -> File appears on Elisa playlist but
does not play.   

OBSERVED RESULT
Cannot playback Music from SMB share with Elisa

EXPECTED RESULT
Play music files from SMB share

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Pop!_OS 20.04
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

ADDITIONAL INFORMATION
Console error when trying to add folder with Configure Elisa:
"setting:kf5.kio.kdirmodel: The kioslave for "smb" violates the hierarchy
structure: I arrived at node "/music/" , but "/music" does not start with that
path."

Console error when trying to playback file by opening it from Dolphin:
[7f2490001b20] smb stream error: open failed for
'username:@server.local:445/music/Gamma Ray - Land of the Free II/01 - Into the
Storm.flac' (Operation not permitted)
[55b0e89ca660] main input error: Your input can't be opened
[55b0e89ca660] main input error: VLC is unable to open the MRL
'smb://username:@server.local:445/music/Gamma Ray - Land of the Free II/01 -
Into the Storm.flac'. Check the log for details.
qrc:/qml/ElisaMainWindow.qml:190:17: Unable to assign [undefined] to QString
qrc:/qml/HeaderBar.qml:94:9: QML Image: Failed to get image from provider:
image://icon/error
qrc:/qml/HeaderBar.qml:60:9: QML Image: Failed to get image from provider:
image://icon/error
[7f248c0070f0] main stream error: cannot resolve  port 554 : Name or
service not known
[7f248c0070f0] access_realrtsp stream error: cannot connect to :554
[7f248c0070f0] main stream error: Connection failed
[7f248c0070f0] main stream error: VLC could not connect to ":554".
[7f248c0070f0] nfs stream error: nfs_parse_url_incomplete failed: 'Invalid
URL specified'
[55b0e8dbe5c0] main input error: Your input can't be opened
[55b0e8dbe5c0] main input error: VLC is unable to open the MRL ''. Check
the log for details.
[7f24900528c0] main stream error: cannot resolve  port 554 : Name or
service not known
[7f24900528c0] access_realrtsp stream error: cannot connect to :554
[7f24900528c0] main stream error: Connection failed
[7f24900528c0] main stream error: VLC could not connect to ":554".
[7f24900528c0] nfs stream error: nfs_parse_url_incomplete failed: 'Invalid
URL specified'
[55b0e77edc80] main input error: Your input can't be opened
[55b0e77edc80] main input error: VLC is unable to open the MRL ''. Check
the log for details.

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

[kpat] [Bug 354065] kpat has a problem with redo and undo. Does not refresh the situation or does refresh with large delay.

2017-06-08 Thread Tomi Leppänen
https://bugs.kde.org/show_bug.cgi?id=354065

Tomi Leppänen <tomi.leppa...@telemail.fi> changed:

   What|Removed |Added

 CC||tomi.leppa...@telemail.fi

--- Comment #1 from Tomi Leppänen <tomi.leppa...@telemail.fi> ---
I can reproduce this. I think this is easiest to reproduce with Spider
solitaire. Do some moves then undo some and redo them. Should be clearly
visible. I can't take a screenshot since the problem disappears if I try to do
that.

My system:
Fedora 25, KPatience 3.6. I tried also git master, seems to work the same.

I already figured out that adding just a tiny bit of duration to the animation
(from 0 to 1) makes this work, but it won't look very nice when the card just
quickly flashes. There is probably a way to tell it to update that part of the
screen or the whole game, but I haven't yet figured that out. Or maybe the
animation code needs to be fixed.

If someone wants to try the workaround I mentioned, here is a quick patch:
diff --git a/dealer.cpp b/dealer.cpp
index dfee5e4..eb263c8 100644
--- a/dealer.cpp
+++ b/dealer.cpp
@@ -1219,7 +1219,7 @@ void DealerScene::undoOrRedo( bool undo )
 p->swapCards( i, index );
 }

-updatePileLayout( p, 0 );
+updatePileLayout( p, 1 );
 }

 emit updateMoves( moveCount() );

I didn't make a real patch since it I don't think this is proper way to fix
this, but it might provide some ideas to fix this properly.

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