~larryprice/acolyterm/release-0.1

« back to all changes in this revision

Viewing changes to src/app/qml/TerminalPage.qml

  • Committer: Tarmac
  • Author(s): Larry Price
  • Date: 2016-06-22 16:14:21 UTC
  • mfrom: (210.1.5 acolyterm)
  • Revision ID: tarmac-20160622161421-cnyw0bjrpdig3238
Use pkexec to run default terminal and remove dependency on pam. Fixes: https://bugs.launchpad.net/bugs/1593399.

Approved by Libertine CI Bot, Larry Price.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
            bottom: keyboardBarLoader.top
54
54
        }
55
55
 
56
 
        // Hide terminal data when the access is still not granted
57
 
        layer.enabled: authService.isDialogVisible
58
56
        layer.effect: FastBlur {
59
57
            radius: units.gu(6)
60
58
        }