Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xdg-utils
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 179
    • Issues 179
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xdg
  • xdg-utils
  • Merge requests
  • !61

xdg-su: Remove quotes around lxqt-sudo cmd arg

  • Review changes

  • Download
  • Patches
  • Plain diff
Open JaredD requested to merge jaredd/xdg-utils:fix-lxqt-sudo-cmd into master Oct 28, 2022
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

lxqt-sudo does not use quotes for its command argument

Currently:

> lxqt-sudo -s "echo WORKS!"

bash: line 1: exec: echo WORKS!: not found

With fix:

> lxqt-sudo -s echo WORKS!

WORKS!

Currently this bug prevents any and all admin apps from executing from the start menu in the standard lxqt desktop.

Edited Oct 28, 2022 by JaredD
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-lxqt-sudo-cmd