* bug#54283: eog-plugins don't shop up @ 2022-03-07 5:34 Roman Riabenko 2022-03-07 7:30 ` Liliana Marie Prikler 0 siblings, 1 reply; 4+ messages in thread From: Roman Riabenko @ 2022-03-07 5:34 UTC (permalink / raw) To: 54283 I installed eog-plugins, but they do not show up in EOG Preferences > Plugins. Roman ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#54283: eog-plugins don't shop up 2022-03-07 5:34 bug#54283: eog-plugins don't shop up Roman Riabenko @ 2022-03-07 7:30 ` Liliana Marie Prikler 2022-03-07 11:27 ` Roman Riabenko 0 siblings, 1 reply; 4+ messages in thread From: Liliana Marie Prikler @ 2022-03-07 7:30 UTC (permalink / raw) To: Roman Riabenko, 54283 Hi Roman, Am Montag, dem 07.03.2022 um 07:34 +0200 schrieb Roman Riabenko: > I installed eog-plugins, but they do not show up in EOG Preferences > > Plugins. Note that eog-plugins have the version 3.26.8, while EOG itself has version 40.3 -- in other words, a mismatch. There is to my knowledge no eog-plugins release for 40.3, but there are release candidates for 42. Apart from that, it would appear that the plugin installation path changed from lib/ to share/, but we could add our own lib-respecting plugin path to eog with a patch or snippet once we have corresponding eog-plugins again. Cheers ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#54283: eog-plugins don't shop up 2022-03-07 7:30 ` Liliana Marie Prikler @ 2022-03-07 11:27 ` Roman Riabenko 2022-03-12 4:22 ` iyzsong 0 siblings, 1 reply; 4+ messages in thread From: Roman Riabenko @ 2022-03-07 11:27 UTC (permalink / raw) To: Liliana Marie Prikler, 54283 [-- Attachment #1: Type: text/plain, Size: 1335 bytes --] Hello, Liliana. Thank you for looking into this. Indeed, the latest stable release of eog-plugins is 3.26.8 per https://gitlab.gnome.org/GNOME/eog-plugins/-/blob/master/NEWS If this is of any help, I looked into Debian and Fedora installations. Fedora uses eog-plugins version 3.26.8 with eog 41.1, and Debian uses eog-plugins 3.26.5 with eog 3.38.2. The plugins seem to be installed to /usr/lib64/eog/plugins on Fedora and to /usr/lib/x86_64-linux- gnu/eog/plugins on Debian. For your reference, I attach my lookup on Fedora of where the map plugin installs its files and a look at the plugins directory contents. Roman У пн, 2022-03-07 у 08:30 +0100, Liliana Marie Prikler пише: > Hi Roman, > > Am Montag, dem 07.03.2022 um 07:34 +0200 schrieb Roman Riabenko: > > I installed eog-plugins, but they do not show up in EOG Preferences > > > > > Plugins. > Note that eog-plugins have the version 3.26.8, while EOG itself has > version 40.3 -- in other words, a mismatch. There is to my knowledge > no eog-plugins release for 40.3, but there are release candidates for > 42. Apart from that, it would appear that the plugin installation > path > changed from lib/ to share/, but we could add our own lib-respecting > plugin path to eog with a patch or snippet once we have corresponding > eog-plugins again. > > Cheers [-- Attachment #2: attachment.txt --] [-- Type: text/plain, Size: 1658 bytes --] $ LC_ALL=C dnf list eog eog-plugins Last metadata expiration check: 0:40:45 ago on Mon Mar 7 09:36:29 2022. Installed Packages eog.x86_64 41.1-1.fc35 @updates eog-plugins.x86_64 3.26.8-1.fc35 @updates Available Packages eog.i686 41.1-1.fc35 updates $ LC_ALL=C dnf repoquery -l eog-plugin-map Last metadata expiration check: 0:42:26 ago on Mon Mar 7 09:36:29 2022. /usr/lib/.build-id /usr/lib/.build-id/2f /usr/lib/.build-id/2f/504d438d1c1ee7ebb9ad81508f80f2f16e928e /usr/lib64/eog/plugins/libmap.so /usr/lib64/eog/plugins/map.plugin /usr/share/appdata/eog-map.metainfo.xml /usr/lib/.build-id /usr/lib/.build-id/4a /usr/lib/.build-id/4a/b9f9ebca5805a86d05ca1f2329f18c1e654021 /usr/lib64/eog/plugins/libmap.so /usr/lib64/eog/plugins/map.plugin /usr/share/appdata/eog-map.metainfo.xml $ ls /usr/lib64/eog/plugins/ exif-display.plugin libhide-titlebar.so postasa.plugin export-to-folder.plugin liblight-theme.so __pycache__ export-to-folder.py libmap.so pythonconsole fit-to-width.plugin libpostasa.so pythonconsole.plugin fullscreenbg.plugin libreload.so reload.plugin fullscreenbg.py libsend-by-mail.so send-by-mail.plugin fullscreen.plugin libstatusbar-date.so slideshowshuffle.plugin hide-titlebar.plugin light-theme.plugin slideshowshuffle.py libexif-display.so map.plugin statusbar-date.plugin libfit-to-width.so maximize-windows.plugin libfullscreen.so maximize-windows.py ^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#54283: eog-plugins don't shop up 2022-03-07 11:27 ` Roman Riabenko @ 2022-03-12 4:22 ` iyzsong 0 siblings, 0 replies; 4+ messages in thread From: iyzsong @ 2022-03-12 4:22 UTC (permalink / raw) To: Roman Riabenko; +Cc: Liliana Marie Prikler, 54283 Roman Riabenko <roman@riabenko.com> writes: > Hello, Liliana. Thank you for looking into this. > [...] > > Roman > > У пн, 2022-03-07 у 08:30 +0100, Liliana Marie Prikler пише: >> Hi Roman, >> >> Am Montag, dem 07.03.2022 um 07:34 +0200 schrieb Roman Riabenko: >> > I installed eog-plugins, but they do not show up in EOG Preferences >> > > >> > Plugins. >> Note that eog-plugins have the version 3.26.8, while EOG itself has >> version 40.3 -- in other words, a mismatch. There is to my knowledge >> no eog-plugins release for 40.3, but there are release candidates for >> 42. Apart from that, it would appear that the plugin installation >> path >> changed from lib/ to share/, but we could add our own lib-respecting >> plugin path to eog with a patch or snippet once we have corresponding >> eog-plugins again. >> [...] Hello, Roman and Liliana, thanks for the report and explain. I have fixed this issue in commit b769fe7f756 by symlink the plugins directory in eog-plugins from lib/ to share/. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-12 4:42 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-03-07 5:34 bug#54283: eog-plugins don't shop up Roman Riabenko 2022-03-07 7:30 ` Liliana Marie Prikler 2022-03-07 11:27 ` Roman Riabenko 2022-03-12 4:22 ` iyzsong
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.