Opened 9 years ago
Closed 9 years ago
#12627 closed Bug Report - General (Invalid)
MythGallery (old): Opening TIF pictures fails
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.28-beta |
Severity: | medium | Keywords: | TIF MythGallery |
Cc: | Ticket locked: | no |
Description
Opening TIF pictures fails, black screen.
[pid 13514] open("/srv/pictures/2008/20080904 Island/20080604_1 Reykjavik/_MG_9906.TIF", O_RDONLY|O_CLOEXEC) = 40 [pid 17348] open("/dev/null", O_RDONLY) = 42 [pid 17348] open("/dev/null", O_WRONLY) = 42 [pid 17348] open("/dev/null", O_WRONLY) = 42 [pid 17348] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/lib/x86_64-linux-gnu/libtinfo.so.5", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/dev/tty", O_RDWR|O_NONBLOCK) = -1 ENXIO (No such device or address) [pid 17348] open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3 [pid 17348] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/usr/lib/x86_64-linux-gnu/libjpeg.so.8", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/usr/lib/x86_64-linux-gnu/liblcms.so.1", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/usr/lib/x86_64-linux-gnu/libjasper.so.1", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 [pid 17348] open("/srv/pictures/2012/20120604", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 17348] open("Island/20120604_1", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 17348] open("Reykjavik/_MG_9906.TIF", O_RDONLY) = -1 ENOENT (No such file or directory)
Opening JPG works
[pid 13514] open("/srv/pictures/2009/20090106 Brasil/HPIM0553.JPG", O_RDONLY) = 40
Change History (2)
Note: See
TracTickets for help on using
tickets.
After installing "qt5-image-formats-plugins" it worked.
Also the strange splitting of the directory didn't show up anymore.
Ticket can be closed.