Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • xfce4-terminal xfce4-terminal
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 89
    • Issues 89
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Apps
  • xfce4-terminalxfce4-terminal
  • Issues
  • #146

Closed
Open
Created Nov 21, 2021 by Aaron Digulla@adigulla

Restoring session fails when working directory contains a comma

Xfce4 Terminal is unable to restore the session when the working directory of a terminal contains a comma.

mkdir a,b cd a,b Log out Log in again -> sessions are gone even through there is a RestartCommand in $HOME/.cache/sessions/xfce4-session-localhost:0

The reason is that the parsing of the RestartCommand element xfce4-session fails since the comma isn't escaped properly:

,--active-tab,--working-directory,/home/foo/a,b

will fail with "Unknown option "b"

Assignee
Assign to
Time tracking