FS#46093 - [qt5] missing all icons in i3
            Attached to Project:
            Arch Linux
            
Opened by Nils Bars (noEntry) - Monday, 24 August 2015, 12:34 GMT
Last edited by Antonio Rojas (arojas) - Friday, 28 August 2015, 12:40 GMT
          Opened by Nils Bars (noEntry) - Monday, 24 August 2015, 12:34 GMT
Last edited by Antonio Rojas (arojas) - Friday, 28 August 2015, 12:40 GMT
| 
 | Details
                    Platform: arch x86_64, WM: i3 Description: dolphin does not show any icons after update from kdebase-dolphin-15.04.3-1 to dolphin 15.08.0-1. strace log snippet: stat("/usr/share/icons/hicolor/256x256/stock/table/drive-removable-media.svg", 0x7ffd14844b20) = -1 ENOENT (No such file or directory) stat("/usr/share/icons/hicolor/256x256/stock/text/drive-removable-media.png", 0x7ffd14844b20) = -1 ENOENT (No such file or directory) stat("/usr/share/icons/hicolor/256x256/stock/text/drive-removable-media.svg", 0x7ffd14844b20) = -1 ENOENT (No such file or directory) stat("/usr/share/icons/hicolor/32x32/actions/drive-removable-media.png", 0x7ffd14844b20) = -1 ENOENT (No such file or directory) stat("/usr/share/icons/hicolor/32x32/actions/drive-removable-media.svg", 0x7ffd14844b20) = -1 ENOENT (No such file or directory) stat("/usr/share/icons/hicolor/32x32/animations/drive-removable-media.png", 0x7ffd14844b20) = -1 ENOENT (No such file or directory) stat("/usr/share/icons/hicolor/32x32/animations/drive-removable-media.svg", 0x7ffd14844b20) = -1 ENOENT (No such file or directory) | 
              This task depends upon
              
              
            
            
           
                      
In addition, pkgfile is not even able to tell me which package should provide the missing files.
However, the same "pacman -Su" run upgraded kdebase-konqueror, which installed the
(I think) new package dolphinpart4 through dependency.
dolphinpart4 in turn contains /usr/bin/dolphin4 which turns out to be "our" dolphin.
Whether this is expected undocumented behaviour or indeed a packaging/upstream bug
others may decide...
Do you know if there is any way to fix this besides faking XDG_CURRENT_DESKTOP?
Unfortunately I don't think there's anything else we can do from our side, this needs to be properly resolved by Qt.