Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
thunar
thunar
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 280
    • Issues 280
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Custom Issue Tracker
    • Custom Issue Tracker
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Xfce
  • thunarthunar
  • Issues
  • #198

Closed
Open
Opened May 20, 2018 by Bugzilla Migration@bugzilla-migration

Merge all file-context-menus into one

Submitted by Alexander Schwinn @alexxcons

Assigned to Alexander Schwinn @alexxcons

Link to original bug (#14410)

Description

Currently there are at least 4 different context-menus implemented in thunar. All of them look almost the same +/- 1 or 2 extra items. The following methods implement the functionality for different classes: thunar_tree_view_context_menu thunar_location_buttons_context_menu thunar_shortcuts_view_context_menu thunar_tree_view_context_menu

This issue is about adding an additional class "thunar-file-context-menu" which provides the context-menu service for all other classes, and which implements the logic only once, instead of 4x The gain will be:

  • simpler to add/remove/modify context menu items
  • same items on each context menu (user expectation)
  • less maintenance / less duplicated code

Fixing this issue as well would fix Bug #2068

Version: git

Assignee
Assign to
Xfce 4.18
Milestone
Xfce 4.18
Assign milestone
Time tracking
None
Due date
None
Reference: xfce/thunar#198