[Bug 58502] Re: The default value of TMPTIME in /etc/default/rcS should be non-zero

2007-04-06 Thread Jesse Glick
I agree that the default of zero is an unpleasant surprise. Under
Fedora, I was accustomed to putting things of little value - temporary
files, like software downloads or one-off test cases - in /tmp; it was
fine that they got deleted after a month or so because by then I would
have forgotten about them. Under Ubuntu, now any time my computer
crashes (a pretty frequent occurrence, since it's a laptop), all of that
is gone. Not a huge loss but certainly an annoyance. Given that most
users have much more disk space than they can use, it seems unlikely
that keeping /tmp files for a few days would harm anyone - and given
that this is a boot job, not a cron job as in Fedora, and desktop
systems could be running indefinitely without a reboot, that does not
seem to be a primary motivation anyway.

This could also be seen as the "root cause" of Bug #15179, that Firefox
downloads get nixed after a reboot without warning; although in that
case it seems that some novice Unix users did not realize that /tmp was
not for long-term storage of files and were putting valuable data (e.g.
OOo documents) there.

Is there nowhere in the desktop preferences GUI to configure TMPTIME? I
had some difficulty finding this setting; I had to read through
bootclean to find it.

-- 
The default value of TMPTIME in /etc/default/rcS should be non-zero
https://bugs.launchpad.net/bugs/58502
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 477104] Re: After 9.10 grub update can not boot into Wubi install

2010-02-01 Thread Jesse Glick
Not sure if it is related, but as of Jan 30 2010 my Wubi installation
failed to boot. After selecting the 2.6.31-16 kernel in the GRUB menu
(the default entry), the console reports a "compression error" and then
claims that no root filesystem can be mounted. Selecting the 2.6.31-14
kernel works fine, after which 'ls -lt /boot' shows that
initrd.img-2.6.31-16-generic has been modified on the 30th (but not
vmlinuz-2.6.31-16-generic, which was rather older). 'gzip -t' reports no
errors on it.

-- 
After 9.10 grub update can not boot into Wubi install
https://bugs.launchpad.net/bugs/477104
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 527525] [NEW] devkit-power-daemon drains my battery recording excessive history

2010-02-24 Thread Jesse Glick
Public bug reported:

Binary package hint: devicekit-power

While running on battery power, I noticed bursts of disk activity
lasting a few seconds and occurring at perhaps twenty-second intervals,
which of course is bad because it prevents the disk from spinning down
and drains battery power.

/usr/bin/top revealed that devkit-power-daemon was consuming ~10% CPU
during the periods when the laptop hard drive was active. I attached
strace and indeed saw it performing blocks of I/O work in /var/lib
/DeviceKit-power. Indeed this directory seems to be filled with lots of
rather large log files just from today (14Mb total in the dir!):

  -rw-r--r--  1 root root 1673328 2010-02-24 21:24 
history-charge-G71C0003WA10-95-000495.dat
  -rw-r--r--  1 root root 1060256 2010-02-24 21:24 
history-time-empty-G71C0003WA10-95-000495.dat
  -rw-r--r--  1 root root  807099 2010-02-24 21:24 
history-time-full-G71C0003WA10-95-000495.dat
  -rw-r--r--  1 root root 2363486 2010-02-24 21:24 
history-rate-G71C0003WA10-95-000495.dat
  -rw-r--r--  1 root root 1244830 2010-02-24 21:20 
history-charge-G71C0001W610-38-000177.dat
  -rw-r--r--  1 root root 1028622 2010-02-24 21:20 
history-time-empty-G71C0001W610-38-000177.dat
  -rw-r--r--  1 root root  399937 2010-02-24 21:20 
history-time-full-G71C0001W610-38-000177.dat
  -rw-r--r--  1 root root 2351404 2010-02-24 21:20 
history-rate-G71C0001W610-38-000177.dat

While I am not familiar with the daemon's source code, some offhand
suggestions for making it a better citizen:

1. Use a binary format. These log files waste a lot of space on ASCII
text that could easily be compressed:


1257278229  88.681  discharging
1257278246  88.492  discharging
1257278263  88.263  discharging
1257278281  88.111  discharging


2. Get rid of the open/close/mmap/munmap/rename cycle, especially fsync.
Surely new data can be appended to a log file just by keeping a file
descriptor open and writing a block of text to it occasionally, letting
the kernel synch to disk once in a while. (And atomicity of writes would
be less important if you were to use a fixed-length binary record
format, as in suggestion #1.)

3. Recording power history just isn't important enough to justify a lot
of I/O (and it is ironic that power efficiency is reduced this much just
by measuring it). Reduce the sampling rate, especially when on battery
power, if #1 and #2 do not pay off.

ProblemType: Bug
Architecture: i386
Date: Wed Feb 24 21:27:20 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/lib/devicekit-power/devkit-power-daemon
NonfreeKernelModules: nvidia
Package: devicekit-power 011-1ubuntu2
ProcEnviron:
 
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: devicekit-power
Uname: Linux 2.6.31-19-generic i686

** Affects: devicekit-power (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
devkit-power-daemon drains my battery recording excessive history
https://bugs.launchpad.net/bugs/527525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 527525] Re: devkit-power-daemon drains my battery recording excessive history

2010-02-24 Thread Jesse Glick

** Attachment added: "strace output for one burst of work (a few seconds long)"
   http://launchpadlibrarian.net/39752778/devkit-power-daemon-strace

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/39752779/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/39752780/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/39752781/ProcStatus.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/39752782/XsessionErrors.txt

-- 
devkit-power-daemon drains my battery recording excessive history
https://bugs.launchpad.net/bugs/527525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217154] Re: Page Load Error - compression problems

2010-02-13 Thread Jesse Glick
Happened to me today with http://ant.apache.org/ (though not
https://ant.apache.org/ which works fine). Clearing FF cache did not
help. Googling however turned up a partial workaround: press Ctrl-F5.
Have to press this on every page on the site I visit before it will be
displayed, and even then it is not guaranteed to work. Pages display
fine in links.

[Reference: http://mail-archives.apache.org/mod_mbox/ant-
dev/201002.mbox/browser and search for "http://ant.apache.org/ broken in
FF" (not archived yet as of this writing)]

-- 
Page Load Error - compression problems
https://bugs.launchpad.net/bugs/217154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 440725] Re: package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: subprocess post-installation script returned error exit status 3

2009-10-02 Thread Jesse Glick
I would expect Update Manager to just tell me politely that there were
merge conflicts, and maybe open my $EDITOR on whatever file I am
supposed to edit - smb.conf seemed fine the way it was, and it was not
clear whether I was supposed to rename smb.conf.ucf-new to smb.conf
after removing conflict markers or simply save it. In any event I would
not expect the UI to report a "crash" and offer to file a bug report.

-- 
package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 3
https://bugs.launchpad.net/bugs/440725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 395155] Re: Too long and unhelpful notification for ".local" domains

2020-02-18 Thread Jesse Glick
I am a programmer and I have only the foggiest notion of what Avahi is
or what it is there for, yet I continually receive this irritating
warning popup about something broken that I was not trying to use to
begin with. #327362 is the bug I found years ago. I just want this
notification to go away and stay away unless and until I am using some
application which is actually impaired.

Possibly also related: #80900, #1441008, #1082858, etc.

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

Title:
  Too long and unhelpful notification for ".local" domains

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

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

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

2019-10-18 Thread Jesse Glick
I hit this too. I have not yet switched from 18.04, but I decided to try
installing the snap as a preview, as https://ubuntu.com/blog/chromium-
in-ubuntu-deb-to-snap-transition suggests. No passwords were available,
making this basically useless, as I rely heavily on the Keyring
integration in Chromium.

~$ apt policy chromium-browser
chromium-browser:
  Installed: 76.0.3809.100-0ubuntu0.19.04.1
  Candidate: 76.0.3809.100-0ubuntu0.19.04.1
  Version table:
 *** 76.0.3809.100-0ubuntu0.19.04.1 500
500 http://us.archive.ubuntu.com/ubuntu disco-updates/universe amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu disco-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 73.0.3683.103-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu disco/universe amd64 Packages
~$ snap connections chromium | grep password
password-manager-service  chromium:password-manager-service  -  
 -

I presume /var/log/apt/term.log and /var/log/apt/history.log are of no
great interest in my case.

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

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1848621/+subscriptions

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

[Bug 1174162] Re: chrome-browser makes gnome-keyring-daemon use 100% cpu

2017-12-15 Thread Jesse Glick
I think I have tracked this down to irccloud.com, an app offering web
access to IRC channels once you are logged in. I had that site open in a
tab, among others, and saw `gnome-keyring-daemon` acting up. Closed
`chromium` and `gnome-keyring-daemon` stopped working. Restarted
`chromium` with the same tabs—daemon started working again. I tried
restarting with progressively fewer tabs open, and it was restarting
with irccloud.com closed that caused the problem to cease. Conversely,
opening a tab with irccloud.com again causes the daemon to work. Not
sure what about that site specifically would trigger a bug like this;
GMail, etc. do not.

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

Title:
  chrome-browser makes gnome-keyring-daemon use 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1174162/+subscriptions

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

[Bug 1827302] Re: 18.10 → 19.04 Alt-Tab cycling no longer includes Slack window

2019-05-22 Thread Jesse Glick
As original reporter, I can confirm that the xprop trick works around
this problem.

I used a modification of the wrapper script from #12, after

sudo apt install wmctrl
# as of recent https://github.com/xeyownt/xseticon/pull/4
sudo snap install xseticon

and adjusting the icon path to use the snap

ICON=/snap/slack/current/usr/lib/slack/resources/app.asar.unpacked/src/static/slack.png

and using this for the xseticon binary path:

/snap/xseticon/current/bin/xseticon

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

Title:
  18.10 → 19.04 Alt-Tab cycling no longer includes Slack window

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

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

[Bug 1851250] [NEW] [snap] chromium-browser snap cannot upload files outside ~

2019-11-04 Thread Jesse Glick
Public bug reported:

After upgrading from 19.04 to 19.10, my Chromium package was converted
to a snap. After figuring out how to manually reconnect the password
manager, and figuring out how to apply CHROMIUM_FLAGS that used to live
in /etc/chromium-browser/default, and noticing that GMail is no longer
able to play a sound when a call comes in, now I see that I am unable to
upload files from anywhere except my home directory! Connecting chromium
:removable-media as in https://bugs.launchpad.net/ubuntu/+source
/chromium-browser/+bug/1832711 does not help with anything else. Is
there some way to let the file upload dialog work on any file my user
account has access to? Or run this snap in --classic mode? If not, this
seems like a critical limitation, as I need this multiple times a day.
Switching to Chrome or Firefox cannot be the only workaround for this,
surely?

** Affects: chromium-browser (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/1851250

Title:
  [snap] chromium-browser snap cannot upload files outside ~

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1851250/+subscriptions

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

[Bug 1898116] [NEW] Javadoc warnings not displayed

2020-10-01 Thread Jesse Glick
Public bug reported:

I have long been confused by why our CI system, which runs one or
another AdoptOpenJDK build (for example the Docker image `maven`),
prints warnings from Javadoc—which are then displayed in various
forms—while my local builds show nothing. After a lot of comparisons I
picked https://github.com/jenkinsci/copyartifact-plugin
@2913845ea143095d32e5773c7af713b20d2c6906 and ran `mvn -V clean
javadoc:jar` using openjdk-8-jdk-headless 8u265-b01-0ubuntu2~20.04,
which prints no warnings, whereas if I set `$JAVA_HOME` to
https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01
/OpenJDK8U-jdk_x64_linux_hotspot_8u265b01.tar.gz the same command prints
eight warnings as expected. I finally downloaded openjdk-
8_8u265-b01-0ubuntu2_20.04.debian.tar.xz and found `debian/patches
/disable-doclint-by-default.diff` which links to
http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
and https://lists.fedoraproject.org/pipermail/java-
devel/2014-February/005150.html for justification in turning off
doclint, the latter of which even admits that

> This is really an issue that should be fixed in the upstream packages,
and disabling javadocs is just masking the problem. So given that, how
about we disable doclint for a year and give upstreams time to fix it?

This patch is apparently years old, and any Java project would surely
have long since either fixed its Javadoc errors (not necessarily
warnings!) or configured its build tool to pass the option to suppress
this stuff. The Debian package should certainly not modify the default
behavior of a very well known tool.

** Affects: openjdk-8 (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/1898116

Title:
  Javadoc warnings not displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1898116/+subscriptions

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

[Bug 1876322] Re: kazam on Focal: No audio recorded

2020-07-13 Thread Jesse Glick
Upstream issue (incl. workaround) and patch:
https://github.com/hzbd/kazam/issues/39
https://github.com/hzbd/kazam/pull/40

** Bug watch added: github.com/hzbd/kazam/issues #39
   https://github.com/hzbd/kazam/issues/39

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

Title:
  kazam on Focal: No audio recorded

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

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

[Bug 1827302] [NEW] 18.10 → 19.04 Alt-Tab cycling no longer includes Slack window

2019-05-01 Thread Jesse Glick
Public bug reported:

I just upgraded Xubuntu from 18.10 to 19.04 and immediately noticed a
regression in the behavior of the Alt-Tab keyboard shortcut to cycle
windows: my Slack window is not included. It is installed via snap:

slack 3.4.0  13stableslack✓ classic

I have several windows open besides Slack—Chromium, Emacs, Terminal,
etc.—and all are visible in the notification bar at the top of my
screen. But Slack is never included in the list of windows shown in the
Alt-Tab dialog (all other windows are). There was no such problem prior
to the upgrade.

There is a Slack icon in the Indicator plugin, from which I can open the
Slack window, but that seems to be the only way.

Restarting Slack does not help.

I have tried flipping all the checkboxes in the Window Manager Tweaks »
Cycling dialog (e.g., Skip windows that have "skip pager" or "skip
taskbar" properties set) without success.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: xfwm4 4.12.5-1ubuntu1
ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
Uname: Linux 5.0.0-13-generic x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed May  1 21:04:41 2019
InstallationDate: Installed on 2016-10-25 (918 days ago)
InstallationMedia: Xubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xfwm4
UpgradeStatus: Upgraded to disco on 2019-05-02 (0 days ago)
modified.conffile..etc.default.apport:
 # set this to 0 to disable apport, or to 1 to enable it
 # you can temporarily override this with
 # sudo service apport start force_start=1
 enabled=0
mtime.conffile..etc.default.apport: 2017-12-12T15:20:09.416553

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


** Tags: amd64 apport-bug disco

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

Title:
  18.10 → 19.04 Alt-Tab cycling no longer includes Slack window

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

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

[Bug 1827302] Re: 18.10 → 19.04 Alt-Tab cycling no longer includes Slack window

2019-06-12 Thread Jesse Glick
I made some further adjustments to the launch script from #12 and
uploaded to:

https://gist.github.com/jglick/a8613fd72bbb52a8576804e9dbd10081

After `chmod a+x`, this works for me as a script path in *Session and
Startup » Application Autostart*. As in #16, this assumes Slack and
xseticon are installed as snaps, and xprop is also installed.

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

Title:
  18.10 → 19.04 Alt-Tab cycling no longer includes Slack window

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

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

[Bug 1636863] Re: Passwords page freezes

2017-02-27 Thread Jesse Glick
After some recent-ish update (I am currently running 55.0.2883.87 in
Yakkety) this bug vanished as mysteriously as it had appeared.

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

Title:
  Passwords page freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1636863/+subscriptions

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


[Bug 1174162] Re: chrome-browser makes gnome-keyring-daemon use 100% cpu

2017-11-14 Thread Jesse Glick
I see this from time to time, according to no apparent pattern. I will
just suddenly hear my laptop fan come on, and from running `top` will
see `gnome-keyring-daemon` consuming 60–80% CPU, along with some CPU
from `chromium-browser`. The problem seems to go away on its own after a
while.

Disabling keyring integration in Chromium is not a viable workaround for
me; this feature was in fact a “key” reason I switched from Firefox.

Currently running Xubuntu 17.10 with all updates. I have 800+ passwords
in the store acc. to `secret-tool search --all scheme 0 2>&1 | fgrep
label | wc -l`, not synched with a Google account.

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

Title:
  chrome-browser makes gnome-keyring-daemon use 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1174162/+subscriptions

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

[Bug 1728760] Re: 17.04 to 17.10 dist upgrade switched me to lowlatency kernel b/c of aufs-tools

2017-11-16 Thread Jesse Glick
After upgrading from Zesty (with Docker installed) to Artful, I noticed
the switch to the lowlatency kernel (since it caused me a little DKMS
pain with the VirtualBox package), but otherwise paid it little mind.
Later I realized that my laptop was constantly freezing up (could not
even move the mouse pointer) when just one process was consuming most of
a single CPU core, which had never been true before. After finding this
issue, I tried booting into the generic kernel (ESC to get the Grub
menu) and then removing the lowlatency kernel (image & headers). So far
so good. Unclear to me whether updating `aufs-tools` at this point would
make any difference, since it sounds like this change would only affect
new upgrades.

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

Title:
  17.04 to 17.10 dist upgrade switched me to lowlatency kernel b/c of
  aufs-tools

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

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

[Bug 493766] Re: Multi_key / compose does not work when XMODIFIERS="@im=SCIM"

2014-05-28 Thread Jesse Glick
Confirmed workaround from comment #12 in emacs24 24.3+1-2ubuntu1 (Ubuntu
14.04), normally using @im=ibus and the right Ctrl key as the compose
key.

** Also affects: emacs24 (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/493766

Title:
  Multi_key / compose does not work when XMODIFIERS="@im=SCIM"

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

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


[Bug 1636863] Re: Passwords page freezes

2016-11-12 Thread Jesse Glick
> Run "top" in a terminal. Does any "keyring" app stand out when you
visit the passwords page?

No, only `chromium-browse` is consuming significant CPU:

4469 jglick20   0 1394276 133556  65708 R 100.3  0.8   0:45.63
chromium-browse

> If you start a new session, do you get the same results?

Not sure what precisely you mean by “start a new session”. See my
comment above about using `--user-data-dir`. If you just mean after
restarting Chromium, yes it is the same.

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

Title:
  Passwords page freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1636863/+subscriptions

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

[Bug 1573454] Re: Mouse pointer disappear after suspend in Xubuntu 16.04

2016-05-03 Thread Jesse Glick
Confirmed on Thinkpad T550 (`lspci | grep VGA` →  `00:02.0 VGA
compatible controller: Intel Corporation Broadwell-U Integrated Graphics
(rev 09)`, Intel 915 driver) upgraded from 15.10 to 16.04. Ctrl-Alt-F1
Alt-LEFT works around it.

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

Title:
  Mouse pointer disappear after suspend in Xubuntu 16.04

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

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

[Bug 1573454] Re: Mouse pointer disappear after suspend in Xubuntu 16.04

2016-05-03 Thread Jesse Glick
Probable duplicate of https://bugs.launchpad.net/ubuntu/+source/xserver-
xorg-video-intel/+bug/1568604?

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

Title:
  Mouse pointer disappear after suspend in Xubuntu 16.04

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

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


[Bug 1636863] [NEW] Passwords page freezes

2016-10-26 Thread Jesse Glick
Public bug reported:

The page chrome://settings/passwords is supposed to list all passwords
currently known to Chromium, and offers a search box to filter them.
This has always had a performance problem for me: the page rendering
would freeze for a few seconds when loading or after typing in a filter
phrase before the list of passwords was displayed, during which time UI
controls inside the page would be unresponsive.

At some point about a couple months ago, while using Xubuntu 16.04 (all
updates), this page just started freezing *forever*. The “Passwords”
dialog renders, and initially there is a blinking cursor inside “Search
passwords”, but after a moment the cursor disappears; UI controls like
the scrollbar are unresponsive; the Chromium process consumes 100% CPU;
and no passwords ever appear. The URL tab is responsive; when I close it
(via mouse or Ctrl-W), I am asked to wait or kill the page.

Passwords are still filled in for me when I navigate to a matching web
site, Chromium still offers to save new passwords, and I can still view
saved passwords using seahorse. It is just this special page which has
become unusable. I am not sure what the trigger condition was—whether an
update to Chromium, or some change in my passwords. Still broken after
an update to 16.10.

Tried to use “Record JavaScript CPU Profile” but this just froze too
after I clicked the “Stop” button.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: chromium-browser 53.0.2785.143-0ubuntu1.1307
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: XFCE
DRM.card0-DP-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-DP-2:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-HDMI-A-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-HDMI-A-2:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-eDP-1:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
AP///wA0qaKWAP8XAQSlIhN4AhKhp1RTmSYLUFQBAQEBAQEBAQEBAQEBAQEBKnZAxLBUFGAsBJEAWMEQAAAeKnZAxLBUW2EsBJEAWMEQAAAe/QAxPWBkHgEKICAgICAg/gBWVlgxNlQwMjhKMDAKAFA=
 modes: 2880x1620 2880x1620
Date: Wed Oct 26 09:43:53 2016
Desktop-Session:
 'xubuntu'
 '/etc/xdg/xdg-xubuntu:/usr/share/upstart/xdg:/etc/xdg:/etc/xdg'
 
'/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop:/usr/share'
Env:
 'None'
 'None'
InstallationDate: Installed on 2016-10-25 (0 days ago)
InstallationMedia: Xubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
InstalledPlugins:
 /home/jglick/.mozilla/plugins:
   => libnpjp2.so
  - symlink to /space/jdk/jre/lib/amd64/libnpjp2.so
 (size: 221525 bytes, mtime: Wed Jun 22 06:09:31 2016)
Load-Avg-1min: 1.10
Load-Processes-Running-Percent:   0.1%
MachineType: LENOVO 20CKCTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-26-generic.efi.signed 
root=/dev/mapper/xubuntu--vg-root ro noprompt persistent quiet splash 
vt.handoff=7
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/20/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: N11ET34W (1.10 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20CKCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN11ET34W(1.10):bd08/20/2015:svnLENOVO:pn20CKCTO1WW:pvrThinkPadT550:rvnLENOVO:rn20CKCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20CKCTO1WW
dmi.product.version: ThinkPad T550
dmi.sys.vendor: LENOVO
gconf-keys: /desktop/gnome/applications/browser/exec = 
b'/usr/bin/chromium-browser\n'/desktop/gnome/url-handlers/https/command = 
b'/usr/bin/chromium-browser %s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'/usr/bin/chromium-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b'metacity\n'/apps/metacity/general/compositing_manager = 
b'true\n'/desktop/gnome/interface/icon_theme = 
b'ubuntu-mono-dark\n'/desktop/gnome/interface/gtk_theme = b'Ambiance\n'
modified.conffile..etc.default.chromium-browser: [deleted]

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug yakkety

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

Title:
  Passwords page freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1636863/+subscriptions

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

[Bug 1636863] Re: Passwords page freezes

2016-10-26 Thread Jesse Glick
I tried running

$ chromium-browser --user-data-dir=/tmp/chrometest --password-
store=gnome

and browsing to chrome://settings/passwords. It rendered, but said I had
no passwords. So I am not sure how to “bisect” my profile to see if the
trigger condition is related to settings.

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

Title:
  Passwords page freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1636863/+subscriptions

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

[Bug 1636863] Re: Passwords page freezes

2016-10-26 Thread Jesse Glick
Tried disabling all extensions and restarting; did not help.

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

Title:
  Passwords page freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1636863/+subscriptions

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


[Bug 1641380] Re: chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec certs

2016-12-12 Thread Jesse Glick
Confirmed that chromium-
browser_53.0.2785.143-0ubuntu2.16.10.1323_amd64.deb and the two others
mentioned in #77 fix a custom atlassian.net site.

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

Title:
  chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec
  certs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1641380/+subscriptions

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


[Bug 932274] Re: Regression: Unreadable menu bar with Ambiance theme with Java apps

2012-04-27 Thread Jesse Glick
Confirmed in Precise Beta 2 running Ambiance with a variety of JDK 6 and
7 releases using bin/java -jar demo/jfc/SwingSet2/SwingSet2.jar after
switching L&F to GTK (via the menu item provided for this purpose).

** Summary changed:

- Regression: Unreadable menu bar with Ambiance theme with Java apps
+ Regression: Unreadable menu bar with Ambiance theme in Java/Swing GTK L&F

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

Title:
  Regression: Unreadable menu bar with Ambiance theme in Java/Swing GTK
  L&F

To manage notifications about this bug go to:
https://bugs.launchpad.net/light-themes/+bug/932274/+subscriptions

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


ubuntu-bugs@lists.ubuntu.com

2012-04-27 Thread Jesse Glick
Duplicate #975894 comment #6 & comment #7 have useful information about
cause.

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

Title:
  Regression: Unreadable menu bar with Ambiance theme in Java/Swing GTK
  L&F

To manage notifications about this bug go to:
https://bugs.launchpad.net/light-themes/+bug/932274/+subscriptions

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


[Bug 1339980] [NEW] dvdstyler fails to burn in avconv: av_interleaved_write_frame(): Invalid argument

2014-07-09 Thread Jesse Glick
Public bug reported:

I created a new DVD project in dvdstyler and added 51 MP4-format video
files, then asked to burn the result to a DVD. This failed on the very
first video [filename redacted but all else as shown]:

DVDStyler v2.5.2
Linux 3.13.0-30-generic x86_64
Libav: libavformat 54.20.3, libavcodec 54.35.0, libavutil 52.3.0
Prepare
Cleaning temporary directory
Search for transcoded files in cache
Generating menus
Generating menu 1 of 1
Create menu MPEG
Multiplexing subpictures into mpeg
Menu has 0 group(s) of changeable colours.
Executing command: spumux -P -s 0 "/tmp/dvd-tmp/menu1-0.mpg_spumux.xml"
DVDAuthor::spumux, version 0.7.0.
Build options: gnugetopt imagemagick iconv freetype fribidi fontconfig
Send bug reports to 
INFO: no default video format, must explicitly specify NTSC or PAL
INFO: Picture /tmp/dvd-tmp/menu1-0.mpg_buttons.png had 1 colors
INFO: Picture /tmp/dvd-tmp/menu1-0.mpg_highlight.png had 1 colors
INFO: Picture /tmp/dvd-tmp/menu1-0.mpg_select.png had 1 colors
INFO: 0 bytes of data written
INFO: 4096 bytes of data written
INFO: 8192 bytes of data written
INFO: 10240 bytes of data written
INFO: Found EOF in .sub file.
INFO: Max_sub_size=988
INFO: 18432 bytes of data written
INFO: 1 subtitles added, 0 subtitles skipped, stream: 32, offset: 1.00
Transcode/remultiplex
Add file to cache:/tmp/dvd-cache/entry001.vob
Transcode video file: /…/firstvideo.mp4
Need encode: true, use mplex: false
Executing command: avconv -i "/…/firstvideo.mp4" -f dvd -c:v:0 mpeg2video -s 
720x480 -r 3/1001 -g 18 -b:v:0 800 -maxrate:v:0 800 -minrate:v:0 
800 -bufsize:v:0 1835008 -packetsize 2048 -muxrate 1008 -b:a 192000 -ar 
48000 -c:a:0 ac3 -map 0:v -map 0:a "/tmp/dvd-cache/entry001.vob"
avconv version 9.13-6:9.13-0ubuntu0.14.04.1, Copyright (c) 2000-2014 the Libav 
developers
  built on May  9 2014 13:34:03 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 2 
with DTS 3559, packet 3 with DTS 3559
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 4 
with DTS 5495, packet 5 with DTS 5495
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 6 
with DTS 7655, packet 7 with DTS 7655
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 8 
with DTS 9367, packet 9 with DTS 9367
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 10 
with DTS 11751, packet 11 with DTS 11751
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 12 
with DTS 13687, packet 13 with DTS 13687
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 14 
with DTS 15847, packet 15 with DTS 15847
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 18 
with DTS 19943, packet 19 with DTS 19943
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 20 
with DTS 21879, packet 21 with DTS 21879
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 22 
with DTS 24039, packet 23 with DTS 24039
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 24 
with DTS 25751, packet 25 with DTS 25751
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 26 
with DTS 28135, packet 27 with DTS 28135
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 28 
with DTS 30071, packet 29 with DTS 30071
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 30 
with DTS 32231, packet 31 with DTS 32231
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 32 
with DTS 33943, packet 33 with DTS 33943
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 34 
with DTS 36327, packet 35 with DTS 36327
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 36 
with DTS 38263, packet 37 with DTS 38263
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 38 
with DTS 40423, packet 39 with DTS 40423
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1d85980] Non-increasing DTS in stream 1: packet 40 
with DTS 42135, packet 41 with DTS 42135
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/…/firstvideo.mp4':
  Metadata:
major_brand : isom
minor_version   : 0
compatible_brands: isom3gp4
creation_time   : 1947-02-25 18:13:37
  Duration: 00:00:29.57, start: 0.00, bitrate: 15231 kb/s
Stream #0.0(eng): Video: h264 (High), yuv420p, 1920x1080, 15068 kb/s, PAR 
65536:65536 DAR 16:9, 30.01 fps, 90k tbn
Metadata:
  creation_time   : 2013-02-25 18:13:37
Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, fltp, 127 kb/s
Metadata:
  creation_time   : 2013-02-25 18:13:37
Output #0, dvd, to '/tmp/dvd-cache/entry001.vob':
  Metadata:
major_brand : isom
minor_version   : 0
compatible_brands: isom3gp4
creation_time   : 1947-02-25 18:13:37
encoder : Lavf54.20.4
Stream #0.0(en

[Bug 1339980] Re: dvdstyler fails to burn in avconv: av_interleaved_write_frame(): Invalid argument

2014-07-09 Thread Jesse Glick
Indeed if I ‘sudo add-apt-repository ppa:jon-severinsson/ffmpeg && sudo
apt-get update && sudo apt-get install ffmpeg’ then dvdstyler magically
begins working (or at least proceeds where before it failed). Thus this
could be considered a duplicate of #1263278.

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

Title:
  dvdstyler fails to burn in avconv: av_interleaved_write_frame():
  Invalid argument

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

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

[Bug 1263278] Re: Use FFmpeg instead of Libav

2014-07-09 Thread Jesse Glick
#1339980: ffmpeg seems to be required in order for DVDStyler to process
MP4 video.

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

Title:
  Use FFmpeg instead of Libav

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

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


[Bug 1514885] Re: Emacs hangs upon yank from X clipboard

2015-11-16 Thread Jesse Glick
Workaround for the hang is to just disable clipboard integration: M-x
customize-variable x-select-enable-clipboard, toggle to off, set and
save for future sessions.

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

Title:
  Emacs hangs upon yank from X clipboard

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

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


[Bug 1306908] Re: indicator plugin: bluetooth always visible

2015-09-09 Thread Jesse Glick
Same in Utopic. `killall blueman-applet` works temporarily. Yet neither
_Blueman Applet_ nor _Bluetooth Manager_ were selected in _Application
Autostart_ to begin with, so why were they being launched?

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

Title:
  indicator plugin: bluetooth always visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-indicator-plugin/+bug/1306908/+subscriptions

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


[Bug 1514885] [NEW] Emacs hangs upon yank from X clipboard

2015-11-10 Thread Jesse Glick
Public bug reported:

I routinely copy text from other applications such as Chromium and
Ctrl-Y to paste into Emacs. This worked fine as of Xubuntu 15.04. After
upgrading to 15.10 (emacs24 24.5+1-1ubuntu2), the yank operation
frequently hangs, freezing Emacs for perhaps a minute, not interruptible
with Ctrl-G. Eventually it recovers (but pastes something other than the
current clipboard contents). Once the problem starts happening, I cannot
paste into my Emacs window without a hang, making it a blocker for
routine usage.

I found http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16737 which linked
to https://lists.gnu.org/archive/html/emacs-devel/2015-07/msg00106.html
from which I found
http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=a27ae9d7650a1230d4359eaf0a949f827315a6d2
that seems to be a backport to Emacs 24. Please make sure Ubuntu picks
up this fix.

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


** Tags: clipboard hang

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

Title:
  Emacs hangs upon yank from X clipboard

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

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


[Bug 944007] Re: unity-2d-panel crashes occasionally after launching NetBeans

2012-03-02 Thread Jesse Glick
Just happened again and as in #894493 the panel is indeed still active
but invisible; toggling /apps/metacity/general/compositing_manager fixes
the symptom.

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

Title:
  unity-2d-panel crashes occasionally after launching NetBeans

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/944007/+subscriptions

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


[Bug 984916] [NEW] Java Swing applications do not work with appmenu

2012-04-18 Thread Jesse Glick
Public bug reported:

Bug #618587 tracks integration of appmenu with SWT, but there appears to
be nothing filed about integration with javax.swing.JMenuBar (mentioned
at the bottom of bug #659931).

Expected (at least ideal) behavior: when running Unity and giving focus
to a JFrame with a JMenuBar, the menu bar is not displayed inside the
frame, but corresponding menus are displayed in the global Unity menu.

Actual behavior on 11.10: the menu bar is displayed inside the frame,
and appmenu is empty.

For comparison, the Mac OS X JRE automatically displays Swing menus in
the native location. libjava-gnome-java is perhaps the place to put in
such a fix; assuming the JRE itself is not modified, an application
wishing to take advantage of the fix would probably need to try to load
/usr/share/java/gtk.jar and (if present) call a simple "register"
method.

** Affects: libdbusmenu (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/984916

Title:
  Java Swing applications do not work with appmenu

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

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


[Bug 659931] Re: Support for Java applications

2012-04-18 Thread Jesse Glick
*** This bug is a duplicate of bug 618587 ***
https://bugs.launchpad.net/bugs/618587

I filed bug #984916 for Swing integration.

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

Title:
  Support for Java applications

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

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


[Bug 1065253] Re: mvn test of jenkins plugins failed with libjna-java installed

2016-01-22 Thread Jesse Glick
It is unfortunate that JNA defaults to looking in a system location for
libjnidispatch.so, since that means that non-packaged Java applications
which happen to put a different version in their classpath will pick up
the wrong binary. You should need to opt in to using the system library.
For purposes of this package I would suggest that the DLL be moved, and
packages depending on this one which wish to use it should add that
location to $LD_LIBRARY_PATH. (If they neglect to do so, the worst that
happens is that JNA unpacks its bundled DLL into a temporary directory
at runtime, with a small performance penalty.)

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

Title:
  mvn test of jenkins plugins failed with libjna-java installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjna-java/+bug/1065253/+subscriptions

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


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-06-26 Thread Jesse Glick
@matt-mattcaron (comment #118): thanks, those changes made power
settings work for me. (Begging the question of why Xubuntu is not
configured this way to begin with.) Sufficed to

$ sudo killall -HUP systemd-logind

to make that take effect without reboot. So now I need only remember to
lock my screen before closing the lid to work around this bug, and I can
later reopen the lid and unlock the session and all is well.

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

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

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


[Bug 1257761] Re: Screen goes blank after opening the lid

2014-04-30 Thread Jesse Glick
Perhaps a duplicate of bug #1303736?

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

Title:
  Screen goes blank after opening the lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1257761/+subscriptions

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


[Bug 1303736] Re: Black screen after login from suspend in Xubuntu 14.04

2014-04-30 Thread Jesse Glick
Like @florisvda in comment #28 I have configured Power Manager settings
to only lock the screen, not suspend, when the lid is closed.
Nonetheless, when I close the lid while the system is running, it is
suspended. (I had the same problem for a while in 13.10 but then it
resolved itself somehow. Anyone happen to know if this is filed
elsewhere?)

At any rate, when the system suspends via lid close, I hit this bug;
suspending via Fn-F4 (the hardware suspend gesture on a Thinkpad) and
then closing the lid seems fine.

By the way bug #1259339 offers some workaround variants not mentioned
here (untested by me).

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

Title:
  Black screen after login from suspend in Xubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

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


[Bug 1278569] Re: ibus breaks emacs24 control-space keybinding

2014-04-30 Thread Jesse Glick
Confirmed, removing the keybinding from ibus-setup worked with
1.5.5-1ubuntu3 (current latest in XUbuntu 14.04). This was a poor choice
for a default keybinding—used not only by Emacs, but by most IDEs, such
as NetBeans.

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

Title:
  ibus breaks emacs24 control-space keybinding

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

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

[Bug 956071]

2013-01-15 Thread Jesse Glick
FWIW this bug only happens to me when unlocking the screen saver,
usually though not always after a resume from suspend. I think it
happens when I start typing a password quickly and right away. (The
crash does not happen immediately—a few seconds later.)

If I take care to wait a moment until the caret in the password text
field is blinking steadily I seem to be able to avoid it. This
hypothesis would explain why the crash seems to happen most often when
the computer is under load (either from a resume, or because there is a
substantial background process like a big compile)—in such cases the
screen saver GUI is a little slower to react.

Alternatively it is possible the crash is related to my fingers
accidentally brushing the touchpad while typing the password.

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

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

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

[Bug 956071] Re: Xorg crashed with SIGSEGV in XIGetDeviceProperty()

2012-10-08 Thread Jesse Glick
1.6.2-1ubuntu1~precise2 still occasionally crashing for me with what
seems to be the same SIGSEGV, under similar conditions as before (as in
comment #6—unlocking screen after longish period of inactivity).

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

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

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

[Bug 225505] Re: Pidgin's auto-reconnect does not always reconnect

2012-05-01 Thread Jesse Glick
Something similar but perhaps distinct happening to me:
http://developer.pidgin.im/ticket/15091

** Bug watch added: Pidgin Trac #15091
   http://developer.pidgin.im/ticket/15091

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

Title:
  Pidgin's auto-reconnect does not always reconnect

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

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


[Bug 984916] Re: Java Swing applications do not work with appmenu

2012-05-02 Thread Jesse Glick
The readability problem may be bug #932274.

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

Title:
  Java Swing applications do not work with appmenu

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-gtk/+bug/984916/+subscriptions

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


[Bug 973264] Re: Fatal IO error 11 (Resource not available) on X server :0.

2012-07-27 Thread Jesse Glick
I also see similar messages in my ~/.xsession-errors after X server
crashes, which happen frequently on my machine, generally after resuming
from suspend or otherwise unlocking the screen. Precise i386 with all
updates, ThinkPad T520.

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

Title:
  Fatal IO error 11 (Resource not available) on X server :0.

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

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


[Bug 956071] Re: Xorg crashed with SIGSEGV in XIGetDeviceProperty()

2012-08-21 Thread Jesse Glick
Also no crashes for four days using 1.5.99. Maybe the update center
could roll back to this version while the problem is being investigated?

$ sudo apt-get install xserver-xorg-input-synaptics=1.5.99.902-0ubuntu5
&& echo 'xserver-xorg-input-synaptics hold' | sudo dpkg --set-selections
&& dpkg -s xserver-xorg-input-synaptics

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

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

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


[Bug 662766] Re: does not reconnect after suspend/resume

2012-07-17 Thread Jesse Glick
Experienced in 12.04 with IRC; after resume, claims status is
"Available", but does not reconnect. One workaround is to select Edit >
Accounts, and turn the account off and back on.

Also reported as: https://bugzilla.gnome.org/show_bug.cgi?id=635618

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

Title:
  does not reconnect after suspend/resume

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

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


[Bug 41179]

2012-01-04 Thread Jesse Glick
FWIW Chrome on Ubuntu Oneiric seems to use the login keyring out of the
box - and on first start will offer to import your Firefox passwords,
copying them to the native keyring.

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

Title:
  Integrate with Gnome Keyring

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

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


[Bug 217300]

2012-01-04 Thread Jesse Glick
FWIW Chrome on Ubuntu Oneiric seems to use the login keyring out of the
box - and on first start will offer to import your Firefox passwords,
copying them to the native keyring.

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

Title:
  Seahorse integration

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

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


[Bug 1174333] [NEW] Pidgin drops IRC connection every few minutes

2013-04-29 Thread Jesse Glick
Public bug reported:

Every few minutes, at irregular intervals, my IRC connection from Pidgin
is abruptly dropped. Pidgin soon reconnects automatically, but this is
still quite annoying since I am shown to other members as having dropped
off and rejoined. (Also this causes channel servers etc. to send me
fresh messages, popping up distracting notifications.) For example, in
just a half hour or so (trimming reconnect messages to show just
“mode”):

(09:25:57 AM) mode (+v jglick) by ChanServ
(09:32:21 AM) The account has disconnected and you are no longer in this chat. 
You will automatically rejoin the chat when the account reconnects.
(09:33:58 AM) mode (+v jglick) by ChanServ
(09:36:52 AM) The account has disconnected and you are no longer in this chat. 
You will automatically rejoin the chat when the account reconnects.
(09:38:52 AM) mode (+v jglick) by ChanServ
(09:49:16 AM) The account has disconnected and you are no longer in this chat. 
You will automatically rejoin the chat when the account reconnects.
(09:50:08 AM) mode (+v jglick) by ChanServ
(09:55:01 AM) The account has disconnected and you are no longer in this chat. 
You will automatically rejoin the chat when the account reconnects.
(09:55:35 AM) mode (+v jglick) by ChanServ

There is no clear reason for the connection drop. My network connection
is still fine. I have not been idle (but neither have I been sending
chat messages; Pidgin shows me as “available” in the message tray). The
problem occurs on two different servers: irc.freenode.net (#jenkins);
and a private IRC server.

Empathy does not suffer from the same problem under identical
circumstances, so it is specific to Pidgin and not merely a server or
network bug. (I prefer to use Pidgin due to superior features, and since
Empathy seems completely broken in 13.04.)

Reproducible for me since I first tried to use Pidgin in 12.04 circa
July 2012, whatever version that was. (Until now was using Empathy as a
workaround for this bug.)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: pidgin 1:2.10.7-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
Date: Mon Apr 29 09:48:45 2013
InstallationDate: Installed on 2013-04-26 (2 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 raring

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

Title:
  Pidgin drops IRC connection every few minutes

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

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

[Bug 1174333] Re: Pidgin drops IRC connection every few minutes

2013-04-29 Thread Jesse Glick
Attaching debug log excerpt covering the timeline of a disconnect and
reconnect.

** Attachment added: "Slightly redacted log file"
   
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/1174333/+attachment/3658971/+files/pidgin1174333.log

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

Title:
  Pidgin drops IRC connection every few minutes

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

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


[Bug 1174333] Re: Pidgin drops IRC connection every few minutes

2013-04-29 Thread Jesse Glick
On freenode? Anything I could do to assist in diagnosing this?

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

Title:
  Pidgin drops IRC connection every few minutes

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

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


[Bug 1174333] Re: Pidgin drops IRC connection every few minutes

2013-05-10 Thread Jesse Glick
Symptoms seem similar to #856631 but that was supposedly fixed some time
ago.

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

Title:
  Pidgin drops IRC connection every few minutes

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

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


[Bug 1174333] Re: Pidgin drops IRC connection every few minutes

2013-05-10 Thread Jesse Glick
Problem persists even when starting from scratch with a fresh ~/.purple
directory.

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

Title:
  Pidgin drops IRC connection every few minutes

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

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


[Bug 956071] Re: Xorg crashed with SIGSEGV in XIGetDeviceProperty()

2013-05-14 Thread Jesse Glick
I have not encountered this bug after upgrading to Raring.

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

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

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


ubuntu-bugs@lists.ubuntu.com

2012-05-15 Thread Jesse Glick
I filed Java bug #7169111.

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

Title:
  Regression: Unreadable menu bar with Ambiance theme in Java/Swing GTK
  L&F

To manage notifications about this bug go to:
https://bugs.launchpad.net/light-themes/+bug/932274/+subscriptions

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


[Bug 1000006] [NEW] Add GUI field for "Application Version"

2012-05-15 Thread Jesse Glick
Public bug reported:

The VPNC wizard in Network Manager now supports hybrid authentication,
which is good, but some servers reject connection attempts unless you
supply a particular "Application Version". There is as yet no way to
configure this field in the GUI.

For background, see bug #300628 (comments #15, #16, #34). Also see
upstream: https://bugzilla.gnome.org/show_bug.cgi?id=495893#c26

** Affects: network-manager-vpnc (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/106

Title:
  Add GUI field for "Application Version"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/106/+subscriptions

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


[Bug 300628] Re: FFe [PATCH] please add fields for hybrid authentication

2012-05-15 Thread Jesse Glick
"Application Version" is not in 12.04. I filed a fresh RFE for tracking
purposes: bug #106.

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

Title:
  FFe [PATCH] please add fields for hybrid authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/300628/+subscriptions

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


[Bug 783073] Re: Wrong ELF-CLass for libappmenu.so

2012-05-17 Thread Jesse Glick
*** This bug is a duplicate of bug 859512 ***
https://bugs.launchpad.net/bugs/859512

I think this is rather a duplicate of bug #932860. Bug #859512 is marked
as fixed in Precise, but this bug is not.

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

Title:
  Wrong ELF-CLass for libappmenu.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-gtk/+bug/783073/+subscriptions

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


[Bug 927494] Re: Gwibber works very slow.

2012-11-30 Thread Jesse Glick
According to http://www.muktware.com/4378/gwibber-become-faster-and-
more-stable-ubuntu-1304 it will be improved. In the meantime I have to
look for an alternative.

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

Title:
  Gwibber works very slow.

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

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


[Bug 662766] Re: does not reconnect after suspend/resume

2012-12-06 Thread Jesse Glick
Easiest workaround I have found: get in the habit of setting status to
Unavailable before suspending, and setting to Available after resuming
and getting a network connection.

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

Title:
  does not reconnect after suspend/resume

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

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


[Bug 1063902] Re: VirtualBox does not start (segmentation fault)

2012-11-15 Thread Jesse Glick
Were you trying to use a Windows 2012 guest? If so, see:
https://www.virtualbox.org/ticket/11206

** Bug watch added: Virtualbox Trac #11206
   http://www.virtualbox.org/ticket/11206

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

Title:
  VirtualBox does not start (segmentation fault)

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

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


[Bug 956071]

2012-12-31 Thread Jesse Glick
1.6.2-1ubuntu1~precise2 which I think has this patch, and also 1.5.99,
continue to crash for me with this SEGV on occasion, shortly but not
immediately after unlocking the screen (not necessarily after resume
from suspend). No clear way to reproduce. Anything that can be done to
help? (Any all-in-one instructions available for rebuilding X + drivers
with symbols and running through Valgrind?)

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

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

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


[Bug 944007] Re: unity-2d-panel crashes occasionally after launching NetBeans

2012-03-01 Thread Jesse Glick
** Attachment added: "Most of ~/.xsession-errors"
   
https://bugs.launchpad.net/bugs/944007/+attachment/2797363/+files/xsession-errors-sanitized

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

Title:
  unity-2d-panel crashes occasionally after launching NetBeans

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/944007/+subscriptions

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


[Bug 944007] [NEW] unity-2d-panel crashes occasionally after launching NetBeans

2012-03-01 Thread Jesse Glick
Public bug reported:

As a NetBeans IDE developer, I am frequently launching the IDE (a Swing-
based Java application) in one or more copies. From time to time when
opening the IDE main window (i.e. a javax.swing.JFrame) while running
Unity 2D, unity-2d-panel suddenly crashes, leaving a blank space
(showing the screen background) where the panel normally is. The window
manager continues to work, so I can switch between apps using Alt-TAB,
but the panel and all its applets are gone.

Running 'killall -HUP unity-2d-panel' restores the panel in this case,
meaning I guess that the process was still alive but somehow not
responding.

I have not yet managed to pinpoint the exact conditions under which this
bug happens. Generally it is when I already have one copy of NetBeans
running and then run a second (testing) copy, though this does not
reliably trigger the bug by any means. I use (Oracle) JDK 6u31 and 7u3,
both in the 32-bit version.

Will attach a redacted copy of my ~/.xsession-errors from the current
session. You can see several instances of "WARNING: Application 'unity-
2d-panel.desktop' killed by signal" - any immediately preceding messages
might be related to the crash.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity-2d-panel 4.12.0-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Thu Mar  1 08:40:49 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity-2d
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity-2d (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug java netbeans oneiric running-unity

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

Title:
  unity-2d-panel crashes occasionally after launching NetBeans

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/944007/+subscriptions

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


Re: [Bug 944007] Re: unity-2d-panel crashes occasionally after launching NetBeans

2012-03-01 Thread Jesse Glick
On 03/01/2012 01:10 PM, Gerry Boland wrote:
> Is there a crash log of unity-2d-panel in your /var/crash directory by any 
> chance?

No, that dir is empty.

> The error message: Window manager warning: Window 0x46003e6 (win1) sets an 
> MWM hint indicating it isn't resizable, but sets min size 1 x 1 and max size 
> 2147483647 x
> 2147483647; this doesn't make much sense. is new to me, and possibly a 
> symptom/cause.

Right, there may be some bug in AWT that tickles a panel bug. I have
noticed for example that window sizing behaves erratically in Unity:

http://netbeans.org/bugzilla/show_bug.cgi?id=206077

> have you tried clicking in the area that the panel was in? We have a
bug report where the panel just becomes invisible, bug 894493.

Not sure. The next time it crashes I will check that, including the
workarounds mentioned there.

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

Title:
  unity-2d-panel crashes occasionally after launching NetBeans

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/944007/+subscriptions

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


[Bug 944007] Re: unity-2d-panel crashes occasionally after launching NetBeans

2012-03-01 Thread Jesse Glick
** Bug watch added: netbeans.org/bugzilla/ #206077
   http://netbeans.org/bugzilla/show_bug.cgi?id=206077

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

Title:
  unity-2d-panel crashes occasionally after launching NetBeans

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/944007/+subscriptions

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


[Bug 1190160] Re: Can't sign in: window goes blank

2013-06-14 Thread Jesse Glick
hotot{,-common,-gtk} 1:0.9.8.5+git20120630.884797d-1 in gnome-shell on
13.04, all updates. Was working fine for months. Recently it started
showing a blank grey window for the main display and all secondary
windows (preferences, about); the status icon still works.

I tried

sudo apt-get purge hotot{,-common,-gtk}
rm -rf ~/.{config,cache}/hotot
sudo apt-get install hotot
hotot

This showed the introductory screen as usual. I enter my Twitter handle
and press the big arrow. Again the screen goes blank grey. No messages
on stderr, Ctrl-C shows only

Traceback (most recent call last):
  File "/usr/bin/hotot", line 14, in 
hotot.hotot.main()
  File "/usr/lib/python2.7/dist-packages/hotot/hotot.py", line 403, in main
gtk.main()
KeyboardInterrupt

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

Title:
  Can't sign in: window goes blank

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

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


[Bug 1190160] Re: Can't sign in: window goes blank

2013-06-14 Thread Jesse Glick
And confirmed that hotot-qt works even less.

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

Title:
  Can't sign in: window goes blank

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

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


[Bug 956071]

2013-05-15 Thread Jesse Glick
Have not yet seen this bug in xserver-xorg-input-synaptics
1.6.2-1ubuntu6 (Raring).

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

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

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


[Bug 1174333] Re: Pidgin drops IRC connection every few minutes

2013-05-30 Thread Jesse Glick
Switched to Quassel which works fine.

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

Title:
  Pidgin drops IRC connection every few minutes

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

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


[Bug 217300]

2013-08-05 Thread Jesse Glick
(In reply to Brian Smith (:briansmith), was bsm...@mozilla.com (:bsmith) from 
comment #94)
> The Gnome keyring should never store/protect a password that the user
> entered. Instead, it should store a randomly-generated key

Agreed that it feels unnatural to have to define a master password when
you are using the native keyring. But bear in mind that the whole
approach of continuing to use proprietary password storage, and keeping
only a single decryption key in the native keyring, is unnatural to
users and has the sole merit (I presume) of requiring fewer code
changes. Proper integration means storing all passwords as regular
entries in the native (login) keyring, where they can be inspected and
even edited using standard tools like seahorse. This is what Chrome
seems to do, and what you would expect any polite application to do.

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

Title:
  Seahorse integration

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

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


[Bug 41179]

2013-08-06 Thread Jesse Glick
(In reply to Brian Smith (:briansmith), was bsm...@mozilla.com (:bsmith) from 
comment #94)
> The Gnome keyring should never store/protect a password that the user
> entered. Instead, it should store a randomly-generated key

Agreed that it feels unnatural to have to define a master password when
you are using the native keyring. But bear in mind that the whole
approach of continuing to use proprietary password storage, and keeping
only a single decryption key in the native keyring, is unnatural to
users and has the sole merit (I presume) of requiring fewer code
changes. Proper integration means storing all passwords as regular
entries in the native (login) keyring, where they can be inspected and
even edited using standard tools like seahorse. This is what Chrome
seems to do, and what you would expect any polite application to do.

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

Title:
  Integrate with Gnome Keyring

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

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


[Bug 41179]

2013-08-06 Thread Jesse Glick
> explain how a user would switch from Linux to Windows and bring their
passwords with them

Same way you would for secrets used by any other application: enter them
again. This is an OS/desktop issue, not the responsibility of an
individual application. Of course if you have decided to use cloud
password storage like Sync then that would be your means of sharing
secrets across machines.

By the way Windows seems to have no general service comparable to GNOME
Keyring or KDE Wallet or OS X Keychain. It does have CryptProtectData,
meaning that on Windows it is appropriate for Firefox to store its own
passwords so long as it uses this API to prevent them from being kept on
disk in cleartext.

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

Title:
  Integrate with Gnome Keyring

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

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


[Bug 217300]

2013-08-06 Thread Jesse Glick
> explain how a user would switch from Linux to Windows and bring their
passwords with them

Same way you would for secrets used by any other application: enter them
again. This is an OS/desktop issue, not the responsibility of an
individual application. Of course if you have decided to use cloud
password storage like Sync then that would be your means of sharing
secrets across machines.

By the way Windows seems to have no general service comparable to GNOME
Keyring or KDE Wallet or OS X Keychain. It does have CryptProtectData,
meaning that on Windows it is appropriate for Firefox to store its own
passwords so long as it uses this API to prevent them from being kept on
disk in cleartext.

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

Title:
  Seahorse integration

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

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


[Bug 41179]

2013-08-07 Thread Jesse Glick
(In reply to jhorak from comment #104)
> do the libsecret supports KDE right now?

https://wiki.gnome.org/Libsecret says it does.

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

Title:
  Integrate with Gnome Keyring

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

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


[Bug 217300]

2013-08-07 Thread Jesse Glick
(In reply to jhorak from comment #104)
> do the libsecret supports KDE right now?

https://wiki.gnome.org/Libsecret says it does.

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

Title:
  Seahorse integration

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

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


[Bug 659931] Re: Support for Java applications

2011-10-29 Thread Jesse Glick
*** This bug is a duplicate of bug 618587 ***
https://bugs.launchpad.net/bugs/618587

I doubt that changes made for SWT would be useful for Swing-based apps,
so a separate bug report would be in order. See
http://youtrack.jetbrains.net/issue/IDEA-69424 for example. Potentially
the Swing L&F could detect that it was running on Unity and create proxy
GTK menus; the Mac OS X JRE does exactly this and it works for NetBeans
at least.

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

Title:
  Support for Java applications

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

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


[Bug 832004] Re: Alt Tab behavior is needlessly inconsistent and difficult

2011-11-01 Thread Jesse Glick
I had no idea Alt-GRAVE and the arrow key tricks were available and just
assumed this was impossible via the keyboard in Unity until I searched
Launchpad and found this bug - there is no clue in the visual display to
the contrary. Very confusing. Much prefer older behavior of having Alt-
TAB simply switch between open windows; I do not much care which
application "owns" them.

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

Title:
  Alt Tab behavior is needlessly inconsistent and difficult

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

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


[Bug 829706] Re: It's difficult to select a document file from a list of document files in unity.

2011-11-01 Thread Jesse Glick
Possible dupe of bug #832004?

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

Title:
  It's difficult to select a document file from a list of document files
  in unity.

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

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


[Bug 805435] Re: vpnc-script incorrectly parses the output of ip route with kernels >= 2.6.38

2011-11-02 Thread Jesse Glick
Confirmed that the fix in comment #5 works with my vpnc 0.5.3r449-2.1 on
Oneiric 64-bit using a *.conf file which worked fine in Lucid and
includes the (unusual?) CA-File and Application directives.

Note that the diff between /etc/vpnc/vpnc-script as shipped and the
version linked to includes removal of some sections marked "Debian
specific" which I presume were source patches in the package. These
sections only look to matter if you had custom /etc/vpnc/*-action
scripts. For a more conservative fix (which also seems to work for me),
try: http://git.infradead.org/users/dwmw2/vpnc-
scripts.git/blobdiff_plain/9239bd811d4f189bee4b1dd9441359c11a799631..4deaaf9a324bf02f2b1b37174fdca3595429b270
:/vpnc-script

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

Title:
  vpnc-script incorrectly parses the output of ip route with kernels >=
  2.6.38

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

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


[Bug 781870] Re: 32-bit libraries erroneously load 64-bit libraries

2011-11-02 Thread Jesse Glick
Possibly related: if you download JDK 6u29 or 7u1 from java.sun.com and
pick the 32-bit version (.tar.gz), with ia32-libs-multiarch:i386 and
thus ia32-libs installed, and run .../jdk/bin/java -jar
.../jdk/demo/jfc/SwingSet2/SwingSet2.jar, then from the Look & Feel menu
select GTK, you get errors on console

/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: wrong ELF class: ELFCLASS64
(java:12345): Gtk-WARNING **: Failed to load type module: 
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so

though they do not seem to be fatal. Overriding GDK_PIXBUF_MODULE_FILE
does not help. strace -f reveals the process trying plausible locations
such as /usr/lib/i386-linux-gnu/gtk-2.0/menuproxies/libappmenu.so first,
but nothing is found there, and then it finds the 64-bit lib in a
generic location. This seems to be a bug in the appmenu-gtk package. Bug
#783155 and bug #783073 seem related.

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

Title:
  32-bit libraries erroneously load 64-bit libraries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/781870/+subscriptions

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


[Bug 781870] Re: 32-bit libraries erroneously load 64-bit libraries

2011-11-03 Thread Jesse Glick
Also from Java (but not sure how to reproduce):

/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

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

Title:
  32-bit libraries erroneously load 64-bit libraries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/781870/+subscriptions

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


[Bug 783010] Re: r8192se_pci diusconnects from time to time in 11.04

2011-07-19 Thread Jesse Glick
After installing http://www.orbit-lab.org/kernel/compat-
wireless-3.0-stable/v3.0/compat-wireless-3.0-rc4-1.tar.bz2 I have not
had any further problems.

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

Title:
  r8192se_pci diusconnects from time to time in 11.04

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

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


[Bug 783010] Re: r8192se_pci diusconnects from time to time in 11.04

2011-08-14 Thread Jesse Glick
Possibly duplicate of bug #588822.

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

Title:
  r8192se_pci diusconnects from time to time in 11.04

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

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


[Bug 588822] Re: r8192se_pci driver occasionally drops connection, refuses to work with some networks

2011-08-14 Thread Jesse Glick
See bug #783010 which has a possible workaround.

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

Title:
  r8192se_pci driver occasionally drops connection, refuses to work with
  some networks

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

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


[Bug 783010] Re: r8192se_pci diusconnects from time to time in 11.04

2011-08-14 Thread Jesse Glick
[regarding comment #8] Unfortunately accepting a kernel update from the
update manager causes the compat-wireless-3 modules to be ignored,
forcing a reinstallation. I was unable to find an official package using
DKMS for compat-wireless-3, which would be very handy. Googling turned
up http://selu.ath.cx/debian/ but I do not know if this is well
maintained.

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

Title:
  r8192se_pci diusconnects from time to time in 11.04

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

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


[Bug 784680] [NEW] package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade: cannot access archive: No such file or directory

2011-05-18 Thread Jesse Glick
Public bug reported:

Updating many packages at once (had not updated in a long time); around
a dozen failed to install, with the same message.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: python-gnomeapplet 2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-30.59-generic 2.6.32.29+drm33.13
Uname: Linux 2.6.32-30-generic i686
Architecture: i386
Date: Wed May 18 11:33:22 2011
ErrorMessage: cannot access archive: No such file or directory
SourcePackage: gnome-python-desktop
Title: package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade: 
cannot access archive: No such file or directory

** Affects: gnome-python-desktop (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade:
  cannot access archive: No such file or directory

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


[Bug 784680] Re: package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade: cannot access archive: No such file or directory

2011-05-18 Thread Jesse Glick
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784680

Title:
  package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade:
  cannot access archive: No such file or directory

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


[Bug 784690] [NEW] package system-tools-backends 2.9.4-0ubuntu1 failed to install/upgrade: cannot access archive: No such file or directory

2011-05-18 Thread Jesse Glick
Public bug reported:

Binary package hint: system-tools-backends

Occurred at the same time as https://bugs.launchpad.net/ubuntu/+source
/gnome-python-desktop/+bug/784680 so may be a duplicate.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: system-tools-backends 2.9.4-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-30.59-generic 2.6.32.29+drm33.13
Uname: Linux 2.6.32-30-generic i686
Architecture: i386
Date: Wed May 18 11:33:33 2011
ErrorMessage: cannot access archive: No such file or directory
SourcePackage: system-tools-backends
Title: package system-tools-backends 2.9.4-0ubuntu1 failed to install/upgrade: 
cannot access archive: No such file or directory

** Affects: system-tools-backends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package system-tools-backends 2.9.4-0ubuntu1 failed to
  install/upgrade: cannot access archive: No such file or directory

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


[Bug 784690] Re: package system-tools-backends 2.9.4-0ubuntu1 failed to install/upgrade: cannot access archive: No such file or directory

2011-05-18 Thread Jesse Glick
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784690

Title:
  package system-tools-backends 2.9.4-0ubuntu1 failed to
  install/upgrade: cannot access archive: No such file or directory

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


[Bug 784680] Re: package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade: cannot access archive: No such file or directory

2011-05-18 Thread Jesse Glick
See https://bugs.launchpad.net/ubuntu/+source/system-tools-
backends/+bug/784690 as well. After successfully upgrading some dozens
(?) of packages but failing on eleven of them, Update Manager showed
those eleven as still requiring update. So I consented to retry updating
them, which then seemed to work normally - i.e. the failure seems to
have been transient, or related to the combination of packages rather
than the individual packages themselves.

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

Title:
  package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade:
  cannot access archive: No such file or directory

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


[Bug 784680] Re: package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade: cannot access archive: No such file or directory

2011-05-24 Thread Jesse Glick
I was using Update Manager, which as far as I know handles this
automatically.

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

Title:
  package python-gnomeapplet 2.30.0-0ubuntu1 failed to install/upgrade:
  cannot access archive: No such file or directory

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


[Bug 300628] Re: FFe [PATCH] please add fields for hybrid authentication

2010-06-24 Thread Jesse Glick
Good, supporting "Application Version" in the GUI would be appreciated.
For example, my employer's VPN rejects vpnc connections unless you
specify (in ~/.gconf/system/networking/connections/*/vpn/%gconf.xml):


  Cisco Systems VPN Client 4.8.01 (0640):Linux


-- 
FFe [PATCH] please add fields for hybrid authentication
https://bugs.launchpad.net/bugs/300628
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 590510] Re: Resume from suspend shows black screen and must reboot: on HP dv5000, AMD-64, ATI Radeon XPRESS 200M

2010-07-12 Thread Jesse Glick
I have a similar-sounding problem on a dv5000 running Lucid with all
updates. Fn-F5 works fine to suspend; but then pressing the power button
starts the fan and turns on some lights but the screen remains black and
the laptop seems insensitive to any input. At the suggestion of various
pages found by Google, I tried passing nomodeset, radeon.modeset=0, or
i915.powersave=0 to the kernel from GRUB, without success.

Possibly related: bug #560837; bug #492392; bug #434956.

-- 
Resume from suspend shows black screen and must reboot:  on HP dv5000, AMD-64, 
ATI Radeon XPRESS 200M
https://bugs.launchpad.net/bugs/590510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 590510] Re: Resume from suspend shows black screen and must reboot: on HP dv5000, AMD-64, ATI Radeon XPRESS 200M

2010-07-12 Thread Jesse Glick
acpi=oldboot and noacpi do not work either. Upgrading the BIOS from F.42
to F.54 (in XP, using HP's recommended WinFlash tool) did not help.

-- 
Resume from suspend shows black screen and must reboot:  on HP dv5000, AMD-64, 
ATI Radeon XPRESS 200M
https://bugs.launchpad.net/bugs/590510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 590510] Re: Resume from suspend shows black screen and must reboot: on HP dv5000, AMD-64, ATI Radeon XPRESS 200M

2010-08-22 Thread Jesse Glick
Booting the suggested linux-
image-2.6.35-020635rc6-generic_2.6.35-020635rc6_i386.deb does not solve
the problem in my case, unfortunately.

-- 
Resume from suspend shows black screen and must reboot:  on HP dv5000, AMD-64, 
ATI Radeon XPRESS 200M
https://bugs.launchpad.net/bugs/590510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 1851250] Re: [snap] chromium-browser snap cannot upload files outside ~

2019-11-06 Thread Jesse Glick
Also I cannot _download_ files. In the dpkg installation, they were
saved to /tmp and could be opened with the appropriate helper program
(e.g., Evince). Now I see the download in the bottom of the browser bar,
but the file will not open (clicks are ignored). chrome://downloads/
displays them, but again I cannot open them. *Show in folder* silently
does nothing. They downloads are not in ~/Downloads/ or anywhere else I
can identify.

Worked around by going into chrome://settings/downloads and changing the
default download location to ~/Downloads. This works, though now I have
to set up a script to delete old downloads—I cannot rely on the system’s
built-in behavior of clearing /tmp after restarts.

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

Title:
  [snap] chromium-browser snap cannot upload files outside ~

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1851250/+subscriptions

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

  1   2   >