Merge lp:~vthompson/ubuntu-terminal-app/fixes-1239089 into lp:ubuntu-terminal-app

Proposed by Victor Thompson
Status: Merged
Approved by: Michael Hall
Approved revision: 30
Merged at revision: 32
Proposed branch: lp:~vthompson/ubuntu-terminal-app/fixes-1239089
Merge into: lp:ubuntu-terminal-app
Diff against target: 13 lines (+3/-0)
1 file modified
Terminal.qml (+3/-0)
To merge this branch: bzr merge lp:~vthompson/ubuntu-terminal-app/fixes-1239089
Reviewer Review Type Date Requested Status
Michael Hall Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+195499@code.launchpad.net

Commit message

Start app in user's home directory

Description of the change

Start app in user's home directory

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Victor Thompson (vthompson) wrote :

Could this get a review?

Revision history for this message
Michael Hall (mhall119) wrote :

Much nicer way to start, thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Terminal.qml'
2--- Terminal.qml 2013-11-12 22:57:23 +0000
3+++ Terminal.qml 2013-11-17 04:05:14 +0000
4@@ -49,6 +49,9 @@
5
6 Component.onCompleted: {
7 pgConf.colorShemes = kterm.availableColorSchemes();
8+
9+ // Change directory to $HOME
10+ ksession.sendText("cd $HOME;clear;\n")
11 }
12
13 Connections {

Subscribers

People subscribed via source and target branches