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/
I think Nautilus is so slow, and I'd like to move to PCmanFM, but didn't find any good tips how to do this in Ubuntu 12.10.
I have PCmanFM installed already, and I even changed:
$ sudo gedit /usr/share/applications/nautilus-folder-handler.desktop
[Desktop Entry]
Name=Files
Comment=Access and organize files
Exec=pcmanfm %U
Icon=system-file-manager
Terminal=false
NoDisplay=true
Type=Application
S
I have tried everything I can think of to get this to work. Such as:xdg-mime default evolution.desktop x-scheme-handler/mailto
xdg-mime default evolution.desktop application/mbox
xdg-mime default evolution.desktop x-scheme-handler/mailtoI tried opening a shell and typing export DE=gnome
chromiumI also tried looking into the xdg-email script.
I am trying to set the default application for magnet links using:
xdg-mime default deluge.desktop x-scheme-handler/magnet
Checking this with grep -i deluge ~/.local/share/applications/*
yeilds:
/home/manko/.local/share/applications/mimeapps.list:x-scheme-handler/magnet=deluge.desktop
/home/manko/.local/share/applications/mimeapps.list:application/x-bittorrent=deluge.desktop
i.e.
What should i write in the: X-scheme-handler/mailto= ? I have Lotus Notes 8.5.2. It doesnt work if i just trying to change it from System Settings==>Default applications.
Hi,
I'm new to using Linux so I apologise in advance for any stupid questions!
I'm using Fedora 17 x64.
I do work remotely through the use of Citrix. Now my problem currently is that when I've got Firefox open and logged into our Access Gateway and select an application to launch a pop-up appears asking me to save or open the 'launch.jsp' file.
I just installed Kubuntu 12.04 beta 1. I used the included menu item to install Firefox. No problems with the installation.
But when I download an item (e.g., a JPG image) with Firefox and then choose to either open it or open the containing folder, I get a dialog titled "launch application" and I have to "choose an application". This happens for all application types.
The following information has been in circulation for LXDE users who want to add a panel shortcut to the shutdown functions:In a terminal session, create and open the new file:
Code:
gksudo leafpad /usr/share/applications/lubuntu-logout.desktop
Then these commands are added to the file:
Code:
[Desktop Entry]
Name=Shutdown
Comment=Shutdown or Reboot
Icon=system-shutdown-panel
Exec=lubuntu
selenium grid 1.0.8, selenium server 2.21.0, firefox 11.0 and 10.0, tomcat 6.0.35
i launch grid hub manually.
launch remote control from java code with SelfRegisteringRemoteControlLauncher.main(args)
write a web application, user can click a button to launch remote control then run the test, deploy this web application to tomcat 6.0.35
in windows 7, after user click the button, it can launch re