Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • thunar thunar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 265
    • Issues 265
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xfce
  • thunarthunar
  • Issues
  • #609

Closed
Open
Created Jul 05, 2021 by Evangelos Foutras@foutrelis🐱Contributor

Incorrect "Send To" behavior with multiple file arguments

The following custom sendto action launches two vim instances when two files are selected.

$ cat .local/share/Thunar/sendto/vim.desktop 
[Desktop Entry]
Type=Application
Version=1.0
Name=Vim
Icon=gvim
Exec=vim %F
Terminal=true

The expected behavior would be to launch one vim instance with the two files as arguments to it.

A quick git bisect indicates this started occurring after the migration to XfceGtkActionEntry (around commit 3114555c).

Assignee
Assign to
Time tracking