[Touch-packages] [Bug 1404635] Re: rsync: recv_generator: mkdir error with folder ending with space

2023-03-08 Thread RICQ David
Yes, I understand. I would just confirm it was not a rsync bug but just
a FAT32 feature.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1404635

Title:
  rsync: recv_generator: mkdir error with folder ending with space

Status in rsync package in Ubuntu:
  Fix Released

Bug description:
  Hi,
  I notice what rsync is not able to copy folder which ending with space :

  Example which not working : 
  rsync: recv_generator: mkdir "/var/Janji feat. T.R. " failed: Invalid 
argument (22)
  *** Skipping any contents from this failed directory ***

  If I remove space at the end, it works.

  mkdir can create folder with space at the end.


  rsync  version 3.1.0  protocol version 31

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1404635/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1404635] Re: rsync: recv_generator: mkdir error with folder ending with space

2023-03-08 Thread RICQ David
Hi,

Thanks for the response.

I don't remember the context but maybe the destination was a FAT32 device.
And FAT32 doesn't support folder ending with space.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1404635

Title:
  rsync: recv_generator: mkdir error with folder ending with space

Status in rsync package in Ubuntu:
  Fix Released

Bug description:
  Hi,
  I notice what rsync is not able to copy folder which ending with space :

  Example which not working : 
  rsync: recv_generator: mkdir "/var/Janji feat. T.R. " failed: Invalid 
argument (22)
  *** Skipping any contents from this failed directory ***

  If I remove space at the end, it works.

  mkdir can create folder with space at the end.


  rsync  version 3.1.0  protocol version 31

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1404635/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1487754] Re: Local storage not working properly

2015-11-06 Thread RICQ David
Hi @osomon,

I just try with to-do list app and my app with HTML5 storage support( <
1.2.0). All seems fix.

Storage are correctly saved/restored.

Tested on BQ 4.5 (ubuntu-touch/stable/bq-aquaris.en - krillin: #26)

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1487754

Title:
  Local storage not working properly

Status in Oxide:
  New
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  Hi,

  I noticed some days ago now, that local storage (and may be other web 
storage) not persist data randomly.
  It's pretty easy to show the issue with a website which use local storage.

  To reproduce this issue :
  - With a phone or emulator, go to  http://todomvc.com/examples/angularjs/
  - Create a simple todo list
  - Close the browser
  - Open the browser
  - And go back to  http://todomvc.com/examples/angularjs/
  - If data are correctly restored, reproduce all the step and you will see, 
sometimes, it not restore the last local storage.

  So the issue is present in Browser.

  I also noticed, it happens in webview, for example in my application : 
https://uappexplorer.com/app/yaoswa.inglebard 
  So the problem exist in Webview too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1487754/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1487754] Re: Local storage not working properly

2015-08-26 Thread RICQ David
Hi,

I move the problem storage issue in branch localstorage-issue.

Until a solution, I will serialize/unserialize the content of local
storage in a file at startup/exit and still use local storage at
runtime.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1487754

Title:
  Local storage not working properly

Status in Oxide:
  New
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  Hi,

  I noticed some days ago now, that local storage (and may be other web 
storage) not persist data randomly.
  It's pretty easy to show the issue with a website which use local storage.

  To reproduce this issue :
  - With a phone or emulator, go to  http://todomvc.com/examples/angularjs/
  - Create a simple todo list
  - Close the browser
  - Open the browser
  - And go back to  http://todomvc.com/examples/angularjs/
  - If data are correctly restored, reproduce all the step and you will see, 
sometimes, it not restore the last local storage.

  So the issue is present in Browser.

  I also noticed, it happens in webview, for example in my application : 
https://uappexplorer.com/app/yaoswa.inglebard 
  So the problem exist in Webview too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1487754/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1487754] Re: Local storage not working properly

2015-08-25 Thread RICQ David
Hi,

The full code is accessible here : https://github.com/Inglebard/YAOSWA/

I am working in master-dev branch. The concerned file where local storage is 
present is app.js in js folder inside www.
Maybe, there are other issue but don't pay attention.

I attach you an armf click package where the issue is present.

I am testing on BQ Aquaris E4.5.

I also noticed the local storage issue seems less present in emulator
but i'm not totally sure.

** Attachment added: yaoswa.inglebard_1.2.0_armhf.click
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1487754/+attachment/4452070/+files/yaoswa.inglebard_1.2.0_armhf.click

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1487754

Title:
  Local storage not working properly

Status in Oxide:
  New
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  Hi,

  I noticed some days ago now, that local storage (and may be other web 
storage) not persist data randomly.
  It's pretty easy to show the issue with a website which use local storage.

  To reproduce this issue :
  - With a phone or emulator, go to  http://todomvc.com/examples/angularjs/
  - Create a simple todo list
  - Close the browser
  - Open the browser
  - And go back to  http://todomvc.com/examples/angularjs/
  - If data are correctly restored, reproduce all the step and you will see, 
sometimes, it not restore the last local storage.

  So the issue is present in Browser.

  I also noticed, it happens in webview, for example in my application : 
https://uappexplorer.com/app/yaoswa.inglebard 
  So the problem exist in Webview too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1487754/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1487754] Re: Local storage not working properly

2015-08-24 Thread RICQ David
Hi Olivier,

What do you mean by inactive ?


In navigator :

After localstorage change, I try to wait less than 5 second before close the 
app. It happens several times.
After localstorage change, I try to wait 5 second before close the app. It 
happens 1 time.
After localstorage change, I try to wait 10 second before close the app. It 
never happens.

So maybe there a race condition like you said.


In webview :

I try to find a workaround for my app. 
And now data are only flush only once during the first launch of the app.
Other write never flush to local storage after app exit.
I can wait more than 10 minutes or put it in the background or lock the screen 
nothing is flush to local storage.


My code cannot be a problem because it works well during runtime (And I read 
directly in local storage). There are also no issue on desktop browser 
(chromium,firefox).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1487754

Title:
  Local storage not working properly

Status in Oxide:
  New
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  Hi,

  I noticed some days ago now, that local storage (and may be other web 
storage) not persist data randomly.
  It's pretty easy to show the issue with a website which use local storage.

  To reproduce this issue :
  - With a phone or emulator, go to  http://todomvc.com/examples/angularjs/
  - Create a simple todo list
  - Close the browser
  - Open the browser
  - And go back to  http://todomvc.com/examples/angularjs/
  - If data are correctly restored, reproduce all the step and you will see, 
sometimes, it not restore the last local storage.

  So the issue is present in Browser.

  I also noticed, it happens in webview, for example in my application : 
https://uappexplorer.com/app/yaoswa.inglebard 
  So the problem exist in Webview too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1487754/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1487754] [NEW] Local storage not working properly

2015-08-22 Thread RICQ David
Public bug reported:

Hi,

I noticed some days ago now, that local storage (and may be other web storage) 
not persist data randomly.
It's pretty easy to show the issue with a website which use local storage.

To reproduce this issue :
- With a phone or emulator, go to  http://todomvc.com/examples/angularjs/
- Create a simple todo list
- Close the browser
- Open the browser
- And go back to  http://todomvc.com/examples/angularjs/
- If data are correctly restored, reproduce all the step and you will see, 
sometimes, it not restore the last local storage.

So the issue is present in Browser.

I also noticed, it happens in webview, for example in my application : 
https://uappexplorer.com/app/yaoswa.inglebard 
So the problem exist in Webview too.

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1487754

Title:
  Local storage not working properly

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Hi,

  I noticed some days ago now, that local storage (and may be other web 
storage) not persist data randomly.
  It's pretty easy to show the issue with a website which use local storage.

  To reproduce this issue :
  - With a phone or emulator, go to  http://todomvc.com/examples/angularjs/
  - Create a simple todo list
  - Close the browser
  - Open the browser
  - And go back to  http://todomvc.com/examples/angularjs/
  - If data are correctly restored, reproduce all the step and you will see, 
sometimes, it not restore the last local storage.

  So the issue is present in Browser.

  I also noticed, it happens in webview, for example in my application : 
https://uappexplorer.com/app/yaoswa.inglebard 
  So the problem exist in Webview too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1487754/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1437912] Re: SMS not stored

2015-07-15 Thread RICQ David
@Sebastien Bacher (seb128)

There is a duplicate here : #1448492 from Ilario Gelmetti

** Description changed:

  Hi,
  
- I tried to receive a SMS with code number. The SMS his send by a robot
+ I tried to receive a SMS with code number. The SMS is send by a robot
  and I supposed it's a SMS class 0.
  
  I got a notification and a new entry in message list.
  I can see the beginning of the SMS.
  
  When I click on the sender, it displays nothing and the notification in
  message list (1 green) stay.
  
  Edit : And the SMS is not readable entirely.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1437912

Title:
  SMS not stored

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Hi,

  I tried to receive a SMS with code number. The SMS is send by a robot
  and I supposed it's a SMS class 0.

  I got a notification and a new entry in message list.
  I can see the beginning of the SMS.

  When I click on the sender, it displays nothing and the notification
  in message list (1 green) stay.

  Edit : And the SMS is not readable entirely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1437912/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1448492] Re: Can't open SMS from my operator

2015-07-15 Thread RICQ David
*** This bug is a duplicate of bug 1437912 ***
https://bugs.launchpad.net/bugs/1437912

** This bug has been marked a duplicate of bug 1437912
   SMS not stored

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1448492

Title:
  Can't open SMS from my operator

Status in messaging-app package in Ubuntu:
  New

Bug description:
  When I receive a SMS from my mobile operator, that has SMS sender
  number the text Orange, the messaging app does show the preview but
  then it doesn't show me the full message.

  In the attached screenshot you can see how I see the SMS existence
  from the homepage of the app and then opening the conversation I can't
  see any message.

  Thanks,
  Ilario

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: messaging-app 0.1+15.04.20150218~rtm-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: armhf
  CurrentDesktop: Unity
  Date: Sat Apr 25 17:47:57 2015
  InstallationDate: Installed on 2015-04-10 (14 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20150410-232623)
  SourcePackage: messaging-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1448492/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1437912] Re: SMS not stored

2015-07-14 Thread RICQ David
Hi,
I am able to reproduce it every time with my operator (Orange, France) when I 
'ask a new password for my mobile account.

I can give you log if needed but where are they ?
I will try to take a video of the issue or screenshot.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1437912

Title:
  SMS not stored

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Hi,

  I tried to receive a SMS with code number. The SMS his send by a robot
  and I supposed it's a SMS class 0.

  I got a notification and a new entry in message list.
  I can see the beginning of the SMS.

  When I click on the sender, it displays nothing and the notification
  in message list (1 green) stay.

  Edit : And the SMS is not readable entirely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1437912/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1437912] Re: SMS not stored

2015-07-14 Thread RICQ David
Hi, 
Here is a video to show the problem.
Sorry, for the quality, I'm not really good for video editing and screen 
recording.

But in the video, you can see an incoming buggy message and :

-the notification works
-the message is list in the message application
-the content of the message is not showing when clicking (bug)
-the message keep the green icon 1 (bug maybe because not showing)
-the message is listed and correctly showed in the scope message

** Attachment added: A video to show a bug in message app
   
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1437912/+attachment/4428938/+files/buggy_message.mp4

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1437912

Title:
  SMS not stored

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Hi,

  I tried to receive a SMS with code number. The SMS his send by a robot
  and I supposed it's a SMS class 0.

  I got a notification and a new entry in message list.
  I can see the beginning of the SMS.

  When I click on the sender, it displays nothing and the notification
  in message list (1 green) stay.

  Edit : And the SMS is not readable entirely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1437912/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1437912] Re: SMS not stored

2015-07-02 Thread RICQ David
Hi,

The issue is still not fix.
I'm the only one to have the problem ?

I also notice, that I can see the sms in the scope but no in the app.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1437912

Title:
  SMS not stored

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Hi,

  I tried to receive a SMS with code number. The SMS his send by a robot
  and I supposed it's a SMS class 0.

  I got a notification and a new entry in message list.
  I can see the beginning of the SMS.

  When I click on the sender, it displays nothing and the notification
  in message list (1 green) stay.

  Edit : And the SMS is not readable entirely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1437912/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1437912] [NEW] SMS not stored

2015-03-29 Thread RICQ David
Public bug reported:

Hi,

I tried to receive a SMS with code number. The SMS his send by a robot
and I supposed it's a SMS class 0.

I got a notification and a new entry in message list.
I can see the beginning of the SMS.

When I click on the sender, it displays nothing and the notification in
message list (1 green) stay.

Edit : And the SMS is not readable entirely.

** Affects: messaging-app (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Hi,
  
  I tried to receive a SMS with code number. The SMS his send by a robot
  and I supposed it's a SMS class 0.
  
  I got a notification and a new entry in message list.
  I can see the beginning of the SMS.
  
  When I click on the sender, it displays nothing and the notification in
  message list (1 green) stay.
+ 
+ Edit : And the SMS is not readable entirely.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1437912

Title:
  SMS not stored

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Hi,

  I tried to receive a SMS with code number. The SMS his send by a robot
  and I supposed it's a SMS class 0.

  I got a notification and a new entry in message list.
  I can see the beginning of the SMS.

  When I click on the sender, it displays nothing and the notification
  in message list (1 green) stay.

  Edit : And the SMS is not readable entirely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1437912/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1404635] [NEW] rsync: recv_generator: mkdir error with folder ending with space

2014-12-21 Thread RICQ David
Public bug reported:

Hi,
I notice what rsync is not able to copy folder which ending with space :

Example which not working : 
rsync: recv_generator: mkdir /var/Janji feat. T.R.  failed: Invalid argument 
(22)
*** Skipping any contents from this failed directory ***

If I remove space at the end, it works.

mkdir can create folder with space at the end.


rsync  version 3.1.0  protocol version 31

** Affects: rsync (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- rsync: recv_generator: mkdir error wih folder ending space
+ rsync: recv_generator: mkdir error with folder ending with space

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1404635

Title:
  rsync: recv_generator: mkdir error with folder ending with space

Status in rsync package in Ubuntu:
  New

Bug description:
  Hi,
  I notice what rsync is not able to copy folder which ending with space :

  Example which not working : 
  rsync: recv_generator: mkdir /var/Janji feat. T.R.  failed: Invalid 
argument (22)
  *** Skipping any contents from this failed directory ***

  If I remove space at the end, it works.

  mkdir can create folder with space at the end.


  rsync  version 3.1.0  protocol version 31

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1404635/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp