Difference between revisions of "Talk:WebOS3.0 Launcher Tweaks"

From WebOS Internals
Jump to navigation Jump to search
(Created page with "Those IDs look like UUIDs, which have a defined format. Is it possible it doesn't work because you changed one of the letters rather than generating a new UID? or was that attemp...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
[[User:Pigsflew|Pigsflew]] 20:27, 5 July 2011 (UTC)
 
[[User:Pigsflew|Pigsflew]] 20:27, 5 July 2011 (UTC)
 +
 +
Upon rereading the page, it looks like you weren't aware of UUID/GUIDs. Those are "Universally Unique Identifiers" (or Globally). The use of them basically ensures that the tabs wouldn't get confused, even if you had a hundred that had the same name. For technical info about the standard, see [http://en.wikipedia.org/wiki/GUID Wikipedia's page]. To generate your own, [http://www.famkruithof.net/uuid/uuidgen here] is a quick UUID generator.
 +
 +
[[User:Pigsflew|Pigsflew]] 20:33, 5 July 2011 (UTC)
 +
 +
Right...that is why i said to change that identifer for a new tab. either way, since these different from device-to-device, i dont know how you would write a patch since the filenames will never be the same
 +
 +
--[[User:Audemars02|Audemars02]] 21:08, 5 July 2011 (UTC)
 +
 +
Sorry, my thought was it might be that the format of the GUID matters; I'm probably wrong, there doesn't seem to be a checksum or anything. You're right--doing a patch would be difficult--easier to do a node.js service with an app frontend that controls it perhaps? I'd be glad to help out once my touchpad arrives, should be here tomorrow or thursday.
 +
 +
[[User:Pigsflew|Pigsflew]] 22:16, 5 July 2011 (UTC)

Latest revision as of 23:16, 5 July 2011

Those IDs look like UUIDs, which have a defined format. Is it possible it doesn't work because you changed one of the letters rather than generating a new UID? or was that attempted as well?

Pigsflew 20:27, 5 July 2011 (UTC)

Upon rereading the page, it looks like you weren't aware of UUID/GUIDs. Those are "Universally Unique Identifiers" (or Globally). The use of them basically ensures that the tabs wouldn't get confused, even if you had a hundred that had the same name. For technical info about the standard, see Wikipedia's page. To generate your own, here is a quick UUID generator.

Pigsflew 20:33, 5 July 2011 (UTC)

Right...that is why i said to change that identifer for a new tab. either way, since these different from device-to-device, i dont know how you would write a patch since the filenames will never be the same

--Audemars02 21:08, 5 July 2011 (UTC)

Sorry, my thought was it might be that the format of the GUID matters; I'm probably wrong, there doesn't seem to be a checksum or anything. You're right--doing a patch would be difficult--easier to do a node.js service with an app frontend that controls it perhaps? I'd be glad to help out once my touchpad arrives, should be here tomorrow or thursday.

Pigsflew 22:16, 5 July 2011 (UTC)