mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
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:
parent
3b87900aaf
commit
109270bf93
2 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,4 @@ KNOWN ISSUES
|
||||||
Use this command to set it to other terminal (eg. xfce4-terminal)
|
Use this command to set it to other terminal (eg. xfce4-terminal)
|
||||||
Thanks to Michael Amadio
|
Thanks to Michael Amadio
|
||||||
gsettings set org.cinnamon.desktop.default-applications.terminal exec xfce4-terminal
|
gsettings set org.cinnamon.desktop.default-applications.terminal exec xfce4-terminal
|
||||||
|
Status: FIXED (Sun Jan 8 01:14:57 UTC 2017)
|
||||||
|
|
|
@ -11,3 +11,6 @@ disable-while-typing=true
|
||||||
|
|
||||||
[org.cinnamon.theme]
|
[org.cinnamon.theme]
|
||||||
name="cinnamon"
|
name="cinnamon"
|
||||||
|
|
||||||
|
[org.cinnamon.desktop.default-applications.terminal]
|
||||||
|
exec="xfce4-terminal"
|
||||||
|
|
Loading…
Reference in a new issue