Version: 1.2-beta4 (using KDE 3.3.2, (3.1)) Compiler: gcc version 3.3.5 (Debian 1:3.3.5-6) OS: Linux (i686) release 2.6.7-ck6 I have installed amarok 1.2-beta4 and there is a bug in the Collection tab. From this version there appear the .directory files like an audio file, and in the collections tab there appear "Unknow" band with all the .directory files. The attached image shows the bug. Note: The meaning of "Desconocido" (in Spanish) is "unknow". See the first collection to understand the bug.
Created attachment 9428 [details] There appear .directoy files like a song
fixed in cvs. thanks, muesli
Git commit a929a138f5e32884d3baf73675f2827990923f8a by Boudewijn Rempt. Committed on 15/09/2018 at 14:48. Pushed by rempt into branch 'master'. Replace save assert with if statement Asserts exist to catch coding errors; if a file is linked from an svg file, but that file doesn't exist, it's not a coding error, but a condition we need to handle. M +3 -1 libs/flake/svg/SvgParser.cpp https://commits.kde.org/krita/a929a138f5e32884d3baf73675f2827990923f8a
Git commit d04b9cc4819726de2b1459b620ea47980dab223d by Boudewijn Rempt. Committed on 24/09/2018 at 06:56. Pushed by rempt into branch 'krita/4.1'. Replace save assert with if statement Asserts exist to catch coding errors; if a file is linked from an svg file, but that file doesn't exist, it's not a coding error, but a condition we need to handle. M +3 -1 libs/flake/svg/SvgParser.cpp https://commits.kde.org/krita/d04b9cc4819726de2b1459b620ea47980dab223d