Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Eye of GNOME Eye of GNOME
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • Eye of GNOMEEye of GNOME
  • Issues
  • #223

Closed
Open
Created Jan 20, 2022 by Christian Rauch@christian-rauch

user plugin search path

According to https://wiki.gnome.org/Apps/EyeOfGnome/Plugins, the user plugin search path should be $HOME/.local/share/eog/plugins. If I install the eog-plugins using this path (./autogen.sh --prefix=$HOME/.local/share/eog/plugins) then the resulting layout will look like

$ tree -L 4 $HOME/.local/share/eog/plugins
/home/christian/.local/share/eog/plugins
├── lib
│   └── eog
│       └── plugins
│           ├── exif-display.plugin
│           ├── export-to-folder.plugin
│           ├── export-to-folder.py
│           ├── fit-to-width.plugin
│           ├── fullscreenbg.plugin
│           ├── fullscreenbg.py
│           ├── libexif-display.la
│           ├── libexif-display.so
│           ├── libfit-to-width.la
│           ├── libfit-to-width.so
│           ├── liblight-theme.la
│           ├── liblight-theme.so
│           ├── libsend-by-mail.la
│           ├── libsend-by-mail.so
│           ├── light-theme.plugin
│           ├── maximize-windows.plugin
│           ├── maximize-windows.py
│           ├── __pycache__
│           ├── pythonconsole
│           ├── pythonconsole.plugin
│           ├── send-by-mail.plugin
│           ├── slideshowshuffle.plugin
│           └── slideshowshuffle.py
└── share
    ├── appdata
    │   ├── eog-exif-display.metainfo.xml
    │   ├── eog-export-to-folder.metainfo.xml
    │   ├── eog-fit-to-width.metainfo.xml
    │   ├── eog-fullscreenbg.metainfo.xml
    │   ├── eog-light-theme.metainfo.xml
    │   ├── eog-maximize-windows.metainfo.xml
    │   ├── eog-pythonconsole.metainfo.xml
    │   ├── eog-send-by-mail.metainfo.xml
    │   └── eog-slideshowshuffle.metainfo.xml
    ├── eog
    │   └── plugins
    │       ├── export-to-folder
    │       ├── fullscreenbg
    │       └── pythonconsole
    ├── glib-2.0
    │   └── schemas
    │       ├── gschemas.compiled
    │       ├── org.gnome.eog.plugins.exif-display.gschema.xml
    │       ├── org.gnome.eog.plugins.export-to-folder.gschema.xml
    │       ├── org.gnome.eog.plugins.fullscreenbg.gschema.xml
    │       └── org.gnome.eog.plugins.pythonconsole.gschema.xml
    └── locale

and eog will not be able to find those plugins.

Assignee
Assign to
Time tracking