Date: Fri, 24 Aug 2012 07:30:05 GMT From: Olivier Duchateau <duchateau.olivier@gmail.com> To: freebsd-xfce@FreeBSD.org Subject: Re: ports/170790: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after installation Message-ID: <201208240730.q7O7U5dK058545@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/170790; it has been noted by GNATS. From: Olivier Duchateau <duchateau.olivier@gmail.com> To: bug-followup@FreeBSD.org, cederom@tlen.pl Cc: Subject: Re: ports/170790: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after installation Date: Fri, 24 Aug 2012 09:26:04 +0000 No, we can't :) DrPython doesn't provide .desktop file, so you must create yourself this file. There're several methods: 1) Create launcher on panel. Choose your favorite panel. Right click: Panel -> Add New Items... -> Launcher 2) Create item in 'general menu' 2.1) With your favorite text editor. Create .desktop file in ~/.local/share/applications (e.g. drpython.desktop) [Desktop Entry] Version=1.0 Type=Application Encoding=UTF-8 Exec=/usr/local/bin/drpython Icon=applications-other.png StartupNotify=false Categories=Development;TextEditor; OnlyShowIn=XFCE; Name=DrPython Comment=Customizable text Editor You can even add your locale in Name and Comment entries, but, your file must be encoding into UTF-8 (see converters/iconv). For Exec line, you can also remove absolute path. For Icon line, you must have to install x11-themes/icons-tango. 2.2) With GUI Launch exo-desktop-item-edit --create-new ~/.local/share/applications -- olivier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208240730.q7O7U5dK058545>