[Bug 65256] Re: Claims to require mozilla-browser but no dependency
So does it really need mozilla? Since i've been using it perfectly fine without mozilla installed. -- Claims to require mozilla-browser but no dependency https://launchpad.net/bugs/65256 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 60376] Folder names in sidebar have gratuitous text
Public bug reported: Since upgrading to 2.8 with edgy my folders have their names prefixed with "folder-display" in the user interface. This is really annoying. ** Affects: evolution (Ubuntu) Importance: Untriaged Status: Unconfirmed -- Folder names in sidebar have gratuitous text https://launchpad.net/bugs/60376 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 60376] Re: Folder names in sidebar have gratuitous text
Screenshot showing this. ** Attachment added: "Screenshot" http://librarian.launchpad.net/4260585/urgh.png -- Folder names in sidebar have gratuitous text https://launchpad.net/bugs/60376 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 65256] Claims to require mozilla-browser but no dependency
Public bug reported: When starting eclipse it claims to need mozilla-browser installed with no sensible justification. If this is really necessary then the package should be made or a dependency or better it should work with the default web browser instead. ** Affects: eclipse (Ubuntu) Importance: Undecided Status: Unconfirmed -- Claims to require mozilla-browser but no dependency https://launchpad.net/bugs/65256 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 65256] Re: Claims to require mozilla-browser but no dependency
Screenshot showing dialog box. ** Attachment added: "Screenshot showing dialog box." http://librarian.launchpad.net/4776294/Screenshot-Could%20not%20launch%20Eclipse%20Platform.png -- Claims to require mozilla-browser but no dependency https://launchpad.net/bugs/65256 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 134081] Documentation has broken cross-referencing
Public bug reported: The documentation available via devhelp has broken cross-referencing. ** Affects: gtk+2.0 (Ubuntu) Importance: Undecided Status: New -- Documentation has broken cross-referencing https://bugs.launchpad.net/bugs/134081 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 134081] Re: Documentation has broken cross-referencing
** Attachment added: "Screenshot-GTK+ Reference Manual : Problem loading page.png" http://launchpadlibrarian.net/8950818/Screenshot-GTK%2B%20Reference%20Manual%20%3A%20Problem%20loading%20page.png -- Documentation has broken cross-referencing https://bugs.launchpad.net/bugs/134081 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 134081] Re: Documentation has broken cross-referencing
Gutsy: [EMAIL PROTECTED]:~$ dpkg -l libgtk2.0-doc Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDescription +++-==-==- ii libgtk2.0-doc 2.11.6-1ubuntu Documentation for the GTK+ graphical user in Note you'll only see the cross referencing problem if you go from some piece of Gtk documentation to a piece of GObject documentation. e.g. from GtkListStore to GObject using the hierarchy in devhelp. -- Documentation has broken cross-referencing https://bugs.launchpad.net/bugs/134081 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 191716] Re: /usr/lib/libanjuta.so missing
This solution is wrong. What does the submitter mean by "This causes lots of crashes in different places." Runtime crashes should not be caused by a missing symlink since the binary and plugins will be linked to the real name for the library. The .so symlink is only used when linking a 3rd party plugin against Anjuta. A quick search through the Anjuta source code shows nothing to indicate that anything attempts to dlopen/g_module_open "libanjuta.so". Where are the backtraces for these crashes? -- /usr/lib/libanjuta.so missing https://bugs.launchpad.net/bugs/191716 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 191716] Re: /usr/lib/libanjuta.so missing
Do you have a /usr/lib/glade3/modules/libgladeanjuta.so ? And if so can you run "strings /usr/lib/glade3/modules/libgladeanjuta.so | grep libanjuta" against it. As well as dpkg -S. -- /usr/lib/libanjuta.so missing https://bugs.launchpad.net/bugs/191716 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 191716] Re: /usr/lib/libanjuta.so missing
I tracked this down to the subversion plugin's glade file. This has a which then leads to libglade2 to try and open /usr/lib/libanjuta.so (through g_module_open) So adding a symlink is a valid solution and at least we now know why ;-) -- /usr/lib/libanjuta.so missing https://bugs.launchpad.net/bugs/191716 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 45404] Re: thinkpad-keys on ThinkPad X60* uses a large amount of CPU
Patch works great here too. (X60s) -- thinkpad-keys on ThinkPad X60* uses a large amount of CPU https://bugs.launchpad.net/bugs/45404 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 75118] Re: Script assumes bashism
This was fixed in CVS: http://cvs.gnome.org/viewcvs/anjuta/global- tags/create_global_tags.sh.in?r1=1.2&r2=1.3 -- Script assumes bashism https://launchpad.net/bugs/75118 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 75118] Script assumes bashism
Public bug reported: The /usr/bin/create_global_tags.sh script assumes /bin/sh is bash. ** Affects: anjuta (Ubuntu) Importance: Undecided Status: Unconfirmed -- Script assumes bashism https://launchpad.net/bugs/75118 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs