[Bug 1638373] Re: End marker/start marker drop-down menus are empty

2016-11-04 Thread rot13
I have the same problem and I tried installing from PPA, but then I get:

The following packages have unmet dependencies:
 inkscape : Depends: libpoppler58 (>= 0.41.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

I only have libpoppler61, not 58, in my packages.

# apt-cache policy inkscape
inkscape:
  Installed: 0.91-11
  Candidate: 0.91.0+51~ubuntu16.10.1
  Version table:
 0.91.0+51~ubuntu16.10.1 500
500 http://ppa.launchpad.net/inkscape.dev/stable/ubuntu yakkety/main 
amd64 Packages
 *** 0.91-11 500
500 http://pl.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
100 /var/lib/dpkg/status
# apt-cache policy libpoppler58
libpoppler58:
  Installed: (none)
  Candidate: (none)
  Version table:
# apt-cache policy libpoppler61
libpoppler61:
  Installed: 0.44.0-3ubuntu2
  Candidate: 0.44.0-3ubuntu2
  Version table:
 *** 0.44.0-3ubuntu2 500
500 http://pl.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  End marker/start marker drop-down menus are empty

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

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


[Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-24 Thread rot13
Seems related to bug #1487679, the only difference being iscsi requiring
network instead of nbd-client.

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

Title:
  NetworkManager service does not start during bootup

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

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


[Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100% Processor Utilization

2016-05-19 Thread rot13
*** This bug is a duplicate of bug 1579712 ***
https://bugs.launchpad.net/bugs/1579712

I noticed the same problem on a fresh 16.04 install. I booted it again
few days later, and noticed "appstreamcli refresh" process using 100%
cpu. Running strace on it doesn't show any activity. Gdb shows that it
seems to be looping in as_yamldata_parse_distro_data ():

(gdb) bt
#0  0x7eff42d03c4c in as_yamldata_parse_distro_data ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#1  0x7eff42d05537 in as_metadata_parse_yaml ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#2  0x7eff42d05c55 in as_metadata_parse_file ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#3  0x7eff42d08d49 in as_data_pool_update ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#4  0x7eff42cfe272 in as_cache_builder_refresh ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#5  0x004049de in ascli_refresh_cache ()
#6  0x00403ceb in as_client_run ()
#7  0x7eff4292c830 in __libc_start_main (main=0x403490 , argc=2, 
argv=0x7ffc131f67c8, init=, fini=, 
rtld_fini=, stack_end=0x7ffc131f67b8)
at ../csu/libc-start.c:291
#8  0x00403519 in _start ()

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

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

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

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


[Bug 495658] Re: nip2 (7.14.1 on karmic amd64) crashes when opening an image-file

2010-02-26 Thread rot13
When started from a terminal, the error message is:

nip2: symbol lookup error: nip2: undefined symbol: im_istiff

Probably the version of nip2 is too old for the vips library, as vips is
version 7.18.1, while nip2 is 7.14.5:

$ nip2 -v
nip2-7.14.5
linked to vips-7.18.1-Tue Sep  8 04:54:03 UTC 2009

-- 
nip2 (7.14.1 on karmic amd64) crashes when opening an image-file
https://bugs.launchpad.net/bugs/495658
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 480829] Re: Create folder button higlights / clicks / selects first item in directory

2010-02-11 Thread rot13
Further testing reveals that the bug:

- is not ubuntu specific. I can reproduce it on other distributions.
- is not fixed in the 2.18.6 version of gtk+ (latest stable)
- is fixed in current git

Bisecting points to this commit that fixes the bug:

commit 105e6fbc11dbc37a6b863b766b878cad1c63b969
Author: Benjamin Otte 
Date:   Tue Jun 30 23:17:26 2009 +0200

Use the GtkTreeSortable of the filesystem model

Previously, there was a GtkTreeSortModel wrapped around the filesystem
model to make it sortable. As the new implementation implements the
GtkTreeSortable interface, we can use this instead.

-- 
Create folder button higlights / clicks / selects first item in directory
https://bugs.launchpad.net/bugs/480829
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 480829] Re: Create folder button higlights / clicks / selects first item in directory

2010-02-10 Thread rot13
This bug affects all my Ubuntu Karmic machines, both i686 and x86_64
architectures.

Steps to reproduce:
$ mkdir test
$ cd test
$ touch dummy
$ gedit
... or any other program using gtk save file dialog.
Then:
- Open save file dialog.
- Make sure sorting order is reverse when the dialog opens (doesn't matter on 
which column, but it has to be in reverse order).
- If not in reverse order then make it reverse, cancel the dialog, then open 
the dialog again.
- Click "Create Folder"

Attaching screenshot.

** Attachment added: "lp480829_create_folder.jpeg"
   http://launchpadlibrarian.net/39040271/lp480829_create_folder.jpeg

-- 
Create folder button higlights / clicks / selects first item in directory
https://bugs.launchpad.net/bugs/480829
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 250212] Re: Firefox-3.0 broke monodevelop GUI

2010-01-07 Thread rot13
$ monodevelop 
WARNING: Cannot find Mozilla directory containing libgtkembedmoz.so. Some 
Addins may not be able to function. Please set MOZILLA_FIVE_HOME to your 
Mozilla directory.

Unhandled Exception: System.NullReferenceException: Object reference not set to 
an instance of an object
  at MonoDevelop.Core.Runtime.Initialize (Boolean updateAddinRegistry) 
[0x0] 
  at MonoDevelop.Startup.SharpDevelopMain.Main (System.String[] args) [0x0] 


# I set it to those to test it but the Exception will stay.
/usr/lib/xulrunner/libgtkembedmoz.so
/usr/lib/thunderbird/libgtkembedmoz.so
/usr/lib/sunbird/libgtkembedmoz.so
/usr/lib/kompozer/libgtkembedmoz.so

# also I reinstalled monodevelop and I added the mozilla-dev package
with no effect

# I suggest to open this bug again since it's still there for hardy!

-- 
Firefox-3.0 broke monodevelop GUI
https://bugs.launchpad.net/bugs/250212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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