Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Cannot view image thumbnails in Nautilus
@ 2021-03-27  1:25 nek0bit
  2021-03-27  1:27 ` nek0bit
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: nek0bit @ 2021-03-27  1:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 820 bytes --]

New issue by nek0bit on void-packages repository

https://github.com/void-linux/void-packages/issues/29767

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *output of ``xuname`` (part of xtools)*
* package:  nautilus-3.38.2_1
  *affected package(s) including the version*: ``xbps-query -p pkgver <pkgname>``

### Expected behavior
Thumbnails show up.


### Actual behavior
Thumbnails do not show up. `~/.cache/thumbnails/fail` is the only directory I see.

### Steps to reproduce the behavior
Fresh-install
/home directory transferred, cleaned up .config file, came from void, gentoo, and back on void. First time every using GNOME.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Cannot view image thumbnails in Nautilus
  2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
@ 2021-03-27  1:27 ` nek0bit
  2021-03-27 18:30 ` nek0bit
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: nek0bit @ 2021-03-27  1:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

New comment by nek0bit on void-packages repository

https://github.com/void-linux/void-packages/issues/29767#issuecomment-808614745

Comment:
Bad solution: Install `dolphin`, view the directory with images. And it gets generated. I do not want to do this.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Cannot view image thumbnails in Nautilus
  2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
  2021-03-27  1:27 ` nek0bit
@ 2021-03-27 18:30 ` nek0bit
  2021-03-27 18:31 ` [Temporary solution found] " nek0bit
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: nek0bit @ 2021-03-27 18:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

New comment by nek0bit on void-packages repository

https://github.com/void-linux/void-packages/issues/29767#issuecomment-808783274

Comment:
**Temporary fix:** `touch /etc/ld.so.cache`
There is a more permanent fix by modifying the bubblewrap source code and changing the cache. Could we do something about this?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Temporary solution found] Cannot view image thumbnails in Nautilus
  2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
  2021-03-27  1:27 ` nek0bit
  2021-03-27 18:30 ` nek0bit
@ 2021-03-27 18:31 ` nek0bit
  2021-03-27 18:31 ` nek0bit
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: nek0bit @ 2021-03-27 18:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

New comment by nek0bit on void-packages repository

https://github.com/void-linux/void-packages/issues/29767#issuecomment-808614745

Comment:
Bad solution: Install `dolphin`, view the directory with images. And it gets generated. I do not want to do this.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Temporary solution found] Cannot view image thumbnails in Nautilus
  2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
                   ` (2 preceding siblings ...)
  2021-03-27 18:31 ` [Temporary solution found] " nek0bit
@ 2021-03-27 18:31 ` nek0bit
  2021-03-27 19:32 ` [MUSL] " ericonr
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: nek0bit @ 2021-03-27 18:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

New comment by nek0bit on void-packages repository

https://github.com/void-linux/void-packages/issues/29767#issuecomment-808783274

Comment:
**Temporary fix:** `touch /etc/ld.so.cache`

Now it works as expected on Musl! This issue is not present with glibc

There is a more permanent fix by modifying the bubblewrap source code and changing the cache. Could we do something about this?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [MUSL] Cannot view image thumbnails in Nautilus
  2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
                   ` (3 preceding siblings ...)
  2021-03-27 18:31 ` nek0bit
@ 2021-03-27 19:32 ` ericonr
  2021-03-28  1:26 ` nek0bit
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-03-27 19:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29767#issuecomment-808790991

Comment:
So what you're saying is:

- nautilus creates thumbnails by launching a program inside a bubblewrap sandbox
- bubblewrap fails because it can't make the glibc specific file `/etc/ld.so.cache` available inside the sandbox
- you don't get thumbnails

This is hilarious, but it should also be a simple fix.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [MUSL] Cannot view image thumbnails in Nautilus
  2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
                   ` (4 preceding siblings ...)
  2021-03-27 19:32 ` [MUSL] " ericonr
@ 2021-03-28  1:26 ` nek0bit
  2021-03-28  4:09 ` ericonr
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: nek0bit @ 2021-03-28  1:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

New comment by nek0bit on void-packages repository

https://github.com/void-linux/void-packages/issues/29767#issuecomment-808828595

Comment:

> This is hilarious, but it should also be a simple fix.

haha, yep, pretty crazy. Although I bet a patch instead of just adding the file would be cleaner.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [MUSL] Cannot view image thumbnails in Nautilus
  2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
                   ` (5 preceding siblings ...)
  2021-03-28  1:26 ` nek0bit
@ 2021-03-28  4:09 ` ericonr
  2021-03-28  5:14 ` [ISSUE] [CLOSED] " ericonr
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-03-28  4:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29767#issuecomment-808841188

Comment:
Oh, I meant that creating a patch shouldn't be too hard :)

Thanks for the investigation, though :D 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ISSUE] [CLOSED] [MUSL] Cannot view image thumbnails in Nautilus
  2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
                   ` (6 preceding siblings ...)
  2021-03-28  4:09 ` ericonr
@ 2021-03-28  5:14 ` ericonr
  2021-03-28  5:15 ` ericonr
  2021-03-28 22:31 ` nek0bit
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-03-28  5:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 823 bytes --]

Closed issue by nek0bit on void-packages repository

https://github.com/void-linux/void-packages/issues/29767

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *output of ``xuname`` (part of xtools)*
* package:  nautilus-3.38.2_1
  *affected package(s) including the version*: ``xbps-query -p pkgver <pkgname>``

### Expected behavior
Thumbnails show up.


### Actual behavior
Thumbnails do not show up. `~/.cache/thumbnails/fail` is the only directory I see.

### Steps to reproduce the behavior
Fresh-install
/home directory transferred, cleaned up .config file, came from void, gentoo, and back on void. First time every using GNOME.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [MUSL] Cannot view image thumbnails in Nautilus
  2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
                   ` (7 preceding siblings ...)
  2021-03-28  5:14 ` [ISSUE] [CLOSED] " ericonr
@ 2021-03-28  5:15 ` ericonr
  2021-03-28 22:31 ` nek0bit
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-03-28  5:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29767#issuecomment-808846250

Comment:
@nek0bit as a warning, see the commit message:

> Users will have to remove the "failed generation" cache from ~/.cache/thumbnails/fail/ for nautilus to reattempt thumbnail generation of previously visited directories.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [MUSL] Cannot view image thumbnails in Nautilus
  2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
                   ` (8 preceding siblings ...)
  2021-03-28  5:15 ` ericonr
@ 2021-03-28 22:31 ` nek0bit
  9 siblings, 0 replies; 11+ messages in thread
From: nek0bit @ 2021-03-28 22:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New comment by nek0bit on void-packages repository

https://github.com/void-linux/void-packages/issues/29767#issuecomment-808970090

Comment:
wonderful work!

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-03-28 22:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27  1:25 [ISSUE] Cannot view image thumbnails in Nautilus nek0bit
2021-03-27  1:27 ` nek0bit
2021-03-27 18:30 ` nek0bit
2021-03-27 18:31 ` [Temporary solution found] " nek0bit
2021-03-27 18:31 ` nek0bit
2021-03-27 19:32 ` [MUSL] " ericonr
2021-03-28  1:26 ` nek0bit
2021-03-28  4:09 ` ericonr
2021-03-28  5:14 ` [ISSUE] [CLOSED] " ericonr
2021-03-28  5:15 ` ericonr
2021-03-28 22:31 ` nek0bit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).