I installed nautilus and nautilus-open-terminal in xfce. It was opening xterm which I did not like.
I want to change default terminal to lilyterm. Here is instructions that I've found on the internet
gsettings set org.gnome.desktop.default-applications.terminal exec lilyterm
gsettings set org.gnome.desktop.default-applications.terminal exec-arg ""
But when I'm pressing shotcut, that must run default termial -- I'm getting
Windows manager warning: Error on terminal command"(null)".
Thanks for your prompt reply.
rnarch
https://bbs.archlinux.org/profile.php?id=58265
2012-08-31T01:22:39Z
@Trilby: That is what i have done in http://ix.io/3co... Where you see the "Fatal IO error 11" error is when i have tried to start an gnome application. The only terminal i have is the tty2 as gnome-terminal crash.edit: I can run xterm.. but it gives the same info as the xsession-errors i posted above. ;)@tomegun: Cool!
Yes, it worked! Thanks very much. Marking this thread as solved.
rnarch
https://bbs.archlinux.org/profile.php?id=58265
2012-10-03T01:31:44Z
You set "Terminal=true", but what terminal is it trying to run? Do you have xterm installed?
anonymous_user
https://bbs.archlinux.org/profile.php?id=28548
2013-01-10T00:44:04Z
I would like to be able to click on SSH links that look like ssh://user@servername and have a gnome-terminal open that runs SSH inside of it.
After reading up on the XDG stuff I did the following:
I created a shell script in $HOME/bin/ssh-terminal with the following:
#!/bin/sh
dest=${1#ssh://}
gnome-terminal -e "ssh $dest" &
This works from the command line.
I created $HOME/.local/share/
Hi,I run GNOME 3, and despite my best efforts with gnome-tweak-tool and in the terminal (gsettings) I can never get my machine to NOT suspend when I connect an external monitor and close the lid.
I have seen the wiki. It says: If you want a pure systemd setup you can remove initscriptsHowever, I am not clear how to "remove initscripts".
rnarch
https://bbs.archlinux.org/profile.php?id=58265
2012-06-08T04:55:52Z