cinnamon: Fix KNOWN ISSUE.

Launching terminal from nemo shortcut did not work since it hasn't
been defined yet. We override it on cinnamon's gschema.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-01-08 08:17:23 +07:00
parent 3b87900aaf
commit 109270bf93
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 0 deletions

View file

@ -4,3 +4,4 @@ KNOWN ISSUES
Use this command to set it to other terminal (eg. xfce4-terminal)
Thanks to Michael Amadio
gsettings set org.cinnamon.desktop.default-applications.terminal exec xfce4-terminal
Status: FIXED (Sun Jan 8 01:14:57 UTC 2017)

View file

@ -11,3 +11,6 @@ disable-while-typing=true
[org.cinnamon.theme]
name="cinnamon"
[org.cinnamon.desktop.default-applications.terminal]
exec="xfce4-terminal"