Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
ion
ion
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • redox-os
  • ionion
  • Issues
  • #930

Closed
Open
Opened Nov 25, 2019 by BafDyce@BafDyceGuest

feat: pipeline execution error: process ($pid) ended by signal SIGINT (ion in dolphin)

Dolphin (KDEs default file manager) has a rather cool feature which allows one to have a terminal pane within the file manager. The file navigation pane and the terminal are also linked. For example if the user navigates to a different directory in the file browser, dolphin issues a cd $dir inside the terminal and when the user does a cd $dir inside the terminal, the file browser pane is updated accordingly.

However, when using ion, the following error message is displayed after each cd command (issued by dolphin, not when the user manually enters the cd command):

ion: pipeline execution error: process ($pid) ended by signal SIGINT

where $pid is the pid of ion (and it still lives after the command was completed). Also, the cd command works as it should (i.e. the directory IS changed).

I don't think that this is a serious issue (it doesnt really bother me much yet) and just wanted to report it for completeness :)

Edited Apr 21, 2020 by matu3ba
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/ion#930