[Bug 1927807] Re: "https" address causes zsync download to fail with error 'could not read control file from URL'

2021-10-25 Thread Matthew Fearnley
I've been wondering if it's worth making a small patch to zsync so it at
least rejects HTTPS with a clear error message?  (I was confused by this
for a while..)

If I did, where would be the best place to submit it?

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

Title:
  "https" address causes zsync download to fail with error 'could not
  read control file from URL'

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


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

[Bug 1745757] Re: Buffer overflow adding to archive with pseudo file at '/'

2020-10-28 Thread Matthew Fearnley
Tested the mksquashfs command in version 4.4 (2019/08/29) on Ubuntu 20.04.
It now says: Not enough or invalid arguments in pseudo file definition "/ f 444 
root root echo"

Appending to the archive now reports "File system corrupted: filename
too long" and fails gracefully.

Listing the archive also reports the corruption, and fails earlier with
"FATAL ERROR:dir_scan: failed to read directory squashfs-root"

** Changed in: squashfs-tools (Ubuntu)
   Status: New => Fix Released

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

Title:
  Buffer overflow adding to archive with pseudo file at '/'

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

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

[Bug 1745757] Re: Buffer overflow adding to archive with pseudo file at '/'

2020-10-28 Thread Matthew Fearnley
I filed a separate Issue on GitHub: 
https://github.com/plougher/squashfs-tools/issues/50
I believe the problems were fixed in these two commits:

https://github.com/plougher/squashfs-tools/commit/c249ba3bbdb41034f6027f93d590a8ea06d32c75
mksquashfs: add filesystem corruption checks when reading filesystem

https://github.com/plougher/squashfs-tools/commit/26e4babf09aba71b3e65b082069d74b6696ee8db
pseudo: Don't allow filenames consisting only of "/"s to be used


** Bug watch added: github.com/plougher/squashfs-tools/issues #50
   https://github.com/plougher/squashfs-tools/issues/50

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

Title:
  Buffer overflow adding to archive with pseudo file at '/'

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

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

[Bug 1745757] Re: Buffer overflow adding to archive with pseudo file at '/'

2018-01-28 Thread Matthew Fearnley
I'm not an expert, but I tried running the current GitHub source through
a debugger.

The problematic line seems to be in read_fs.c:

https://github.com/plougher/squashfs-
tools/blob/7d7f2da27d5c39de89c5fae61eb611666f297c03/squashfs-
tools/read_fs.c#L678

memcpy(dire->name, directory_table + bytes,
dire->size + 1);

dire->size is 65535.

I'm attaching the 'crash.sfs' file I created (with mksquashfs -p '/ f
444 root root echo').

(If the crash.sfs file itself is invalid, I guess that's a separate
issue.)

** Attachment added: "mksquashfs /tmp/empty/ /tmp/crash.sfs -p '/ f 444 root 
root echo'"
   
https://bugs.launchpad.net/ubuntu/+source/squashfs-tools/+bug/1745757/+attachment/5044532/+files/crash.sfs

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

Title:
  Buffer overflow adding to archive with pseudo file at '/'

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

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

[Bug 1745757] [NEW] Buffer overflow adding to archive with pseudo file at '/'

2018-01-27 Thread Matthew Fearnley
Public bug reported:

Description:Ubuntu 16.04.3 LTS
Release:16.04
squashfs-tools: Installed: 1:4.3-3ubuntu2.16.04.1


mksquashfs can create a filesystem with a pseudo file at '/', but unsquashfs 
doesn't like the result, and mksquashfs crashes trying to add to it.


$ rm /tmp/crash.sfs

$ mksquashfs /tmp/empty /tmp/crash.sfs -p "/ f 444 root root echo"
Parallel mksquashfs: Using 4 processors
Creating 4.0 filesystem on /tmp/crash.sfs, block size 131072.
[===|] 1/1 100%

Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
compressed data, compressed metadata, compressed fragments, compressed 
xattrs
duplicates are removed
Filesystem size 0.22 Kbytes (0.00 Mbytes)
92.37% of uncompressed filesystem size (0.24 Kbytes)
Inode table size 45 bytes (0.04 Kbytes)
68.18% of uncompressed inode table size (66 bytes)
Directory table size 20 bytes (0.02 Kbytes)
90.91% of uncompressed directory table size (22 bytes)
Number of duplicate files found 0
Number of inodes 2
Number of files 1
Number of fragments 1
Number of symbolic links  0
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 1
Number of ids (unique uids + gids) 2
Number of uids 2
root (0)
matthew (1000)
Number of gids 2
root (0)
matthew (1000)


$ unsquashfs -i /tmp/crash.sfs
Parallel unsquashfs: Using 4 processors
0 inodes (0 blocks) to write

dir_scan: failed to read directory squashfs-root, skipping

created 0 files
created 0 directories
created 0 symlinks
created 0 devices
created 0 fifos


$ mksquashfs /tmp/empty /tmp/crash.sfs
Found a valid exportable SQUASHFS superblock on /tmp/crash.sfs.
Compression used gzip
Inodes are compressed
Data is compressed
Fragments are compressed
Xattrs are compressed
Fragments are present in the filesystem
Always-use-fragments option is not specified
Duplicates are removed
Xattrs are stored
Filesystem size 0.22 Kbytes (0.00 Mbytes)
Block size 131072
Number of fragments 1
Number of inodes 2
Number of ids 2

Parallel mksquashfs: Using 4 processors
Scanning existing filesystem...
Read existing filesystem, 1 inodes scanned
*** buffer overflow detected ***: mksquashfs terminated
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f828fe667e5]
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x5c)[0x7f828ff0815c]
/lib/x86_64-linux-gnu/libc.so.6(+0x117160)[0x7f828ff06160]
mksquashfs[0x40febc]
mksquashfs[0x4107fd]
mksquashfs[0x404374]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f828fe0f830]
mksquashfs[0x405399]
=== Memory map: 
0040-0042a000 r-xp  08:08 304275 
/usr/bin/mksquashfs
00629000-0062a000 r--p 00029000 08:08 304275 
/usr/bin/mksquashfs
0062a000-0062b000 rw-p 0002a000 08:08 304275 
/usr/bin/mksquashfs
0062b000-00cac000 rw-p  00:00 0 
016d5000-0174f000 rw-p  00:00 0  [heap]
7f825400-7f8254043000 rw-p  00:00 0 
7f8254043000-7f825800 ---p  00:00 0 
7f825800-7f8258121000 rw-p  00:00 0 
7f8258121000-7f825c00 ---p  00:00 0 
7f825c00-7f825c063000 rw-p  00:00 0 
7f825c063000-7f826000 ---p  00:00 0 
7f8262ffe000-7f8262fff000 ---p  00:00 0 
7f8262fff000-7f82637ff000 rw-p  00:00 0 
7f82637ff000-7f826380 ---p  00:00 0 
7f826380-7f826400 rw-p  00:00 0 
7f826400-7f8264043000 rw-p  00:00 0 
7f8264043000-7f826800 ---p  00:00 0 
7f826800-7f8268121000 rw-p  00:00 0 
7f8268121000-7f826c00 ---p  00:00 0 
7f826c00-7f826c121000 rw-p  00:00 0 
7f826c121000-7f827000 ---p  00:00 0 
7f827000-7f8270063000 rw-p  00:00 0 
7f8270063000-7f827400 ---p  00:00 0 
7f827400-7f8274063000 rw-p  00:00 0 
7f8274063000-7f827800 ---p  00:00 0 
7f827800-7f8278043000 rw-p  00:00 0 
7f8278043000-7f827c00 ---p  00:00 0 
7f827c00-7f827c121000 rw-p  00:00 0 
7f827c121000-7f828000 ---p  00:00 0 
7f828000-7f8280043000 rw-p  00:00 0 
7f8280043000-7f828400 ---p  00:00 0 
7f82847f9000-7f82847fa000 ---p  00:00 0 
7f82847fa000-7f8284ffa000 rw-p  00:00 0 
7f8284ffa000-7f8284ffb000 ---p  00:00 0 
7f8284ffb000-7f82857fb000 rw-p  00:00 0 
7f82857fb000-7f82857fc000 ---p  00:00 0 
7f82857fc000-7f8285ffc000 rw-p  00:00 0 
7f8285ffc000-7f8285ffd000 ---p  00:00 0 
7f8285ffd000-7f82867fd000 rw-p  00:00 0 
7f82867fd000-7f82867fe000 ---p  00:00 0 
7f82867fe000-7f8286ffe000 rw-p  00:00 0 

[Bug 1605983] Re: The Maximize button has the wrong appearance/behaviour when snapped to the side

2016-07-24 Thread Matthew Fearnley
Assigning to compiz, as suggested in question 300474

** Package changed: ubuntu => compiz

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

Title:
  The Maximize button has the wrong appearance/behaviour when snapped to
  the side

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

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


[Bug 1605983] [NEW] The Maximize button has the wrong appearance/behaviour when snapped to the side

2016-07-24 Thread Matthew Fearnley
Public bug reported:

On a plain Ubuntu 16.04 install, if I snap a window with a normal title
bar (such as Nautilus) to the side of the screen, then click the
Maximize button, it restores to its original size, as if I had dragged
it away.  Is this supposed to happen?

I notice when a window is properly maximized, the Maximize button
changes to a Restore button  - a flatter rectangle than the Maximize
one.

I think that when a window is snapped to the sides,  then either the
button should maximize the window, or it should change to a Restore
button to indicate the window will be restored to its original position.

The fix that is least likely to cause disruption for existing users is
to keep the behaviour but change the appearance of the button.

** Affects: 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/1605983

Title:
  The Maximize button has the wrong appearance/behaviour when snapped to
  the side

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

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


[Bug 1605397] [NEW] gnome-terminal doesn't return to its original size when unsnapping from the side of the screen

2016-07-21 Thread Matthew Fearnley
Public bug reported:

If you snap a Terminal window to the side of the screen, and then drag
it away with the mouse, it changes back to its original width, but its
height remains as that of the screen, so that you end up with an
unusually tall window.

This happens if you drag it away, or click the, er, "maximize" button,
but not if you unsnap it with Ctrl-Super-Left/Right.


This is on an up-to-date version of Ubuntu 16.04 LTS.

(A similar problem occurred on a fresh 16.04.0 install or LiveCD, where
the window would retain the full screen dimensions on un-maximizing.
That has been fixed now, but this one is still a problem.)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Jul 21 21:57:18 2016
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  gnome-terminal doesn't return to its original size when unsnapping
  from the side of the screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1605397/+subscriptions

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


[Bug 1423326] Re: lxsession should depend on lxsession-logout

2016-07-11 Thread Matthew Fearnley
This has just happened for me on Ubuntu 16.04 Server.

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

Title:
  lxsession should depend on lxsession-logout

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

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


[Bug 1584970] Re: Ubuntu tries to set up my USB wireless device on a wired connection

2016-06-04 Thread Matthew Fearnley
I've made a report upstream at
https://bugzilla.gnome.org/show_bug.cgi?id=767243.

** Bug watch added: GNOME Bug Tracker #767243
   https://bugzilla.gnome.org/show_bug.cgi?id=767243

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

Title:
  Ubuntu tries to set up my USB wireless device on a wired connection

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

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


[Bug 1584970] [NEW] Ubuntu tries to set up my USB wireless device on a wired connection

2016-05-23 Thread Matthew Fearnley
Public bug reported:

When I start up from a Ubuntu 16.04 Live CD, I do not get a wireless
network connection, instead it seems to see my USB device (a Belkin
F5D8053 N Wireless USB Adapter) as a "wired connection".

If I do 'service network-manager restart', or unplug and replug the
device, then it sets it up with the rt2800usb driver, gives it a
wireless connection, and allows me to connect to wifi routers as normal.

A potentially similar issue has been reported with a GB-WB867D-I card at
http://askubuntu.com/questions/758422/ubuntu-16-04-seeing-my-wireless-
card-as-wired

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager 1.1.93-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.376
CurrentDesktop: Unity
Date: Mon May 23 22:02:27 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IpRoute:
 10.42.0.0/24 dev enp0s25  proto kernel  scope link  src 10.42.0.1  metric 100 
 169.254.0.0/16 dev enp0s25  scope link  metric 1000
LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAMEUUID  TYPE
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE   STATE
  ACTIVE-PATH
 Wired connection 1  d553ccd9-63fb-494a-8ec6-59adc51a67f6  802-3-ethernet  
1464040759  Mon 23 May 2016 09:59:19 PM UTC  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/0  yes enp0s25  
activated  /org/freedesktop/NetworkManager/ActiveConnection/3 
 Wired connection 2  b35063c3-365d-4287-85b2-882e449f4d13  802-3-ethernet  
1464040460  Mon 23 May 2016 09:54:20 PM UTC  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/1  no  --   --   
  --
nmcli-dev:
 DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
 enp0s25  ethernet  connected
/org/freedesktop/NetworkManager/Devices/0  Wired connection 1  
d553ccd9-63fb-494a-8ec6-59adc51a67f6  
/org/freedesktop/NetworkManager/ActiveConnection/3 
 wlx002275911486  ethernet  unavailable  
/org/freedesktop/NetworkManager/Devices/2  --  --   
 -- 
 lo   loopback  unmanaged
/org/freedesktop/NetworkManager/Devices/1  --  --   
 --
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  Ubuntu tries to set up my USB wireless device on a wired connection

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

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


[Bug 1160046] Re: terminal does not resize correctly after maximise by sliding to top panel

2016-05-21 Thread Matthew Fearnley
Note: on watching the behaviour more closely: on restore the terminal
window is very briefly restored to its correct size/position, then
almost immediately changes its size to fill the screen.

It also jumps to the top-left corner at the same time, I think if and
only if it was entirely onscreen.

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

Title:
  terminal does not resize correctly after maximise by sliding to top
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1160046/+subscriptions

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


[Bug 1160046] Re: terminal does not resize correctly after maximise by sliding to top panel

2016-05-20 Thread Matthew Fearnley
Yes, I have just tried 14.04 quickly, and it is restoring OK there.  I
notice that since then they've added the ability for text to re-wrap on
terminal resize.  I don't know if that's related.

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

Title:
  terminal does not resize correctly after maximise by sliding to top
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1160046/+subscriptions

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


[Bug 1160046] Re: terminal does not resize correctly after maximise by sliding to top panel

2016-05-20 Thread Matthew Fearnley
This is still a problem in 16.04.  The terminal will become a desktop-
sized window after restoring, after every way I can think of to maximise
(snapping to top, double-clicking the title bar, double-pressing F11).

If the window was partly offscreen when it was maximised, it still
expands to desktop size on restore, but the top-left corner is restored
to its original position.

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

Title:
  terminal does not resize correctly after maximise by sliding to top
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1160046/+subscriptions

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


[Bug 1584053] [NEW] Editing manual IP fields brings up textboxes with the wrong size/position

2016-05-20 Thread Matthew Fearnley
Public bug reported:

This is on a Ubuntu 16.04 LTS 64-bit live session.

In the Network Connections dialog, Add/Edit a connection.  In the IPv4
Settings (or IPv6 Settings) tabs, set the method to Manual, and Add a
new address.

A text box for Address comes up, approximately spanning the first two
columns (Address and Netmask).

Pressing Tab (with or without a valid address) brings up a text box
starting in the middle of the Address column and ending in the middle of
the Gateway column.

Pressing Tab again brings up a text box in spanning the final two
columns (Netmask and Gateway).

(When a field is no longer edited, it appears in the right place.)

Strangely, once a complete, valid entry is made (e.g. 192.168.0.1 / 24 /
192.168.0.254), the next Gateway text box seems to subsequently be put
in the right place (spanning only the Gateway column).

In each case I would expect the text box to exactly fill the specific
column it is for.

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "An example of the Netmask text field in a strange 
position"
   
https://bugs.launchpad.net/bugs/1584053/+attachment/4666901/+files/Netmask%20text%20field.png

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

Title:
  Editing manual IP fields brings up textboxes with the wrong
  size/position

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

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


[Bug 1070290] Re: Folders bookmarks not showing in places

2013-01-25 Thread Matthew Fearnley
Thanks for the workaround!
I didn't have a ~/.config/gtk-3.0 folder for some reason, but with an mkdir 
things worked fine:

mkdir ~/.config/gtk-3.0
ln -sf ~/.gtk-bookmarks ~/.config/gtk-3.0/bookmarks

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

Title:
  Folders bookmarks not showing in places

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1070290/+subscriptions

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


[Bug 1105721] [NEW] Typo in lubuntu slideshow (it's should be its)

2013-01-25 Thread Matthew Fearnley
Public bug reported:

The problem line is at: http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/raring/ubiquity-slideshow-ubuntu/raring-
proposed/view/head:/slideshows/lubuntu/slides/02_browser.html#L12

The string contains Did you know that Lubuntu has it's own Chrome extension 
available for free? ...; it should of course say:
Did you know that Lubuntu has its own Chrome extension available for free? ...

** Affects: ubiquity-slideshow-ubuntu (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/1105721

Title:
  Typo in lubuntu slideshow (it's should be its)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity-slideshow-ubuntu/+bug/1105721/+subscriptions

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


[Bug 999868] Re: Spinning Progress button has artifacts

2012-06-26 Thread Matthew Fearnley
Hi Gary, thanks for the response.  I've run an update on all my
packages.  Unfortunately the progress button is still glitchy in
software-center 5.2.3.

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

Title:
  Spinning Progress button has artifacts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/999868/+subscriptions

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


[Bug 999868] [NEW] Spinning Progress button has artifacts

2012-05-15 Thread Matthew Fearnley
Public bug reported:

While installing software in the Ubuntu Software Centre, there is a
slowly rotating progress button.  But on my computer I get glitchy
looking artifacts around the arrows.  I've attached some screenshots.

As far as I can tell this is the only instance in Ubuntu where this
glitch occurs.  My graphics card reports in lspci as: 01:00.0 VGA
compatible controller: NVIDIA Corporation NV17 [GeForce4 MX 420] (rev
a3).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: software-center 5.2.1
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Tue May 15 19:01:24 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: software-center
UpgradeStatus: Upgraded to precise on 2012-05-06 (9 days ago)

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  Spinning Progress button has artifacts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/999868/+subscriptions

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


[Bug 999868] Re: Spinning Progress button has artifacts

2012-05-15 Thread Matthew Fearnley
** Attachment added: Screenshots of the Software Centre showing the Progress 
button
   
https://bugs.launchpad.net/bugs/999868/+attachment/3148080/+files/Progress.zip

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

Title:
  Spinning Progress button has artifacts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/999868/+subscriptions

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