Re: [Bug 1663060] Re: Add a title field to snap metadata

2017-02-09 Thread Mark Shuttleworth
Good point. Perhaps just fallback to name - uncapitalised - would be best.

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

Title:
  Add a title field to snap metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Bug 14013] Re: Unusual word wrapping strategy in mail composer.

2017-02-09 Thread Bug Watch Updater
** Changed in: gtkhtml3.14
   Status: Confirmed => Won't Fix

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

Title:
  Unusual word wrapping strategy in mail composer.

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

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


[Bug 811835] Re: evolution crashed with SIGSEGV in html_object_is_text()

2017-02-09 Thread Bug Watch Updater
** Changed in: evolution
   Status: Confirmed => Won't Fix

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

Title:
  evolution crashed with SIGSEGV in html_object_is_text()

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

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


[Bug 116678] Re: [apport] evolution-2.12 crashed with SIGSEGV in html_engine_stop_parser()

2017-02-09 Thread Bug Watch Updater
** Changed in: gtkhtml
   Status: Confirmed => Won't Fix

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

Title:
  [apport] evolution-2.12 crashed with SIGSEGV in
  html_engine_stop_parser()

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

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


[Bug 504165] Re: Evolution freezes when pressing HOME while editing RTL email with weak directionality characters

2017-02-09 Thread Bug Watch Updater
** Changed in: evolution
   Status: New => Won't Fix

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

Title:
  Evolution freezes when pressing HOME while editing RTL email with weak
  directionality characters

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

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


[Bug 340225] Re: Replies to HTML mail are very clumsy to edit

2017-02-09 Thread Bug Watch Updater
** Changed in: gtkhtml
   Status: New => Won't Fix

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

Title:
  Replies to HTML mail are very clumsy to edit

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

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


[Bug 1631745] Re: Ubuntu Budgie - panel crashed with SIGSEGV in g_slice_alloc()

2017-02-09 Thread fossfreedom
AndyRock - not quite sure I understand the valgrind

in this bit of code:

tatic gboolean
monitor_callback_delayed (gpointer user_data)
{
  MonitorCallbackInfo  *info;
  MenuMonitorEventInfo *event_info;
  MenuMonitorEvent  event;
  MenuMonitor  *menu_monitor;

  info = (MonitorCallbackInfo *) user_data;
  menu_monitor = info->menu_monitor;

  if (info->weak_ptr)
{
  switch (info->eflags)
{
case G_FILE_MONITOR_EVENT_CHANGED:
  event = MENU_MONITOR_EVENT_CHANGED;
  break;
case G_FILE_MONITOR_EVENT_CREATED:
  event = MENU_MONITOR_EVENT_CREATED;
  break;
case G_FILE_MONITOR_EVENT_DELETED:
  event = MENU_MONITOR_EVENT_DELETED;
  break;
default:
  event = MENU_MONITOR_EVENT_INVALID;
}

  if (event != MENU_MONITOR_EVENT_INVALID)
{
  event_info = g_new0 (MenuMonitorEventInfo, 1);

  event_info->path= g_file_get_path (info->child);
  event_info->event   = event;
  event_info->monitor = menu_monitor;

  menu_monitor_queue_event (event_info);
}

}

  g_object_unref (info->child);
  g_free (info);
  return FALSE;
}

should the info->weak_ptr be removed immediately after
menu_monitor_queue_event? maybe the g_free(info) is cleaning up the
object first but info->weak_ptr is being cleaned up after the info
object is removed.

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

Title:
  Ubuntu Budgie - panel crashed with SIGSEGV in g_slice_alloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/budgie-desktop/+bug/1631745/+subscriptions

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


[Bug 1646096] Re: Folder Sharing failed 'net usershare' returned error 255

2017-02-09 Thread Nish Aravamudan
** Changed in: nautilus (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Folder Sharing failed 'net usershare' returned error 255

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

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


[Bug 1663421] [NEW] systemd-udevd crashed with SIGABRT in __open_nocancel()

2017-02-09 Thread APolihron
*** This bug is a duplicate of bug 1629638 ***
https://bugs.launchpad.net/bugs/1629638

Public bug reported:

Description: Ubuntu Zesty Zapus (development branch)
Release: 17.04
Destro: Ubuntu Mate
Windows manager: Marco(compton GPU compositor)
Video card: Radeon RX 460 4GB 128bit
OpenGL vendor string: X.Org

I get this error after usb-gtk-creator finish to upload a os on a usb
stick.

ProblemType: Crash
DistroRelease: Ubuntu 17.04
Package: udev 232-8
ProcVersionSignature: Ubuntu 4.9.0-15.16-generic 4.9.5
Uname: Linux 4.9.0-15-generic x86_64
ApportVersion: 2.20.4-0ubuntu2
Architecture: amd64
Date: Fri Feb 10 01:30:13 2017
ExecutablePath: /lib/systemd/systemd-udevd
InstallationDate: Installed on 2017-02-06 (3 days ago)
InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Alpha amd64 (20170125)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcCmdline: /lib/systemd/systemd-udevd
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.9.0-15-generic.efi.signed 
root=UUID=8b97de22-0e3b-4da0-8676-7c8865800def ro quiet splash vt.handoff=7
Signal: 6
SourcePackage: systemd
StacktraceTop:
 __open_nocancel () at ../sysdeps/unix/syscall-template.S:84
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Title: systemd-udevd crashed with SIGABRT in __open_nocancel()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 05/05/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.40
dmi.board.name: A88M-G/3.1
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.40:bd05/05/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnA88M-G/3.1:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

** Affects: ubuntu-mate
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-crash zesty

** Information type changed from Private to Public

** Also affects: ubuntu-mate
   Importance: Undecided
   Status: New

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

Title:
  systemd-udevd crashed with SIGABRT in __open_nocancel()

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

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


[Bug 1631745] Re: Ubuntu Budgie - panel crashed with SIGSEGV in g_slice_alloc()

2017-02-09 Thread fossfreedom
as requested by seb I have attached a valgrind log

** Attachment added: "attach a valgrind log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/1631745/+attachment/4816120/+files/valgrind.log

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

Title:
  Ubuntu Budgie - panel crashed with SIGSEGV in g_slice_alloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/budgie-desktop/+bug/1631745/+subscriptions

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


[Bug 1663060] Re: Add a title field to snap metadata

2017-02-09 Thread Robert Ancell
Given the current name conventions I think capitalizing the name would
be a bad heuristic, e.g.

ubuntu-calculator-app -> "Ubuntu Calculator App" (should be "Calculator" or 
"Ubuntu Calculator")
minecraft-server-jdstrand -> "Minecraft Server Jdstrand" (should be "Minecraft 
Server")
stonscipap-snap -> "Stonscipap Snap" (should be "Stone, Scissors, Paper").

I think it's fine any of the metadata fields to be optional (title,
summary, description), though the tools should pretty heavily encourage
a developer to populate these. In the case of GNOME Software we can
always fall back to name and "No description provided" or hide software
without sufficient metadata.

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

Title:
  Add a title field to snap metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Bug 1648215] Re: Nautilus fails to launch occasionally

2017-02-09 Thread Vej
Hello Brandon,

can you try to open nautilus from a terminal, please? This might give us
some extra error messages.

And please check if the command "net" from the package "samba-common-
bin" is installed on you machine:

Dec 6 21:15:28 BrandonsLaptop org.gnome.Nautilus[1601]: Nautilus-Share-
Message: Called "net usershare info" but it failed: Failed to execute
child process "net" (No such file or directory)

This does not seem to be a dependency (and I found several PCs with
working nautilus and without "samba-common-bin" installed). However
installing this could help us to find the cause for your problem though.

Best Regards

Vej

** Changed in: nautilus (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Nautilus fails to launch occasionally

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

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


Re: [Bug 1663060] [NEW] Add a title field to snap metadata

2017-02-09 Thread Mark Shuttleworth
Yeah yeah patches welcome :p

Would it be sensible to have title be an optional field, and use the
Capitalized name if it is not provided? In the past, we've seen it's
hard to get complete and accurate metadata when there is a lot of
duplication in the schema.

And yes, appstream would be welcome.

Mark

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

Title:
  Add a title field to snap metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2017-02-09 Thread Michel-Ekimia
Very nasty bug for a new comer, we really need to find a solution...

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

Title:
  Nautilus says the USB stick is read only when it is not

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

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


[Bug 25695] Re: evolution message text appears backwards when replying to html mail

2017-02-09 Thread Bug Watch Updater
** Changed in: libgtkhtml
   Status: Confirmed => Won't Fix

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

Title:
  evolution message text appears backwards when replying to html mail

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

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


[Bug 387033] Re: Freezes after pressing

2017-02-09 Thread Bug Watch Updater
** Changed in: gtkhtml3.14
   Status: New => Won't Fix

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

Title:
  Freezes after pressing 

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtkhtml3.14/+bug/387033/+subscriptions

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


[Bug 303216] Re: Marking text works not as expected

2017-02-09 Thread Bug Watch Updater
** Changed in: evolution
   Status: Confirmed => Won't Fix

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

Title:
  Marking text works not as expected

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

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


[Bug 66961] Re: double-click-and-drag select

2017-02-09 Thread Bug Watch Updater
** Changed in: libgtkhtml
   Status: Confirmed => Won't Fix

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

Title:
  double-click-and-drag select

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

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


[Bug 307229] Re: Ctrl+N from desktop should open a new Nautilus window

2017-02-09 Thread Dan Wolff
No, this seems to have been resolved.

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

Title:
  Ctrl+N from desktop should open a new Nautilus window

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

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


[Bug 1661983] Re: Ubuntu Software shows irrelevant snaps first in search results

2017-02-09 Thread Robert Ancell
This is probably caused by bug 1545871

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

Title:
  Ubuntu Software shows irrelevant snaps first in search results

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

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


[Bug 1663346] Re: Gnome software freezes after selecting quit

2017-02-09 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1663346

** Tags added: iso-testing

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

Title:
  Gnome software freezes after selecting quit

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

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


[Bug 149076] Re: I can't write a cd

2017-02-09 Thread Jorge Janko
** Package changed: cdrkit (Ubuntu) => brasero (Ubuntu)

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

Title:
  I can't write a cd

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

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


[Bug 149076] [NEW] I can't write a cd

2017-02-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

If you see any of the symptoms of the various outputs in the comments
the solution is as follows:

"You are not using cdrecord but a defective fork called "wodim".

wodim is a dead fork from a 5 year old version of cdrecord with
bugs added that never have been in the original.

The device or resource busy message is a result from such a bug.

Note that you also do not use mkisofs but "genisoimage" from the
same "fork". Note that "genisoimage" creates defective ISO filesystem
images.

I recommend to use the original software as there are no known bugs
in the original software and as the original software added many new
features during the past 6 years."

Get the real program:

ftp://ftp.berlios.de/pub/cdrecord/alpha/

http://cdrecord.berlios.de

or as a ubuntu package from:

https://launchpad.net/~brandonsnider/+archive/cdrtools/+packages

===
Hi,

After my upgrade from feisty to gutsy on my imac g3 , I tried to burn a
cd with k3b (tried normal and clone mode) and gnomebaker, which didn't
work. I'm using an external usb disc writer. K3B has the following debug
info:

System
---
K3b Version: 1.0.3

KDE Version: 3.5.7
QT Version: 3.3.7
Kernel: 2.6.22-12-powerpc
Devices
---
MATSHITA CD-ROM CR-1760 ZA0E (/dev/hdb, ) [CD-ROM] [Fout] [Geen]

MATSHITA CD-RW CW-7586 1.01 (/dev/scd0, ) [CD-R, CD-RW, CD-ROM] [Fout] [SAO, 
TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R]
Used versions
---
cdrecord: 1.1.6

cdrecord
---
/usr/bin/wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK 
limits.scsidev: '/dev/scd0'
devname: '/dev/scd0'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.6
SCSI buffer size: 64512
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
TOC Type: 1 = CD-ROM
Device type : Removable CD-ROM
Version : 0
Response Format: 1
Vendor_info : 'MATSHITA'
Identification : 'CD-RW CW-7586 '
Revision : '1.01'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC SWABAUDIO
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 1467648 = 1433 KB
FIFO size : 12582912 = 12288 KB
Encoding speed : 131x (9799 sectors/s) for libedc from Heiko Eißfeldt
Speed set to 1411 KB/s
Track 01: data 724 MB
Total size: 696 MB (69:00.41) = 310531 sectors
Lout start: 696 MB (69:02/31) = 310531 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 6
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type C, low Beta category (C-) (6)
  ATIP start of lead in: -11231 (97:32/19)
  ATIP start of lead out: 359846 (79:59/71)
Disk type: Short strategy type (Phthalocyanine or similar)
Manuf. index: 27
Manufacturer: Prodisc Technology Inc.
Blocks total: 359846 Blocks current: 359846 Blocks remaining: 49315
Starting to write CD/DVD at speed 8.0 in real RAW/RAW96R mode for single 
session.
Last chance to quit, starting real write in 2 seconds.
   1 seconds.
   0 seconds.
 Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
Performing OPC...
/usr/bin/wodim: WARNING: Drive returns wrong startsec (0) using -11231 from ATIP
Errno: 5 (Input/output error), write_g1 scsi sendcmd: no error
CDB: 2A 00 FF FF D4 21 00 00 1A 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 2C 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x2C Qual 0x00 (command sequence error) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.005s timeout 40s
/usr/bin/wodim: Could not write Lead-in.
Writing lead-in at sector -11231
write leadin data: error after 0 bytes
Writing time: 3.621s
/usr/bin/wodim: fifo had 192 puts and 0 gets.
/usr/bin/wodim: fifo was 0 times empty and 0 times full, min fill was 100%.

cdrecord command:
---
/usr/bin/wodim -v gracetime=2 dev=/dev/scd0 speed=8 -raw96r -clone 
/home/henne/Desktop/k3b_0.img

** Affects: pywodim
 Importance: Undecided
 Status: Confirmed

** Affects: ubuntu
 Importance: Undecided
 Status: Invalid

** Affects: brasero (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
I can't write a cd
https://bugs.launchpad.net/bugs/149076
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to brasero in Ubuntu.

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

[Bug 1663346] [NEW] Gnome software freezes after selecting quit

2017-02-09 Thread Ross Gammon
Public bug reported:

Ubuntu Studio Xenial 16.04.2 ISO running a live session on a laptop
without battery.

1. Select software from the menu
2. No apps shown in "All".
3. Click on "Installed". No apps shown, but "Waiting" circular wheel is 
spinning.
4. Go to terminal and "apt-get update".
4. Give up waiting for installed apps to show up in Gnome Software.
5. Select "Quit" from the Gnome software menu > Software freezes (wheel icon 
stops spinning) and remains open.

The application window should close when you select "Quit", but it
doesn't. Instead the application appears to freeze.

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

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

Title:
  Gnome software freezes after selecting quit

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

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


[Bug 301421] Re: dropdown email suggest not closing after address selected

2017-02-09 Thread Bug Watch Updater
** Changed in: gtkhtml
   Status: New => Won't Fix

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

Title:
  dropdown email suggest not closing after address selected

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

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


[Bug 1647485] Re: NVMe symlinks broken by devices with spaces in model or serial strings

2017-02-09 Thread Bug Watch Updater
** Changed in: systemd (Debian)
   Status: New => Fix Released

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

Title:
  NVMe symlinks broken by devices with spaces in model or serial strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas-images/+bug/1647485/+subscriptions

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


[Bug 10713] Re: Broken context-sensitive spell check in Evolution (Greek, Hebrew)

2017-02-09 Thread Bug Watch Updater
** Changed in: evolution
   Status: Confirmed => Won't Fix

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

Title:
  Broken context-sensitive spell check in Evolution (Greek, Hebrew)

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

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


[Bug 1548970] Re: gvfsd-dnssd crashed with SIGSEGV in avahi_service_resolver_event()

2017-02-09 Thread Benjamin Morgan
Bug #927340 is either private or non-existant. The link is broken and so
this is not a duplicate bug. I have recreated the symptom on 3 different
Dell Precision Mobile Workstation 5510's & a 5520 running 16.04.1 with
all updates.

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

Title:
  gvfsd-dnssd crashed with SIGSEGV in avahi_service_resolver_event()

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

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


[Bug 288185] Re: Evolution plain-text email includes formatting "stuff" - should be pure plain text

2017-02-09 Thread Bug Watch Updater
** Changed in: gtkhtml3.14
   Status: New => Won't Fix

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

Title:
  Evolution plain-text email includes formatting "stuff" - should be
  pure plain text

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

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


[Bug 1663060] Re: Add a title field to snap metadata

2017-02-09 Thread Matthias Klumpp
If Snappy would support AppStream metadata... ;-)

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

Title:
  Add a title field to snap metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Bug 1661983] Re: Ubuntu Software shows irrelevant snaps first in search results

2017-02-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
   Status: New => Confirmed

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

Title:
  Ubuntu Software shows irrelevant snaps first in search results

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

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


[Bug 1663060] Re: Add a title field to snap metadata

2017-02-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: snapcraft (Ubuntu)
   Status: New => Confirmed

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

Title:
  Add a title field to snap metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Bug 1663060] Re: Add a title field to snap metadata

2017-02-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: snapd-glib (Ubuntu)
   Status: New => Confirmed

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

Title:
  Add a title field to snap metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Bug 1663060] Re: Add a title field to snap metadata

2017-02-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-software (Ubuntu)
   Status: New => Confirmed

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

Title:
  Add a title field to snap metadata

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1663060/+subscriptions

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


[Bug 23410] Re: Text flow right to left when typing English replies to some html mail (It happens that typing characters isn't moving the cursor)

2017-02-09 Thread Bug Watch Updater
** Changed in: evolution
   Status: Confirmed => Won't Fix

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

Title:
  Text flow right to left when typing English replies to some html mail
  (It happens that typing characters isn't moving the cursor)

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

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


[Bug 792085] Re: Automatic remount of safely removed USB 3.0 drive

2017-02-09 Thread Donk
With the linux-hwe kernel (4.8.0-37.39~16.04.1, xenial) from the "kernel
PPA", my two USB3 drive are successfully ejected and they stay poweroff.

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

Title:
  Automatic remount of safely removed USB 3.0 drive

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

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


[Bug 459719] Re: Can't select text with double-click in Evolution email previews

2017-02-09 Thread Bug Watch Updater
** Changed in: evolution
   Status: New => Won't Fix

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

Title:
  Can't select text with double-click in Evolution email previews

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

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


[Bug 403553] Re: Undo are not work in To and Subject fields in message compose window

2017-02-09 Thread Bug Watch Updater
** Changed in: evolution
   Status: Confirmed => Won't Fix

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

Title:
  Undo are not work in To and Subject fields in message compose window

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

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


[Bug 1663227] Re: gnome-settings-daemon not installed

2017-02-09 Thread Nazar Mokrynskyi
nazar-pc  ~   cat /etc/xdg/autostart/gnome-settings-daemon.desktop
[Desktop Entry]
Type=Application
Name=GNOME Settings Daemon
Exec=/usr/lib/gnome-settings-daemon/gnome-settings-daemon-localeexec
OnlyShowIn=GNOME;
NoDisplay=true
X-GNOME-Autostart-Phase=Initialization
X-GNOME-Autostart-Notify=true
X-GNOME-AutoRestart=true
X-Ubuntu-Gettext-Domain=gnome-settings-daemon
 nazar-pc  ~   ls /usr/lib/gnome-settings-daemon/
gsd-a11y-keyboard* gsd-locate-pointer*   gsd-smartcard*
gsd-a11y-settings* gsd-media-keys*   gsd-sound*
gsd-backlight-helper*  gsd-mouse*gsd-test-input-helper*
gsd-clipboard* gsd-orientation*  gsd-test-wacom-osd*
gsd-color* gsd-power*gsd-wacom*
gsd-datetime*  gsd-printer*  gsd-wacom-led-helper*
gsd-dummy* gsd-print-notifications*  gsd-wacom-oled-helper*
gsd-housekeeping*  gsd-rfkill*   gsd-xrandr*
gsd-keyboard*  gsd-screensaver-proxy*gsd-xsettings*
gsd-list-wacom*gsd-sharing*
 nazar-pc  ~   apt-cache show gnome-settings-daemon
Package: gnome-settings-daemon
Priority: extra
Section: universe/gnome
Installed-Size: 1685
Maintainer: Ubuntu Desktop Team 
Original-Maintainer: Debian GNOME Maintainers 

Architecture: amd64
Version: 3.23.3-0ubuntu1
Depends: libaccountsservice0 (>= 0.6.40), libasound2 (>= 1.0.16), libc6 (>= 
2.14), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 
0.2), libcolord2 (>= 1.2.0), libcups2 (>= 1.6.0), libfontconfig1 (>= 2.11.94), 
libgdk-pixbuf2.0-0 (>= 2.22.0), libgeoclue-2-0 (>= 2.4.0), libgeocode-glib0 (>= 
0.99.1), libglib2.0-0 (>= 2.43.92), libgnome-desktop-3-12 (>= 3.17.92), 
libgtk-3-0 (>= 3.16.2), libgudev-1.0-0 (>= 146), libgweather-3-6 (>= 3.10.0), 
liblcms2-2 (>= 2.2+git20110628), libnm0 (>= 1.0.0), libnotify4 (>= 0.7.3), 
libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.13.4-2~), libpango-1.0-0 (>= 1.22.0), 
libpangocairo-1.0-0 (>= 1.14.0), libpolkit-gobject-1-0 (>= 0.99), 
libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), librsvg2-2 (>= 
2.36.2), libupower-glib3 (>= 0.99.0), libwacom2 (>= 0.7), libwayland-client0 
(>= 1.0.2), libx11-6, libxext6, libxi6 (>= 2:1.2.99.4), libxtst6, 
libpam-systemd, gnome-settings-daemon-schemas (= 3.23.3-0ubuntu1), 
gsettings-desktop-schemas (>= 3.20), nautilus-data (>= 2.91.3-1)
Recommends: pulseaudio, iio-sensor-proxy
Breaks: budgie-core (<< 10.2.9-2ubuntu2~), gnome-control-center (<< 1:3.15.4), 
gnome-session (<< 3.23.2), gnome-shell (<< 3.13.92)
Filename: 
pool/universe/g/gnome-settings-daemon/gnome-settings-daemon_3.23.3-0ubuntu1_amd64.deb
Size: 372240
MD5sum: 8616100b68f2640d520cefeaf519ca74
SHA1: fcebf2331a1266646c94bbdd866f6e12b63604be
SHA256: e21fe05b7834f0a8173ddb8193da4178039349508edc9d7417586fef3e0cbb18
Description-en_GB: daemon handling the GNOME session settings
 This package contains the daemon which is responsible for setting the
 various parameters of a GNOME session and the applications that run under
 it. It handles the following kinds of settings:
 .
  * Keyboard: layout, accessibility options, shortcuts, media keys
  * Clipboard management
  * Theming: background, icons, GTK+ applications
  * Cleanup of unused files
  * Mouse: cursors, speed, accessibility options
  * Startup of other daemons: screensaver, sound daemon
 .
 It also sets various application settings through X resources and
 freedesktop.org XSETTINGS.
Description-md5: 31f06b20f036e71da14412083d98ad89
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: edubuntu-desktop-gnome, ubuntu-gnome-desktop, ubuntu-budgie-desktop

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1663227

Title:
  gnome-settings-daemon not installed

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

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

[Bug 1663227] [NEW] gnome-settings-daemon not installed

2017-02-09 Thread Nazar Mokrynskyi
Public bug reported:

gnome-settings-daemon package is installed, but binary is not present!
This happened around 2 days ago after updating to 3.23.3 on Zesty.

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


** Tags: zesty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1663227

Title:
  gnome-settings-daemon not installed

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

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


[Bug 1581713] Re: Ubuntu Software always asks for an Ubuntu Single Sign-On account when installing or removing a snap package

2017-02-09 Thread Gustavo Niemeyer
As we discussed the last time this came up, yes, that seems fine.
Handing out a token to root that provides an authorization to manipulate
the system is analogous to allowing root itself to be doing removals
without further store information, which we allow.

The necessary infrastructure for that is pretty much in place since we
already have to maintain the local and remote macaroons separately, and
the situation where the remote macaroon is missing or incorrect is
already handled. If a store operation depends on a valid user, it will
prompt for a full login, and once performed that will associate the
remote macaroon with the existing local user instead of creating a new
one.

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

Title:
  Ubuntu Software always asks for an Ubuntu Single Sign-On account when
  installing or removing a snap package

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

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


[Bug 1646985] Re: Customizable keyboard shortcuts don't work anymore

2017-02-09 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown => Incomplete

** Changed in: nautilus
   Importance: Unknown => Wishlist

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

Title:
  Customizable keyboard shortcuts  don't work anymore

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

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


[Bug 1663195] [NEW] gnome-disks not enabling SMART menu

2017-02-09 Thread Alberto Donato
Public bug reported:

The "SMART Data & Self-Tests" menu entry is always disabled on Yakkety
for internal hard drives.

See attached screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: gnome-disk-utility 3.22.0-1ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-37.39-generic 4.8.16
Uname: Linux 4.8.0-37-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Feb  9 11:28:32 2017
InstallationDate: Installed on 2016-10-22 (109 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
SourcePackage: gnome-disk-utility
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug yakkety

** Attachment added: "screenshot"
   https://bugs.launchpad.net/bugs/1663195/+attachment/4815795/+files/disks.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/1663195

Title:
  gnome-disks not enabling SMART menu

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

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


[Bug 771272] Re: gnome-keyring doesn't support ecdsa or ed25519 keys

2017-02-09 Thread Sven Neuhaus
This bug annoys me every day. I couldn't believe it when I upgraded from
Ubuntu 14.04 to 16.04 and this issue was still present.

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

Title:
  gnome-keyring doesn't support ecdsa or ed25519 keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions

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


[Bug 444189] Re: "File > Connect to server" should be "Go > Connect to server"

2017-02-09 Thread shankao
Pasting here the answer in the upstream bug report:

"I don't agree with the initial request (since Connect to Server is an
application-level action, not a window-level one), but this is obsolete
anyway now that we moved it to the application menu."

So, if I'm not mistaken, this bug report is obsolete against current
nautilus and can be changed to "Invalid". Please comment here if it
needs to be reopened.

** Changed in: nautilus (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  "File > Connect to server" should be "Go > Connect to server"

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

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


[Bug 1256676] Re: Desktop shortcuts can't be created

2017-02-09 Thread shankao
Setting bug report as incomplete as it's waiting for more info from the
original reporter

** Changed in: hundredpapercuts
   Status: New => Incomplete

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

Title:
  Desktop shortcuts can't be created

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

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


[Bug 1395880] Re: System crashes (freezes) when I try to access the content of the /proc directory using nautilus

2017-02-09 Thread shankao
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. We are sorry that we do not always have the capacity to look at all 
reported bugs in a timely manner. There have been many changes in Ubuntu since 
that time you reported the bug and your problem may have been fixed with some 
of the updates. It would help us a lot if you could test it on a currently 
supported Ubuntu version. When you test it and it is still an issue, kindly 
upload the updated logs by running only once:
apport-collect 1395880

and any other logs that are relevant for this particular issue.

** Changed in: nautilus (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  System crashes (freezes) when I try to access the content of the /proc
  directory using nautilus

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

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


[Bug 307229] Re: Ctrl+N from desktop should open a new Nautilus window

2017-02-09 Thread shankao
This seems to be working correctly in the last ubuntu development
version (zesty). Is it still a problem for you?

** Changed in: nautilus (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  Ctrl+N from desktop should open a new Nautilus window

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

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


[Bug 1646985] Re: "Open terminal here" shortcut not working

2017-02-09 Thread shankao
The file ~/.config/nautilus/accels seems to be completely ignored in
recent versions of nautilus. Check also upstream bug:
https://bugzilla.gnome.org/show_bug.cgi?id=752666

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

** Also affects: nautilus via
   https://bugzilla.gnome.org/show_bug.cgi?id=749250
   Importance: Unknown
   Status: Unknown

** Summary changed:

- "Open terminal here" shortcut not working
+ Customizable keyboard shortcuts  don't work anymore

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

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

Title:
  Customizable keyboard shortcuts  don't work anymore

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

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