[issue1353344] python.desktop

2021-10-23 Thread Filipe Laíns

Change by Filipe Laíns :


--
nosy: +FFY00

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2021-10-21 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
stage: patch review -> needs patch
versions: +Python 3.11 -Python 2.7, Python 3.3, Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2017-02-09 Thread Nick Coghlan

Nick Coghlan added the comment:

>From a downstream redistributor point of view, the key pieces it would be 
>handy to consolidate upstream are the desktop file itself (with all the 
>translations) and the preferred icon. It wouldn't really help much to have it 
>integrated into "make install" since most redistributors split out tkinter and 
>IDLE packages from the base installation anyway.

However, as Terry says, before the change can be accepted, those files need to 
be combined into an actual patch that:

- adds the desktop file and the icon to the Misc directory
- updates Misc/README to describe the new files

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2017-02-08 Thread Petr Viktorin

Changes by Petr Viktorin :


--
nosy: +ncoghlan

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2015-10-13 Thread Shubham Dash

Changes by Shubham Dash :


Added file: http://bugs.python.org/file40768/python.desktop

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2014-02-03 Thread Mark Lawrence

Changes by Mark Lawrence breamore...@yahoo.co.uk:


--
nosy:  -BreamoreBoy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2014-01-29 Thread Terry J. Reedy

Terry J. Reedy added the comment:

I just closed #15869 as a duplicate of this. I has another patch and possibly 
useful discussion.

To move forward, a concrete repository patch is needed. I only see here pieces 
of such a patch. I do not know how much of the Windows installation files are 
in the repository and how much in separate files. I know even less about Linux, 
what 'installation' means on that system, and how multiple languages would be 
handled.

I should think that an addition could be made to all open branches. While 
anything outside of idlelib is not covered by PEP 434, I think the same 
principles apply.

--
versions: +Python 2.7, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2012-02-23 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Here’s a patch by Georg for the unix install machinery: 
http://mail.python.org/pipermail/python-dev/2006-July/067261.html

--
versions: +Python 3.3 -Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2010-12-08 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Apart from the desktop file itself, which should be a merged version of the 
last attachment to this report and the files in Debuntu/Fedora/whatever, there 
is the issue of installation.  Someone has to track the desktop file spec or 
menu spec and edit one of the files involved in the Python build process.

I don’t know if having missed beta1 means that this will be deferred to 3.3.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2010-11-18 Thread Dave Malcolm

Changes by Dave Malcolm dmalc...@redhat.com:


--
nosy: +dmalcolm

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2010-11-17 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Don’t we expect beginners to start IDLE from their menu, and middle to advanced 
users to type “python” in their terminal?  +0.

IDLE does have a .desktop file in my Debian, so +1 on integrating that in our 
source tree.

--
nosy: +eric.araujo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2010-11-17 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

I am past beginner stage and I still open with the Start mene ;-)
If/when I install Ubuntu or other Linux, I would like to still be able to do 
whatever is the equivalent, as with other stuff, rather than have to open a 
command window and type a command.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2010-11-17 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Let me change my +0 to a +1 then :)

For reference, the file used in Debuntu for Pythonx.y.desktop: 
http://bazaar.launchpad.net/~doko/python/pkg3.1-debian/annotate/head%3A/PVER.desktop.in
idle.desktop: 
http://bazaar.launchpad.net/~doko/python/pkg3.1-debian/annotate/head%3A/idle.desktop.in

License unclear, author apparently doko, so I guess we’re good.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2010-08-30 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk added the comment:

3 weeks since msg113207 and no response.  Seriously, what is a reasonable time 
before closing as out of date?

--
nosy: +BreamoreBoy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2010-08-30 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

That depends.  Especially feature requests need not be closed prematurely.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2010-08-30 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

I asked because there was no such thing in the Unix I once used and I have 
never used Linux (yet). I take Georg's answer to mean that this is not 
obviously obsolete and should be left open.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2010-08-07 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

I see lots of interest and several translations. Was there an intention to add 
this to the distribution (or has it been)? Or is it out-of-date?

--
nosy: +terry.reedy
stage:  - patch review
versions: +Python 3.2 -Python 2.6, Python 3.0

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2009-09-04 Thread Matías

Matías mribecky.registracio...@gmail.com added the comment:

Added the spanish translation.

--
nosy: +mribecky
Added file: http://bugs.python.org/file14833/python.desktop

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2009-04-15 Thread Alessio G. B.

Alessio G. B. alessiogiovanni.bar...@gmail.com added the comment:

I have added the Italian translation.

--
nosy: +agb
Added file: http://bugs.python.org/file13689/python.desktop

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1353344
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2008-01-18 Thread Antoine Pitrou

Antoine Pitrou added the comment:

I'm adding a French translation, and removing the Application category
(which doesn't exist as per the freedesktop specification).
Also, I think the Name is too long right now. The Python programming
language or Le langage de programmation Python looks longish for a
menu entry. So I suggest just setting the Name to Python. The only
people for which the menu entry may be useful know what Python is anyway.

PS :
the desktop entry specification
http://www.freedesktop.org/wiki/Specifications/desktop-entry-spec
the menu spec (listing possible categories)
http://www.freedesktop.org/wiki/Specifications/menu-spec

--
nosy: +pitrou
Added file: http://bugs.python.org/file9206/python.desktop

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1353344
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2008-01-18 Thread Antoine Pitrou

Changes by Antoine Pitrou:


Added file: http://bugs.python.org/file9208/pycon.png

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1353344
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1353344] python.desktop

2008-01-11 Thread Christian Heimes

Changes by Christian Heimes:


--
keywords: +easy

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1353344
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com