[Bug 727859] [NEW] No option given for secure erase
Public bug reported: Binary package hint: gnome-disk-utility It would be nice if a "secure" erase type was offered in the disk utility tool on the live CD. I believe the equivalent on OSX offers this. It's not clear from any options given that the data on an existing disk is going to be overwritten. (Using Disk Utility 2.30.1 on Ubuntu 10.10 desktop live CD) (I have used "shred" on the command line in the absence.) ** Affects: gnome-disk-utility (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu. https://bugs.launchpad.net/bugs/727859 Title: No option given for secure erase -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 257906] Re: SSL IMAP account sends plaintext passwords in the clear
I've run a session with the camel debug output and tried to pull out the relevent parts: It does authenticate ok using cram-md5 over an SSL connection: --- full_name:received: * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS AUTH=CRAM-MD5 AUTH=PLAIN AUTH=LOGIN] imap.example.com IMAP4rev1 2003.339 at Thu, 14 Aug 2008 15:53:19 +0100 (BST) sending : B0 CAPABILITY received: * CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS AUTH=CRAM-MD5 AUTH=PLAIN AUTH=LOGIN received: B0 OK CAPABILITY completed e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring reports: No matching results) e-data-server-ui-Message: Key file does not have key 'imap:__myusername;[EMAIL PROTECTED]' sending : B1 AUTHENTICATE CRAM-MD5 received: + PDI[...the cram-md5 authenication...]Pg== received: B1 OK [CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User myusername authenticated It gets the listing of the folders and subscribed folders OK: --- received: B2 OK NAMESPACE completed sending : B3 LIST "" "*" [etc] received: * LIST received: B3 OK LIST completed sending : B4 LSUB "" "*" received: * LSUB (\NoInferiors) NIL INBOX [etc] received: B4 OK LSUB completed Then for some reason decides it didn't like the OK response? CamelException.setv((nil), 303, 'Unexpected OK response from IMAP server: B1 OK [CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User myusername authenticated') Now it attempts to query the sever again (not over SSL), and prompts for a password, I click cancel: - received: * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS LOGINDISABLED AUTH=CRAM-MD5] imap.example.com IMAP4rev1 2003.339 at Thu, 14 Aug 2008 15:53:35 +0100 (BST) sending : C0 CAPABILITY received: * CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS STARTTLS LOGINDISABLED AUTH=CRAM-MD5 received: C0 OK CAPABILITY completed e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring reports: No matching results) e-data-server-ui-Message: Key file does not have key 'imap:[EMAIL PROTECTED]' sending : C1 LOGOUT received: * BYE imap.example.com IMAP4rev1 server terminating connection It does it again, this time I give it the password - since LOGINDISABLED is in effect it will be rejected regardless: --- received: * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS LOGINDISABLED AUTH=CRAM-MD5] imap.example.com IMAP4rev1 2003.339 at Thu, 14 Aug 2008 15:54:01 +0100 (BST) sending : C0 CAPABILITY received: * CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS STARTTLS LOGINDISABLED AUTH=CRAM-MD5 received: C0 OK CAPABILITY completed e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring reports: No matching results) e-data-server-ui-Message: Key file does not have key 'imap:[EMAIL PROTECTED]' sending : C1 LOGIN xxx xxx received: C1 NO LOGIN failed -- SSL IMAP account sends plaintext passwords in the clear https://bugs.launchpad.net/bugs/257906 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 257906] [NEW] SSL IMAP account sends plaintext passwords in the clear
Public bug reported: Binary package hint: evolution version is 2.23.6 from intrepid On installing evolution packages from intrepid on of my email accounts starts prompting me for my IMAP password and rejects it telling me LOGIN is disabled. It no longer lets me retrieve mail (other accounts seem fine). Assuming it might be an SSL negotiation issue I run a packet sniffer and captured the following (some obfuscation) IMAP traffic: -- * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS LOGINDISABLED AUTH=CRAM-MD5] imap.example.com IMAP4rev1 2003.339 at Thu, 14 Aug 2008 14:59:40 +0100 (BST) C0 CAPABILITY * CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS STARTTLS LOGINDISABLED AUTH=CRAM-MD5 C0 OK CAPABILITY completed C1 LOGIN myusername myplaintextpassword C1 NO LOGIN failed C2 LOGOUT * BYE imap.example.com IMAP4rev1 server terminating connection C2 OK LOGOUT completed -- I was somewhat surprised to see my credentials sent in plain text over a non-encrypted connection, especially since * I've configured to use SSL * I've configured to use CRAM-MD5 * The client is attempting LOGIN despite the server advertising LOGINDISABLED (RFC2595) as a capability * ! This is the relevant configuration fragment from my gconf configuration: imap://myusername;auth=CRAM- [EMAIL PROTECTED]/;imap_custom_headers;command=ssh%20-C%20-l%20%25u%20%25h%20exec%20/usr/sbin/imapd;use_ssl=always;use_lsub ** Affects: evolution (Ubuntu) Importance: Undecided Status: New -- SSL IMAP account sends plaintext passwords in the clear https://bugs.launchpad.net/bugs/257906 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 218123] Re: International Clock Applet - Home Settings not getting Saved
This still happens for me with the released 8.04 - I need to click the "Set" button on every session in order to display the weather in the taskbar. ** Attachment added: "Gnome Clock Applet: Setting home location to display weather" http://launchpadlibrarian.net/15147955/gnomeclockapplet-displayweather.png -- International Clock Applet - Home Settings not getting Saved https://bugs.launchpad.net/bugs/218123 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 191801] Re: http authentication name is not displayed in dialog
Actually, the dialog issue just seems to be the tip of the iceberg. epiphany seems completely unstable after running the hardy updates. I've reverted xulrunner. -- http authentication name is not displayed in dialog https://bugs.launchpad.net/bugs/191801 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 191801] Re: http authentication name is not displayed in dialog
** Attachment added: "Authentication dialog without identifier" http://launchpadlibrarian.net/11955991/epiphany-blank-name.png -- http authentication name is not displayed in dialog https://bugs.launchpad.net/bugs/191801 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 191801] [NEW] http authentication name is not displayed in dialog
Public bug reported: Binary package hint: epiphany-browser When logging into a site that uses http authentication the dialog for username/password no longer displays the name/identifier of the authentication. (see screenshot attachment) hardy epiphany-browser 2.21.90-0ubuntu3 (after upgrading to xulrunner-1.9 1.9~b3+nobinonly-0ubuntu1) ** Affects: epiphany-browser (Ubuntu) Importance: Undecided Status: New -- http authentication name is not displayed in dialog https://bugs.launchpad.net/bugs/191801 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 189236] Re: Clear History doesn't clear history or downloads
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/11772660/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/11772661/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/11772662/ProcStatus.txt ** Summary changed: - Clear History doesn't clear history or downloads + Clear History doesn't clear history of downloads ** Description changed: Binary package hint: epiphany-browser If I select "Clear History" from either the History menu or Preferences->Privacy it removes the browsing history, but ~/.gnome2/epiphany/mozilla/epiphany/places.sqlite (when dumped) still contains the history related to downloads. $ sqlite3 ~/.gnome2/epiphany/mozilla/epiphany/places.sqlite SQLite version 3.4.2 Enter ".help" for instructions sqlite> select url,title from moz_places where url like ("%launchpad%"); http://launchpadlibrarian.net/11620155/test.ics|test.ics https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/187035|187035 sqlite> .quit $ - ubuntu release: hardy - epiphany-browser version 2.21.90-0ubuntu1 - ProblemType: Bug Architecture: i386 Date: Tue Feb 5 12:58:53 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/epiphany-gecko Package: epiphany-gecko 2.21.90-0ubuntu1 PackageArchitecture: i386 ProcCmdline: epiphany-browser ProcCwd: /home/lee ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: epiphany-browser Uname: Linux zoidberg 2.6.24-5-generic #1 SMP Thu Jan 24 19:45:21 UTC 2008 i686 GNU/Linux -- Clear History doesn't clear history of downloads https://bugs.launchpad.net/bugs/189236 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 189236] [NEW] Clear History doesn't clear history of downloads
Public bug reported: Binary package hint: epiphany-browser If I select "Clear History" from either the History menu or Preferences->Privacy it removes the browsing history, but ~/.gnome2/epiphany/mozilla/epiphany/places.sqlite (when dumped) still contains the history related to downloads. $ sqlite3 ~/.gnome2/epiphany/mozilla/epiphany/places.sqlite SQLite version 3.4.2 Enter ".help" for instructions sqlite> select url,title from moz_places where url like ("%launchpad%"); http://launchpadlibrarian.net/11620155/test.ics|test.ics https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/187035|187035 sqlite> .quit $ ProblemType: Bug Architecture: i386 Date: Tue Feb 5 12:58:53 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/epiphany-gecko Package: epiphany-gecko 2.21.90-0ubuntu1 PackageArchitecture: i386 ProcCmdline: epiphany-browser ProcCwd: /home/lee ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: epiphany-browser Uname: Linux zoidberg 2.6.24-5-generic #1 SMP Thu Jan 24 19:45:21 UTC 2008 i686 GNU/Linux ** Affects: epiphany-browser (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Clear History doesn't clear history of downloads https://bugs.launchpad.net/bugs/189236 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 187035] Re: Calendar preview reports the wrong date for meetings
On Thursday, the date was given as "Friday" rather than "Tomorrow". The event today is given as "Today". -- Calendar preview reports the wrong date for meetings https://bugs.launchpad.net/bugs/187035 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 187035] Re: Calendar preview reports the wrong date for meetings
If I load up the mail today, it shows the correct event date as "Friday, February 1". It appears the problem is/was with whatever function interprets the date into "Tomorrow" etc. -- Calendar preview reports the wrong date for meetings https://bugs.launchpad.net/bugs/187035 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 187035] Re: Calendar preview reports the wrong date for meetings
** Attachment added: "ical file attachment" http://launchpadlibrarian.net/11620155/test.ics -- Calendar preview reports the wrong date for meetings https://bugs.launchpad.net/bugs/187035 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 187035] Re: Calendar preview reports the wrong date for meetings
** Attachment added: "Inline ical preview in email" http://launchpadlibrarian.net/11620150/icsexample.png -- Calendar preview reports the wrong date for meetings https://bugs.launchpad.net/bugs/187035 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 187035] Re: Calendar preview reports the wrong date for meetings
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/11620136/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/11620137/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/11620138/ProcStatus.txt -- Calendar preview reports the wrong date for meetings https://bugs.launchpad.net/bugs/187035 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 187035] [NEW] Calendar preview reports the wrong date for meetings
Public bug reported: Binary package hint: evolution I receive an ics calendar attachment in email, the inline preview claims it is for a meeting tomorrow (Wednesday), but when I add it to my calendar it is for Friday. The DTSTART and DEND fields in the ics are for Friday, so there appears to be a bug in the inline email preview. Attached is an ics file for an event scheduled for 2008-02-01, and how it appears in my email on 2008-01-29 - suggesting the event is on 2008-01-30. Running 2.21.5-0ubuntu1 under hardy (preview). ProblemType: Bug Architecture: i386 Date: Tue Jan 29 12:58:24 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/evolution Package: evolution 2.21.5-0ubuntu1 PackageArchitecture: i386 ProcCmdline: evolution --component=mail ProcCwd: /home/lee ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: evolution Uname: Linux zoidberg 2.6.24-5-generic #1 SMP Thu Jan 24 19:45:21 UTC 2008 i686 GNU/Linux ** Affects: evolution (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Calendar preview reports the wrong date for meetings https://bugs.launchpad.net/bugs/187035 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 181893] Re: clicking on an https link when the remote site has invalid credentials does not work
I am affected by this bug. (I can't give any URLs as they are for non- public resources.) -- clicking on an https link when the remote site has invalid credentials does not work https://bugs.launchpad.net/bugs/181893 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 183176] Re: cannot send email - no AUTH attempted
The errors I see in .xsession-errors are (evolution:10005): e-data-server-ui-WARNING **: Key file does not have key 'smtp:__username;[EMAIL PROTECTED]:587_' This entry isn't in ~/.gnome2_private/Evolution . Setting the password to save when prompted doesn't add it in. -- cannot send email - no AUTH attempted https://bugs.launchpad.net/bugs/183176 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 183176] Re: cannot send email - no AUTH attempted
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/11353262/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/11353263/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/11353264/ProcStatus.txt -- cannot send email - no AUTH attempted https://bugs.launchpad.net/bugs/183176 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 183176] cannot send email - no AUTH attempted
Public bug reported: Binary package hint: evolution Since upgrading today (2.21.5-0ubuntu1) I cannot send email. I get prompted for my password by evolution, but then nothing happens. I switched off TLS in the config and did a tcpdump. The conversation (slightly anonymised) shows that evolution doesn't even attempt an auth, it just quits. --- 220 problem.server ESMTP Exim 4.63 Tue, 15 Jan 2008 13:02:13 + EHLO [10.1.1.1] 250-problem.server Hello my.desktop [10.1.1.1] 250-SIZE 52428800 250-PIPELINING 250-AUTH CRAM-MD5 250-STARTTLS 250 HELP QUIT 221 problem.server closing connection ProblemType: Bug Architecture: i386 Date: Tue Jan 15 12:48:55 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/evolution Package: evolution 2.21.5-0ubuntu1 PackageArchitecture: i386 ProcCmdline: evolution --component=mail ProcCwd: /home/lee ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: evolution Uname: Linux zoidberg 2.6.24-3-generic #1 SMP Thu Jan 3 23:30:29 UTC 2008 i686 GNU/Linux ** Affects: evolution (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- cannot send email - no AUTH attempted https://bugs.launchpad.net/bugs/183176 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 181065] Re: Unable to unlock the screensaver
I suspect this is a duplicate of #131679 -- Unable to unlock the screensaver https://bugs.launchpad.net/bugs/181065 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gnome-screensaver in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 181065] Re: Unable to unlock the screensaver
This has been my experience following hardy upgrades on 2008-01-11. -- Unable to unlock the screensaver https://bugs.launchpad.net/bugs/181065 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gnome-screensaver in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 180205] Re: Personal data manager doesn't display any password information
In addition to this, sometimes (for sites I have stored passwords) the entry boxes will not autofill. This is inconsistent and restarting the browser may result in the password being autofilled. -- Personal data manager doesn't display any password information https://bugs.launchpad.net/bugs/180205 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 123561] Re: send-to for pidgin shows multiple accounts associated with user
> And how are they differentiated in Pidgin? Same buddy name and same protocol..." In the Buddy List window, placing the pointer over the entry will show a pop-up containing the resource address. (currently using pigin 2.2.2) also I personally use different groupings in the buddy list that happen to separate different servers (i.e. I have a specific list of buddies for the server that is on my local LAN) -- send-to for pidgin shows multiple accounts associated with user https://bugs.launchpad.net/bugs/123561 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is the registrant for nautilus-sendto. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 155782] Re: odd display corruption
** Attachment added: "comparison between evince and xpdf" http://launchpadlibrarian.net/10114142/pdf-corruption.png -- odd display corruption https://bugs.launchpad.net/bugs/155782 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evince in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 155782] Re: odd display corruption
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/10114137/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/10114138/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/10114139/ProcStatus.txt -- odd display corruption https://bugs.launchpad.net/bugs/155782 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evince in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 155782] odd display corruption
Public bug reported: Binary package hint: evince Viewing a pdf (evince 2.20.0) downloaded from http://www.leonrestaurants.co.uk/Leon_Autumn_Daytime-Takeaway.pdf shows an odd display corruption not evident using xpdf (screenshot to follow) ProblemType: Bug Architecture: i386 Date: Mon Oct 22 13:12:27 2007 DistroRelease: Ubuntu 7.10 ExecutablePath: /usr/bin/evince Package: evince 2.20.0-0ubuntu3 PackageArchitecture: i386 ProcCmdline: evince file:///home/lee/Desktop/Leon_Autumn_Daytime-Takeaway.pdf ProcCwd: /home/lee ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: evince Uname: Linux zoidberg 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux ** Affects: evince (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- odd display corruption https://bugs.launchpad.net/bugs/155782 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evince in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 144759] message left in screensaver is lost
Public bug reported: Binary package hint: gnome-screensaver I just got back from my desk and saw a little yellow notification saying "Please call Tom on urgently!" where xxx was a phone number. I hadn't even noticed the "Leave a message" feature in the screensaver until today. I tried to copy-and-paste the number but the box disappeared. I tried checking Evolution to see if it had been stored there, but apparently not. Fortunately it didn't turn out to be a problem this time, but you should probably change the dialog to warn people about this. ** Affects: gnome-screensaver (Ubuntu) Importance: Undecided Status: New -- message left in screensaver is lost https://bugs.launchpad.net/bugs/144759 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gnome-screensaver in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 48128] Re: Evolution always shows 12-hour am/pm time in email summary screen
In that case, please request that the upstream reopen the ticket #332190 -- Evolution always shows 12-hour am/pm time in email summary screen https://bugs.launchpad.net/bugs/48128 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 48128] Re: Evolution always shows 12-hour am/pm time in email summary screen
The bug is not in Evolution as such, it's that there's apparently no easy way to tweak environment-wide settings such as LC_TIME in gnome/ubuntu. The upstream ticket for the Evolution specific issue is http://bugzilla.gnome.org/show_bug.cgi?id=332190 A gnome-control-center feture request for this is http://bugzilla.gnome.org/show_bug.cgi?id=333104 -- Evolution always shows 12-hour am/pm time in email summary screen https://bugs.launchpad.net/bugs/48128 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 48128] Re: Evolution always shows 12-hour am/pm time in email summary screen
Upstream has this marked as NOTABUG/RESOLVED since it's using LC_TIME. This is therefore, I guess, a ubuntu/distro bug. I always want to use the 24-hour time format, but apparently en_GB defaults to 12-hour (for some reason - how is that decided?) and I'm not presented with any options for that. -- Evolution always shows 12-hour am/pm time in email summary screen https://bugs.launchpad.net/bugs/48128 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 139085] Re: Cannot view security information where page contains content from non-secure source
The thing that triggered it was an http google-analytics javascript call on an https page. (I can't give the URL I'm afraid) But you can reproduce it by dropping the following into any https- delivered page:
[Bug 136837] Re: Mixer applet randomly decides to consider my sound card to be "muted" when changing volume
I get the false panel "mute" indications in gutsy. Soundcard is onboard intel (SigmaTel STAC9200). -- Mixer applet randomly decides to consider my sound card to be "muted" when changing volume https://bugs.launchpad.net/bugs/136837 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 139085] Re: Cannot view security information where page contains content from non-secure source
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/9252273/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/9252274/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/9252275/ProcStatus.txt -- Cannot view security information where page contains content from non-secure source https://bugs.launchpad.net/bugs/139085 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 139085] Cannot view security information where page contains content from non-secure source
Public bug reported: Binary package hint: epiphany-browser If I view a site over https which contains content coming from a non-secure site I get the warning dialogue, the "broken security" icon, and the address bar is no longer yellow. Which is expected. However, acknowledging that the page is insecure, if I want to check the SSL details of the base page I cannot - clicking the security icon in the bottom left does nothing, and the option under view is greyed out. In order to get a certificate information dialog up I need to hunt around for something that will load without insecure content. If caveats need to be repeated on the security info box then so be it, but this seems slightly broken as is right now. ProblemType: Bug Architecture: i386 Date: Wed Sep 12 12:08:08 2007 DistroRelease: Ubuntu 7.10 ExecutablePath: /usr/bin/epiphany Package: epiphany-browser 2.19.91-0ubuntu1 PackageArchitecture: i386 ProcCmdline: epiphany-browser ProcCwd: /home/lee ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: epiphany-browser Uname: Linux zoidberg 2.6.22-11-generic #1 SMP Fri Sep 7 05:07:05 GMT 2007 i686 GNU/Linux ** Affects: epiphany-browser (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- Cannot view security information where page contains content from non-secure source https://bugs.launchpad.net/bugs/139085 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 123561] send-to for pidgin shows multiple accounts associated with user
Public bug reported: Binary package hint: nautilus-sendto This might be a bit of a minor edge-case UI issue. When I select send-to -> pidgin, it show a drop down list of contacts next to their protocol icons. If a contact has two accounts using the same protocol (e.g. XMPP) both accounts are displayed, but with no way of distinguishing them, Either there should be one account displayed per contact (or client+protocol), or some way to distinguish them. ** Affects: nautilus-sendto (Ubuntu) Importance: Undecided Status: New -- send-to for pidgin shows multiple accounts associated with user https://bugs.launchpad.net/bugs/123561 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for nautilus-sendto in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 120594] Re: parsing of From lines broken if period in display name
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/8095921/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/8095922/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/8095923/ProcStatus.txt -- parsing of From lines broken if period in display name https://bugs.launchpad.net/bugs/120594 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 120594] parsing of From lines broken if period in display name
Public bug reported: Binary package hint: evolution If I receive a mail with the following header From: foo.bar baz <[EMAIL PROTECTED]> it will be displayed by Evolution as From: foo.barb The main bug is with the application that sent the mail, since periods are not permitted unless quoted. However, there are many broken systems that produce these headers (including the mail that led me to discover this) and in fact RFC2822 (Section 4.1) introduces "obs-phrase" which accepts the period. ProblemType: Bug Architecture: i386 Date: Fri Jun 15 17:37:19 2007 DistroRelease: Ubuntu 7.10 ExecutablePath: /usr/bin/evolution Package: evolution 2.11.3-0ubuntu1 PackageArchitecture: i386 ProcCmdline: evolution --component=mail ProcCwd: /home/lee ProcEnviron: LANGUAGE=en_GB.UTF-8 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: evolution Uname: Linux zoidberg 2.6.22-6-generic #1 SMP Fri Jun 1 19:24:12 GMT 2007 i686 GNU/Linux ** Affects: evolution (Ubuntu) Importance: Undecided Status: Unconfirmed ** Tags: apport-bug -- parsing of From lines broken if period in display name https://bugs.launchpad.net/bugs/120594 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 63576] Epiphany doesn't work with some Javascript/Ajax sites
Public bug reported: Binary package hint: epiphany-browser When using 2.16.0-0ubuntu1, if I visit some site that make use of some AJAX-type code, the sites do not work (they work fine in 2.14.3-2 [in debian]). Visiting sites that use the Dojo toolkit, e.g. http://www.dojotoolkit.org/ results in the following errors: Javascript error in http://www.dojotoolkit.org/css/index.css on line 25: Error in parsing value for property 'cursor'. Declaration dropped. Javascript error in http://www.dojotoolkit.org/dojo/dojo.js on line 72: XMLHTTP not available: ActiveXObject is not defined Javascript error in http://www.dojotoolkit.org/dojo/dojo.js on line 72: Could not load 'dojo.widget.LinkPane'; last tried '__package__.js' ** Affects: epiphany-browser (Ubuntu) Importance: Undecided Status: Unconfirmed -- Epiphany doesn't work with some Javascript/Ajax sites https://launchpad.net/bugs/63576 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs