[Bug 1054808] Re: Default filename for screenshots is problematic

2015-09-22 Thread Sebastien Bacher
the issue is fixed in wily/the current version ** Changed in: gnome-screenshot (Ubuntu) Importance: Undecided => Low ** Changed in: gnome-screenshot (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1054808] Re: Default filename for screenshots is problematic

2015-08-10 Thread Verdi R-D
Having colons in image file names makes JIRA not upload my screenshots. :( Since this has already been fixed in upstream, at what point will these changes be merged into Ubuntu and released? I'm open to adding a PPA to make this work. Thanks for your help! -- You received this bug notification

[Bug 1054808] Re: Default filename for screenshots is problematic

2014-11-22 Thread Romano Giannetti
Ok, now that the upstream pushed it (and added another patch for gnome- settings-daemon at https://bugzilla.gnome.org/show_bug.cgi?id=740520 ) for 3.14, with a bit of luck it will percolate to Ubuntu Gnome in a couple of years ;-). My suggestion would be to simply ditch the thing and use shutter

[Bug 1054808] Re: Default filename for screenshots is problematic

2014-11-21 Thread Bug Watch Updater
** Changed in: gnome-screenshot Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054808 Title: Default filename for screenshots is problematic To manage

[Bug 1054808] Re: Default filename for screenshots is problematic

2014-07-16 Thread shauncarter
Having similar problem using samba shares. Using colon in filenames causes a 'file or directory not found' error when saving or copying to a smb:// location. ** Attachment added: Screenshot of samba colon error

[Bug 1054808] Re: Default filename for screenshots is problematic

2014-06-23 Thread Jeremy Faden
There's an ISO8601 standard for representing times, and this should be followed. It looks like from the patch that the patch (2014-05-17) conforms to this standard. I'm happy to see that this is being addressed. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1054808] Re: Default filename for screenshots is problematic

2014-06-23 Thread Romano Giannetti
The problem with ISO8601 is that it uses colons : to separate hours, minutes and seconds; although : are a perfectly valid character for the Unix filesystem, they are not accepted in Windows. So you can't put the screenshot on a NTFS filesystem nor on a shared filesystem (say, Dropbox) with a

[Bug 1054808] Re: Default filename for screenshots is problematic

2014-06-13 Thread TV
Please notice that default name is not compatible with default Owncloud client sync configuration client as '\', '/', '', '', ':', '', '|', '?' and '*' are not allowed. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1054808] Re: Default filename for screenshots is problematic

2014-05-17 Thread Michael Mess
Attached modified patch that also avoids spaces in the resulting filename. Instead of a space an underscore is used. ** Patch added: Modified patch that also avoids spaces. Also still needs testing.

[Bug 1054808] Re: Default filename for screenshots is problematic

2014-04-15 Thread Bug Watch Updater
** Changed in: gnome-screenshot Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054808 Title: Default filename for screenshots is problematic To manage notifications

[Bug 1054808] Re: Default filename for screenshots is problematic

2014-04-15 Thread Alan Pope ㋛
** Bug watch added: GNOME Bug Tracker #698740 https://bugzilla.gnome.org/show_bug.cgi?id=698740 ** Changed in: gnome-screenshot Importance: Medium = Unknown ** Changed in: gnome-screenshot Status: Invalid = Unknown ** Changed in: gnome-screenshot Remote watch: GNOME Bug Tracker

[Bug 1054808] Re: Default filename for screenshots is problematic

2014-04-15 Thread Bug Watch Updater
** Changed in: gnome-screenshot Status: Unknown = New ** Changed in: gnome-screenshot Importance: Unknown = Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054808 Title: Default

[Bug 1054808] Re: Default filename for screenshots is problematic

2013-11-05 Thread Romano Giannetti
So the minimal fix (remove just the colon): --- screenshot-filename-builder.c.orig Tue Nov 5 08:15:09 2013 +++ screenshot-filename-builder.c Tue Nov 5 08:17:18 2013 @@ -132,7 +132,7 @@ GDateTime *d; d = g_date_time_new_now_local (); - origin = g_date_time_format (d,

[Bug 1054808] Re: Default filename for screenshots is problematic

2013-11-05 Thread Romano Giannetti
And if I read well the source code, while the messages is localized (see just below when the Screenshot form text is added), the date-time format is not. Clearly the best solution would be to make it user-definable (am I hearing the screams of Gnome designers?) but nevertheless I think that the

[Bug 1054808] Re: Default filename for screenshots is problematic

2013-11-05 Thread Ubuntu Foundations Team Bug Bot
The attachment Avoid colons in screenshot file names. WARNING: not tested, I am on a windows machine right now :-) seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[Bug 1054808] Re: Default filename for screenshots is problematic

2013-08-15 Thread Michael Mess
I would prefer Screenshot_from_-MM-DD_HH-MM-SS.png Because it does not contain: * Spaces * Colons * Full Stops other than for separating the extention (.png) Spaces can be annoying, because if you forget quotes around the file name in a shell command, it looks like two files for the shell

[Bug 1054808] Re: Default filename for screenshots is problematic

2013-04-03 Thread MestreLion
@David Planella (dpm) #5 : care to elaborate on that translation workaround? Seems like a nice approach, but how exactly can I provide an alternate translation to gnome-screenshot? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1054808] Re: Default filename for screenshots is problematic

2013-02-26 Thread Marco Lackovic
Definitely the ':' character in the file name was a poor choice. My proposal would be to use -MM-DD HH.MM.SS.png, but it would make much more sense to just let the users be able to customize it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1054808] Re: Default filename for screenshots is problematic

2013-02-20 Thread Tobias Oelgarte
There are also many hosts that don't accept uploads with such file names. So I'm often forced to rename the file manually, before uploading. In older versions it let you at least choose the file name and default folder with an easy dialog. So I'm very disappointed that such an easy, but frequently

[Bug 1054808] Re: Default filename for screenshots is problematic

2013-02-19 Thread Hai NGUYEN VAN
I am a regular user of the NTFS-3G driver and for such matter I have linked my picture folder with the one on my Windows' partition for usages on various softwares on both Linux and Windows. Printing screen with the printscreen button is really convenient but becomes questionable when files have

[Bug 1054808] Re: Default filename for screenshots is problematic

2012-11-06 Thread marker 加拿大
Lots of people are impacked by this: http://askubuntu.com/questions/55204/how-can-i-change-the-default-name-for-the-screenshots-made-by-gnome-screenshot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1054808] Re: Default filename for screenshots is problematic

2012-10-04 Thread Bug Watch Updater
** Changed in: gnome-screenshot Status: Unknown = New ** Changed in: gnome-screenshot Importance: Unknown = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054808 Title: Default

[Bug 1054808] Re: Default filename for screenshots is problematic

2012-10-03 Thread Kevin Ross
The screenshots also don't update in Dropbox: https://www.dropbox.com/help/145/en -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054808 Title: Default filename for screenshots is problematic To

[Bug 1054808] Re: Default filename for screenshots is problematic

2012-09-27 Thread David Planella
A quick workaround, if the date/time field is translatable, is to provide your own en_GB translation with the underscores. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054808 Title: Default

[Bug 1054808] Re: Default filename for screenshots is problematic

2012-09-23 Thread Iain Lane
This should be fixed upstream rather than here. Could you please file it there? The area to look at is src/screenshot-filename-builder.c, function build_path. The string is localised, so there will be an impact on translations. -- You received this bug notification because you are a member of

[Bug 1054808] Re: Default filename for screenshots is problematic

2012-09-23 Thread Alan Pope
** Bug watch added: GNOME Bug Tracker #684662 https://bugzilla.gnome.org/show_bug.cgi?id=684662 ** Also affects: gnome-screenshot via https://bugzilla.gnome.org/show_bug.cgi?id=684662 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Bug 1054808] Re: Default filename for screenshots is problematic

2012-09-22 Thread Alan Pope
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054808 Title: Default filename for screenshots is problematic To manage notifications about this bug go to:

[Bug 1054808] Re: Default filename for screenshots is problematic

2012-09-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-screenshot (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054808