[Desktop-packages] [Bug 821233] Re: indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2013-04-13 Thread Adrian Wechner
i checked the code checked the api calls to yahoo. looks like the yahoo
api has changed. and maybe the application id of the weather-indicator
must be renewed. somebody knows about who hold the application-id for
the weather indicator? after checking this then just some api calls to
yahoo must be changed. i think with that it would be fixed. I would do
that with pleasure, just need some info.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to indicator-weather in Ubuntu.
https://bugs.launchpad.net/bugs/821233

Title:
  indicator-weather crashed with AttributeError in
  export_location_details(): Location instance has no attribute
  'location_code'

Status in Raring Backports:
  New
Status in Indicator-Weather:
  New
Status in “indicator-weather” package in Ubuntu:
  Fix Released
Status in “indicator-weather” source package in Precise:
  Fix Released
Status in “indicator-weather” source package in Quantal:
  Fix Released
Status in “indicator-weather” package in Baltix:
  In Progress

Bug description:
  TEST CASE:
  1. install indicator-weather, and run it from the commandline (or if you have 
it already, the guest session works too)
  2. click on Setup weather
  3. add a location and click on the wizard until apply
  4. verify the crash

  5. install the new version
  6. repeat step 2,3 and verify that it does not crash anymore

  On Oneiric Alpha3 on trying to set up this application at the apply
  stage

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: indicator-weather 11.05.31-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
  Uname: Linux 3.0.0-7-generic i686
  Architecture: i386
  Date: Fri Aug  5 03:16:15 2011
  ExecutablePath: /usr/bin/indicator-weather
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110802.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/indicator-weather
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/indicator-weather']
  SourcePackage: indicator-weather
  Title: indicator-weather crashed with AttributeError in 
export_location_details(): Location instance has no attribute 'location_code'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/raring-backports/+bug/821233/+subscriptions

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


[Desktop-packages] [Bug 821233] Re: indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2013-04-12 Thread Adrian Wechner
Regarding to Comment #41:
what happens if you replace the line with the following:

if (str(yahoo_woeid_result['ResultSet']['Error']) != 0)

does it then work always?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to indicator-weather in Ubuntu.
https://bugs.launchpad.net/bugs/821233

Title:
  indicator-weather crashed with AttributeError in
  export_location_details(): Location instance has no attribute
  'location_code'

Status in Raring Backports:
  New
Status in Indicator-Weather:
  New
Status in “indicator-weather” package in Ubuntu:
  Fix Released
Status in “indicator-weather” source package in Precise:
  Fix Released
Status in “indicator-weather” source package in Quantal:
  Fix Released
Status in “indicator-weather” package in Baltix:
  In Progress

Bug description:
  TEST CASE:
  1. install indicator-weather, and run it from the commandline (or if you have 
it already, the guest session works too)
  2. click on Setup weather
  3. add a location and click on the wizard until apply
  4. verify the crash

  5. install the new version
  6. repeat step 2,3 and verify that it does not crash anymore

  On Oneiric Alpha3 on trying to set up this application at the apply
  stage

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: indicator-weather 11.05.31-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
  Uname: Linux 3.0.0-7-generic i686
  Architecture: i386
  Date: Fri Aug  5 03:16:15 2011
  ExecutablePath: /usr/bin/indicator-weather
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110802.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/indicator-weather
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/indicator-weather']
  SourcePackage: indicator-weather
  Title: indicator-weather crashed with AttributeError in 
export_location_details(): Location instance has no attribute 'location_code'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/raring-backports/+bug/821233/+subscriptions

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


[Desktop-packages] [Bug 821233] Re: indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2013-04-12 Thread Adrian Wechner
crap... better this:
if (int(yahoo_woeid_result['ResultSet']['Error']) != 0)
would that conflict then maybe in another place or would that be a functional 
workaround?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to indicator-weather in Ubuntu.
https://bugs.launchpad.net/bugs/821233

Title:
  indicator-weather crashed with AttributeError in
  export_location_details(): Location instance has no attribute
  'location_code'

Status in Raring Backports:
  New
Status in Indicator-Weather:
  New
Status in “indicator-weather” package in Ubuntu:
  Fix Released
Status in “indicator-weather” source package in Precise:
  Fix Released
Status in “indicator-weather” source package in Quantal:
  Fix Released
Status in “indicator-weather” package in Baltix:
  In Progress

Bug description:
  TEST CASE:
  1. install indicator-weather, and run it from the commandline (or if you have 
it already, the guest session works too)
  2. click on Setup weather
  3. add a location and click on the wizard until apply
  4. verify the crash

  5. install the new version
  6. repeat step 2,3 and verify that it does not crash anymore

  On Oneiric Alpha3 on trying to set up this application at the apply
  stage

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: indicator-weather 11.05.31-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
  Uname: Linux 3.0.0-7-generic i686
  Architecture: i386
  Date: Fri Aug  5 03:16:15 2011
  ExecutablePath: /usr/bin/indicator-weather
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110802.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/indicator-weather
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/indicator-weather']
  SourcePackage: indicator-weather
  Title: indicator-weather crashed with AttributeError in 
export_location_details(): Location instance has no attribute 'location_code'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/raring-backports/+bug/821233/+subscriptions

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


Re: [Desktop-packages] [Bug 857089] Re: suggestion: nautilus tweak in ambience theme

2011-11-18 Thread Adrian Wechner
not really... what you see there is that the toolbar has a gradiant and the
sidebar not... (with few lines of change you get this)
what can be done is:

solution 1) sidebar dark and toolbar without gradiant (easy way)
solution 2) redesign the containers that the toolbar would take the whole
horizontal width (more complicated way)

finally it's a design decision.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/857089

Title:
  suggestion: nautilus tweak in ambience theme

Status in Ayatana Design:
  Triaged
Status in Unity:
  Invalid
Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  hi,

  after reviewing the current beta release of oneiric, I found that
  there are mostly great design improvements. Just the nautilus theme
  looks quite weired. the sidebar looks like a cancer IN MY OPINION.
  that is given because the sidebar comes with a different color schema
  in the Ambience theme.

  The most important part is that the sidebar does feel like a part of
  nautilus and not like a unthemed plugin

  My suggestions:
  1) Toolbar, Sidebar and Pane with the same color and/or gradiant
  2) ...or... The upper part of the sidebar could have the same color/gradiant 
as the toolbar and so acting as it would be part of the toolbar (although 
it's not)..

  for suggestion one, I attached a possible tweak that I gimped. The
  upper part of the sidebar continues the gradiant of the toolbar and
  the rest of the sidebar continues uni-colored.

  ---

  Desired solution:

  Update Nautilus theme to follow the attached tweak suggestion image
  (suggestion 1 above)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/857089/+subscriptions

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


[Desktop-packages] [Bug 857089] Re: suggestion: nautilus tweak in ambience theme

2011-11-08 Thread Adrian Wechner
thinking well... maybe it would be better to take away the gradiant and
replace it with one single color.

reason: take a look on firefox... you can't see any change between the
top panel (or window top bar) and the dark content. you can't see where
it start or where it sends. and honestly it looks smoother in my
opinion. I like the color style in firefox that much that maybe that
kind of coloring (without gradiant) could work for all toolbars in
unity/gnome3.

so finally my suggestions to work around the theme are:

1. changing the container organisation (like discuessed before in
comment 6 and 7)

or

2. replace the gradiant with a single color...

thx

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/857089

Title:
  suggestion: nautilus tweak in ambience theme

Status in Ayatana Design:
  Triaged
Status in Unity:
  Invalid
Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  hi,

  after reviewing the current beta release of oneiric, I found that
  there are mostly great design improvements. Just the nautilus theme
  looks quite weired. the sidebar looks like a cancer IN MY OPINION.
  that is given because the sidebar comes with a different color schema
  in the Ambience theme.

  The most important part is that the sidebar does feel like a part of
  nautilus and not like a unthemed plugin

  My suggestions:
  1) Toolbar, Sidebar and Pane with the same color and/or gradiant
  2) ...or... The upper part of the sidebar could have the same color/gradiant 
as the toolbar and so acting as it would be part of the toolbar (although 
it's not)..

  for suggestion one, I attached a possible tweak that I gimped. The
  upper part of the sidebar continues the gradiant of the toolbar and
  the rest of the sidebar continues uni-colored.

  ---

  Desired solution:

  Update Nautilus theme to follow the attached tweak suggestion image
  (suggestion 1 above)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/857089/+subscriptions

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


[Desktop-packages] [Bug 857089] Re: suggestion: nautilus tweak in ambience theme

2011-10-13 Thread Adrian Wechner
you are right, maybe a white would be cool :)

on the other hand, I think the implementation problem is based on the
container distribution...

now is...
two horizontal areas where the right area is again splitted in top area 
(toolbar) and bottom area (main content) and where the left area is the file 
view thing.

it would be easy to implement that tweak if we change the container 
distribution...
two vertical areas where the top area is the toolbar and the bottom area will 
be splittet in 2 areas (bottom-left: file tree, bottom right: main content)

with that change there will be no issue anymore what do you think?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/857089

Title:
  suggestion: nautilus tweak in ambience theme

Status in Ayatana Design:
  Fix Committed
Status in Unity:
  Confirmed
Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  hi,

  after reviewing the current beta release of oneiric, I found that
  there are mostly great design improvements. Just the nautilus theme
  looks quite weired. the sidebar looks like a cancer IN MY OPINION.
  that is given because the sidebar comes with a different color schema
  in the Ambience theme.

  The most important part is that the sidebar does feel like a part of
  nautilus and not like a unthemed plugin

  My suggestions:
  1) Toolbar, Sidebar and Pane with the same color and/or gradiant
  2) ...or... The upper part of the sidebar could have the same color/gradiant 
as the toolbar and so acting as it would be part of the toolbar (although 
it's not)..

  for suggestion one, I attached a possible tweak that I gimped. The
  upper part of the sidebar continues the gradiant of the toolbar and
  the rest of the sidebar continues uni-colored.

  ---

  Desired solution:

  Update Nautilus theme to follow the attached tweak suggestion image
  (suggestion 1 above)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/857089/+subscriptions

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


[Desktop-packages] [Bug 857089] Re: suggestion: nautilus tweak in ambience theme

2011-10-11 Thread Adrian Wechner
what exactly would be wrong font sized?
btw... is it possible to bring that kind of background to the Pane?
if not maybe a little code-tweak would help. right now the toolbar isn't 
streched over the whole horizontal area. if the toolbar would be 100% 
horizontal and then the pane and main content would just share the bottom area 
then it would be maybe easier...!?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/857089

Title:
  suggestion: nautilus tweak in ambience theme

Status in Ayatana Design:
  Fix Committed
Status in Unity:
  Confirmed
Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  hi,

  after reviewing the current beta release of oneiric, I found that
  there are mostly great design improvements. Just the nautilus theme
  looks quite weired. the sidebar looks like a cancer IN MY OPINION.
  that is given because the sidebar comes with a different color schema
  in the Ambience theme.

  The most important part is that the sidebar does feel like a part of
  nautilus and not like a unthemed plugin

  My suggestions:
  1) Toolbar, Sidebar and Pane with the same color and/or gradiant
  2) ...or... The upper part of the sidebar could have the same color/gradiant 
as the toolbar and so acting as it would be part of the toolbar (although 
it's not)..

  for suggestion one, I attached a possible tweak that I gimped. The
  upper part of the sidebar continues the gradiant of the toolbar and
  the rest of the sidebar continues uni-colored.

  ---

  Desired solution:

  Update Nautilus theme to follow the attached tweak suggestion image
  (suggestion 1 above)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/857089/+subscriptions

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