Bugs item #1963644, was opened at 2008-05-14 01:03
Message generated for change (Comment added) made by reakin
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1963644&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 2
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: http-links do not open...
Initial Comment:
when i click on "Help->report bug" i get the following error on the stderr and nothing happens:
/usr/bin/gnome-open 'http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070'
Error showing url: There was an error launching the default action command associated with this location.
same with all other http URLs.
the IRC-one works fine (it also uses gnome-open)
this is on debian lenny/sid with Pd-0.40.3-extended-20080514-debian-stable-i386.deb
i am using KDE and not gnome.
i have never touched the settings of gnome-open, so i am not sure why it does not work...
most likely (well, i am sure that) this is problem of gnome-open; however i think it does not add to a positive first glance...
----------------------------------------------------------------------
Comment By: Rich E (reakin)
Date: 2008-05-14 21:57
Message:
Logged In: YES
user_id=1586621
Originator: NO
It works here, using Ubuntu Gutsy and
Pd-0.40.3-extended-20080509-ubuntu-gutsy-i386.deb
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-14 05:49
Message:
Logged In: YES
user_id=27104
Originator: NO
Since you are using KDE, I recommend:
apt-get remove gnome-open
The URLs in the Help menu work for me on Ubuntu, Debian/GNOME, Mac OS X,
and Windows. I don't use KDE at all, so if you can make it work better
there, please do.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1963644&group_…
Bugs item #1964298, was opened at 2008-05-14 22:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1964298&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rich E (reakin)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: bsaylor's [pvoc~] and [partconv~] not found
Initial Comment:
[pvoc~] and [partconv~] externals cannot be found because the path isn't added by libdir (the rest of the externals in the folder appear to be in extra/flatspace, so they can be found. adding /usr/local/lib/pd/extra/bsaylor to the paths list fixes this.
Should the bsaylor externals in flatspace be removed and the libdir path added?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1964298&group_…
Bugs item #1964296, was opened at 2008-05-14 21:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1964296&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rich E (reakin)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: console/help browser hotkeys don't work
Initial Comment:
The new hotkeys for show/hide console, clear console, and show browser don't work.
This is using Pd-0.40.3-extended-20080509-ubuntu-gutsy-i386.deb
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1964296&group_…
Patches item #1964023, was opened at 2008-05-14 14:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1964023&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: add Home and End key bindings to object/message boxes
Initial Comment:
just like the title says, not much to it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1964023&group_…
Patches item #1963983, was opened at 2008-05-14 13:36
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1963983&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: use FILENAME_MAX for all filenames, since its < MAXPDSTRING
Initial Comment:
On Windows, FILENAME_MAX is much smaller than MAXPDSTRING, so I replaced MAXPDSTRING with FILENAME_MAX everywhere I could find that is related to filenames. FILENAME_MAX is a POSIX standard macro for defining the max length of a complete filename.
The current situation could result in crashes on Windows.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-14 13:47
Message:
Logged In: YES
user_id=27104
Originator: YES
ok, this time really removed all bits of
add_tilde_support_toopen-0.41.4.patch
File Added: use_FILENAME_MAX_for_file_operations-0.41.4.patch
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-14 13:39
Message:
Logged In: YES
user_id=27104
Originator: YES
oops, removed add_tilde_support_toopen-0.41.4.patch from this one
File Added: use_FILENAME_MAX_for_file_operations-0.41.4.patch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1963983&group_…
Patches item #1963983, was opened at 2008-05-14 13:36
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1963983&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: use FILENAME_MAX for all filenames, since its < MAXPDSTRING
Initial Comment:
On Windows, FILENAME_MAX is much smaller than MAXPDSTRING, so I replaced MAXPDSTRING with FILENAME_MAX everywhere I could find that is related to filenames. FILENAME_MAX is a POSIX standard macro for defining the max length of a complete filename.
The current situation could result in crashes on Windows.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-14 13:39
Message:
Logged In: YES
user_id=27104
Originator: YES
oops, removed add_tilde_support_toopen-0.41.4.patch from this one
File Added: use_FILENAME_MAX_for_file_operations-0.41.4.patch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1963983&group_…
Patches item #1963983, was opened at 2008-05-14 13:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1963983&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: use FILENAME_MAX for all filenames, since its < MAXPDSTRING
Initial Comment:
On Windows, FILENAME_MAX is much smaller than MAXPDSTRING, so I replaced MAXPDSTRING with FILENAME_MAX everywhere I could find that is related to filenames. FILENAME_MAX is a POSIX standard macro for defining the max length of a complete filename.
The current situation could result in crashes on Windows.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1963983&group_…
Patches item #1961878, was opened at 2008-05-11 09:28
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1961878&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: add ~ and env var support to paths when opening files
Initial Comment:
Created sys_expandpath() to replace ~ with $HOME and expand env vars on Windows. This function is then used in sys_trytoopenone() so that ~ works with all opening operations.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-14 13:24
Message:
Logged In: YES
user_id=27104
Originator: YES
updated to fix crasher bug on GNU/Linux
File Added: add_tilde_support_toopen-0.41.4.patch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1961878&group_…
Hallo,
SourceForge.net hat gesagt: // SourceForge.net wrote:
> Feature Requests item #1065953, was opened at 2004-11-13 18:44
> Message generated for change (Comment added) made by eighthave
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=478073&aid=1065953&group_…
>
> Please note that this message will contain a full copy of the comment thread,
> including the initial issue submission, for this request,
> not just the latest update.
> Category: data structures
> Group: Next Release (example)
> >Status: Closed
> Priority: 5
> Private: No
> Submitted By: Hans-Christoph Steiner (eighthave)
> Assigned to: Miller Puckette (millerpuckette)
> Summary: mouse pointer for moving a point in a scalar
>
> Initial Comment:
>
> When editing scalars with the mouse in Run mode, the
> mouse pointer changes to a two-headed arrow to
> represent that you can change the width of an array
> point. The mouse pointer does not change when its
> above the spot where you can move an array point with
> the mouse.
>
> ----------------------------------------------------------------------
>
> >Comment By: Hans-Christoph Steiner (eighthave)
> Date: 2008-05-14 08:54
>
> Message:
> Logged In: YES
> user_id=27104
> Originator: YES
>
> This has been implemented in Pd-extended 0.40.3
>
I'm wondering why this bug/Feature request was closed? It wasn't
related to pd-extended as far as I can see. And the assignement to
Miller made it look like a report regarding Pd vanilla.
Ciao
--
Frank
Bugs item #1963644, was opened at 2008-05-14 04:03
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1963644&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 2
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
>Assigned to: Nobody/Anonymous (nobody)
Summary: http-links do not open...
Initial Comment:
when i click on "Help->report bug" i get the following error on the stderr and nothing happens:
/usr/bin/gnome-open 'http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070'
Error showing url: There was an error launching the default action command associated with this location.
same with all other http URLs.
the IRC-one works fine (it also uses gnome-open)
this is on debian lenny/sid with Pd-0.40.3-extended-20080514-debian-stable-i386.deb
i am using KDE and not gnome.
i have never touched the settings of gnome-open, so i am not sure why it does not work...
most likely (well, i am sure that) this is problem of gnome-open; however i think it does not add to a positive first glance...
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-14 08:49
Message:
Logged In: YES
user_id=27104
Originator: NO
Since you are using KDE, I recommend:
apt-get remove gnome-open
The URLs in the Help menu work for me on Ubuntu, Debian/GNOME, Mac OS X,
and Windows. I don't use KDE at all, so if you can make it work better
there, please do.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1963644&group_…