[Bug 1555935] [NEW] Audio button records silence

2016-03-10 Thread Dennis O'Flaherty
Public bug reported:

Pressing and holding the microphone button seems to let me record audio,
but the generated audio file is completely silent.  This hasn't worked
since the microphone button showed up in the messaging app.

Nexus 4,  r258

** Affects: messaging-app (Ubuntu)
 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/1555935

Title:
  Audio button records silence

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1509916] [NEW] Duplicate key error when archiving

2015-10-25 Thread Dennis O'Flaherty
Public bug reported:

media scanner daemon crashes when I log into my machine (desktop, wily)

Mediascanner service starting at 2015-10-25 11:22:08.

terminate called after throwing an instance of 'std::runtime_error'
  what():  UNIQUE constraint failed: media_attic.id
Aborted (core dumped)


The service is trying to run this query in archiveItems:

const char *templ = R"(BEGIN TRANSACTION;
INSERT INTO media_attic SELECT * FROM media WHERE filename LIKE %s;
DELETE FROM media WHERE filename LIKE %s;
COMMIT;
)";

If I move/remove mediastore.db, the service runs again and catalogs
music I've added since my last run.

** Affects: mediascanner2 (Ubuntu)
 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/1509916

Title:
  Duplicate key error when archiving

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1505461] [NEW] Expose LED color setting

2015-10-12 Thread Dennis O'Flaherty
Public bug reported:

It would be nice you could change the color the LED blinks when you have
notifications.  If not through a GUI, at least through gsettings.

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

** Branch linked: lp:~doflah/unity8/led_color

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1505461

Title:
  Expose LED color setting

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1502681] [NEW] Tables in scopes are restricted to two columns

2015-10-04 Thread Dennis O'Flaherty
Public bug reported:

The column count of PreviewWidget.gridLayout is hard coded to two.  I'd
expect that providing it an n by m matrix (VariantArray of
VariantArrays) it would render an n by m table.

** Affects: unity8 (Ubuntu)
 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/1502681

Title:
  Tables in scopes are restricted to two columns

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478403] Re: Messages appear from the wrong sender

2015-07-26 Thread Dennis O'Flaherty
** Also affects: dialer-app
   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/1478403

Title:
  Messages appear from the wrong sender

To manage notifications about this bug go to:
https://bugs.launchpad.net/dialer-app/+bug/1478403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478403] [NEW] Messages appear from the wrong sender

2015-07-26 Thread Dennis O'Flaherty
Public bug reported:

After updating to OTA5 on mako (#21), I have been seeing text messages
that are from one person, but appear as sent from someone else.  The
first one was obvious, since it came from the T-Mobile voicemail number,
but the next time was more subtle, since it came from a different
friend's number.  I sent myself a message while running dbus-monitor to
see where it went wrong:

signal sender=:1.13 -> dest=(null destination) serial=665 
path=/org/freedesktop/Telepathy/Connection/ofono/ofono/_14bb200/_1515120; 
interface=org.freedesktop.Telepathy.Channel.Interface.Messages; 
member=MessageReceived
   array [
  array [
 dict entry(
string "message-received"
variantuint32 1437926656
 )
 dict entry(
string "message-sender"
variantuint32 2
 )
 dict entry(
string "message-sender-id"
variantstring ""
 )
 dict entry(
string "message-token"
variantstring "2015-07-26T12:04:14-0400-1"
 )
 dict entry(
string "message-type"
variantuint32 0
 )
 dict entry(
string "pending-message-id"
variantuint32 0
 )
  ]
  array [
 dict entry(
string "content"
variantstring "sample message"
 )
 dict entry(
string "content-type"
variantstring "text/plain"
 )
  ]
   ]


The telepathy-ofono message looks okay, but the message emitted by 
history-daemon is wrong:

signal sender=:1.92 -> dest=(null destination) serial=560 
path=/com/canonical/HistoryService; interface=com.canonical.HistoryService; 
member=EventsAdded
   array [
  array [
 dict entry(
string "accountId"
variantstring "ofono/ofono/account0"
 )
 dict entry(
string "attachments"
variantarray [
   ]
 )
 dict entry(
string "eventId"
variantstring "2015-07-26T12:04:14-0400-1"
 )
 dict entry(
string "message"
variantstring "sample message"
 )
 dict entry(
string "messageStatus"
variantint32 0
 )
 dict entry(
string "messageType"
variantint32 0
 )
 dict entry(
string "newEvent"
variantboolean true
 )
 dict entry(
string "participants"
variantarray [
  string ""
   ]
 )
 dict entry(
string "readTimestamp"
variantstring ""
 )
 dict entry(
string "senderId"
variantstring ""
 )
 dict entry(
string "subject"
variantstring ""
 )
 dict entry(
string "threadId"
variantstring ""
 )
 dict entry(
string "timestamp"
variantstring "2015-07-26T12:04:16.000"
 )
 dict entry(
string "type"
variantint32 0
 )
  ]
   ]

** Affects: history-service
 Importance: Undecided
 Status: New

** Affects: telepathy-ofono
 Importance: Undecided
 Status: New

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

** Also affects: history-service
   Importance: Undecided
   Status: New

** Also affects: telepathy-ofono
   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/1478403

Title:
  Messages appear from the wrong sender

To manage notifications about this bug go to:
https://bugs.launchpad.net/history-service/+bug/1478403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1478403] Re: Messages appear from the wrong sender

2015-07-26 Thread Dennis O'Flaherty
I thought since I had gotten a text message from the voicemail number, I
might be able to cause false voicemail history as well, but I opened the
dialer-app and it froze, then crashed.  I opened it several more times
and it crashed each time.  Attached is the log with phone numbers
scrubbed.  It contains a number of errors regarding contact handles, so
I suspect the crash is related to the text message sender error.

** Attachment added: "application-legacy-dialer-app-.log"
   
https://bugs.launchpad.net/telepathy-ofono/+bug/1478403/+attachment/4434401/+files/application-legacy-dialer-app-.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1478403

Title:
  Messages appear from the wrong sender

To manage notifications about this bug go to:
https://bugs.launchpad.net/history-service/+bug/1478403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-24 Thread Dennis O'Flaherty
If I enable wifi, my phone app now says "T-Mobile" instead of "No
network" and I am able to send text messages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1467640

Title:
  No mobile data connection for mako on wily

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-24 Thread Dennis O'Flaherty
I'm seeing the same behavior.  Also when I try to send a text message, I
get "No SIM card selected.  You need to select a SIM card."

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1467640

Title:
  No mobile data connection for mako on wily

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360403] Re: MMS does not work with T-Mobile US

2015-06-15 Thread Dennis O'Flaherty
It was a little bit of both but I made the changes to be able to
receive.  The only change I think I needed to make to send was to set
the context url, which I think is consistent with Sergio's comment #11.
It's a change i needed to make but it's a little bit of a hack in that
I'm not sure it's the "correct" fix.  I just know it works.

I just tried building from the github version and it seems the changes
in push.go are no longer necessary.  I still need to patch it to let
non-SMIL messages in, but I'm not sure if that's a normal event (MMS
from another phone) or if it's just because I'm using the smtp gateway
(MMS from e-mail) to test it.  I'm not an MMS expert, so it's mostly
just trial and error at this point.

I wasn't able to send or receive over wifi, I needed to switch the data
connection.  It also doesn't seem to try to receive again if you switch
after a failure which means you lose the message.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360403

Title:
  MMS does not work with T-Mobile US

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1360403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360403] Re: MMS does not work with T-Mobile US

2015-06-12 Thread Dennis O'Flaherty
Jamie, I was able to get this working recently on my N4 using the dev
channel.  I patched nuntium (trunk, see attachment) to be able to
receive picture messages then I had to change some of my APN settings
with /usr/share/ofono/scripts to be able to send.  I don't use group
messages, but when I send an image to my phone through tmomail, it
receives it as a group message from my e-mail address and a blank
recipient.

** Attachment added: "tmobile_mms"
   
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1360403/+attachment/4414101/+files/tmobile_mms

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360403

Title:
  MMS does not work with T-Mobile US

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1360403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360403] Re: MMS does not work with T-Mobile US

2015-03-29 Thread Dennis O'Flaherty
There is a branch tied to this bug with an apparent fix - could I get a
guide to trying to test it?  I'm not very familiar with Go, especially
cross-compiling for armhf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360403

Title:
  MMS does not work with T-Mobile US

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/1360403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365491] Re: Signal changes from four bars to "Denied" on SIM1 and "No Signal" on SIM2

2015-03-18 Thread Dennis O'Flaherty
I saw this today with the most recent promoted image on mako (r17).
I've also seen it a few times on the previous image.

** Attachment added: "denied2.png"
   
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1365491/+attachment/4349434/+files/denied2.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365491

Title:
  Signal changes from four bars to "Denied" on SIM1 and "No Signal" on
  SIM2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365491] Re: Signal changes from four bars to "Denied" on SIM1 and "No Signal" on SIM2

2015-03-18 Thread Dennis O'Flaherty
Although when it switches to "Denied" I don't see it switch back.  I
have to reboot the device to get back on the network.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365491

Title:
  Signal changes from four bars to "Denied" on SIM1 and "No Signal" on
  SIM2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1411768] Re: clippath in svg doesn't have any effect

2015-01-16 Thread Dennis O'Flaherty
This is what the image should look like

** Attachment added: "devils_ducks_good.png"
   
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1411768/+attachment/4300133/+files/devils_ducks_good.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1411768

Title:
  clippath in svg doesn't have any effect

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1411768] [NEW] clippath in svg doesn't have any effect

2015-01-16 Thread Dennis O'Flaherty
Public bug reported:

I used an svg as the source for scope art which has a clippath.  This is
rendered correctly in eog and firefox, but isn't rendered correctly in a
unity8 scope.

Source for the scope is here:
https://github.com/doswdev/haca/tree/combined_logos

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

** Attachment added: "devils_ducks_bad.png"
   
https://bugs.launchpad.net/bugs/1411768/+attachment/4300132/+files/devils_ducks_bad.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1411768

Title:
  clippath in svg doesn't have any effect

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360403] Re: MMS does not work with T-Mobile US

2014-12-20 Thread Dennis O'Flaherty
I'm able to "receive" picture messages through a complicated workaround.
This gets dumped in the nuntium log (I obscured the incoming phone
number):

  c1 06 28 1f 22 61 70 70  6c 69 63 61 74 69 6f 6e  |..(."application|
0010  2f 76 6e 64 2e 77 61 70  2e 6d 6d 73 2d 6d 65 73  |/vnd.wap.mms-mes|
0020  73 61 67 65 00 81 84 8d  80 af 84 8c 82 98 6d 61  |sage..ma|
0030  76 6f 64 69 2d 37 2d 38  39 2d 63 31 2d 33 2d 63  |vodi-7-89-c1-3-c|
0040  61 2d 37 2d 31 62 66 2d  34 2d 63 61 2d 34 61 32  |a-7-1bf-4-ca-4a2|
0050  31 63 32 38 00 8d 92 89  1a 80 18 83 2b 00 00 00  |1c28+---|
0060  00 00 00 00 00 00 00 00  2f 54 59 50 45 3d 50 4c  |/TYPE=PL|
0070  4d 4e 00 8a 80 8e 03 11  4a cb 88 05 81 03 03 f4  |MN..J...|
0080  80 83 68 74 74 70 3a 2f  2f 61 74 6c 32 6d 6f 73  |..http://atl2mos|
0090  67 65 74 2e 6d 73 67 2e  65 6e 67 2e 74 2d 6d 6f  |get.msg.eng.t-mo|
00a0  62 69 6c 65 2e 63 6f 6d  2f 6d 6d 73 2f 77 61 70  |bile.com/mms/wap|
00b0  65 6e 63 3f 54 3d 6d 61  76 6f 64 69 2d 37 2d 31  |enc?T=mavodi-7-1|
00c0  33 62 2d 31 62 66 2d 34  2d 63 61 2d 34 61 32 31  |3b-1bf-4-ca-4a21|
00d0  63 32 38 00   |c28.|

I can extract the URL from the dump and pull it down from the tmo server
as long as wifi is OFF

  wget http://atl2mosget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-7-13b-
1bf-4-ca-4a21c28

which gives me a SMIL message with a jpg attachment.  If I truncate the
file up until the FF D8 FF magic number for jpeg, I'm left with a file I
can open in an image viewer.

The nuntium log also contains this line - maybe it's encountering an unexpected 
message type which prevents the MMS from propagating through the rest of the 
pipeline:
  2014/12/20 12:21:46 Error cannot decode media type for field beginning with 
0x28@2

Hopefully this is useful to someone...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360403

Title:
  MMS does not work with T-Mobile US

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/1360403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1371842] Re: Sending picture messages fails immediately

2014-09-25 Thread Dennis O'Flaherty
I didn't have a single nuntium.log - I had several gzipped ones

** Attachment added: "nuntium.log.1"
   
https://bugs.launchpad.net/messaging-app/+bug/1371842/+attachment/4215571/+files/nuntium.log.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371842

Title:
  Sending picture messages fails immediately

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1371842] Re: Sending picture messages fails immediately

2014-09-25 Thread Dennis O'Flaherty
When I was looking at the other nuntium logs, I noticed this.  One of my
co-workers said he sent a group text message at the date/time in the log
(I think they are usually transmitted as MMS) but it didn't appear in
the messaging app.

** Attachment added: "nuntium.log.2"
   
https://bugs.launchpad.net/messaging-app/+bug/1371842/+attachment/4215576/+files/nuntium.log.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371842

Title:
  Sending picture messages fails immediately

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1371842] Re: Sending picture messages fails immediately

2014-09-25 Thread Dennis O'Flaherty
** Attachment added: "application-legacy-messaging-app-.log"
   
https://bugs.launchpad.net/messaging-app/+bug/1371842/+attachment/4215570/+files/application-legacy-messaging-app-.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371842

Title:
  Sending picture messages fails immediately

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1367802] Re: sharing a url is not displayed correctly in message view

2014-09-19 Thread Dennis O'Flaherty
I had already filed this as bug #1363292 and implemented a fix on a
branch along with some unit tests.  My fix allows you to send both phone
numbers and links in the same message, so it should be more robust.  Do
you want to take a look at that instead?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1367802

Title:
  sharing a url is not displayed correctly in message view

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1356174] Re: Move search field to toolbar

2014-08-12 Thread Dennis O'Flaherty
** Attachment added: "search_header2.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1356174/+attachment/4176215/+files/search_header2.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1356174

Title:
  Move search field to toolbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1356174/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1356174] Re: Move search field to toolbar

2014-08-12 Thread Dennis O'Flaherty
** Attachment added: "search_header1.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1356174/+attachment/4176214/+files/search_header1.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1356174

Title:
  Move search field to toolbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1356174/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1356174] Re: Move search field to toolbar

2014-08-12 Thread Dennis O'Flaherty
I created a branch to incorporate the header state code from the
messaging-app:

lp:~doflah/ubuntu-system-settings/search_header

I can also update test_search.py if you decide this is something you
want.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1356174

Title:
  Move search field to toolbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1356174/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1356174] [NEW] Move search field to toolbar

2014-08-12 Thread Dennis O'Flaherty
Public bug reported:

It might be good to move the search field from the settings list into
the header for consistency with some of the core apps, which use the
header toolbar.

** Affects: ubuntu-system-settings (Ubuntu)
 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/1356174

Title:
  Move search field to toolbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1356174/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1308663] Re: "Checking for updates…" should be horizontally aligned

2014-08-12 Thread Dennis O'Flaherty
Sebastien,

Looking at r179 in devel, it seems the "checking for updates" label is
positioned underneath the page header so there appears to be no feedback
to the user while checking.  Should the label be vertically centered as
well?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308663

Title:
  "Checking for updates…" should be horizontally aligned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1308663/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1276005] Re: Accented characters don't get rendered properly in Recent apps

2014-08-11 Thread Dennis O'Flaherty
This seems to be OBE in the latest images with the removal of the Recent
Apps section.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1276005

Title:
  Accented characters don't get rendered properly in Recent apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-mir/+bug/1276005/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-10-18 Thread Dennis O'Flaherty
Scratch that - removed nomodeset and now Joseph's 3.11 kernel works.
Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195483

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-10-17 Thread Dennis O'Flaherty
I updated to 13.10 today and installed jsalisbury's packages from
comment #72.  Neither his 3.11 kernel, nor the 3.8 kernel from 13.04
work for me.  They both show the Ubuntu splash screen for a second or
two and then drop me into the console.  Ctrl + Alt + F7 just shows a
blinking cursor.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195483

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1214008] Re: [messaging app] visual design bugs

2013-10-12 Thread Dennis O'Flaherty
Pulled down the latest --pending release and saw the new changes.  They
look good but I have two nitpicks in the Main View

 - The message text was reduced to 20% opacity; this makes it a little 
difficult to read
 - Instead of wrapping around to a second line, text message previews flow all 
the way to the right and write over the Delete button, which is a little jarring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214008

Title:
  [messaging app] visual design bugs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1195483] Re: Installation, Live and Check disc do not start on Asus ZenBook Prime UX31A

2013-10-11 Thread Dennis O'Flaherty
Still seeing the issue with the latest 3.12 kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1195483

Title:
  Installation, Live and Check disc do not start on Asus ZenBook Prime
  UX31A

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs