Re: ports/170790: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after installation

2012-08-25 Thread rakuco
Synopsis: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after 
installation

State-Changed-From-To: open-closed
State-Changed-By: rakuco
State-Changed-When: Sun Aug 26 03:54:52 UTC 2012
State-Changed-Why: 
.desktop file added in r303108.

http://www.freebsd.org/cgi/query-pr.cgi?pr=170790
___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to freebsd-xfce-unsubscr...@freebsd.org



Re: ports/170790: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after installation

2012-08-24 Thread Olivier Duchateau
The following reply was made to PR ports/170790; it has been noted by GNATS.

From: Olivier Duchateau duchateau.oliv...@gmail.com
To: bug-follo...@freebsd.org, cede...@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 +

 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
___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to freebsd-xfce-unsubscr...@freebsd.org


Re: ports/170790: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after installation

2012-08-24 Thread Warren Block

On Fri, 24 Aug 2012, Olivier Duchateau wrote:


The following reply was made to PR ports/170790; it has been noted by GNATS.

From: Olivier Duchateau duchateau.oliv...@gmail.com
To: bug-follo...@freebsd.org, cede...@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 +

No, we can't :)

DrPython doesn't provide .desktop file, so you must create yourself this file.


A desktop entry can be added to the devel/drpython port: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-x11.html#DESKTOP-ENTRIES

___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to freebsd-xfce-unsubscr...@freebsd.org


Re: ports/170790: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after installation

2012-08-24 Thread Olivier Duchateau
2012/8/24 Warren Block wbl...@wonkity.com:
 On Fri, 24 Aug 2012, Olivier Duchateau wrote:

 The following reply was made to PR ports/170790; it has been noted by
 GNATS.

 From: Olivier Duchateau duchateau.oliv...@gmail.com
 To: bug-follo...@freebsd.org, cede...@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 +

 No, we can't :)

 DrPython doesn't provide .desktop file, so you must create yourself this
 file.


 A desktop entry can be added to the devel/drpython port:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-x11.html#DESKTOP-ENTRIES

I know, but this request doesn't concern Xfce (GNOME or KDE it's
similar), but rather DrPython's maintainer.

I've just explain how, we can add menu item in Xfce environment.



-- 
olivier
___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to freebsd-xfce-unsubscr...@freebsd.org


Re: ports/170790: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after installation

2012-08-24 Thread Warren Block

On Fri, 24 Aug 2012, Olivier Duchateau wrote:


2012/8/24 Warren Block wbl...@wonkity.com:

On Fri, 24 Aug 2012, Olivier Duchateau wrote:


The following reply was made to PR ports/170790; it has been noted by
GNATS.

From: Olivier Duchateau duchateau.oliv...@gmail.com
To: bug-follo...@freebsd.org, cede...@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 +

No, we can't :)

DrPython doesn't provide .desktop file, so you must create yourself this
file.



A desktop entry can be added to the devel/drpython port:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-x11.html#DESKTOP-ENTRIES


I know, but this request doesn't concern Xfce (GNOME or KDE it's
similar), but rather DrPython's maintainer.

I've just explain how, we can add menu item in Xfce environment.


Fair enough.  devel/drpython has no specific maintainer, so I've entered 
http://www.freebsd.org/cgi/query-pr.cgi?pr=170983 with a patch to add a 
DESKTOP_ENTRIES setting.

___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to freebsd-xfce-unsubscr...@freebsd.org


Re: ports/170790: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after installation

2012-08-24 Thread Warren Block
The following reply was made to PR ports/170790; it has been noted by GNATS.

From: Warren Block wbl...@wonkity.com
To: bug-follo...@freebsd.org, cede...@tlen.pl
Cc:  
Subject: Re: ports/170790: x11-wm/xfce4:please add DrPython shortcut in xfce4
 menu after installation
Date: Fri, 24 Aug 2012 04:19:33 -0600 (MDT)

 http://www.freebsd.org/cgi/query-pr.cgi?pr=170983 created with a patch to 
 add a DESKTOP_ENTRIES setting to devel/drpython.
___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to freebsd-xfce-unsubscr...@freebsd.org


Re: ports/170790: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after installation

2012-08-21 Thread edwin
Synopsis: x11-wm/xfce4:please add DrPython shortcut in xfce4 menu after 
installation

Responsible-Changed-From-To: freebsd-ports-bugs-freebsd-xfce
Responsible-Changed-By: edwin
Responsible-Changed-When: Tue Aug 21 15:55:23 UTC 2012
Responsible-Changed-Why: 
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=170790
___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to freebsd-xfce-unsubscr...@freebsd.org