[Desktop-packages] [Bug 1656370] Re: merging symbolic link with target folder of same name destroys folder

2017-04-09 Thread FanJun Kong - ( BH1SCW )
** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) => FanJun Kong - ( BH1SCW ) (fjkong)

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

Title:
  merging symbolic link with target folder of same name destroys folder

Status in Nautilus:
  Fix Released
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  I recently lost a directory full of valuable files.  I'm running
  ubuntu 16.04 and using nautilus 3.14.3

  Here's how to replicate this bug.  From a terminal window starting in
  my home directory:

  mkdir useful
  cd useful
  touch stuff1.txt
  touch stuff2.txt

  cd ../Desktop
  ln -s ../useful/ useful

  Now I have a symbolic link on my desktop "useful" that links to
  directory "useful" containing two files.

  From nautilus:

  - Go to Desktop, select the link useful
  - press Ctrl-X to copy
  - Go to Home
  - press Ctrl-V to paste
  - dialog box appears: Merge folder "useful"
  - press Merge button (the default)

  directory useful has now been replaced with a symbolic link pointing
  to itself, and all its contents are gone.

  Now in nautilus I press Ctrl-Z to undo.  Symbolic link "useful"
  reappears on the Desktop, but the target folder is not reconstructed.

  Why is this a important bug:

  1. Merge dialog gives no indication that the source is a symbolic
  link.  Instead it asks the user if wants to merge the files in two
  folders.

  2. Continuing with the merge is the default option.

  3. After the merge the symbolic link survives and the folder and its
  contents are utterly gone.  They cannot be found in the trash.

  4. Undo does not restore the folder or its files, just relocates the
  symbolic link.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


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

2017-04-05 Thread FanJun Kong - ( BH1SCW )
I met this problem today, and after kill nautilus and remount problem
solved, not sure how to reproduce this again.

-- 
You received this bug notification because you are a member of Desktop
Packages, 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

Status in Nautilus:
  Confirmed
Status in nautilus package in Ubuntu:
  Confirmed
Status in nemo package in Ubuntu:
  Confirmed

Bug description:
  First time I use an USB drive since I updated to 12.04 and I found a
  really annoying bug on Nautilus. Nautilus claims that the destination
  drive is read-only when in fact it is not.

  How to reproduce:

  1. Connect a USB stick drive to your competer.
  2. The USB will appear in the desktop.
  3. Open two Nautilus windows one in your home folder, other in the USB stick 
drive.
  4. Select any file from your home folder (small enough to fit the free space 
in the USB drive)
  5. Drag the file and drop it in the USB drive window.

  -- Nautilus will say that it cannot copy the file because the
  destination is read ony --

  If you try the copy the same file with the terminal you will see that
  the file is copied without problem, other programs like gedit or
  LibreOffice can write in the usb stick drive just fine.

  It is not a problem with the USB stick, as shown here:

  [ 6232.288064] usb 2-1: new high-speed USB device number 6 using ehci_hcd
  [ 6232.426378] scsi8 : usb-storage 2-1:1.0
  [ 6233.468489] scsi 8:0:0:0: Direct-Access Kingston DT 101 IIPMAP 
PQ: 0 ANSI: 0 CCS
  [ 6233.469862] sd 8:0:0:0: Attached scsi generic sg2 type 0
  [ 6234.178262] sd 8:0:0:0: [sdb] 3909632 512-byte logical blocks: (2.00 
GB/1.86 GiB)
  [ 6234.178735] sd 8:0:0:0: [sdb] Write Protect is off
  [ 6234.178740] sd 8:0:0:0: [sdb] Mode Sense: 23 00 00 00
  [ 6234.179251] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.179256] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.183369] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.183376] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.210138]  sdb: sdb1
  [ 6234.212732] sd 8:0:0:0: [sdb] No Caching mode page present
  [ 6234.212736] sd 8:0:0:0: [sdb] Assuming drive cache: write through
  [ 6234.212740] sd 8:0:0:0: [sdb] Attached SCSI removable disk

  The permisions on the removable drive are set correctly:

  sergio@shana:/media$ ls -lah
  total 12K
  drwxr-xr-x  3 root   root   4,0K jul  5 10:20 .
  drwxr-xr-x 23 root   root   4,0K jul  3 11:01 ..
  drwx--  5 sergio sergio 4,0K dic 31  1969 DESIGNPLUS

  There is enough free space in the drive:

  sergio@shana:/media/DESIGNPLUS$ df -h
  S.ficheros TamaƱo Usado  Disp Uso% Montado en
  /dev/sda2 50G  5,5G   42G  12% /
  udev 1,5G  4,0K  1,5G   1% /dev
  tmpfs579M  872K  579M   1% /run
  none 5,0M 0  5,0M   0% /run/lock
  none 1,5G  1,1M  1,5G   1% /run/shm
  /dev/sda1497M  113M  360M  24% /boot
  /dev/sda5245G  111G  122G  48% /home
  /dev/sdb11,9G  681M  1,2G  36% /media/DESIGNPLUS

  A file can be copied to the USB stick using the cp command for
  example.

  sergio@shana:~/Trash$ cp wireless.txt /media/DESIGNPLUS
  sergio@shana:~/Trash$ cd /media/DESIGNPLUS
  sergio@shana:/media/DESIGNPLUS$ ls -lah
  total 204K
  drwx-- 5 sergio sergio 4,0K jul  5 10:38 .
  drwxr-xr-x 3 root   root   4,0K jul  5 10:20 ..
  -rw-r--r-- 1 sergio sergio 117K jul  5 10:14 ._Screen Shot 2012-06-30 at 
8.50.37 AM.png
  -rw-r--r-- 1 sergio sergio  55K jun 30 08:51 Screen Shot 2012-06-30 at 
8.50.37 AM.png
  drwx-- 4 sergio sergio 4,0K jul  5 10:05 .Spotlight-V100
  drwx-- 2 sergio sergio 4,0K jul  5 10:05 .Trashes
  -rw-r--r-- 1 sergio sergio 4,0K jul  5 10:05 ._.Trashes
  -rw-r--r-- 1 sergio sergio   73 jul  5 10:38 wireless.txt

  But nautilus just dennies to copy the file claming that the
  destination is read only, when it is not.

  I tested it with two different USB sticks in two different computers
  running Ubuntu 12.04 and the same result.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2017-02-27 Thread FanJun Kong - ( BH1SCW )
@Jeremy

I test on 16.04, gnome-calculator 3.18.3 it works fine.
result is as follow:
-1
2i
3+4i

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

Title:
  Complex numbers are exponentiated incorrectly

Status in GNOME Calculator:
  Fix Released
Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Xenial:
  In Progress
Status in gnome-calculator source package in Yakkety:
  Fix Released

Bug description:
  The calculator incorrectly performs exponentiation if the base is
  complex and the exponent is a positive integer. Under these conditions
  the calculator exponentiates the real part of the base and leaves its
  imaginary part intact, that does not agree with the complex numbers
  operation rules. If the exponent is not a positive integer, the
  calculation is performed correctly.

  Steps to reproduce the bug:

  1. Start the program.
  2. Evaluate expression "i^2". The displayed result is "i".
  3. Evaluate expression "(1+i)^2". The displayed result is "1+i".
  4. Evaluate expression "(2+i)^2". The displayed result is "4+i".

  Please find a quick fix patch attached. I did not study its
  comprehensiveness and optimality, but it seems to work.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gnome-calculator 1:3.16.2-1ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr  5 22:59:29 2016
  InstallationDate: Installed on 2014-09-29 (554 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to wily on 2015-10-29 (159 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1662101] Re: Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

2017-02-27 Thread FanJun Kong - ( BH1SCW )
ah, I know why I am wrong.

This one should be fix fine. Thanks!


** Attachment added: "diff"
   
https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/1662101/+attachment/4827720/+files/diff

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

Title:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

Status in pygtk package in Ubuntu:
  In Progress

Bug description:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1667355] [NEW] Please merge gtk+2.0 2.24.31-2ubuntu1 (main) from Debian unstable (main)

2017-02-23 Thread FanJun Kong - ( BH1SCW )
Public bug reported:


Please upload merge gtk+2.0 2.24.31-2ubuntu1 (main) from Debian unstable
(main).

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Assignee: FanJun Kong - ( BH1SCW ) (fjkong)
 Status: In Progress

** Changed in: gtk+2.0 (Ubuntu)
   Status: New => In Progress

** Changed in: gtk+2.0 (Ubuntu)
 Assignee: (unassigned) => FanJun Kong - ( BH1SCW ) (fjkong)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1667355

Title:
  Please merge gtk+2.0 2.24.31-2ubuntu1 (main) from Debian unstable
  (main)

Status in gtk+2.0 package in Ubuntu:
  In Progress

Bug description:

  Please upload merge gtk+2.0 2.24.31-2ubuntu1 (main) from Debian
  unstable (main).

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2017-02-23 Thread FanJun Kong - ( BH1SCW )
** Changed in: gnome-calculator (Ubuntu Xenial)
   Status: Triaged => In Progress

** Changed in: gnome-calculator (Ubuntu Xenial)
 Assignee: (unassigned) => FanJun Kong - ( BH1SCW ) (fjkong)

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

Title:
  Complex numbers are exponentiated incorrectly

Status in GNOME Calculator:
  Fix Released
Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Xenial:
  In Progress
Status in gnome-calculator source package in Yakkety:
  Fix Released

Bug description:
  The calculator incorrectly performs exponentiation if the base is
  complex and the exponent is a positive integer. Under these conditions
  the calculator exponentiates the real part of the base and leaves its
  imaginary part intact, that does not agree with the complex numbers
  operation rules. If the exponent is not a positive integer, the
  calculation is performed correctly.

  Steps to reproduce the bug:

  1. Start the program.
  2. Evaluate expression "i^2". The displayed result is "i".
  3. Evaluate expression "(1+i)^2". The displayed result is "1+i".
  4. Evaluate expression "(2+i)^2". The displayed result is "4+i".

  Please find a quick fix patch attached. I did not study its
  comprehensiveness and optimality, but it seems to work.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: gnome-calculator 1:3.16.2-1ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr  5 22:59:29 2016
  InstallationDate: Installed on 2014-09-29 (554 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: gnome-calculator
  UpgradeStatus: Upgraded to wily on 2015-10-29 (159 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1664529] Re: Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

2017-02-22 Thread FanJun Kong - ( BH1SCW )
Hi, Laney

I update the changelog as what you said, expect for copy from previous
one I made it a little bit detail, thanks for reviewing.

** Attachment added: "debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1664529/+attachment/4824510/+files/debdiff

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

Title:
  Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

Status in gedit package in Ubuntu:
  In Progress

Bug description:
  Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

  base: 3.22.0-1
  gedit_3.22.0-1.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-1.debian.tar.xz

  ubuntu: 3.22.0-1ubuntu2
  gedit_3.22.0-1ubuntu2.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-1ubuntu2.debian.tar.xz

  base -> ubuntu
  gedit_3.22.0-1ubuntu2.patch

  debian: 3.22.0-2
  gedit_3.22.0-2.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-2.debian.tar.xz

  base -> debian
  gedit_3.22.0-2.patch

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1648992] Re: [SRU] Update gnome-calculator to 3.22.2

2017-02-21 Thread FanJun Kong - ( BH1SCW )
I did some test too, I think it is no problem,
click on expression, it will replace and click on result it will append. It is 
designed as this.

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

Title:
  [SRU] Update gnome-calculator to 3.22.2

Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Yakkety:
  Fix Committed

Bug description:
  Impact
  ==
  This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.

  https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
  https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22

  Overview of changes in gnome-calculator 3.22.2:

  Fix reusing results from the history stack #766155
  Ctrl+Backspace should deletes only last number, not everything (bgo#725114)
  Fixed possible errors on currency conversion (bgo#750672)
  Fixed first expression with parentheses (bgo#700617)
  Fixed conversion unit switch, fixes #748732.

  Test Case
  =
  *Fix reusing results from the history stack #766155
   - A click on the equation would replace the current expression
   - A click on the result would append it to the current expression
  * Ctrl+Backspace should deletes only last number, not everything (bgo#725114)
   - input some expression, press Ctrl+Backspace it will delete last number 
instead of clear everything.
  * Fixed possible errors on currency conversion (bgo#750672)
   - gnome-calculator --solve '1500 EUR in USD' you will get just result, no 
more spamming stderr
  * Fixed first expression with parentheses (bgo#700617)
   - 3(7) you will get result: 21
  * Fixed conversion unit switch, fixes #748732
   - Be in Financial mode, choose "Botswana Pula" on the left side and 
"Algerian Dinar" on the right side
  2. Type 1
  3. Click Switch conversation units
  the displayed number will change correctly as long as the currencies switched

  Regression Potential
  
  The uploads are happening under the GNOME Micro Release Exception.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1664529] Re: Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

2017-02-21 Thread FanJun Kong - ( BH1SCW )
** Attachment added: "debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1664529/+attachment/4823495/+files/debdiff

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

Title:
  Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

Status in gedit package in Ubuntu:
  In Progress

Bug description:
  Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

  base: 3.22.0-1
  gedit_3.22.0-1.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-1.debian.tar.xz

  ubuntu: 3.22.0-1ubuntu2
  gedit_3.22.0-1ubuntu2.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-1ubuntu2.debian.tar.xz

  base -> ubuntu
  gedit_3.22.0-1ubuntu2.patch

  debian: 3.22.0-2
  gedit_3.22.0-2.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-2.debian.tar.xz

  base -> debian
  gedit_3.22.0-2.patch

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1662101] Re: Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

2017-02-21 Thread FanJun Kong - ( BH1SCW )
** Attachment added: "debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/1662101/+attachment/4823494/+files/debdiff

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

Title:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

Status in pygtk package in Ubuntu:
  In Progress

Bug description:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1662101] Re: Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

2017-02-20 Thread FanJun Kong - ( BH1SCW )
Laney, could you help to review it? thanks

** Attachment added: "debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/1662101/+attachment/4822524/+files/debdiff

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

Title:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

Status in pygtk package in Ubuntu:
  In Progress

Bug description:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1664529] Re: Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

2017-02-19 Thread FanJun Kong - ( BH1SCW )
sorry to upload wrong diff. this one should be right one.

** Attachment added: "debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1664529/+attachment/4822365/+files/debdiff

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

Title:
  Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

Status in gedit package in Ubuntu:
  In Progress

Bug description:
  Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

  base: 3.22.0-1
  gedit_3.22.0-1.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-1.debian.tar.xz

  ubuntu: 3.22.0-1ubuntu2
  gedit_3.22.0-1ubuntu2.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-1ubuntu2.debian.tar.xz

  base -> ubuntu
  gedit_3.22.0-1ubuntu2.patch

  debian: 3.22.0-2
  gedit_3.22.0-2.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-2.debian.tar.xz

  base -> debian
  gedit_3.22.0-2.patch

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1664529] Re: Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

2017-02-14 Thread FanJun Kong - ( BH1SCW )
gedit (3.22.0-2ubuntu2) zesty; urgency=medium

  * Merge with Debian. Remaining changes:
- debian/patches/unity_no_csd.patch:
  + don't use GtkHeaderBar decorations under Unity
  [ Pietro Battiston ]
  * Add debian/patches/09_fix_plugin_load_segfault.patch from upstream
(Closes: #770153)

 -- FJKong   Tue, 14 Feb 2017 18:14:21 +0800


** Attachment added: "debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1664529/+attachment/4818747/+files/debdiff

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

Title:
  Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

Status in gedit package in Ubuntu:
  In Progress

Bug description:
  Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

  base: 3.22.0-1
  gedit_3.22.0-1.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-1.debian.tar.xz

  ubuntu: 3.22.0-1ubuntu2
  gedit_3.22.0-1ubuntu2.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-1ubuntu2.debian.tar.xz

  base -> ubuntu
  gedit_3.22.0-1ubuntu2.patch

  debian: 3.22.0-2
  gedit_3.22.0-2.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-2.debian.tar.xz

  base -> debian
  gedit_3.22.0-2.patch

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1664529] [NEW] Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

2017-02-14 Thread FanJun Kong - ( BH1SCW )
Public bug reported:

Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

base: 3.22.0-1
gedit_3.22.0-1.dsc
gedit_3.22.0.orig.tar.xz
gedit_3.22.0-1.debian.tar.xz

ubuntu: 3.22.0-1ubuntu2
gedit_3.22.0-1ubuntu2.dsc
gedit_3.22.0.orig.tar.xz
gedit_3.22.0-1ubuntu2.debian.tar.xz

base -> ubuntu
gedit_3.22.0-1ubuntu2.patch

debian: 3.22.0-2
gedit_3.22.0-2.dsc
gedit_3.22.0.orig.tar.xz
gedit_3.22.0-2.debian.tar.xz

base -> debian
gedit_3.22.0-2.patch

** Affects: gedit (Ubuntu)
 Importance: Undecided
 Assignee: FanJun Kong - ( BH1SCW ) (fjkong)
 Status: In Progress

** Changed in: gedit (Ubuntu)
 Assignee: (unassigned) => FanJun Kong - ( BH1SCW ) (fjkong)

** Changed in: gedit (Ubuntu)
   Status: New => In Progress

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

Title:
  Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

Status in gedit package in Ubuntu:
  In Progress

Bug description:
  Please merge gedit 3.22.0-1ubuntu2 (main) from Debian unstable (main)

  base: 3.22.0-1
  gedit_3.22.0-1.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-1.debian.tar.xz

  ubuntu: 3.22.0-1ubuntu2
  gedit_3.22.0-1ubuntu2.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-1ubuntu2.debian.tar.xz

  base -> ubuntu
  gedit_3.22.0-1ubuntu2.patch

  debian: 3.22.0-2
  gedit_3.22.0-2.dsc
  gedit_3.22.0.orig.tar.xz
  gedit_3.22.0-2.debian.tar.xz

  base -> debian
  gedit_3.22.0-2.patch

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1663763] Re: Firefox menu bar cannot be enabled

2017-02-14 Thread FanJun Kong - ( BH1SCW )
** Changed in: firefox (Ubuntu)
   Status: New => Invalid

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

Title:
  Firefox menu bar cannot be enabled

Status in firefox package in Ubuntu:
  Invalid

Bug description:
  On Xubuntu/desktop 16.10
  - Menu bar appears on indicator
  - Menu bar cannot be enabled in customize

  This is a deal breaker. One of the main reasons why I use Firefox
  rather than Chrome on Linux is the menu bar.

  Should I use Chrome instead?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: firefox 51.0.1+build2-0ubuntu0.16.10.2
  ProcVersionSignature: Ubuntu 4.8.0-37.39-lowlatency 4.8.16
  Uname: Linux 4.8.0-37-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nico   2150 F pulseaudio
  BuildID: 20170201174907
  Channel: Unavailable
  CurrentDesktop: XFCE
  Date: Fri Feb 10 22:34:03 2017
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2016-10-20 (113 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  IpRoute:
   default via 10.1.0.1 dev wifi0  proto static  metric 600 
   10.1.0.0/16 dev wifi0  proto kernel  scope link  src 10.1.8.81  metric 600 
   169.254.0.0/16 dev wifi0  scope link  metric 1000
  Locales: extensions.sqlite corrupt or missing
  Plugins:
   Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so 
(google-talkplugin)
   Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so 
(google-talkplugin)
   Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
  PrefSources:
   prefs.js
   
[Profile]/extensions/{3d7eb24f-2740-49df-8937-200b1cc08f8a}/defaults/preferences/flashblock.js
   [Profile]/extensions/foxypr...@eric.h.jung/defaults/preferences/prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170201174907 (In use)
  RelatedPackageVersions: google-talkplugin 5.41.0.0-1
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1FET43W (1.17 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FBCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1FET43W(1.17):bd08/02/2016:svnLENOVO:pn20FBCTO1WW:pvrThinkPadX1Carbon4th:rvnLENOVO:rn20FBCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20FBCTO1WW
  dmi.product.version: ThinkPad X1 Carbon 4th
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1633408] Re: [SRU] 3.22.0 wont allow cut in history pane

2017-02-13 Thread FanJun Kong - ( BH1SCW )
Test Case updated

** Description changed:

  Impact
  ==
  This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.
  
  https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
  https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22
  
+ Overview of changes in gnome-calculator 3.22.2:
+ 
+ Fix reusing results from the history stack #766155
+ Ctrl+Backspace should deletes only last number, not everything (bgo#725114)
+ Fixed possible errors on currency conversion (bgo#750672)
+ Fixed first expression with parentheses (bgo#700617)
+ Fixed conversion unit switch, fixes #748732.
+ 
  Test Case
  =
+ *Fix reusing results from the history stack #766155
+  - A click on the equation would replace the current expression
+  - A click on the result would append it to the current expression
+ * Ctrl+Backspace should deletes only last number, not everything (bgo#725114)
+  - input some expression, press Ctrl+Backspace it will delete last number 
instead of clear everything.
+ * Fixed possible errors on currency conversion (bgo#750672)
+  - gnome-calculator --solve '1500 EUR in USD' you will get just result, no 
more spamming stderr
+ * Fixed first expression with parentheses (bgo#700617)
+  - 3(7) you will get result: 21
+ * Fixed conversion unit switch, fixes #748732
+  - Be in Financial mode, choose "Botswana Pula" on the left side and 
"Algerian Dinar" on the right side
+ 2. Type 1
+ 3. Click Switch conversation units
+ the displayed number will change correctly as long as the currencies switched
  
  Regression Potential
  
  The uploads are happening under the GNOME Micro Release Exception.

** Changed in: gnome-calculator (Ubuntu Yakkety)
   Status: Incomplete => In Progress

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

Title:
  [SRU] 3.22.0 wont allow cut in history pane

Status in GNOME Calculator:
  Fix Released
Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Yakkety:
  In Progress

Bug description:
  Impact
  ==
  This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.

  https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
  https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22

  Overview of changes in gnome-calculator 3.22.2:

  Fix reusing results from the history stack #766155
  Ctrl+Backspace should deletes only last number, not everything (bgo#725114)
  Fixed possible errors on currency conversion (bgo#750672)
  Fixed first expression with parentheses (bgo#700617)
  Fixed conversion unit switch, fixes #748732.

  Test Case
  =
  *Fix reusing results from the history stack #766155
   - A click on the equation would replace the current expression
   - A click on the result would append it to the current expression
  * Ctrl+Backspace should deletes only last number, not everything (bgo#725114)
   - input some expression, press Ctrl+Backspace it will delete last number 
instead of clear everything.
  * Fixed possible errors on currency conversion (bgo#750672)
   - gnome-calculator --solve '1500 EUR in USD' you will get just result, no 
more spamming stderr
  * Fixed first expression with parentheses (bgo#700617)
   - 3(7) you will get result: 21
  * Fixed conversion unit switch, fixes #748732
   - Be in Financial mode, choose "Botswana Pula" on the left side and 
"Algerian Dinar" on the right side
  2. Type 1
  3. Click Switch conversation units
  the displayed number will change correctly as long as the currencies switched

  Regression Potential
  
  The uploads are happening under the GNOME Micro Release Exception.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1648992] Re: [SRU] Update gnome-calculator to 3.22.2

2017-02-13 Thread FanJun Kong - ( BH1SCW )
Test case updated

** Description changed:

  Impact
  ==
  This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.
  
  https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
  https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22
  
+ Overview of changes in gnome-calculator 3.22.2:
+ 
+ Fix reusing results from the history stack #766155
+ Ctrl+Backspace should deletes only last number, not everything (bgo#725114)
+ Fixed possible errors on currency conversion (bgo#750672)
+ Fixed first expression with parentheses (bgo#700617)
+ Fixed conversion unit switch, fixes #748732.
+ 
  Test Case
  =
+ *Fix reusing results from the history stack #766155
+  - A click on the equation would replace the current expression
+  - A click on the result would append it to the current expression
+ * Ctrl+Backspace should deletes only last number, not everything (bgo#725114)
+  - input some expression, press Ctrl+Backspace it will delete last number 
instead of clear everything.
+ * Fixed possible errors on currency conversion (bgo#750672)
+  - gnome-calculator --solve '1500 EUR in USD' you will get just result, no 
more spamming stderr
+ * Fixed first expression with parentheses (bgo#700617)
+  - 3(7) you will get result: 21
+ * Fixed conversion unit switch, fixes #748732
+  - Be in Financial mode, choose "Botswana Pula" on the left side and 
"Algerian Dinar" on the right side
+ 2. Type 1
+ 3. Click Switch conversation units
+ the displayed number will change correctly as long as the currencies switched
  
  Regression Potential
  
  The uploads are happening under the GNOME Micro Release Exception.

** Changed in: gnome-calculator (Ubuntu Yakkety)
   Status: Incomplete => In Progress

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

Title:
  [SRU] Update gnome-calculator to 3.22.2

Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Yakkety:
  In Progress

Bug description:
  Impact
  ==
  This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.

  https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
  https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22

  Overview of changes in gnome-calculator 3.22.2:

  Fix reusing results from the history stack #766155
  Ctrl+Backspace should deletes only last number, not everything (bgo#725114)
  Fixed possible errors on currency conversion (bgo#750672)
  Fixed first expression with parentheses (bgo#700617)
  Fixed conversion unit switch, fixes #748732.

  Test Case
  =
  *Fix reusing results from the history stack #766155
   - A click on the equation would replace the current expression
   - A click on the result would append it to the current expression
  * Ctrl+Backspace should deletes only last number, not everything (bgo#725114)
   - input some expression, press Ctrl+Backspace it will delete last number 
instead of clear everything.
  * Fixed possible errors on currency conversion (bgo#750672)
   - gnome-calculator --solve '1500 EUR in USD' you will get just result, no 
more spamming stderr
  * Fixed first expression with parentheses (bgo#700617)
   - 3(7) you will get result: 21
  * Fixed conversion unit switch, fixes #748732
   - Be in Financial mode, choose "Botswana Pula" on the left side and 
"Algerian Dinar" on the right side
  2. Type 1
  3. Click Switch conversation units
  the displayed number will change correctly as long as the currencies switched

  Regression Potential
  
  The uploads are happening under the GNOME Micro Release Exception.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1662101] Re: Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

2017-02-13 Thread FanJun Kong - ( BH1SCW )
sorry it should be 
subversion (1.9.5-1ubuntu1), not subversion (1.9.5-1ubuntu2)

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

Title:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

Status in pygtk package in Ubuntu:
  In Progress

Bug description:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1662101] Re: Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

2017-02-13 Thread FanJun Kong - ( BH1SCW )
Lany, how about this one?

subversion (1.9.5-1ubuntu2) yakkety; urgency=low

  * Merge from Debian unstable. Remaining changes:
- Only build on requested python versions (X-Python-Versions:).
- debian/patches/verbose-tests: Make tests verbose.
  * Dropped changes:
 - r1722164-swig-cppflags (already merged by upstream)
 - swig3.x-compat (already merged by upstream)
 - ruby-frozen-nil: Alternative fix committed upstream.

 -- FJKong   Mon, 13 Feb 2017 22:27:30 +0800


** Attachment added: "debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/1662101/+attachment/4818218/+files/debdiff

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

Title:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

Status in pygtk package in Ubuntu:
  In Progress

Bug description:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1662101] Re: Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

2017-02-13 Thread FanJun Kong - ( BH1SCW )
post wrong place, it should be bug #1662787

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

Title:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

Status in pygtk package in Ubuntu:
  In Progress

Bug description:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1662101] Re: Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

2017-02-07 Thread FanJun Kong - ( BH1SCW )
Laney, could you help to look at this? thanks

** Attachment added: "diff"
   
https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/1662101/+attachment/4814816/+files/diff

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

Title:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

Status in pygtk package in Ubuntu:
  In Progress

Bug description:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1662101] [NEW] Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

2017-02-06 Thread FanJun Kong - ( BH1SCW )
Public bug reported:

Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

** Affects: pygtk (Ubuntu)
 Importance: Undecided
 Assignee: FanJun Kong - ( BH1SCW ) (fjkong)
 Status: In Progress

** Changed in: pygtk (Ubuntu)
   Status: New => In Progress

** Changed in: pygtk (Ubuntu)
 Assignee: (unassigned) => FanJun Kong - ( BH1SCW ) (fjkong)

** Description changed:

- Please merge pygtk 2.24.0-5.1 (universe) from Debian unstable (main)
+ Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

** Summary changed:

- Please merge pygtk 2.24.0-5.1 (universe) from Debian unstable (main)
+ Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

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

Title:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

Status in pygtk package in Ubuntu:
  In Progress

Bug description:
  Please merge pygtk 2.24.0-5.1 (main) from Debian unstable (main)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1657677] Re: [SRU]fix versioned Breaks/Replaces

2017-01-20 Thread FanJun Kong - ( BH1SCW )
I tested in yakkety, it works well. thanks

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU]fix versioned Breaks/Replaces

Status in opencc package in Ubuntu:
  Invalid
Status in opencc source package in Yakkety:
  Fix Committed

Bug description:
  [Impact]

  Previous SRU of opencc to yakkety introduced a bug that the versioned
  Breaks/Replaces requires a higher version (1.0.4-3, the debian one)
  than the update version (1.0.4-1ubuntu0.16.10.1), this prevents
  libopencc-dev from being installed to satisfy build dependencies.

  [Test Case]
  Installing libopencc-dev using apt-get, the dependency should be satisfied 
without problem.

  [Regression Potential]

  Changing the dependency version should be safe.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1656071] Re: Expect Preview in 16.10 When I Press Space, Instead, Nothing Happens.

2017-01-17 Thread FanJun Kong - ( BH1SCW )
after testing I found it is not nothing happened, but sushi-start crashed!

** (sushi-start:4233): ERROR **: Failed to load main javascript:
JS_EvaluateScript() failed

Thread 1 "sushi-start" received signal SIGTRAP, Trace/breakpoint trap.
0x767e9241 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0  0x767e9241 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x767ea297 in g_log_default_handler () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x767ea5a4 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x767ea7af in g_log () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x5111 in main (argc=, argv=) at 
main.c:134

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

Title:
  Expect Preview in 16.10 When I Press Space, Instead, Nothing Happens.

Status in nautilus package in Ubuntu:
  New

Bug description:
  https://help.ubuntu.com/stable/ubuntu-help/files-preview.html

  Supposedly, a preview should happen when you press space in nautilus
  with a file highlighted.

  Instead, nothing happens.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1656370] Re: merging symbolic link with target folder of same name destroys folder

2017-01-17 Thread FanJun Kong - ( BH1SCW )
the quick fix seems neat and good by the way.

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

Title:
  merging symbolic link with target folder of same name destroys folder

Status in nautilus package in Ubuntu:
  New

Bug description:
  I recently lost a directory full of valuable files.  I'm running
  ubuntu 16.04 and using nautilus 3.14.3

  Here's how to replicate this bug.  From a terminal window starting in
  my home directory:

  mkdir useful
  cd useful
  touch stuff1.txt
  touch stuff2.txt

  cd ../Desktop
  ln -s ../useful/ useful

  Now I have a symbolic link on my desktop "useful" that links to
  directory "useful" containing two files.

  From nautilus:

  - Go to Desktop, select the link useful
  - press Ctrl-X to copy
  - Go to Home
  - press Ctrl-V to paste
  - dialog box appears: Merge folder "useful"
  - press Merge button (the default)

  directory useful has now been replaced with a symbolic link pointing
  to itself, and all its contents are gone.

  Now in nautilus I press Ctrl-Z to undo.  Symbolic link "useful"
  reappears on the Desktop, but the target folder is not reconstructed.

  Why is this a important bug:

  1. Merge dialog gives no indication that the source is a symbolic
  link.  Instead it asks the user if wants to merge the files in two
  folders.

  2. Continuing with the merge is the default option.

  3. After the merge the symbolic link survives and the folder and its
  contents are utterly gone.  They cannot be found in the trash.

  4. Undo does not restore the folder or its files, just relocates the
  symbolic link.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1656370] Re: merging symbolic link with target folder of same name destroys folder

2017-01-17 Thread FanJun Kong - ( BH1SCW )
I can reproduce this bug on 16.10 Nautilus version is 3.20.3 following Michael 
Black's steps, but there is small mistake:
it should be :
cd Desktop instead of "cd ../Desktop"

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

Title:
  merging symbolic link with target folder of same name destroys folder

Status in nautilus package in Ubuntu:
  New

Bug description:
  I recently lost a directory full of valuable files.  I'm running
  ubuntu 16.04 and using nautilus 3.14.3

  Here's how to replicate this bug.  From a terminal window starting in
  my home directory:

  mkdir useful
  cd useful
  touch stuff1.txt
  touch stuff2.txt

  cd ../Desktop
  ln -s ../useful/ useful

  Now I have a symbolic link on my desktop "useful" that links to
  directory "useful" containing two files.

  From nautilus:

  - Go to Desktop, select the link useful
  - press Ctrl-X to copy
  - Go to Home
  - press Ctrl-V to paste
  - dialog box appears: Merge folder "useful"
  - press Merge button (the default)

  directory useful has now been replaced with a symbolic link pointing
  to itself, and all its contents are gone.

  Now in nautilus I press Ctrl-Z to undo.  Symbolic link "useful"
  reappears on the Desktop, but the target folder is not reconstructed.

  Why is this a important bug:

  1. Merge dialog gives no indication that the source is a symbolic
  link.  Instead it asks the user if wants to merge the files in two
  folders.

  2. Continuing with the merge is the default option.

  3. After the merge the symbolic link survives and the folder and its
  contents are utterly gone.  They cannot be found in the trash.

  4. Undo does not restore the folder or its files, just relocates the
  symbolic link.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1656579] Re: Choosing 'Move to' from right-click context menu cause crashes

2017-01-17 Thread FanJun Kong - ( BH1SCW )
could you share gdb bt log of coredump?
in your test case, it will crash every large file and every destnation folder?

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

Title:
  Choosing 'Move to' from right-click context menu cause crashes

Status in nautilus package in Ubuntu:
  New

Bug description:
  Trying to move a large file 1GB+ using 'Move to' right-click context
  menu causes a crash.

  Test Case
  --
  1. Click on a suitable large file and right click. 
  2. Select 'Move to' option and select a destination folder. 
  3. Nautilus has a hard crash. 

  ** (nautilus:21981): WARNING **: connect() failed

  ** (nautilus:21981): WARNING **: connect() failed

  ** (nautilus:21981): WARNING **: connect() failed
  **
  ERROR:nautilus-directory-async.c:2245:directory_count_stop: assertion failed: 
(file->details->directory == directory)
  Aborted (core dumped)

  
  Expected behavior: Show transferring model dialog box with a progress bar.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Jan 15 03:16:27 2017
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'180'
   b'org.gnome.nautilus.window-state' b'geometry' b"'1366x662+24+4'"
   b'org.gnome.nautilus.window-state' b'maximized' b'true'
  InstallationDate: Installed on 2013-03-22 (1394 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1633408] Re: [SRU] 3.22.0 wont allow cut in history pane

2017-01-08 Thread FanJun Kong - ( BH1SCW )
** Description changed:

- The calculator's history, in 3.22.0  is now non-selected-able, in 3.18.x this 
use to be possible was the change  intentional?
- If not can the change be reverted.
+ Impact
+ ==
+ This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.
  
+ https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
+ https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22
  
- --- 
- ApportVersion: 2.20.3-0ubuntu8
- Architecture: amd64
- CurrentDesktop: Unity
- DistroRelease: Ubuntu 16.10
- InstallationDate: Installed on 2016-03-01 (227 days ago)
- InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
- NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
- Package: gnome-calculator 1:3.22.0-1ubuntu1
- PackageArchitecture: amd64
- ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
- Tags:  yakkety
- Uname: Linux 4.8.0-22-generic x86_64
- UpgradeStatus: Upgraded to yakkety on 2016-10-14 (0 days ago)
- UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo vboxusers video
- _MarkForUpload: True
+ Test Case
+ =
+ 
+ Regression Potential
+ 
+ The uploads are happening under the GNOME Micro Release Exception.

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

Title:
  [SRU] 3.22.0 wont allow cut in history pane

Status in GNOME Calculator:
  Fix Released
Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Yakkety:
  Triaged

Bug description:
  Impact
  ==
  This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.

  https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
  https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22

  Test Case
  =

  Regression Potential
  
  The uploads are happening under the GNOME Micro Release Exception.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1648992] Re: [SRU] Update gnome-calculator to 3.22.2

2017-01-08 Thread FanJun Kong - ( BH1SCW )
** Description changed:

  Impact
  ==
  This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.
  
  https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
  https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22
  
  Test Case
  =
  
  Regression Potential
  
+ The uploads are happening under the GNOME Micro Release Exception.

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

Title:
  [SRU] Update gnome-calculator to 3.22.2

Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Yakkety:
  Triaged

Bug description:
  Impact
  ==
  This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.

  https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
  https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22

  Test Case
  =

  Regression Potential
  
  The uploads are happening under the GNOME Micro Release Exception.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1633408] Re: [SRU] 3.22.0 wont allow cut in history pane

2017-01-04 Thread FanJun Kong - ( BH1SCW )
same with lp:#1648992

here is the branch that need sponsor:

 * Yakkety: master branch

https://code.launchpad.net/~fjkong/+git/gnome-calculator


** Summary changed:

- 3.22.0 wont allow cut in history pane
+ [SRU] 3.22.0 wont allow cut in history pane

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

Title:
  [SRU] 3.22.0 wont allow cut in history pane

Status in GNOME Calculator:
  Fix Released
Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Yakkety:
  Triaged

Bug description:
  The calculator's history, in 3.22.0  is now non-selected-able, in 3.18.x this 
use to be possible was the change  intentional?
  If not can the change be reverted.

  
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  InstallationDate: Installed on 2016-03-01 (227 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: gnome-calculator 1:3.22.0-1ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
  Tags:  yakkety
  Uname: Linux 4.8.0-22-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-10-14 (0 days ago)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo vboxusers video
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1648992] Re: [SRU] Update gnome-calculator to 3.22.2

2017-01-04 Thread FanJun Kong - ( BH1SCW )
here is the branch that need sponsor:

 * Yakkety: master branch

https://code.launchpad.net/~fjkong/+git/gnome-calculator

** Summary changed:

- Update gnome-calculator to 3.22.2
+ [SRU] Update gnome-calculator to 3.22.2

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

Title:
  [SRU] Update gnome-calculator to 3.22.2

Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Yakkety:
  Triaged

Bug description:
  Impact
  ==
  This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.

  https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
  https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22

  Test Case
  =

  Regression Potential
  

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1633408] Re: 3.22.0 wont allow cut in history pane

2017-01-04 Thread FanJun Kong - ( BH1SCW )
** Changed in: gnome-calculator (Ubuntu Yakkety)
 Assignee: (unassigned) => FanJun Kong - ( BH1SCW ) (fjkong)

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

Title:
  [SRU] 3.22.0 wont allow cut in history pane

Status in GNOME Calculator:
  Fix Released
Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Yakkety:
  Triaged

Bug description:
  The calculator's history, in 3.22.0  is now non-selected-able, in 3.18.x this 
use to be possible was the change  intentional?
  If not can the change be reverted.

  
  --- 
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.10
  InstallationDate: Installed on 2016-03-01 (227 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: gnome-calculator 1:3.22.0-1ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
  Tags:  yakkety
  Uname: Linux 4.8.0-22-generic x86_64
  UpgradeStatus: Upgraded to yakkety on 2016-10-14 (0 days ago)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo vboxusers video
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1648992] Re: Update gnome-calculator to 3.22.2

2017-01-03 Thread FanJun Kong - ( BH1SCW )
** Changed in: gnome-calculator (Ubuntu Yakkety)
 Assignee: (unassigned) => FanJun Kong - ( BH1SCW ) (fjkong)

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

Title:
  Update gnome-calculator to 3.22.2

Status in gnome-calculator package in Ubuntu:
  Fix Released
Status in gnome-calculator source package in Yakkety:
  Triaged

Bug description:
  Impact
  ==
  This update includes the new upstream bugfix 3.22.1 and 3.22.2 releases.

  https://git.gnome.org/browse/gnome-calculator/tree/NEWS?h=gnome-3-22
  https://git.gnome.org/browse/gnome-calculator/log?h=gnome-3-22

  Test Case
  =

  Regression Potential
  

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1639863] Re: Firefox and Thunderbird don't appear in the (new) appstream metadata

2016-11-18 Thread FanJun Kong - ( BH1SCW )
** Changed in: firefox (Ubuntu)
   Status: New => In Progress

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

Title:
  Firefox and Thunderbird don't appear in the (new) appstream metadata

Status in firefox package in Ubuntu:
  In Progress
Status in thunderbird package in Ubuntu:
  New

Bug description:
  The new generator doesn't understand symlinks unfortunately, so
  Firefox and Thunderbird don't appear.

  http://appstream.staging.ubuntu.com/zesty/main/issues/firefox.html

  laney@nightingale> ls /usr/share/pixmaps/firefox.png
  lrwxrwxrwx 1 root root 46 Oct 25 15:34 /usr/share/pixmaps/firefox.png -> 
../../lib/firefox/browser/icons/mozicon128.png

  To make them work, /usr/share/pixmaps/firefox.png should be a real
  file. It could either be a copy of the file, or
  /usr/lib/firefox/browser/icons/mozicon128.png could be a symlink.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp