[Bug 115153]

2021-06-09 Thread Ray Satiro
Created attachment 8811578
Order received thread ordering.PNG

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

Title:
  Counter intuitive ordering for threaded Email ordered by "order
  received'

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

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

[Bug 115153]

2021-06-09 Thread Ray Satiro
Created attachment 8811577
Date thread ordering.PNG

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

Title:
  Counter intuitive ordering for threaded Email ordered by "order
  received'

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

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

[Bug 115153]

2021-06-09 Thread Ray Satiro
I'm not sure if I have the same problem but I'll explain it. Messages I
received in Thunderbird did not actually have the right 'Received' date.
So I added mailnews.customDBHeaders = " Received" and now the received
column shows the date when my mail was actually received. But sorting by
'Received' is still no different from supporting by date. So I tried
'Order Received' and that seems to work except with threaded messages.
For example ascending threaded:

foo  100
bar  102
-re:bar  105
qux  103

So I would expect that the 'bar' thread would come after qux but it
doesn't. This is actually a big problem sometimes because I have a lot
of messages in my inbox and sometimes when they don't arrive for several
days they end up way back earlier in the list and I don't even notice
them. I will upload two screenshots.

In fairness that happens rarely but I'm surprised this bug has been open
for a decade. How do we get it handed off 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/115153

Title:
  Counter intuitive ordering for threaded Email ordered by "order
  received'

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

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

[Bug 1773859] Re: Upgrades to 18.04 fail due to systemd-shim

2021-03-31 Thread Ray Satiro
I also had this problem. I was upgrading from 16 LTS -> 18 LTS -> 20 LTS

sudo mv 
/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service{,.bak}
sudo apt purge systemd-shim

Do you want to continue? [Y/n] y
Abort.
(Not sure why that happened and I had to run it again to actually get it to 
purge).

sudo apt-get update
sudo apt-get upgrade

(Software updater upgrade button does nothing...)

The following packages have been kept back:
  python-oauthlib python-openssl

sudo apt-get remove python-oauthlib python-openssl

Then it worked from GUI

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

Title:
  Upgrades to 18.04 fail due to systemd-shim

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

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

[Bug 1750278] [NEW] Bionic ISO installer too wide for 800x600

2018-02-18 Thread Ray Satiro
Public bug reported:

I am trying to install a preview of Bionic 2018-02-14 in a VMware
Workstation virtual machine, Windows 7 x64 host. The guest is set to
auto fit and is sized 800x600. I do not see a way to change it in
workstation, or ubuntu during this installation phase. The installer
from the ISO uses wide windows in the configuration phase when it
expects interaction from the user, and those windows are wider than
800x600. The problem with that is often one cannot see the full contents
of the window or the 'Continue' button without manually moving the
window. However the progress windows after that phase fit in 800x600.
I've uploaded a screenshot of a window that is too wide.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: bionic

** Attachment added: "too wide.PNG"
   
https://bugs.launchpad.net/bugs/1750278/+attachment/5057911/+files/too%20wide.PNG

** Description changed:

- I am trying to install a preview of Bionic in a VMware Workstation
- virtual machine, Windows 7 x64 host. The guest is set to auto fit and is
- sized 800x600. I do not see a way to change it in workstation, or ubuntu
- during this installation phase. The installer from the ISO uses wide
- windows in the configuration phase when it expects interaction from the
- user, and those windows are wider than 800x600. The problem with that is
- often one cannot see the full contents of the window or the 'Continue'
- button without manually moving the window. However the progress windows
- after that phase fit in 800x600. I've uploaded a screenshot of a window
- that is too wide.
+ I am trying to install a preview of Bionic 2018-02-14 in a VMware
+ Workstation virtual machine, Windows 7 x64 host. The guest is set to
+ auto fit and is sized 800x600. I do not see a way to change it in
+ workstation, or ubuntu during this installation phase. The installer
+ from the ISO uses wide windows in the configuration phase when it
+ expects interaction from the user, and those windows are wider than
+ 800x600. The problem with that is often one cannot see the full contents
+ of the window or the 'Continue' button without manually moving the
+ window. However the progress windows after that phase fit in 800x600.
+ I've uploaded a screenshot of a window that is too wide.

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

Title:
  Bionic ISO installer too wide for 800x600

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

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

[Bug 462760] Re: sprof fails to work with shared objects

2017-02-24 Thread Ray Satiro
I am also having this problem. I'm trying to profile libcurl in Ubuntu
16.04 LTS and I get this:

export LD_PROFILE_OUTPUT=`pwd`
export LD_PROFILE=libcurl.so.4
src/.libs/lt-curl google.com > /dev/null
sprof lib/.libs/libcurl.so.4 libcurl.so.4.profile -p >log

_dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state ==
RT_CONSISTENT' failed!

I compiled with -fno-omit-frame-pointer -g -pg in CFLAGS and CXXFLAGS

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

Title:
  sprof fails to work with shared objects

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

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


[Bug 1621732] [NEW] gedit doesn't show last newline

2016-09-08 Thread Ray Satiro
Public bug reported:

echo 'foo' | tee -a testfile

od -t x1 testfile
000 66 6f 6f 0a
004

gedit testfile

It shows foo as if it doesn't end in a linefeed. In other words I'd
expect the last place I could set the cursor as below the line with foo
but instead the last place is right after the last o.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gedit 3.18.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Sep  9 00:39:20 2016
InstallationDate: Installed on 2013-10-23 (1051 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  gedit doesn't show last newline

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

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


[Bug 1616710] [NEW] Wine clipboard didn't work but then it did

2016-08-24 Thread Ray Satiro
Public bug reported:

I'm using Wine in Ubuntu 16 LTS to run Notepad++. I copied some text in
Notepad++ (right-click > Copy) and then tried to paste it in the
terminal (right-click > Paste) but it would just paste the text already
in the clipboard. I tried that multiple times because I thought it was
supposed to work that way, but it didn't.

I opened Firefox to ask on askubuntu and the reply I got was CTRL +
Shift + V, which when I tried it did work. Since right-click > Paste did
not work I was surprised by that. Even more surprising is that after
that I was able to paste text into the terminal from Notepad++ by the
menu method described above that initially did not work.

I cannot offer steps to reproduce this. If there's anything you want me
to do should it happen again please let me know.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: wine 1:1.6.2-0ubuntu14
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Aug 24 03:41:56 2016
InstallationDate: Installed on 2013-10-23 (1035 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: wine1.6
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: wine1.6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  Wine clipboard didn't work but then it did

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1616710/+subscriptions

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


[Bug 1513531] Re: Error while installing

2016-08-21 Thread Ray Satiro
I also had shared folders fail to work after I upgraded from Ubuntu
14.04 to 16.04 LTS and installed the tools. I'm not sure if it's related
to this. The error I got was "Failed to get unit file state for run-
vmblockx2dfuse.mount: No such file or directory"

When I went to install VMware Tools from the ISO it suggested I use
open-vm-tools. I installed that and open-vm-tools-desktop but hgfs
didn't work. I read in this bug a comment by virtualadrian to install
libfuse-dev so I did that, and then I reinstalled vmtools:

sudo apt-get purge open-vm-tools open-vm-tools-desktop
sudo apt-get install open-vm-tools open-vm-tools-desktop

I still got the fuse error message after doing that, but I added the
line to fstab provided by drolevar in bug 1551558 and rebooted, and now
it works.

echo '.host:/ /mnt/hgfs fuse.vmhgfs-fuse 
allow_other,uid=1000,gid=1000,auto_unmount,users,defaults 0 0' \
 | tee -a /etc/fstab

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

Title:
  Error while installing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1513531/+subscriptions

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


[Bug 1613943] [NEW] 14.04 LTS -> 16.04 LTS update window is not sized properly on expansion

2016-08-16 Thread Ray Satiro
Public bug reported:

I'm using Ubuntu 14.04 LTS and recently I received a message that Ubuntu
16.04 LTS is available and asking me if I wanted to upgrade. I chose yes
and I was presented with a window that told me some packages are going
to be added and removed. I wanted to see exactly what packages so I
clicked on Details to show them. The window resized to a large size that
was too large for the desktop and so was cut off at the bottom.
Additionally the window was not resizable so I couldn't fix it. As a
result I could not scroll down all the way.

I tried to follow the normal procedure to report this but ubuntu-bug -w
didn't work, it said "The problem cannot be reported: This package does
not seem to be installed correctly."

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "Ubuntu upgrade window is too long.jpg"
   
https://bugs.launchpad.net/bugs/1613943/+attachment/4722455/+files/Ubuntu%20upgrade%20window%20is%20too%20long.jpg

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

Title:
  14.04 LTS -> 16.04 LTS update window is not sized properly on
  expansion

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

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


[Bug 1592657] [NEW] Erroneous package not available message

2016-06-15 Thread Ray Satiro
Public bug reported:

I tried to install a package and it said the package is not available,
but is referred to by another package. The package is cmake and I know
is available so I was kind of in disbelief. I tried the same command
again and then it worked. Here is the output:

owner@ubuntu1404-x64-vm:~/repos/h2o$ sudo apt-get install cmake
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package cmake is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'cmake' has no installation candidate
owner@ubuntu1404-x64-vm:~/repos/h2o$ sudo apt-get install cmake
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libmpdec2 linux-headers-3.13.0-34 linux-headers-3.13.0-34-generic
  linux-image-3.13.0-34-generic linux-image-extra-3.13.0-34-generic
  linux-tools-3.13.0-63 linux-tools-3.13.0-63-generic python-magic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  cmake-data
Suggested packages:
  codeblocks eclipse
The following NEW packages will be installed:
  cmake cmake-data
0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
Need to get 3,294 kB of archives.
After this operation, 16.6 MB of additional disk space will be used.
Do you want to continue? [Y/n]

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apt 1.0.1ubuntu2.14
ProcVersionSignature: Ubuntu 3.13.0-88.135-generic 3.13.11-ckt39
Uname: Linux 3.13.0-88-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jun 15 02:15:01 2016
InstallationDate: Installed on 2013-10-23 (965 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: apt
UpgradeStatus: Upgraded to trusty on 2014-08-22 (663 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Erroneous package not available message

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

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