empty directory entry in folder view
Bug #242675 reported by
ThijsVermeir
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Fix Released
|
Medium
|
Philippe Normand |
Bug Description
with the latest upicek branch I see an empty directory entry in the folder view for audio, video and music.
This bug is on Linux systems only:
1. Delete A Default Media Directory (In English: ~/Movies, ~/Music, etc)
2. Install Elisa on Ubuntu to test it.
3. Start Elisa with a blank configuration
4. Browser to <Media View> -> folders
5. You should only see the "Add directories" menu entry.
Changed in elisa: | |
milestone: | 0.5.1 → 0.5.1-win32-alpha3 |
Changed in elisa: | |
milestone: | 0.5.1-win32-alpha3 → 0.5.1 |
Changed in elisa: | |
status: | In Progress → Fix Committed |
milestone: | 0.5.1 → 0.5.1-win32-daily-040708 |
description: | updated |
Changed in elisa: | |
status: | Fix Committed → Fix Released |
Changed in elisa: | |
status: | Fix Released → Confirmed |
Changed in elisa: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
This is due to a screw up of the XDG directories. XDG returns the home directory in certain corner cases such as you removing on the command line your XDG media directories.
A robust solution is to disregard the home directory if it's returned from MediaDirectoryH elper.get_ directories called at poblesec/ directory_ settings. py line 72.