[Bug 540953] Re: Indicator applet does not honor preferred email client
as a way of managing the menu content at least [for thunderbird, adjust as necessary for claws] $ sudo rm /usr/share/indicators/messages/applications/evolution $ sudo bash -c "echo /usr/share/applications/thunderbird.desktop > /usr/share/indicators/messages/applications/thunderbird" -- Indicator applet does not honor preferred email client https://bugs.launchpad.net/bugs/540953 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 429569] Re: "Evolution Mail" shouldn't appear in indicator-applet when the user has selected a different email application in System>Preferences>Preferred Applications
In case you need to override manually $ sudo rm /usr/share/indicators/messages/applications/evolution $ sudo bash -c "echo /usr/share/applications/thunderbird.desktop > /usr/share/indicators/messages/applications/thunderbird" -- "Evolution Mail" shouldn't appear in indicator-applet when the user has selected a different email application in System>Preferences>Preferred Applications https://bugs.launchpad.net/bugs/429569 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 540953] Re: Indicator applet does not honor preferred email client
for additional bonus points :-) add to the [Desktop Entry] group in /usr/share/applications/thunderbird.desktop X-Ayatana-Desktop-Shortcuts=Compose;Contacts then add underneath the translations [Compose Shortcut Group] Name=Compose New Message Exec=thunderbird -compose OnlyShowIn=Messaging Menu [Contacts Shortcut Group] Name=Contacts Exec=thunderbird -addressbook OnlyShowIn=Messaging Menu then edit evolution.desktop in ~/.cache/indicators/messages/seen- db.keyfile to read thunderbird.desktop hey presto additional menu items in one group without needing additional launchers :-D -- Indicator applet does not honor preferred email client https://bugs.launchpad.net/bugs/540953 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 429569] Re: "Evolution Mail" shouldn't appear in indicator-applet when the user has selected a different email application in System>Preferences>Preferred Applications
see bug #540953 comments for how to add the compose/contacts menu items to the thunderbird group -- "Evolution Mail" shouldn't appear in indicator-applet when the user has selected a different email application in System>Preferences>Preferred Applications https://bugs.launchpad.net/bugs/429569 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 521323] Re: Use a few gray levels for text scans
then there are people such as me who had to replace my scanner's glass - I guess the glass from the hardware store is more green / uncoated than the original - so it needs some adjustment in all cases; in the color case usually brightness/contrast adjustments are sufficient to make it look reasonably normal - although realistic-looking photos are a different matter! in the monochrome case, similarly a greyscale scan then brightness/contrast adjustments are necessary, it would be nice to have preset adjustments available so that the scan as directly saved from simple scan was already reasonably adjusted; so I'd suggest, for the monochrome case, a brightness/contrast[/gamma?] setting to 'prefilter' the 1bpp type result [currently 'text' setting], so that for all possible scanners it could produce a legible document, possibly in addition to the 2bpp 4-value type result you are mooting? It would seem that this links to #498029 although I'd reiterate what has already been said, that it would be nicer to filter the image before saving [even before preview really], rather than adding a color profile to the saved image - particularly as a quick look at the patch there seems to suggest that for instance pdf images can't have embedded color profiles as there is the possibility of calling imagemagick [when installed] from the code, it would seem reasonably straightforward to call it to prefilter images; then the monochrome scan could simply be an 8bpp greyscale scan, that is subsequently filtered into a 1bpp / 2bpp 'preview' image for saving/sending/etc could possibly add imagemagick/graphicsmagick libs to the deps then call the lib functions directly from the code ** Attachment added: "scans.pdf" http://launchpadlibrarian.net/45889530/scans.pdf -- Use a few gray levels for text scans https://bugs.launchpad.net/bugs/521323 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 521323] Re: Use a few gray levels for text scans
whoops should have edited that :-) when I looked more carefully at the patch for #498029 I noticed that pdfs could have color profiles added, providing imagemagick is installed -- Use a few gray levels for text scans https://bugs.launchpad.net/bugs/521323 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 367175] Re: thunderbird not using indicator applet
relatively full instructions for how to put thunderbird rather than evolution in the indicator-applet messaging menu - see https://bugs.launchpad.net/bugs/540953 I'll make a patch to more precisely describe the necessary changes to thunderbird.desktop -- thunderbird not using indicator applet https://bugs.launchpad.net/bugs/367175 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 367175] Re: thunderbird not using indicator applet
Modification to thunderbird.desktop to allow full indicator-applet integration ** Patch added: "this patch adds 3 thunderbird menu items - Main programme, compose, address book; without removal of the 3 evolution menu items" http://launchpadlibrarian.net/46519932/desktop.patch -- thunderbird not using indicator applet https://bugs.launchpad.net/bugs/367175 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 367175] Re: thunderbird not using indicator applet
improved patch as debuild already makes a debian/thunderbird directory; now confirmed that it debuilds ** Patch added: "patch to put 3 thunderbird menu items in applet menu" http://launchpadlibrarian.net/46547761/desktop.patch -- thunderbird not using indicator applet https://bugs.launchpad.net/bugs/367175 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 367175] Re: thunderbird not using indicator applet
** Changed in: thunderbird (Ubuntu) Status: Triaged => In Progress -- thunderbird not using indicator applet https://bugs.launchpad.net/bugs/367175 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 367175] Re: thunderbird not using indicator applet
I should clarify that this aspect of it - simply adding thunderbird menu items to the applet menu - need not wait for further upstream changes / 3.1; it could be merged to the debian package now to save several predicted forum threads :-) Naturally the patch makes no changes to the lack of applet-managed notifications when thunderbird has new messages, that's a different matter, that refers upstream -- thunderbird not using indicator applet https://bugs.launchpad.net/bugs/367175 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 562967] Re: label background memory corruption 64-bit writer
right, no, check that, the corruption seems to have returned; An image from firstclass gives clear signs that the desktop background is appearing as label background somehow, whether it be from buffered memory / direct access to desktop background / etc; plus the fact that there looks as though there is [vertically] interspersion of 1 pixel of background, one pixel of 'unwritten' memory, seems to point to a 64-bit question of some sort ** Attachment added: "label corruption.png" http://launchpadlibrarian.net/45271856/label%20corruption.png -- label background memory corruption 64-bit writer https://bugs.launchpad.net/bugs/562967 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
Re: [Bug 540953] Re: Indicator applet does not honor preferred email client
Hi Patrick, several possibilities 1 have you got the add-on? https://addons.mozilla.org/en-US/thunderbird/addon/2313 2 it would sound as though you need to add ';Calendar' to the X-Ayatana-Desktop-Shortcuts string? 3 there may be no 'e' in the '-lightning' switch Best Mark -- Indicator applet does not honor preferred email client https://bugs.launchpad.net/bugs/540953 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
Re: [Bug 498182] Re: Indicator Applet does not support vertical panels
"the fixed version" = 0.3.6-0ubuntu3 / 0.4.0 ? -- Indicator Applet does not support vertical panels https://bugs.launchpad.net/bugs/498182 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 540953] Re: Indicator applet does not honor preferred email client
for thunderbird specifically, launchpad bug #367175 refers, the thunderbird package should be repaired to allow integration without much manipulation ** Also affects: thunderbird (Ubuntu) Importance: Undecided Status: New ** Branch linked: lp:ubuntu/thunderbird -- Indicator applet does not honor preferred email client https://bugs.launchpad.net/bugs/540953 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
Re: [Bug 540953] Re: Indicator applet does not honor preferred email client
On 05/03/2010 08:52 AM, ngc2997 wrote: > when Thunderbird is actually > running, the indicator does not indicate that with a small triangle like > it does for gwibber or pidgin Hi, My thinking is that here the question is full integration of dBus messaging to/from thunderbird - should allow 'new message' notifications too; as I understand it that's been coded in thunderbird 3.1, no plans to backport it to 3.0 as far as I know Best Mark -- Indicator applet does not honor preferred email client https://bugs.launchpad.net/bugs/540953 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
Re: [Bug 498182] Re: Indicator Applet does not support vertical panels
Hi Joe, I suppose we should check that - your install dir for the binaries is /usr/lib/indicator-applet not [the default] /usr/local/libexec - you restarted the panel? Best Mark -- Indicator Applet does not support vertical panels https://bugs.launchpad.net/bugs/498182 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 553745] Re: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()
For me it happened after adjusting the grub display resolution to a higher-resolution than the default 640 480 vga setting, in fact it was 1280 1024 32 [found as supported in vbeinfo], set in /etc/default/grub as GRUB_GFX_MODE, GRUB_GFXPAYLOAD_LINUX=keep; the higher resolution worked as far as the ubuntu splash screen, then at xserver startup it looked as though possibly the 32-bit depth is too funky :-) attached xorg.conf as you see I've set 1 high-res setting, not supported in vbeinfo though ** Attachment added: "xorg.conf" http://launchpadlibrarian.net/43995021/xorg.conf -- plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events() https://bugs.launchpad.net/bugs/553745 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 562967] [NEW] label background memory corruption 64-bit writer
Public bug reported: Binary package hint: openoffice.org Hi, many of the labels in oowriter seem to have background corruption as a result, my guess would be, of invalid memory addressing; my guess is it's connected to the 64-bit edition, as I've noticed a similar effect in a more boutique application [firstclass 10] that initially had difficulty linking to the correct libs, until some kde3 32-bit libs were put into lib32 [according to http://blog.isnotworking.com/2007/11/opera-9-on-ubuntu-with-amd64.html] I should say that the openoffice bug was already there before the firstclass .deb was installed / the kde3 32-bit libs added, so it's reasonably independent; from the image you see the main areas, I should say that changing the selected items in the selects, makes no difference to the quality of the selected item, although the actual lists, similar to the actual menus, appear normally; I'd have to suppose that there are more 32-bit libs that I need? possibly it's the code itself though ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: openoffice.org-core 1:3.2.0-4ubuntu3 ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-20-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Wed Apr 14 13:41:06 2010 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100406.1) ProcEnviron: PATH=(custom, user) LANG=en_US.utf8 SHELL=/bin/bash SourcePackage: openoffice.org ** Affects: openoffice.org (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug lucid -- label background memory corruption 64-bit writer https://bugs.launchpad.net/bugs/562967 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 562967] Re: label background memory corruption 64-bit writer
** Attachment added: "view of corrupt background in oowriter labels" http://launchpadlibrarian.net/44144732/writer.png ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/44143535/Dependencies.txt -- label background memory corruption 64-bit writer https://bugs.launchpad.net/bugs/562967 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 498182] Re: Indicator-application does not support vertical panels
I'll try, as it bugs me :) thanks for the pointers Vish, I'll try to address the indicator-applet rotation too -- Indicator-application does not support vertical panels https://bugs.launchpad.net/bugs/498182 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 498182] Re: Indicator-application does not support vertical panels
Hi, well it looks to me as though the patch is ready, there's the question of whether it's time for a preferences window for indicator- applet[-session] generally, I've tentatively written one, although it's less than 100% essential :) Branch linked ** Branch linked: lp:~ubunt-u-markbenjamin/indicator-applet/reorient -- Indicator-application does not support vertical panels https://bugs.launchpad.net/bugs/498182 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 439775] Re: Session Preferences dialog missing, or maybe renamed and regressed
** Branch linked: lp:~ubunt-u-markbenjamin/indicator-applet/reorient -- Session Preferences dialog missing, or maybe renamed and regressed https://bugs.launchpad.net/bugs/439775 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 425552] Re: no preferences settings in indicator-applet-session logging out menu (top right menu)
** Branch linked: lp:~ubunt-u-markbenjamin/indicator-applet/reorient -- no preferences settings in indicator-applet-session logging out menu (top right menu) https://bugs.launchpad.net/bugs/425552 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 562967] Re: label background memory corruption 64-bit writer
Hi Bryce, do you really think 180? $ dpkg --get-selections | grep nvidia nvidia-173 install nvidia-173-modaliases install nvidia-96-modaliasesinstall nvidia-common install nvidia-current install nvidia-current-modaliases install nvidia-settings install -- label background memory corruption 64-bit writer https://bugs.launchpad.net/bugs/562967 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 562967] Re: label background memory corruption 64-bit writer
[possibly more to the point] $ update-alternatives --get-selections | grep nvidia gl_confmanual /usr/lib/nvidia-current/ld.so.conf -- label background memory corruption 64-bit writer https://bugs.launchpad.net/bugs/562967 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 562967] Re: label background memory corruption 64-bit writer
wait a minute, I see :) 180 really means 18* :D -- label background memory corruption 64-bit writer https://bugs.launchpad.net/bugs/562967 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 498182] Re: Indicator-application does not support vertical panels
Hi Vish, In fact I already cleared the properties aspect from the branch this afternoon, possibly the web interface takes its time to make the update visible :-) >From my point of view, I'd say that the properties aspect is kind of necessary to this branch specifically, to avoid further justified accusations of a jobsian approach, that is the reason I've linked additional bug reports that refer to properties generally, as it seemed worthwhile that people who see Ubuntu as an OS that gives more control to the customer, should be allowed to comment; However I hear the voices raised in discord :-) so I'm happy that for this iteration the bug be fixed without a properties window for now; after all the code is in the commit history so it's reintroduceable whenever; Above all it seems to me the priority is to fix the bug in time [even though final freeze is gone] so that peoples' first update after installation [in case they've got vertical panel/s] at least gives them a power button :D Best Mark -- Indicator-application does not support vertical panels https://bugs.launchpad.net/bugs/498182 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 498182] Re: Indicator-application does not support vertical panels
Hi Jeremy, I suppose at the very least review / approve hopefully :-) at https://code.launchpad.net/~ubunt-u-markbenjamin/indicator- applet/reorient/+merge/23524 whether no power button affecting an unknown number of people in a reasonably feasible configuration is a 'final freeze' special case - that I'd have to let more knowledgeable people say :-) Best Mark -- Indicator-application does not support vertical panels https://bugs.launchpad.net/bugs/498182 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 540953] Re: Indicator applet does not honor preferred email client
bug #429569 in indicator-messages refers ** Also affects: indicator-messages Importance: Undecided Status: New ** Also affects: indicator-messages (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-messages (Ubuntu) Status: New => Confirmed ** Changed in: indicator-messages Status: New => Confirmed -- Indicator applet does not honor preferred email client https://bugs.launchpad.net/bugs/540953 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 562967] Re: label background memory corruption 64-bit writer
well it tentatively looks as though the rc updates have resolved it; those were mainly mono updates for my system, so perhaps it was mono; wait a few days before marking it as resolved, though, in case it's more of a 'full memory' bug ** Description changed: Binary package hint: openoffice.org Hi, many of the labels in oowriter seem to have background corruption as a result, my guess would be, of invalid memory addressing; my guess is it's connected to the 64-bit edition, as I've noticed a similar effect in a more boutique application [firstclass 10] that initially had difficulty linking to the correct libs, until some kde3 32-bit libs were put into lib32 [according to http://blog.isnotworking.com/2007/11/opera-9-on-ubuntu-with-amd64.html] I should say that the openoffice bug was already there before the firstclass .deb was installed / the kde3 32-bit libs added, so it's reasonably independent; from the image you see the main areas, I should say that changing the selected items in the selects, makes no difference to the quality of the selected item, although the actual lists, similar to the actual menus, appear normally; I'd have to suppose that there are more 32-bit libs that I need? possibly it's the code itself though ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: openoffice.org-core 1:3.2.0-4ubuntu3 ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-20-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Wed Apr 14 13:41:06 2010 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100406.1) ProcEnviron: - PATH=(custom, user) - LANG=en_US.utf8 - SHELL=/bin/bash + PATH=(custom, user) + LANG=en_US.utf8 + SHELL=/bin/bash SourcePackage: openoffice.org -- label background memory corruption 64-bit writer https://bugs.launchpad.net/bugs/562967 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 770652] Re: sunrise and sunset info incorrect
Bug is present in 11.11.28 for Miami, FL, USA showing 18:50 sunset when the sunset is in fact 19:50 tonight -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/770652 Title: sunrise and sunset info incorrect To manage notifications about this bug go to: https://bugs.launchpad.net/weather-indicator/+bug/770652/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 770652] Re: sunrise and sunset info incorrect
Bizarre in fact as the gnome-shell weather in Fedora, fetching data from yahoo weather, has the correct sunset time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/770652 Title: sunrise and sunset info incorrect To manage notifications about this bug go to: https://bugs.launchpad.net/weather-indicator/+bug/770652/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 770652] Re: sunrise and sunset info incorrect
as adding astronomy is a relatively recent addition to gnome-shell weather, I cite the URL for comparison http://query.yahooapis.com/v1/public/yql?format=json&q=select location,wind,atmosphere,units,item.condition,item.forecast,astronomy from weather.forecast where location="" and u="" that's providing the correct sunset time, adjusted for DST; while selecting 'google weather' in indicator-weather gives no sunset time, selecting 'yahoo weather' in indicator-weather leads to the bug; it must be retrieving from a different url than gnome-shell weather? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/770652 Title: sunrise and sunset info incorrect To manage notifications about this bug go to: https://bugs.launchpad.net/weather-indicator/+bug/770652/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 929219] Re: chromium-browser, gvfsd-http and others using eglibc crash with SIGSEGV in __nscd_get_mapping() or gethostbyname2_r()
I should add — I'm another indicator-weather rather than chromium person — that it was during resume after suspend that apport notified me; of course quite a bunch happens during resume, including notably restarting wifi, although some kind of timing may assist to track the glibc call from indicator-weather that is causing it precise similarly -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929219 Title: chromium-browser, gvfsd-http and others using eglibc crash with SIGSEGV in __nscd_get_mapping() or gethostbyname2_r() To manage notifications about this bug go to: https://bugs.launchpad.net/eglibc/+bug/929219/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 982467] Re: Default lens 'sources' should be set to "My Videos"
I'll say it's less of a question of whether it affects privacy, it clearly does; although some may consider it unimportant, the constantly increasing ability to track/identify people from very limited clues should make it ever more important in the very near future; the more pertinent question is whether it affects privacy in a way that involves law; possibly currently it may be that there is no specific law addressing the question of whether an OS desktop should provide default total privacy; however let's be clear there are obvious tendencies for paternalistic legislation in the area, think 'do not track' / treatment of facebook default privacy policy etc as an OS should be legal in at least most important legal systems in the world, let's look particularly at for instance the EU's zeal for protecting consumer privacy in terms of data protection, it's really going to need a warning at first then configurability as a follow-up, it seems a relatively straightforward way of avoiding a whole heap of legal trouble up the road. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/982467 Title: Default lens 'sources' should be set to "My Videos" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-lens-video/+bug/982467/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 923744] [NEW] smbclient messaging not responding to control-D
Public bug reported: sharing is working properly from My computer to the windows 7 computer generally, I transfer files from Nautilus without difficulty; however when I try to smbclient -M to the windows 7 computer, that has winsent Innocenti LAN messenger, winpopup compatible, although no msg.exe – replacement for net send – in system32, so as far as I know windows 7 home premium is thus capable of receiving messages although not sending them, it initially connects then seems to ignore the control-D 'end of message' code, it's as though smbclient itself is not responding. There is no sign that the control-D action is at all recognized in smbclient. A control-C works, naturally without sending the message though. Before I installed Innocenti the smbclient -M command was refusing to connect/prompt for a message at all, so it looks as though the windows side of it is working at least basically. mark@mycomputer:~$ smbclient -U Mark -M WINDOWS-PC Enter Mark's password: Type your message, ending it with a Control-D Hi there! cli_message returned NT_STATUS_IO_TIMEOUT as requested in the apport-bug preliminaries, the result of smbclient -L localhost mark@mycomputer:~$ smbclient -L localhost Enter mark's password: Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.8] Sharename Type Comment - --- print$ Disk Printer Drivers print Disk IPC$IPC IPC Service (MyComputer server (Samba, Ubuntu)) MyPrinter Printer My Printer Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.8] Server Comment ---- WINDOWS-PC MYCOMPUTER MyComputer server (Samba, Ubuntu) WorkgroupMaster ---- WORKGROUPMYCOMPUTER the result of smbclient -U Mark -L WINDOWS-PC $ smbclient -U Mark -L WINDOWS-PC Enter Mark's password: Domain=[WINDOWS-PC] OS=[Windows 7 Home Premium 7600] Server=[Windows 7 Home Premium 6.1] Sharename Type Comment - --- PrinterNamePrinter PrinterName ADMIN$ Disk Remote Admin C$ Disk Default share D$ Disk Default share E$ Disk Default share IPC$IPC Remote IPC print$ Disk Printer Drivers Users Disk Server Comment ---- WorkgroupMaster ---- Looking forward to hearing from someone :-) ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: smbclient 2:3.5.8~dfsg-1ubuntu2.3 ProcVersionSignature: Ubuntu 2.6.38-13.54-generic 2.6.38.8 Uname: Linux 2.6.38-13-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Mon Jan 30 14:53:21 2012 InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4) ProcEnviron: LANGUAGE=en_US:en LANG=en_US.UTF-8 SHELL=/bin/bash SambaClientRegression: Yes SourcePackage: samba UpgradeStatus: Upgraded to natty on 2011-05-30 (245 days ago) ** Affects: samba (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923744 Title: smbclient messaging not responding to control-D To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/923744/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 923744] Re: smbclient messaging not responding to control-D
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923744 Title: smbclient messaging not responding to control-D To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/923744/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 529105] Re: /build/buildd/linux-2.6.32/drivers/hid/usbhid/hid-core.c: usb_submit_urb(ctrl) failed
similarly 2.6.35-32-generic #65 24/1/12 64-bit Maverick no sign of the bug when I boot into 2.6.35-31 though -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/529105 Title: /build/buildd/linux-2.6.32/drivers/hid/usbhid/hid-core.c: usb_submit_urb(ctrl) failed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/529105/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 923744] Re: smbclient messaging not responding to control-D
Hi Serge, thanks for writing, apologies for the delay it looks as though my launchpad emails were going to a list email address that I monitor less frequently; the behaviour is similar when calling input from a file that way; prompt for password then no action, no responding to ctrl-D, eventual error message as before Best regards Mark -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923744 Title: smbclient messaging not responding to control-D To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/923744/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 160311] Re: Resizing windows by grabbing window borders is difficult [please no more comments; patches welcome]
How would you customize a hotspot? I'm seeing - radiance - a kind of V-shaped 'hotspot' for resizing from the corners that is 1 pixel high, possibly 7 pixels wide, at for instance the right-hand side of the top of the window, then 1 pixel wide, possibly 7 pixels high, at the top of the right-hand edge of the window, although my understanding of the word 'hotspot' would seem to suggest it should be a rectangular area? Aside from the very thin V-shaped 'corner resize' zone, no sign of hotspots whatsoever? As I'm writing, a comment that the invisible additional grab area sounds workable, should perhaps be a gconf setting, default off, as invisible overlaps could be a source of unpredictable behavior :-) -- Resizing windows by grabbing window borders is difficult [please no more comments; patches welcome] https://bugs.launchpad.net/bugs/160311 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 779442] [NEW] package python-django-openid-auth (not installed) failed to install/upgrade: trying to overwrite '/usr/share/pyshared/django_openid_auth/admin.py', which is also in package python-d
Public bug reported: Binary package hint: python-django-openid-auth when python-django-auth-openid (0.2-1) installed; it looks as though both packages need some 'conflicts' directives ProblemType: Package DistroRelease: Ubuntu 10.10 Package: python-django-openid-auth (not installed) ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11 Uname: Linux 2.6.35-28-generic x86_64 NonfreeKernelModules: nvidia AptOrdering: python-django-openid-auth: Install python-django-openid-auth: Configure Architecture: amd64 Date: Fri May 6 13:07:54 2011 ErrorMessage: trying to overwrite '/usr/share/pyshared/django_openid_auth/admin.py', which is also in package python-django-auth-openid 0.2-1 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100406.1) SourcePackage: python-django-openid-auth Title: package python-django-openid-auth (not installed) failed to install/upgrade: trying to overwrite '/usr/share/pyshared/django_openid_auth/admin.py', which is also in package python-django-auth-openid 0.2-1 ** Affects: python-django-openid-auth (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package maverick -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/779442 Title: package python-django-openid-auth (not installed) failed to install/upgrade: trying to overwrite '/usr/share/pyshared/django_openid_auth/admin.py', which is also in package python-django-auth-openid 0.2-1 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 779442] Re: package python-django-openid-auth (not installed) failed to install/upgrade: trying to overwrite '/usr/share/pyshared/django_openid_auth/admin.py', which is also in package python-dja
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/779442 Title: package python-django-openid-auth (not installed) failed to install/upgrade: trying to overwrite '/usr/share/pyshared/django_openid_auth/admin.py', which is also in package python-django-auth-openid 0.2-1 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 779442] Re: package python-django-openid-auth (not installed) failed to install/upgrade: trying to overwrite '/usr/share/pyshared/django_openid_auth/admin.py', which is also in package python-dja
for some reason, launchpad's usual 'search' facility is omitting to remind people that there are dups of the bug, too :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/779442 Title: package python-django-openid-auth (not installed) failed to install/upgrade: trying to overwrite '/usr/share/pyshared/django_openid_auth/admin.py', which is also in package python-django-auth-openid 0.2-1 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 551130] Re: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running.
I'll add comment here as it looks as though there is a regression, I tried to install mysql-server-5.1 today in Maverick, dpkg got stuck, then after some struggling I adjusted /etc/init/mysql.conf to start mysqld_save as -u mysql, good up to the stage of trying to connect; then needed to 'downgrade' the dpkg edit of /etc/apparmor.d/usr.sbin.mysqld; files attached, working file is now called usr.sbin.mysqld, dpkg had saved it as usr.sbin.mysqld.dpkg-old; broken file is now called usr.sbin.mysqld.dpkg-new ** Attachment added: "usr.sbin.mysqld.dpkg-new" https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/551130/+attachment/2121914/+files/usr.sbin.mysqld.dpkg-new -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/551130 Title: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 551130] Re: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running.
** Attachment added: "usr.sbin.mysqld" https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/551130/+attachment/2121915/+files/usr.sbin.mysqld -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/551130 Title: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 551130] Re: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running.
In fact I've confirmed that the changes to /etc/init/mysql.conf are unnecessary, it's somehow in the magic of /etc/apparmor.d/usr.sbin.mysqld were I to delve into its intricacies -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/551130 Title: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 551130] Re: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running.
incidentally that's mysql-server-5.1_5.1.49-1ubuntu8.1_amd64.deb ; the file that I've uploaded as usr.sbin.mysqld.dpkg-new is the "package maintainer's version" so should be unedited -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/551130 Title: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 666383] Re: package mysql-server-5.1 5.1.41-3ubuntu12.6 failed to install/upgrade: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running
Hi David, it looks as though possibly there's some error in the 'magic' of the "package maintainer's version" of /etc/apparmor.d/usr.sbin.mysqld that is unresolved as of mysql-server-5.1_5.1.49-1ubuntu8.1_amd64.deb so try to substitute the 'original version' as in attachment ** Attachment added: "usr.sbin.mysqld" https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/666383/+attachment/2122551/+files/usr.sbin.mysqld -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/666383 Title: package mysql-server-5.1 5.1.41-3ubuntu12.6 failed to install/upgrade: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 760041] [NEW] won't mount / recognize ntfs partitions
Public bug reported: Binary package hint: util-linux mount returns code 21, that includes 4 = ~"internal mount bug" when trying to mount ntfs partitions; even though fsck/ntfsfix/gparted/chkdsk all say the partition is good; even update-grub won't recognize the windows installation, some kind of kernel incompatibility? All possible mount avenues - $ sudo mount -a $ sudo mount -t ntfs /dev/sda7 /windows/E $ sudo mount -t ntfs -U /windows/E $ sudo ntfs-3g [ | -U ] /windows/E even right=click -> mount from gparted plus naturally automount at startup Including, after commenting the fstab entries, trying to mount from nautilus; every time return code 21; as one of the flags involves write access to mtab, I cleared the /etc/mtab.fuselock file that seemed to have appeared at one stage, although no difference; as should be normal, root - owner - has write permissions, so no apparent reason for the flag ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: mount 2.17.2-0ubuntu1.10.10.2 ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11 Uname: Linux 2.6.35-28-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Wed Apr 13 19:08:03 2011 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100406.1) ProcEnviron: PATH=(custom, user) LANG=en_US.utf8 SHELL=/bin/bash SourcePackage: util-linux ** Affects: util-linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug maverick mount -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/760041 Title: won't mount / recognize ntfs partitions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 760041] Re: won't mount / recognize ntfs partitions
** Description changed: Binary package hint: util-linux mount returns code 21, that includes 4 = ~"internal mount bug" when trying to mount ntfs partitions; even though fsck/ntfsfix/gparted/chkdsk all say the partition is good; even update-grub won't recognize the windows installation, some kind of kernel incompatibility? All possible mount avenues - - $ mount -a + $ sudo mount -a - $ mount -t ntfs /dev/sda7 /windows/E + $ sudo mount -t ntfs /dev/sda7 /windows/E - $ mount -t ntfs -U /windows/E + $ sudo mount -t ntfs -U /windows/E - $ ntfs-3g [ | -U ] /windows/E + $ sudo ntfs-3g [ | -U ] /windows/E even right=click -> mount from gparted plus naturally automount at startup Including, after commenting the fstab entries, trying to mount from nautilus; every time return code 21; as one of the flags involves write access to mtab, I cleared the /etc/mtab.fuselock file that seemed to have appeared at one stage, although no difference; as should be normal, root - owner - has write permissions, so no apparent reason for the flag ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: mount 2.17.2-0ubuntu1.10.10.2 ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11 Uname: Linux 2.6.35-28-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Wed Apr 13 19:08:03 2011 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100406.1) ProcEnviron: - PATH=(custom, user) - LANG=en_US.utf8 - SHELL=/bin/bash + PATH=(custom, user) + LANG=en_US.utf8 + SHELL=/bin/bash SourcePackage: util-linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/760041 Title: won't mount / recognize ntfs partitions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 600010] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
as usual -- gwibber-service crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/600010 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 610725] [NEW] Nautilus sucks more every day - unresponsive intrusive slow
Public bug reported: Binary package hint: nautilus Look I know the title is less than entirely encouraging, however nautilus really does suck now Every time I try to view my $HOME folder nautilus drags on for 30+ seconds - see attachment 5+s to move to a subfolder under $HOME Every subfolder under my $HOME nautilus puts a large chrome suggesting uploading private data to some cloud storage - we call that spyware - no apparent setting to shut it off Nautilus needs more configurability generally, people have already lamented the way ctrl-L full path is not configurable globally now, etc ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: nautilus 1:2.30.1-1ubuntu3 ProcVersionSignature: Ubuntu 2.6.35-9.14-generic 2.6.35-rc5 Uname: Linux 2.6.35-9-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Wed Jul 28 07:21:37 2010 ExecutablePath: /usr/bin/nautilus InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100406.1) ProcEnviron: PATH=(custom, user) LANG=en_US.utf8 SHELL=/bin/bash SourcePackage: nautilus ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug maverick -- Nautilus sucks more every day - unresponsive intrusive slow https://bugs.launchpad.net/bugs/610725 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 610725] Re: Nautilus sucks more every day - unresponsive intrusive slow
** Attachment added: "nautilus.png" http://launchpadlibrarian.net/52620397/nautilus.png ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/52620074/Dependencies.txt ** Attachment added: "GConfNonDefault.txt" http://launchpadlibrarian.net/52620075/GConfNonDefault.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/52620076/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/52620077/ProcStatus.txt ** Attachment added: "usr_lib_nautilus.txt" http://launchpadlibrarian.net/52620078/usr_lib_nautilus.txt -- Nautilus sucks more every day - unresponsive intrusive slow https://bugs.launchpad.net/bugs/610725 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 610725] Re: Nautilus sucks more every day - unresponsive intrusive slow
spyware image ** Attachment added: "spyware.png" http://launchpadlibrarian.net/52620403/spyware.png -- Nautilus sucks more every day - unresponsive intrusive slow https://bugs.launchpad.net/bugs/610725 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 600010] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
I get it virtually every day - gwibber is in startup programs gwibber is 2.31.2-0ubuntu3 -- gwibber-service crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/600010 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 608509] Re: Ubuntuone pulls up Firefox on boot up and spams me
not convinced that the spamming aspect is resolved, see for instance bug #610725 ** Changed in: ubuntuone-client (Ubuntu) Status: Fix Released => In Progress -- Ubuntuone pulls up Firefox on boot up and spams me https://bugs.launchpad.net/bugs/608509 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 610725] Re: Nautilus sucks more every day - unresponsive intrusive slow
the answer for me is $ sudo apt-get purge ubuntuone-client-gnome ubuntuone-client python- ubuntuone-client python2.6-ubuntuone-client ubuntuone-client-tools python-ubuntuone python-ubuntuone-client python-ubuntuone- storageprotocol -- Nautilus sucks more every day - unresponsive intrusive slow https://bugs.launchpad.net/bugs/610725 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 267330] Re: update-apt-xapian-index crashed with OSError in getmtime()
similarly in Maverick 2.6.35-18-generic #24-Ubuntu SMP -- update-apt-xapian-index crashed with OSError in getmtime() https://bugs.launchpad.net/bugs/267330 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 600010] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
gosh, here again? :-D so I'll be clearing gwibber from my startup applications now, that'll be one less bug reporter :-) -- gwibber-service crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/600010 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 609921] Re: plymouthd assert failure: plymouthd: ./plugin.c:697: open_input_source: Assertion `backend != ((void *)0)' failed.
could it be that somehow thread synchronization is the cause? I'm connecting it to the general plymouth bug that is particularly noticeable in plymouth/nvidia interaction, the low chance of a desktop; as there when viewing the log messages, at times they are brief / few, at times there are more messages, it seems that possibly a successful boot is when there are more messages? -- plymouthd assert failure: plymouthd: ./plugin.c:697: open_input_source: Assertion `backend != ((void *)0)' failed. https://bugs.launchpad.net/bugs/609921 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 390403] Re: Upgrade to Jython 2.5
Maverick package search seems to work for me http://packages.ubuntu.com/search?keywords=jython&searchon=names&suite=maverick§ion=all Either way, it's apparently stuck at 2.2.1 when jython itself is now at 2.5.2 it's kind of slack, looks as though we'll have to download jython directly for now - although I'll be looking into repackaging the .deb rather than waiting for the debian maintainers :-) -- Upgrade to Jython 2.5 https://bugs.launchpad.net/bugs/390403 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 603117] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
Virtually every day; may be a dup of #600010 -- gwibber-service crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/603117 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 600010] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
not resolved yet, here I am as usual :-) -- gwibber-service crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/600010 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 174738] Re: ioctl: LOOP_SET_STATUS: Invalid argument, requested cipher or key length (256 bits) not supported by kernel
not now it won't - Maverick 2.6.35-14 kernel it looks as though loop module is now internal, $ sudo rmmod loop ERROR: Module loop does not exist in /proc/modules $ sudo modprobe -v -r loop FATAL: Module loop is builtin $ sudo modprobe cryptoloop aes FATAL: Error inserting cryptoloop (/lib/modules/2.6.35-14-generic/kernel/drivers/block/cryptoloop.ko): Unknown symbol in module, or unknown parameter (see dmesg) there is no 'loop.ko' module originally at the directory /lib/modules/`uname -r`/kernel/drivers/block/, modprobe to add the new loop.ko looks as though it works, although tests give the result $ sudo make tests rm -f -r test-file[1234] test-dir1 dd if=/dev/zero of=test-file1 bs=1024 count=33 33+0 records in 33+0 records out 33792 bytes (34 kB) copied, 0.000179856 s, 188 MB/s cp test-file1 test-file3 echo 09876543210987654321 | /sbin/losetup -p 0 -e AES128 /dev/loop7 test-file3 ioctl: LOOP_SET_STATUS: Invalid argument, requested cipher or key length (128 bits) not supported by kernel make: *** [tests] Error 1 loop-aes-utils 2.16.2-1 -- ioctl: LOOP_SET_STATUS: Invalid argument, requested cipher or key length (256 bits) not supported by kernel https://bugs.launchpad.net/bugs/174738 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 610725] Re: Nautilus sucks more every day - unresponsive intrusive slow
well in fact it's a nautilus bug as it's nautilus that presents the intrusive chrome, as well as working slowly rather than backgrounding the synch details ** Also affects: ubuntuone-client Importance: Undecided Status: New ** Also affects: nautilus Importance: Undecided Status: New -- Nautilus sucks more every day - unresponsive intrusive slow https://bugs.launchpad.net/bugs/610725 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 610725] Re: Nautilus sucks more every day - unresponsive intrusive slow
plus obviously the lack of a well-documented, simple config setting to shut down the spyware-style link between the 2 -- Nautilus sucks more every day - unresponsive intrusive slow https://bugs.launchpad.net/bugs/610725 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