[Bug 1530807] Re: Bluetooth cannot be activated on several devices

2017-01-17 Thread Charles Kerr
ntu) Assignee: Charles Kerr (charlesk) => Rodney Dawes (dobey) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1530807 Title: Bluetooth cannot be activated on several devices To manage notifications abou

[Bug 1604205] Re: [regression?] Sound menu shows "Mute" instead of "Silent Mode" on phone

2016-07-19 Thread Charles Kerr
Looks like this might be a unity8 issue. What's going on here is the desktop and desktop_greeter profiles export menus with a "Mute" menuitem, and the phone counterparts export menus with "Silent Mode". This code hasn't changed in indicator-sound, so the most likely thing is that something's chan

[Bug 1581089] Re: Clock app opened when closing Alarms

2016-05-12 Thread Charles Kerr
Confirmed, I'm seeing this in ubuntu-touch/rc-proposed/bq-aquaris.en build r332. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581089 Title: Clock app opened when closing Alarms To manage notifica

[Bug 1581089] Re: Clock app opened when closing Alarms

2016-05-14 Thread Charles Kerr
** Branch linked: lp:~charlesk/indicator-datetime/lp-1581089-dont-open- clock-app-when-dismissing-alarms -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581089 Title: Clock app opened when closing Al

[Bug 1484269] Re: wrong symbols in brightness settings

2016-05-20 Thread Charles Kerr
** Also affects: ubuntu-themes (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-themes (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/14

[Bug 1484269] Re: wrong symbols in brightness settings

2016-05-20 Thread Charles Kerr
Looks like this is an issue with the icons rather than the code. System settings is setting the icons in a sane way: minIcon: "image://theme/display-brightness-min" maxIcon: "image://theme/display-brightness-max" If you look at Suru's brightness min and max icons, they look good on a dark

[Bug 1484269] Re: wrong symbols in brightness settings

2016-05-20 Thread Charles Kerr
** Attachment added: "brightness icons" https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1484269/+attachment/4666990/+files/brightness.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1555831] Re: Miss call removes the sound icon in the notification bar

2016-03-15 Thread Charles Kerr
Oog. I stand corrected. Nice catch Xavi :) Looks like this could be triggered in fallthrough ``default: return "";'' in get_volume_root_icon(), probably after VolumeControlPulse.calculate_active_output()'s returned VolumeControl.ActiveOutput.CALL_MODE. ** Changed in: unity8 (Ubuntu) Statu

[Bug 1557571] [NEW] Upcoming event ETA appears to fall out of sync

2016-03-15 Thread Charles Kerr
equently and doesn't show events while they're active (except for the first minute). ** Affects: indicator-datetime (Ubuntu) Importance: Undecided Assignee: Charles Kerr (charlesk) Status: New -- You received this bug notification because you are a member of Ubu

[Bug 1558526] Re: Animation between months are not similar

2016-03-18 Thread Charles Kerr
** Package changed: indicator-datetime (Ubuntu) => unity8 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1558526 Title: Animation between months are not similar To manage notifications abou

[Bug 756406] Re: there is no easy way to edit/include servers for NTP to sync from like it used to

2016-03-18 Thread Charles Kerr
** No longer affects: indicator-datetime ** Package changed: indicator-datetime (Ubuntu) => unity-control-center (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/756406 Title: there is no eas

[Bug 1553696] Re: indicator-datetime-service crashed with SIGSEGV in g_type_check_instance()

2016-03-18 Thread Charles Kerr
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553696 Title: indicator-datetime-service crashed with SIGSEGV in g_type_check_instance() To manag

[Bug 1170366] Re: Broken handling of All-Day events

2016-03-18 Thread Charles Kerr
** Branch linked: lp:~charlesk/indicator-datetime/lp-1302004-fix-event- list-culling-and-sorting ** Changed in: indicator-datetime (Ubuntu) Assignee: (unassigned) => Charles Kerr (charlesk) ** Changed in: indicator-datetime (Ubuntu) Importance: Undecided => Medium -- You receive

[Bug 740817] Re: Mousing over date in the menu's calendar doesn't highlight it

2016-03-18 Thread Charles Kerr
This is a rendering issue in IDO's code, not indicator-datetime. ** Changed in: indicator-datetime (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740817 Titl

[Bug 741011] Re: Calendar in clock menu has inconsistent background color

2016-03-18 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu) Status: Confirmed => Invalid ** No longer affects: indicator-datetime -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/741011 Title: Calendar in clock

[Bug 1477433] Re: Alarm does not ring when the phone is off

2016-03-18 Thread Charles Kerr
Do you mean 'off' as in literally turned off? ** Changed in: indicator-datetime (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1477433 Title: Alarm do

[Bug 1543206] Re: If there isn't a calendar, we should help the user install one

2016-03-18 Thread Charles Kerr
IIUC calendar-app is going to start shipping preinstalled on the phone. If so, this issue would go away... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543206 Title: If there isn't a calendar, we

[Bug 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-03-18 Thread Charles Kerr
The "7 minutes til" text is coming from unity8. indicator-datetime passes the event's time to unity8 in the x-canonical- time property, and qml/Panel/Indicators/MenuItemFactory.qml's appointmentMenu code builds its time from calling i18n.relativeDateTime() on that x-canonical-time value. Ideally,

[Bug 1317861] Re: Alarm icon inappropriately shown for reminders too

2016-03-18 Thread Charles Kerr
This bug was fixed a long time ago but this ticket didn't get closed. Marking as fix released. ** Changed in: indicator-datetime (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1330678] Re: indicator-datetime or -session missing ~10% of the time

2016-03-18 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fix

[Bug 1558492] Re: Confusing date icons for appointments listed in pulldown

2016-03-18 Thread Charles Kerr
*** This bug is a duplicate of bug 1362962 *** https://bugs.launchpad.net/bugs/1362962 ** This bug has been marked a duplicate of bug 1362962 Calendar icon usually shows the wrong date -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1419391] Re: LANG=C environment breaks clock

2016-03-18 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu) Status: Triaged => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1419391 Title: LANG=C environment breaks clock To manage notifications about t

[Bug 1317945] Re: Clock indicator on panel is updating infreqently

2016-03-18 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fix

[Bug 1324854] Re: indicator-datetime in saucy shows wrong time (& date) for some online calendars added in Evolution

2016-03-18 Thread Charles Kerr
Thank you for reporting this bug to Ubuntu. Saucy reached EOL on July 17, 2014. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fixed w

[Bug 1465858] Re: Time can not be read when alarm is set (while swiping/opening indicator)

2016-03-18 Thread Charles Kerr
There doesn't seem to be any design for this use case on if/how the current time should be shown in the expanded indicator panel when an alarm is set. The indicators (phone) UX spec v0.2 is a little dusty but is the closest we have AFAIK, and its images of how datetime should look in the expanded

[Bug 1558492] Re: Confusing date icons for appointments listed in pulldown

2016-03-18 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1558492 Title: Confusing date icons for appointments listed in pulldown T

[Bug 1475081] Re: Alarm sounds during call

2016-03-18 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475081 Title: Alarm sounds during call To manage notifications about thi

[Bug 1465858] Re: Time can not be read when alarm is set (while swiping/opening indicator)

2016-03-18 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu) Assignee: (unassigned) => Matthew Paul Thomas (mpt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465858 Title: Time can not be read when alarm is se

[Bug 1424581] Re: indicator-datetime-service crashed with SIGSEGV in _int_malloc()

2016-03-18 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fix

[Bug 1470583] Re: Phone notifies me of calendar events multiple times.

2016-03-19 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu) 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/1470583 Title: Phone notifies me of calendar events multiple times. To manage

[Bug 1502684] Re: Enable Seconds on the Clock

2016-03-19 Thread Charles Kerr
The indicator's current behavior on the phone matches the design spec at https://wiki.ubuntu.com/TimeAndDate#Phone.2Ftablet. I'll be happy to update the code if design re-addresses this issue, eg for convergence, but I'm not going to make an MP to go against the design spec. :) ** Changed in: ind

[Bug 1548479] Re: unity8 clock gui menu crashed

2016-03-19 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make Ubuntu better. However, your crash report is either missing or challenging to deal with as a ".crash" file. Please follow these instructions to have apport report a new bug about your crash that can be dealt with by the automatic

[Bug 1302004] Re: Indicator-datetime doesn't list in-progress events

2016-03-19 Thread Charles Kerr
** Branch linked: lp:~charlesk/indicator-datetime/lp-1302004-fix-event- list-culling-and-sorting ** Changed in: indicator-datetime (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 735874] Re: Weekday and date missing from top panel indicator applet when in Classic Desktop mode

2016-03-19 Thread Charles Kerr
** No longer affects: indicator-datetime -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/735874 Title: Weekday and date missing from top panel indicator applet when in Classic Desktop mode To mana

[Bug 1317288] Re: Date and time do not show up on indicator panel

2016-03-19 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fix

[Bug 1073403] Re: "Date format not supported"

2016-03-19 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fix

[Bug 676222] Re: With indicator-datetime calendar focused, cannot use arrow keys to navigate to other indicators

2016-03-19 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/676222 Title: With indicator-datetime calendar focused, cannot use arrow

[Bug 1251599] Re: /usr/lib/x86_64-linux-gnu/indicator-datetime-service:6:_g_log_abort:g_assertion_message:g_assertion_message_expr:g_weak_ref_set:signal_closure_free

2016-03-19 Thread Charles Kerr
Thank you for reporting this bug to Ubuntu. 13.10 reached EOL on July 17, 2014. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases I've tried recreating this bug with your release and was unable to, given the information you've provided. Please upgrade to

[Bug 1548031] Re: wrong date in series schedule

2016-03-19 Thread Charles Kerr
Renato, have you had time to triage this yet -- do you know if the issue is in calendar-app, or the indicator, or both? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1548031 Title: wrong date in ser

[Bug 1242307] Re: Doesn't report NTP connection problems

2016-03-19 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1242307 Title: Doesn't report NTP connection problems To manage notif

[Bug 1362962] Re: Calendar icon usually shows the wrong date

2016-03-20 Thread Charles Kerr
indicator-datetime is already using the generic calendar icon from ubuntu-mobile/actions/scalable/calendar.svg, which has the '25' in it. IMO the issue is that the icon should be tweaked to remove the '25' ** Also affects: ubuntu-themes (Ubuntu) Importance: Undecided Status: New ** Cha

[Bug 1560188] Re: unity8 hang w/ CPU pegged

2016-03-22 Thread Charles Kerr
=> In Progress ** Changed in: indicator-datetime (Ubuntu) Importance: Undecided => Critical ** Changed in: indicator-datetime (Ubuntu) Assignee: (unassigned) => Charles Kerr (charlesk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1560188] Re: unity8 hang w/ CPU pegged

2016-03-23 Thread Charles Kerr
** Changed in: unity8 (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1560188 Title: unity8 hang w/ CPU pegged To manage notifications about this bug g

[Bug 1325259] Re: Log out/Lock not functional with user with no password

2016-04-05 Thread Charles Kerr
I don't have a 14.04 setup to test with ATM, but trying the same in a 15.04 box, I can partially confirm this wrt the lockscreen, locking doesn't work on a user with no password. The "lock/switch account..." menuitem shouldn't be available in this case. I'm not able to reproduce the Logout issue;

[Bug 1566341] [NEW] ``Tomorrow'' appears untranslated

2016-04-05 Thread Charles Kerr
Public bug reported: Reported in the ubuntu-phone mailing list's ``Landing team 31.03.16'' thread: Richard Somlói: > "Tomorrow" should be "Holnap" in Hungarian, and it worked well with the > previous images. Could somebody confirm it with another language? sil2100: > I just checked the indicat

[Bug 1566341] Re: ``Tomorrow'' appears untranslated

2016-04-05 Thread Charles Kerr
At very first glance, the code in indicator-datetime looks alright: the string `Tomorrow' only occurs in utils.c's generate_full_format_string_at_time(), all instances there are marked for translation, and the only change to utils.c in the last year was a comment change (http://bazaar.launchpad.net

[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-08 Thread Charles Kerr
** Branch linked: lp:~charlesk/indicator-datetime/always-get-initial- tzid-from-timedate1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567940 Title: time displayed wrongly on production phone To

[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-08 Thread Charles Kerr
Looking over the indicator-datetime code I do see a startup timing bug that might be causing this and have a patch for that; however, I'm not able to reproduce this bug on my krillin. Under the 'startup timing bug' working theory I've tried rebooting 10x and still am not seeing this bug. I'll get

[Bug 1194231] Re: Typo in Error Message

2016-08-21 Thread Charles Kerr
*** This bug is a duplicate of bug 1063053 *** https://bugs.launchpad.net/bugs/1063053 This was fixed some time ago. ** This bug has been marked a duplicate of bug 1063053 Typo in menuitem.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1569593] Re: Doesn't include auto-detected timezone even if the setting is enabled

2016-05-01 Thread Charles Kerr
Still WfM. seb128, any suggestions on how to reproduce this issue? ** Changed in: indicator-datetime (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/15695

[Bug 1559731] Re: Battery indicator turns red at 30%

2016-05-01 Thread Charles Kerr
** Changed in: indicator-power (Ubuntu) Importance: High => Medium ** Changed in: indicator-power (Ubuntu Xenial) Importance: High => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559731

[Bug 1559731] Re: Battery indicator turns red at 30%

2016-05-01 Thread Charles Kerr
This looks like a Desktop variation of bug #1388235. The solution there was to provide extra icons for 10%, 30%, 50%, 70%, and 90% so that we could improve our accuracy when rounding to the closest icon, and also to special case the rounding between [20-30%) to avoid hitting the red- at-20% icons f

[Bug 1388235] Re: [indicators] Battery icon turns red at 30%

2016-05-01 Thread Charles Kerr
See also bug #1559731 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388235 Title: [indicators] Battery icon turns red at 30% To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 1559731] Re: Battery indicator turns red at 30%

2016-05-01 Thread Charles Kerr
** Branch linked: lp:~charlesk/indicator-power/lp-1559731-fix-red- battery-icon-at-29pct-on-desktop ** Changed in: indicator-power (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1550558] Re: [enhancement] Sound control panel

2016-05-01 Thread Charles Kerr
Mateo, 'real silent mode' is covered by bug #1483890 as mentioned by faenil in comment #4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1550558 Title: [enhancement] Sound control panel To manage no

[Bug 1550558] Re: [enhancement] Sound control panel

2016-05-01 Thread Charles Kerr
bug #1483890 and bug #1485522 aside, I agree with this wishlist request for a UI to change the different audio roles' volumes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1550558 Title: [enhanceme

[Bug 1538760] Re: battery icon gone

2016-05-01 Thread Charles Kerr
teo, could you please attach the output of this command the next time the icon disappears: $ dbus-send --print-reply=literal --dest=com.canonical.indicator.power /com/canonical/indicator/power org.gtk.Actions.DescribeAll ** Changed in: indicator-power (Ubuntu) Status: Confirmed => Incomple

[Bug 995647] Re: Shut Down & Ubuntu 12.04 in General

2016-05-01 Thread Charles Kerr
*** This bug is a duplicate of bug 1242112 *** https://bugs.launchpad.net/bugs/1242112 ** This bug is no longer a duplicate of bug 838792 "Restart" logs out, even when there are no other people logged in ** This bug has been marked a duplicate of bug 1242112 Shutdown/restart dialogue is

[Bug 841220] Re: Session returns to login screen when attemping to shutdown or restart

2016-05-01 Thread Charles Kerr
*** This bug is a duplicate of bug 1242112 *** https://bugs.launchpad.net/bugs/1242112 ** This bug is no longer a duplicate of bug 838792 "Restart" logs out, even when there are no other people logged in ** This bug has been marked a duplicate of bug 1242112 Shutdown/restart dialogue is

[Bug 838792] Re: "Restart" logs out, even when there are no other people logged in

2016-05-01 Thread Charles Kerr
*** This bug is a duplicate of bug 1242112 *** https://bugs.launchpad.net/bugs/1242112 ** This bug has been marked a duplicate of bug 1242112 Shutdown/restart dialogue is not working if Cairo-Dock and its Launcher-API-Deamon are running or if another app is registered to LauncherEntry int

[Bug 899830] Re: I can not reboot or shut down computer

2016-05-01 Thread Charles Kerr
*** This bug is a duplicate of bug 1242112 *** https://bugs.launchpad.net/bugs/1242112 ** This bug is no longer a duplicate of bug 838792 "Restart" logs out, even when there are no other people logged in ** This bug has been marked a duplicate of bug 1242112 Shutdown/restart dialogue is

[Bug 890378] Re: [oneiric] Computer does not turn off

2016-05-01 Thread Charles Kerr
*** This bug is a duplicate of bug 1242112 *** https://bugs.launchpad.net/bugs/1242112 ** This bug is no longer a duplicate of bug 838792 "Restart" logs out, even when there are no other people logged in ** This bug has been marked a duplicate of bug 1242112 Shutdown/restart dialogue is

[Bug 1037822] Re: Switch off don't work just logs out

2016-05-01 Thread Charles Kerr
*** This bug is a duplicate of bug 1242112 *** https://bugs.launchpad.net/bugs/1242112 ** This bug is no longer a duplicate of bug 838792 "Restart" logs out, even when there are no other people logged in ** This bug has been marked a duplicate of bug 1242112 Shutdown/restart dialogue is

[Bug 893880] Re: Shutdown logs out instead of powering off

2016-05-01 Thread Charles Kerr
*** This bug is a duplicate of bug 1242112 *** https://bugs.launchpad.net/bugs/1242112 ** This bug is no longer a duplicate of bug 838792 "Restart" logs out, even when there are no other people logged in ** This bug has been marked a duplicate of bug 1242112 Shutdown/restart dialogue is

[Bug 1569481] Re: ota 10.1 rotation lock disappeared

2016-05-02 Thread Charles Kerr
so maybe it didn't crash, next step is to see if it's running: 1. if you run "$ ps -ef | grep indicator-display", do you see indicator- display-service running anywhere? 2. could you please attach the output of "$ dbus-send --print-reply --type=method_call --dest=com.canonical.indicator.rotation_

[Bug 1559731] Re: Battery indicator turns red at 30% on desktop

2016-05-02 Thread Charles Kerr
** Summary changed: - Battery indicator turns red at 30% + Battery indicator turns red at 30% on desktop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559731 Title: Battery indicator turns red at

[Bug 1574700] Re: Silent mode does not turn off ALL sounds

2016-05-02 Thread Charles Kerr
Marking as wishlist/incomplete and moving to Design for feedback. Design, please reopen the indicator-sound (Ubuntu) component of this ticket by changing it from "Incomplete" to "Triaged" if the spec changes (or if we've misunderstood the existing spec :). ** Also affects: ubuntu-ux Importance

[Bug 1538760] Re: battery icon gone

2016-05-02 Thread Charles Kerr
Hm ok, it looks like indicator-power's icon is gone because indicator- power-service isn't running. 1. Is there anything for indicator-power in /var/crash? 2. What happens if you run "$ start indicator-power" ? ** Changed in: indicator-power (Ubuntu) Status: Confirmed => Incomplete -- Y

[Bug 1569593] Re: Doesn't include auto-detected timezone even if the setting is enabled

2016-04-25 Thread Charles Kerr
I'm not able to reproduce this issue when testing at the hotel in Prague. seb128 reports it WfH here too, so perhaps the error is conditional on location or network. Will try again on my layovers on the way back to test different locations / timezones / networks. -- You received this bug notifi

[Bug 1483427] Re: Possible to manually set display brightness to 0 on Ubuntu Touch on Aquaris E5

2016-04-26 Thread Charles Kerr
Reassigning to powerd. Indicator-power gets the min/max brightness range from powerd by calling com.canonical.powerd's getBrightnessParams() method. ** Also affects: powerd (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-power (Ubuntu) Status: Confirmed => Inv

[Bug 1530807] Re: [FHD] Bluetooth cannot be activated on several devices

2016-04-26 Thread Charles Kerr
** Changed in: indicator-bluetooth (Ubuntu) Status: In Progress => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1530807 Title: [FHD] Bluetooth cannot be activated on several device

[Bug 1362962] Re: Calendar icon usually shows the wrong date

2016-04-26 Thread Charles Kerr
tiheum, \o/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362962 Title: Calendar icon usually shows the wrong date To manage notifications about this bug go to: https://bugs.launchpad.net/canonica

[Bug 1540108] Re: Blue dots for text marking/placing a cursor are too small

2016-04-26 Thread Charles Kerr
** Package changed: indicator-display (Ubuntu) => unity8 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1540108 Title: Blue dots for text marking/placing a cursor are too small To manage no

[Bug 1472577] Re: [indicatoes] Offer an indicator option to not lock screen automatically

2016-04-26 Thread Charles Kerr
** Changed in: indicator-display (Ubuntu) Importance: Undecided => Wishlist ** Summary changed: - [indicatoes] Offer an indicator option to not lock screen automatically + [indicators] Offer an option to not lock screen automatically -- You received this bug notification because you are a me

[Bug 1564888] Re: Offer an indicator option to turn on the torch

2016-04-26 Thread Charles Kerr
** Changed in: indicator-display (Ubuntu) Importance: Undecided => Wishlist ** Also affects: ubuntu-ux Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1564

[Bug 1569481] Re: ota 10.1 rotation lock disappeared

2016-04-26 Thread Charles Kerr
If indicator-display crashed, that would match the ``indicator-rotation- lock'' text there with no indicator. * Does /var/crash have any files whose names mention indicator display? Especially if there's not one ending in ".uploaded"? * Are there any error messages in $HOME/.cache/upstart/indicat

[Bug 1572293] Re: Convergency

2016-04-26 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs

[Bug 1572045] Re: Allow usb debugging, the adb prompt still appear every time.

2016-04-26 Thread Charles Kerr
Hi Evan, Indicator-display will try to save the remembered entries in /data/misc/adb/adb_keys, which should be human-readable. Could you take a look and see if that file exists / is readable / has contents? In particular we're looking for an entry that matches the value of ~/.android/adbkey.pub

[Bug 1564888] Re: Offer an indicator option to turn on the torch

2016-04-28 Thread Charles Kerr
** Changed in: ubuntu-ux Status: New => Confirmed ** Changed in: indicator-display (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1564888 Title:

[Bug 1575293] Re: Remove the non-existing "systemd-services" dependency

2016-04-28 Thread Charles Kerr
** Changed in: indicator-session (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/1575293 Title: Remove the non-existing "systemd-services" dependency To manag

[Bug 1575612] Re: indicator-power-service crashed with SIGSEGV in g_object_unref()

2016-04-28 Thread Charles Kerr
Thank you for taking the time to report this bug and helping to make Ubuntu better. However, processing it in order to get sufficient information for the developers failed (it does not generate an useful symbolic stack trace). This might be caused by some outdated packages which were installed on

[Bug 1574700] Re: Silent mode does not turn off ALL sounds

2016-04-29 Thread Charles Kerr
** Changed in: indicator-sound (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574700 Title: Silent mode does not turn off ALL sounds To manage notification

[Bug 1567516] Re: The default indicators set has a blank button.

2016-04-29 Thread Charles Kerr
** Package changed: indicator-application (Ubuntu) => indicator-keyboard (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567516 Title: The default indicators set has a blank button. To mana

[Bug 1634059] Re: indicator-datetime-service devours memory rendering system useless

2016-10-18 Thread Charles Kerr
*** This bug is a duplicate of bug 1342123 *** https://bugs.launchpad.net/bugs/1342123 ** This bug is no longer a duplicate of bug 1633319 memory leak in indicator-datetime ** This bug has been marked a duplicate of bug 1342123 evolution-calendar-factory always running with high memory u

[Bug 1633319] Re: memory leak in indicator-datetime

2016-10-18 Thread Charles Kerr
*** This bug is a duplicate of bug 1342123 *** https://bugs.launchpad.net/bugs/1342123 >From Jonathan's insights in comment 9, this sounds like a duplicate of bug #1342123. ** This bug has been marked a duplicate of bug 1342123 evolution-calendar-factory always running with high memory usa

[Bug 1626767] Re: Tests should be re-enabled / fixed

2016-10-18 Thread Charles Kerr
Looks like there's still general test failure as of 13 Oct, see https://code.launchpad.net/~pete-woods/indicator-network/lp1632275-fix- memory-corruption/+merge/308379/comments/798923 CI is not productive on indicator-network until this is fixed... ** Changed in: indicator-network (Ubuntu) Imp

[Bug 1638710] [NEW] Hardcoded paths need Snappy prefixing

2016-11-02 Thread Charles Kerr
Public bug reported: Noticed and reported by mterry in https://code.launchpad.net/~mterry /indicator-transfer/snap-root/+merge/308128: > There are also two hardcoded paths in the data/*.desktop.in files. > But that's a static desktop file, so $SNAP isn't appropriate. > > I'm not sure what the bes

[Bug 1638708] [NEW] Hardcoded paths in data/*.desktop.in need Snappy prefixing

2016-11-02 Thread Charles Kerr
Public bug reported: Noticed and reported by mterry in https://code.launchpad.net/~mterry /indicator-sound/snap-root/+merge/308125: > There are also two hardcoded paths in the data/*.desktop.in files. > But that's a static desktop file, so $SNAP isn't appropriate. > I think it makes more sense to

[Bug 1638716] [NEW] Hardcoded path in recoverable-problem needs evaluation for Snappy

2016-11-02 Thread Charles Kerr
Public bug reported: As described by mterry in > And I left the "/usr/share/apport/recoverable_problem" hardcoded path in > src/recoverable-problem.c. That seems like more of a deb-based reporting > tool anyway. And I

[Bug 1638710] Re: Hardcoded paths need Snappy prefixing

2016-11-02 Thread Charles Kerr
*** This bug is a duplicate of bug 1638708 *** https://bugs.launchpad.net/bugs/1638708 D'oh, user error. This is the same as bug #1638708 ** Also affects: indicator-printers (Ubuntu) Importance: Undecided Status: New ** Also affects: indicator-power (Ubuntu) Importance: Undecide

[Bug 1638721] [NEW] Hardcoded paths need to work inside Snappy

2016-11-02 Thread Charles Kerr
Public bug reported: As reported by mterry in his $SNAP exec patch : > The com.ubuntu.touch.AccountsService.Sound.xml file > has hardcoded paths to a couple sound files. > > ALARM_DEFAULT_SOUND and CALENDAR_DEFAULT_SO

[Bug 1638721] Re: Hardcoded paths need to work inside Snappy

2016-11-02 Thread Charles Kerr
** Description changed: As reported by mterry in his $SNAP exec patch : > The com.ubuntu.touch.AccountsService.Sound.xml file > has hardcoded paths to a couple sound files. > > ALARM_DEFAULT_SOUND and

[Bug 1638708] Re: Hardcoded paths in data/*.desktop.in need Snappy prefixing

2016-11-02 Thread Charles Kerr
** Description changed: - Noticed and reported by mterry in https://code.launchpad.net/~mterry - /indicator-sound/snap-root/+merge/308125: + Noticed and reported by mterry in several indicator patches, e.g. + : > T

[Bug 1638716] Re: Hardcoded path in recoverable-problem needs evaluation for Snappy

2016-11-02 Thread Charles Kerr
** Description changed: As described by mterry in > And I left the "/usr/share/apport/recoverable_problem" hardcoded path in > src/recoverable-problem.c. That seems like more of a deb-based reporting > too

[Bug 1560960] Re: test-live-actions frequently hangs on powerpc on xenial

2016-03-27 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu) Status: New => Confirmed ** Changed in: indicator-datetime (Ubuntu) Assignee: (unassigned) => Charles Kerr (charlesk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1562898] Re: Yank effect in brightness bar

2016-03-28 Thread Charles Kerr
I'm seeing this too in rc-proposed r290 on bq. ** Changed in: indicator-power (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/1562898 Title: Yank effect in br

[Bug 1533681] Re: imported google calendar events sound when they shouldn't

2016-03-29 Thread Charles Kerr
Renato, thanks for working on some of the indicator-datetime backlog. =) For this one, after the EDS engine collects all the alarms for an event, it should cull out the ones that have neither an audio_url nor display text, ie: === modified file 'src/engine-eds.cpp' --- src/engine-eds.cpp 2016-02

[Bug 1508438] Re: Do not notify for events marked as not attending

2016-03-29 Thread Charles Kerr
The thing to do here is to get some sample input from an imported calendar with "not attending" set so that (a) this ical can be used as the basis for a regression test and (b) we can see how to test for this state in engine-eds.cc. Once we have that test in place the rest of implementation is tri

[Bug 1626275] Re: Date for Daylight Saving Time end appears two times in the indicator

2016-09-21 Thread Charles Kerr
Lukas, could you take a look at this? ** Package changed: indicator-datetime (Ubuntu) => unity8 (Ubuntu) ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Lukáš Tinkl (lukas-kde) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1626767] [NEW] Tests should be re-enabled / fixed

2016-09-22 Thread Charles Kerr
Public bug reported: https://code.launchpad.net/~charlesk/indicator-network/flight-mode- handle-missing-urfkill disables all tests because of multiple (eleven, by my count) separate failing tests. Nearly all the failures occurred on Yakkety + arm64 or ppc64el, so it's possible that this is some i

<    1   2   3   4   5   6   7   8   9   10   >