| Summary: | Possibly wrong locale selected for testtrash | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Lisandro Damián Nicanor Pérez Meyer <perezmeyer> | 
| Component: | trash | Assignee: | David Faure <faure> | 
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | maxy, simonandric5 | 
| Priority: | NOR | ||
| Version First Reported In: | 4.11.5 | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kio/459411055bb1236caf5d25d83fd4a62a58279fce | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| 
 
        
          Description
        
        
          Lisandro Damián Nicanor Pérez Meyer
        
        
        
        
          2014-01-15 00:44:33 UTC
        
       
    Git commit 459411055bb1236caf5d25d83fd4a62a58279fce by David Faure. Committed on 14/01/2017 at 12:59. Pushed by dfaure into branch 'master'. Use C rather than en_US so that the locale doesn't have to be installed M +1 -1 src/ioslaves/trash/tests/testtrash.cpp https://commits.kde.org/kio/459411055bb1236caf5d25d83fd4a62a58279fce (In reply to David Faure from comment #1) > Git commit 459411055bb1236caf5d25d83fd4a62a58279fce by David Faure. > Committed on 14/01/2017 at 12:59. > Pushed by dfaure into branch 'master'. > > Use C rather than en_US so that the locale doesn't have to be installed > > M +1 -1 src/ioslaves/trash/tests/testtrash.cpp > > https://commits.kde.org/kio/459411055bb1236caf5d25d83fd4a62a58279fce Please be aware that C.UTF-8 is a Debian (and derivatives) specific locale name (generated at build time by the debian/rules.d/build.mk file), and afaik, it hasn't been added to the vanilla glib's locale. So you might need to use plain "C" if C.UTF-8 is not available. Happy hacking, It works for me on OpenSuSE...  |