i'm trying to come up with a good .desktop file for sublime text 2, but middle click isn't opening a 2nd window, and when I specify an Exec line with --new-window sublime opens 2 windows to start!
Is there any way to specify a different command line when you middle click (shift click etc) on the unity launcher?
I have a .desktop file in .local/share/applications for opening text files in vim (console version). This works perfectly in gnome, unity. In Lxde it fails. I tried using lxterminal in place of gnome-terminal.
My sublime-text 2 editor no longer starts when I click it's icon in my dock.
The icon does the normal slow pulsing for a while (unity) but nothing seems to load.
How can I determine why sublime has started failing?
I have a .desktop file in .local/share/applications for opening text files in vim (console version). This works perfectly in gnome, unity. In Lxde it fails. I tried using lxterminal in place of gnome-terminal. It opens copy of the file and not the file itself (when saving, it asks if I want to replace the original file).
What is wrong?
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
Hope this is in the right place and I apologize in advance if it is not.
Many people would like not to have to open a terminal or have more granular control over permitions that can be achieved using PAM permissions(read the man pages for PAM for more information) and the consolehelper.
Seen here, d checked on a live session though because it's an X Window System error maybe hardware is a factor.
Easy to see - open any .desktop or .desktop type file in gedit from a terminal (for Ex.
Hello all ...
I have used this web page ...
---
http://www.youtube.com/watch?v=ncWUFEc3WXY
---
and this process ...
---
gksudo gedit /usr/share/applications/name.desktop
paste into gedit :
[Desktop Entry]
Name=the name you want shown
Comment=
Exec=command to run
Icon=icon name
Terminal=false
Type=Application
StartupNotify=true
and save file.
---
But the process fails if the exec path contai
I have tried to create a .desktop file to run vncviewer (tight vnc connecting to a mac). I have entered below into the file.
[Desktop Entry]
Version=x.y
Name=VNCViewer
Comment=This is my comment
Exec=/usr/bin/vncviewer 10.0.1.5:5900
Terminal=true
When I double click the file it returns "There was an error launching the application."
Any suggestions what I have done wrong in my .desktop file?