[Bug 2080004] [NEW] Shotwell bug - Out of memory #5123

2024-09-09 Thread Jon
https://gitlab.gnome.org/GNOME/shotwell/-/issues/5123 And here's the case Jens Georg opened in response. https://gitlab.gnome.org/GNOME/shotwell/-/commit/fa6884f73af83ccbc72b8fe0f7bc63a00630ee0b Thank you! Jon Redinger jon_redin...@cfl.rr.com ** Affects: shotwell (Ubuntu) Importance:

[Bug 2080004] Re: Shotwell bug - Out of memory #5123

2024-09-09 Thread Jon
** Bug watch added: gitlab.gnome.org/GNOME/shotwell/-/issues #5123 https://gitlab.gnome.org/GNOME/shotwell/-/issues/5123 ** Also affects: shotwell via https://gitlab.gnome.org/GNOME/shotwell/-/issues/5123 Importance: Unknown Status: Unknown -- You received this bug notification b

[Bug 2080004] Re: Shotwell bug - Out of memory #5123

2024-09-09 Thread Jon
with Shotwell https://gitlab.gnome.org/GNOME/shotwell/-/issues/5123 And here's the case Jens Georg opened in response. https://gitlab.gnome.org/GNOME/shotwell/-/commit/fa6884f73af83ccbc72b8fe0f7bc63a00630ee0b Thank you! - Jon Redinger - - jon_redin...@cfl.rr.com + Jon -- Yo

[Bug 2080004] Re: Shotwell bug - Out of memory #5123

2024-09-10 Thread Jon
Happy to help, Sebastien. I feel silly for asking, but how should I expect to get the patch now? Don't work too hard answering, just point me at the answer. :D Thanks! Jon -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to shotwe

Re: [Bug 1881780] Re: Nautilus requires SMBv1 to work from "Other Locations" without manually typing in the address.

2020-06-30 Thread Jon
No but when you use the automatic detection of smb services which I’m guessing uses NetBios or something like that it won’t connect if SMBv1 is disabled. So simply navigating to Other Locations and clicking on the automatically enumerated host names, the connection will completely fail if SMBv1 is

Re: [Bug 1881780] Re: Nautilus requires SMBv1 to work from "Other Locations" without manually typing in the address.

2020-06-30 Thread Jon
Logically this seems to be correct. I’m not a samba developer, so I don’t have direct insights to what is happening when. I don’t know much about the samba discovery process. The easy way to test this is startup FreeNAS in a VM because they disable SMBv1 by default. On Tue, Jun 30, 2020 at 2:05

Re: [Bug 1828107] Re: gvfs can't list shares from smb servers that disabled SMB1

2023-05-02 Thread Jon
The SMB1 code should be entirely removed from the stack. It’s insecure and deprecated everywhere. On Tue, May 2, 2023 at 8:56 AM BloodyIron <1828...@bugs.launchpad.net> wrote: > Upgraded to Ubuntu 23.04 and the issue persists... Will this ever get > fixed? This is now over 4 years old. > > -- >

[Bug 1681523] Re: [Launcher] missing right click options

2017-04-17 Thread Jon
I raised this problem at https://askubuntu.com/q/904680/475088 For a temporary workaround, which at least gives you back the "New Terminal" context menu item: File "/usr/share/applications/gnome-terminal.desktop" includes line: OnlyShowIn=GNOME;Unity7; In 16.04 that line was: OnlyShowIn=GNOME;

[Bug 1681523] Re: [Launcher] missing right click options

2017-09-08 Thread Jon
@sbierman & @md-5 I'm not sure of the relationship between the two files, but in addition to `/usr/share/applications/gnome-terminal.desktop` you may also need to change `/usr/share/applications/org.gnome.Terminal.desktop` similarly. -- You received this bug notification because you are a membe

[Bug 1404328] [NEW] package libglib2.0-0 2.40.2-0ubuntu1 failed to install/upgrade: cannot copy extracted data for './lib/x86_64-linux-gnu/libglib-2.0.so.0.4002.0' to '/lib/x86_64-linux-gnu/libglib-2.

2014-12-19 Thread Jon
Public bug reported: occurred right after os was installed\ ProblemType: Package DistroRelease: Ubuntu 14.04 Package: libglib2.0-0 2.40.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11 Uname: Linux 3.13.0-43-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.6 Architecture: amd6

[Bug 162000] Re: Cannot use Ctrl-Tab as keyboard shortcut in gnome-terminal

2015-03-25 Thread Jon
Right, then it is past time to switch terminal. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/162000 Title: Cannot use Ctrl-Tab as keyboard shortcut in gnome-terminal To m

[Bug 1454698] Re: Unlocking the screen after sleep logs user off and back on

2015-05-21 Thread Jon
Thanks Walter for posting this as a bug. Would just like to link to my askubuntu.com's open question regarding this, as many Googlers would probably reach that page. http://askubuntu.com/questions/618527/14-04-unlocking-the-screen-after- sleep-logs-user-off-and-back-on It would be good to get up

[Bug 1562002] Re: Nautilus: lag after choosing action in top right menu

2016-05-18 Thread Jon
Unity status is unknown, I only have Ubuntu Gnome installed. This applies to any action in the menu, "Invert selection" "New Tab" and any other I tested. This is causing the whole desktop to hang. I opened the system monitor to see if it was causing the processor to hang, upon using an item from

[Bug 1562002] Re: Nautilus: lag after choosing action in top right menu

2016-05-20 Thread Jon
Opened a bug against Ubuntu Gnome for this issue. https://bugs.launchpad.net/ubuntu-gnome/+bug/1584280 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1562002 Title: Nautilus: lag

[Bug 517554] Re: gnome-panel loses focus on second screen

2010-02-16 Thread Jon
I also have this exact same bug. System: Ubuntu 9.10 Karmic Koala, gnome-panel 2.28.0, nvidia quadro fx 3700, and have tried graphics drivers versions nvidia-173, 185, and the latest directly from nvidia (190.53). -- gnome-panel loses focus on second screen https://bugs.launchpad.net/bugs/517554

[Bug 517554] Re: gnome-panel loses focus on second screen

2010-03-02 Thread Jon
It appears setting GDK_NATIVE_WINDOWS to true fixes the problem. As a test, try to running: env GDK_NATIVE_WINDOWS=1 gnome-panel --replace If that works, you can set it globally by adding file: /etc/X11/Xsession.d/85setnativewindows with contents: # -*- sh -*- GDK_NATIVE_WINDOWS=true export

[Bug 357204] Re: mouse sensitivity has no effect in Jaunty Beta

2009-04-16 Thread jon
* Is this reproducible? I dont know how you might reproduce it to be honest - other than that my toshiba satelite pro with jaunty has this bug, and similar machines might have the same problem. I am using a work around at the moment - i use the "xset m" command to manually set the mouse speed. th

[Bug 311945] [NEW] rhythm box player doesnt work right

2008-12-28 Thread Jon
Public bug reported: Binary package hint: rhythmbox When I open it and click a song in my library and when I go to pick a different song it doesnt play? ProblemType: Bug Architecture: i386 Date: Sun Dec 28 11:32:31 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/rhythmbox NonfreeKernelM

[Bug 311945] Re: rhythm box player doesnt work right

2008-12-28 Thread Jon
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/20778807/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/20778808/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/20778809/ProcStatus.txt -- rhythm

Re: [Bug 311945] Re: rhythm box player doesnt work right

2008-12-30 Thread Jon
I'm really not sure but my player doesnt like to work all the time i have to start and restart my computer because it doestn like to work and if i play a cd and then switch to my playlist it doesnt work im not sure if nothing can help its no prob --- On Mon, 12/29/08, Pedro Villavicencio wrote: F

[Bug 105093] Re: Evolution has "Submit Bug Report" and "Report a Problem" menu options under "Help"

2008-10-31 Thread Jon
One more data point in favor of hiding the "Submit Bug Report" menu item - when I click on that menu item (which appears first on the menu), I get a dialog that says "Bug buddy is not installed." with an OK button and no further information. This is on a fully-updated fresh installation of Ubuntu

[Bug 291881] [NEW] Search folders have the wrong Unread count

2008-10-31 Thread Jon
Public bug reported: Binary package hint: evolution I have a folder with 13 unread messages in it, plus some additional messages marked important. I created a search folder for this folder where the criteria is "[Status is not Read] or [Status is Important]". The search folder contains all 13 un

[Bug 1055766] Re: grep -R doesn't automatically search amazon

2012-09-25 Thread Jon
I agree with Tony Narlock. Hell, even if the checkbox was checked by default. Kevin, I shouldn't have to remove packages that I didn't want put there in the first place. Also, I'd like to see this functionality added to top. Simply put, when I'm looking at top, what I really want to be looking

[Bug 475849] [NEW] Sound does not work at all after upgrading from Jaunty to Karmic. Worked on Jaunty with no issues and minimal configuration.

2009-11-05 Thread Jon
Public bug reported: I have a Gateway m320 laptop with an Intel ICH4 AC'97 Audio integrated chipset. The sound has never not worked with any previous version of ubuntu. I used to have to open the audio control panel and specify that there is no external amplifier, but it seems that the audio contr

[Bug 475849] Re: Sound does not work at all after upgrading from Jaunty to Karmic. Worked on Jaunty with no issues and minimal configuration.

2009-11-05 Thread Jon
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/35193050/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/35193054/XsessionErrors.txt -- Sound does not work at all after upgrading from Jaunty to Karmic. Worked on Jaunty with n

[Bug 665466] Re: GDM does not sort users by login frequency

2011-08-11 Thread Jon
The same problem with my Lucid. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/665466 Title: GDM does not sort users by login frequency To manage notifications about this bug go to: h

[Bug 680295] Re: Nautilus cannot access remote folders via SSH

2011-01-02 Thread jon
I can also confirm this bug as being reproducible. SSH connections work perfectly from the command line but fail every time through the GUI Nautilus 2.30.1 Ubuntu Lucid 10.04 Kernel 2.6.32-26-generic Gnome 2.30.2 -- You received this bug notification because you are a member of Ubuntu Desktop B

[Bug 680295] Re: Nautilus cannot access remote folders via SSH

2011-01-02 Thread jon
** Changed in: nautilus (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. https://bugs.launchpad.net/bugs/680295 Title: Nautilus cannot access remote folders via SSH

[Bug 680295] Re: Nautilus cannot access remote folders via SSH

2011-01-02 Thread jon
Update to my previous comment. Connecting to a ubuntu 2.6.30.2 armv5tel server through a router on port 22 works on both the CL and GUI Connecting to a Synology diskstation RAID210j 2.6.32.12 armv5tel through the same router on port 22 incoming 2200 outgoing only works through the CL. I will try

[Bug 680295] Re: Nautilus cannot access remote folders via SSH

2011-01-04 Thread jon
Further update (let me know if i am in danger of spamming). Problem also exists in Jaunty but no problems connecting to a windows ssh server on port 2202. This perhaps suggests there is something specific/peculiar in the connection to the synology diskstation. This server is the only one I have

[Bug 323649] Re: Failure to open YouTube videos "Could Not Open Location; you might not have permission to play the file." misleading

2010-07-23 Thread Jon
I am running lucid ubuntu 64 sidebar in totem shows the videos but when i hit play i get this error Could not open location; you might not have permission to open the file.Well back to mini tube as a alternative.. -- Failure to open YouTube videos "Could Not Open Location; you m

[Bug 323649] Re: Failure to open YouTube videos "Could Not Open Location; you might not have permission to play the file." misleading

2010-07-23 Thread Jon
After searching it seems to be youtube breaking links but i can still right click on the video in totem sidebar and open it in my browser good enough cause my alternative is broken too :o -- Failure to open YouTube videos "Could Not Open Location; you might not have permission to play the file."

[Bug 323649] Re: Failure to open YouTube videos "Could Not Open Location; you might not have permission to play the file." misleading

2010-07-29 Thread Jon
** Changed in: totem Status: Fix Committed => Fix Released -- Failure to open YouTube videos "Could Not Open Location; you might not have permission to play the file." misleading https://bugs.launchpad.net/bugs/323649 You received this bug notification because you are a member of Ubuntu D

[Bug 77541] Re: After hibernation ekiga says registration failed.

2008-02-06 Thread Jon
I second the confirmation, using Gutsy (Ekiga 2.0.11, all Ubuntu updates applied). I always have to restart/re-register ekiga manually to be able to receive or place phone calls after resuming from hibernate. -- After hibernation ekiga says registration failed. https://bugs.launchpad.net/bugs/775

[Bug 206991] Re: File operations dialog doesn't remember its position

2008-03-26 Thread Jon
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/12891841/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/12891842/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/12891843/ProcStatus.txt -- File o

[Bug 206991] [NEW] File operations dialog doesn't remember its position

2008-03-26 Thread Jon
Public bug reported: Binary package hint: nautilus If you have a long file transfer going, and you move the File operations dialog to a corner of your screen, any of the following events will cause the File operations dialog repositions itself to the center of the screen: * you start another tr

[Bug 206994] Re: Tooltips in Hardy Heron lack padding

2008-03-26 Thread Jon
I'm filing a bug against the default theme. -- Tooltips in Hardy Heron lack padding https://bugs.launchpad.net/bugs/206994 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 http

[Bug 206994] Re: Tooltips in Hardy Heron lack padding

2008-03-27 Thread Jon
If I create a new user and log in as that user for the first time, then go to the Appearance capplet, the selected theme is "Custom". If I click the Customize button, the Controls are set to "Human-Murrine". If I switch the Controls to "Industrial", there's padding on the tooltip. But not all of

[Bug 102047] rhythmbox crashed when I opened a faulty podcast

2007-04-02 Thread jon
/jon ProcEnviron: LANGUAGE=nb_NO:nb:no_NO:no:nn_NO:nn:en PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=nb_NO.UTF-8 SHELL=/bin/bash Signal: 11 SourcePackage: rhythmbox StacktraceTop: ?? () from /usr/lib/librhythmbox-core.so.0 ?? () ?? () from /usr/lib/libglib

[Bug 102047] Re: rhythmbox crashed when I opened a faulty podcast

2007-04-02 Thread jon
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/7121529/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/7121530/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/7121531/Disassembly.txt ** Attachm

[Bug 138726] Re: gnome-appearance-properties tabs don't work/display

2007-09-20 Thread Jon
TIME+ COMMAND 2788 jon 25 0 39888 18m 11m R 99.0 3.6 0:17.65 gnome-appearanc I have the same with new users. -- gnome-appearance-properties tabs don't work/display https://bugs.launchpad.net/bugs/138726 You received this bug notification because you are a memb

Re: [Bug 138726] Re: gnome-appearance-properties tabs don't work/display

2007-09-26 Thread Jon
Same here, removing gtk-qt-engine made it work. 2007/9/26, antok.tm <[EMAIL PROTECTED]>: > > After I removed gtk-qt-engine, the bug seems to disappear. > But I think it's not the best solution. > > -- > gnome-appearance-properties tabs don't work/display > https://bugs.launchpad.net/bugs/138726 >

[Bug 154139] Unable to change modes after using Esc to cancel Changing Modes Clears Calculation dialog

2007-10-18 Thread Jon
2007 DistroRelease: Ubuntu 7.10 ExecutablePath: /usr/bin/gcalctool Package: gcalctool 5.20.1-0ubuntu1 PackageArchitecture: i386 ProcCmdline: gcalctool ProcCwd: /home/jon ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_US.UTF-8 SHELL=/bin/bash

[Bug 154139] Re: Unable to change modes after using Esc to cancel Changing Modes Clears Calculation dialog

2007-10-18 Thread Jon
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/10061590/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/10061591/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/10061592/ProcStatus.txt -- Unable

[Bug 160341] Installing theme should install any required dependancies as well

2007-11-05 Thread Jon
Public bug reported: At the moment, when a user installs a gtk+ theme and has not installed the required theme engine, for example the murrine engine, there are no errors, the theme simply does not work. It would be great if, similar to the codecs prompt asking if the user wishes to install propi

[Bug 62131] (edgy) "bubbly" column headers for message list

2006-09-24 Thread Jon
Public bug reported: The appearance of the column headers for the message list in the e-mail component of Evolution doesn't match the appearance of the column headers elsewhere in the application (e.g., preferences) and other Gnome applications (e.g., nautilus). This problem didn't occur in Dappe

[Bug 62131] Re: (edgy) "bubbly" column headers for message list

2006-09-24 Thread Jon
** Attachment added: "Screenshot of Evolution message list column headers" http://librarian.launchpad.net/4416721/Evolution%20message%20list.png -- (edgy) "bubbly" column headers for message list https://launchpad.net/bugs/62131 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com htt

[Bug 62131] Re: (edgy) "bubbly" column headers for message list

2006-09-24 Thread Jon
Notice that the column headers in nautilus (and elsewhere) match the appearance of the column headers in the preferences dialog in Evolution. ** Attachment added: "Screenshot of Nautilus in "list view" mode" http://librarian.launchpad.net/4416735/Nautilus.png -- (edgy) "bubbly" column headers

[Bug 62131] Re: (edgy) "bubbly" column headers for message list

2006-09-24 Thread Jon
Notice that the column headers in the preferences dialog don't have the same "bubbly" appearance as the column headers for the message list. ** Attachment added: "Screenshot of Evolution preferences" http://librarian.launchpad.net/4416722/Evolution%20preferences.png -- (edgy) "bubbly" column

[Bug 62131] Re: (edgy) "bubbly" column headers for message list

2006-09-24 Thread Jon
Thanks for forwarding the bug. The ability to drag and drop the columns to rearrange them is of course not an issue, since it's an added feature above and beyond regular column headers. But previous releases of Evolution have had the same capability, while looking just like regular column headers

[Bug 111830] Re: Make Rhythmbox look decent

2007-05-15 Thread Jon
*** This bug is a duplicate of bug 106462 *** https://bugs.launchpad.net/bugs/106462 I can confirm the RB looks fuzzy when alt+tabbing in compiz, maybe a SVG version would be better? Would this stop the problem? I also feel the shuffle and repeat icons could do with a bit of love. -- Make Rh

[Bug 90286] USB flash drive recognized as a music player

2007-03-12 Thread Jon
Public bug reported: In previous releases of Ubuntu, as well as in Feisty Herd 5, when I plug in an iPod, a "music player" icon appears on the desktop and Rhythmbox launches. In previous releases of Ubuntu, but *not* in Feisty Herd 5, when I plug in a Corsair Flash Voyager USB pen drive, a "disk"

[Bug 2080004] Re: Shotwell bug - Out of memory #5123

2024-10-07 Thread Jon
Running my own test case - shotwell version 0.32.6-1ubuntu2. Running slideshow of entire library (27k+ photos) advancing at one-second intervals. System monitor shows shotwell doesn't continue to consume and not release memory like it used to. Will report again in 24 hours to affirm shotwell is sti

[Bug 2080004] Re: Shotwell bug - Out of memory #5123

2024-10-08 Thread Jon
Shotwell is still chugging along. 167GB disk read total, memory util is stable at about 600MB. Ship it. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to shotwell in Ubuntu. https://bugs.launchpad.net/bugs/2080004 Title: Shotwell bug

[Bug 2064177] Re: Window borders and shadows missing from GTK3 dialogs (if autologin is enabled and Xorg is used)

2025-07-09 Thread Jon
e away at 24.10+? I cannot say. But if like me you remain on 24.04 then read on I found the auto-login settings are saved in `/etc/gdm3/custom.conf`. That contained: ``` [daemon] AutomaticLoginEnable=true AutomaticLogin=jon # Uncomment the line below to force the login screen to use Xorg

[Bug 25653] Synchronization with Palm Zire31 not working.

2006-03-13 Thread jon latorre
Public bug report changed: https://launchpad.net/malone/bugs/25653 - Changed attachments: Added: permisses of /dev/ttyUSB* and /dev/pilot http://librarian.launchpad.net/1710273/permissions.txt -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.c

[Bug 25653] Synchronization with Palm Zire31 not working.

2006-03-13 Thread jon latorre
Public bug report changed: https://launchpad.net/malone/bugs/25653 - Changed attachments: Added: gpilotd status http://librarian.launchpad.net/1710274/gpilotd_status.txt -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/des

[Bug 25653] Synchronization with Palm Zire31 not working.

2006-03-13 Thread jon latorre
Public bug report changed: https://launchpad.net/malone/bugs/25653 Comment: And the dialout group has the GID 20. So it seems that gpilotd keeps the goups -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 25653] Synchronization with Palm Zire31 not working.

2006-03-13 Thread jon latorre
Public bug report changed: https://launchpad.net/malone/bugs/25653 - Changed attachments: Added: gpilotd trace http://librarian.launchpad.net/1714887/gpilotd.trace -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-b

[Bug 25653] Synchronization with Palm Zire31 not working.

2006-03-13 Thread jon latorre
Public bug report changed: https://launchpad.net/malone/bugs/25653 Comment: Finally I found the problem watching the trace log. The problem was that usbfs wasn't mounted on /proc/bus/usb. Doing a google search reveals that it is been discused in the ubuntu forums http://ubuntuforums.org/showthread

[Bug 25653] gnome-pilot needs to be ported to new udev world order

2006-03-26 Thread jon latorre
Public bug report changed: https://launchpad.net/malone/bugs/25653 Comment: Hey, great job tenco! The patch works fine in my ppc laptop. The Z22 syncronizes like a charm. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 25653] Re: gnome-pilot needs to be ported to new udev world order

2006-03-31 Thread jon latorre
I have a similar error "Please fix it or use gnomecc to choose another directory" when i was trying to sincronize my z22 aganist a directory that doesn't exit. If you click on the gnome-pilot applet icon do yo have any pilots defined? If so, in the edit windows the dir of the local base does ex

[Bug 34387] Re: sync to Tungsten E2 fails

2006-04-07 Thread jon latorre
*** This bug is a duplicate of bug 33285 *** ** This bug has been marked a duplicate of bug 33285 Can´t sync Evolution with T5 -- sync to Tungsten E2 fails https://launchpad.net/malone/bugs/34387 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listi

[Bug 33285] Re: Can´t sync Evolution with T 5

2006-04-07 Thread jon latorre
** Bug 38622 has been marked a duplicate of this bug ** Bug 34387 has been marked a duplicate of this bug -- Can´t sync Evolution with T5 https://launchpad.net/malone/bugs/33285 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 38622] Re: Syncing fails "The base directory ..."

2006-04-07 Thread jon latorre
*** This bug is a duplicate of bug 33285 *** Oops, Sorry for the duplicate. It was for another bug. ** This bug has been marked a duplicate of bug 33285 Can´t sync Evolution with T5 -- Syncing fails "The base directory ..." https://launchpad.net/malone/bugs/38622 -- desktop-bugs mailing list

[Bug 32034] Re: GDMsetup immediately crashes in Dapper.

2006-07-07 Thread Jon Pielaet
I am having the same problem and I don't understand how you resolved it. -- GDMsetup immediately crashes in Dapper. https://launchpad.net/bugs/32034 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 57667] Broken dependencies

2006-08-25 Thread Jon Eliot
Public bug reported: Binary package hint: libgnomevfs2-0-dbg Ubuntu 6.06 LTS [EMAIL PROTECTED]:~# apt-get -s install libgnomevfs2-0-dbg Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situatio

[Bug 57667] Re: Broken dependencies

2006-08-25 Thread Jon Eliot
Output as requested: [EMAIL PROTECTED]:~# apt-cache policy Package files: 100 /var/lib/dpkg/status release a=now 500 http://apt.uninett.no stable/ubulug Packages origin apt.uninett.no 500 ftp://ftp.uninett.no dapper-security/multiverse Packages release v=6.06,o=Ubuntu,a=dapper-sec

[Bug 57667] Re: Broken dependencies

2006-08-28 Thread Jon Eliot
Mea culpa, works now, thanks for the support. -- Broken dependencies https://launchpad.net/bugs/57667 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 2039092] [NEW] Gnome hangs on activity overview. Did the alt+f2 r workaround, but sent this bug report first.

2023-10-11 Thread Jon Crall
Public bug reported: I did the alt+f2 r workaround, but sent this bug report first. Hopefully this system debugging information helps the team resolve the issue. It happens frequently. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: gnome-shell 42.9-0ubuntu2 ProcVersionSignature: Ubuntu 6.2

[Bug 2061288] [NEW] Multiple conflicting SSH agents and SSH_AUTH_SOCK not set after upgrade to noble

2024-04-14 Thread jon richter
Public bug reported: After upgrading mantic to noble, there are multiple SSH agents who are independently trying to set SSH_AUTH_SOCK, none of which is successful. 1. ~/.config/autostart/gnome-keyring-ssh.desktop (identical to /etc/xdg/autostart/gnome-keyring-ssh.desktop, if not modified) This w

[Bug 2060575] Re: gnome-keyring fails to automatically unlock login keyring after recent updates in noble

2024-04-14 Thread jon richter
I can confirm the behaviour after a recent upgrade from mantic to noble and has also been reported in https://discourse.ubuntu.com/t/noble-dev- branch-why-does-the-keyring-stay-locked-upon-login-also-why-did-apt- install-work-but-apt-upgrade-fail/43979 Another oddity is, that I seem to have to typ

[Bug 2063970] [NEW] Enhanced tiling orange shading that indicates what a window will resize to will persist even after I'm done with the adjustment.

2024-04-27 Thread Jon Crall
Public bug reported: I've got a fresh install of the first 24.04 release, and I'm seeing strange behavior related to super+arrow keys and the enhanced tiling. I've disabled tiling popups and tiling groups, but I like the quad blocks. The issue is when I'm moving around windows, sometimes the oran

[Bug 2063970] Re: Enhanced tiling orange shading that indicates what a window will resize to will persist even after I'm done with the adjustment.

2024-04-27 Thread Jon Crall
I was able to get a screenshot of the issue. I edited the images to remove sensitive information I was working with at the time, but the point is that I was moving around windows (I forget if I was using super+arrow or dragging to corners), and the issue happened. I'm still not sure exactly how to

[Bug 2063970] Re: Enhanced tiling orange shading that indicates what a window will resize to will persist even after I'm done with the adjustment.

2024-04-27 Thread Jon Crall
I've confirmed it does happen when just using super+arrow and no mouse interaction. I still cannot get it to work reliably though. My monitor setup looks roughly like this: ``` +--+ |2 | +--+ | | |1 | +--+ | | +--+ | | |3 | |

[Bug 2064037] [NEW] GDM session crashes after returning from a screen-off.

2024-04-28 Thread Jon Crall
Public bug reported: I've written an AskUbuntu question about this: https://askubuntu.com/questions/1511958/screen-lock-keeps-occuring- on-24-04-even-though-i-believe-ive-disabled-it/1512075#1512075 Originally I thought it was gnome not respecting my setting to prevent locking the screen after id

[Bug 2064037] Re: GDM session crashes after returning from a screen-off.

2024-04-28 Thread Jon Crall
I'm also experiencing intermittent crashes of the window manager - either gnome-shell or gdm3, not 100% sure. What I am sure of is that I'm getting forcibly logged out. I just experienced a crash when discussion this issue in matrix chat. There were a few things going on at the time. I did have st

[Bug 2064037] Re: GDM session crashes after returning from a screen-off.

2024-04-28 Thread Jon Crall
Also attaching the results of `sudo journalctl --dmesg --priority warning > journalctl_dmsg_warnings.log` it does seem to have some nvidia errors and tracebacks. It doesn't mean much to me, but perhaps it has useful information in it. ** Attachment added: "journalctl_dmsg_warnings.log" https:/

[Bug 2064037] Re: GDM session crashes after returning from a screen-off.

2024-04-28 Thread Jon Crall
On the matrix chat Nils mentioned that "im on nvidia 550 atm and on wayland. i had some X11 crashes in the past and wayland does a much better job so far" So, I changed my session type to Wayland by logging out and using the gear by my username to select wayland. Doing that seems to have an issue

[Bug 2064037] Re: GDM session crashes after returning from a screen-off.

2024-04-28 Thread Jon Crall
I did have another "random" crash in the middle of a session. I was moving a window around. So it's not rela.ted to the main reason for this bug report, but I figure its relevant enough to attach the journalctl logs ** Attachment added: "wayland_crash_journalctl.log" https://bugs.launchpad.ne

[Bug 2064037] Re: gnome-shell crashes with SIGSEGV in tilingWindowManager.js:99

2024-09-15 Thread Jon Crall
I've re-upgraded to 24.04 and this is still happening. I will look into the posted workarounds and see if I can gather more information. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/

[Bug 2064037] Re: gnome-shell crashes with SIGSEGV in tilingWindowManager.js:99

2024-09-16 Thread Jon Crall
I upgraded to the 550 drives, which did seem to remove the simple-drm piece from my logs, but the issue still occurs. What looks like the Relevant part of the logs: ``` Sep 16 21:26:40 toothbrush /usr/libexec/gdm-x-session[2580]: (WW) NVIDIA(0): Failed to request fliplock. Sep 16 21:26:40 tooth

[Bug 367291] Re: weather doesn't show forecast anymore

2009-05-12 Thread Jon Foster
buntu a plus to have... Jon. -- weather doesn't show forecast anymore https://bugs.launchpad.net/bugs/367291 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.ub

[Bug 328127] Re: gnome-keyring-daemon returns Agent admitted failure to sign using the key.

2009-05-12 Thread Jon Dowland
I'd say once the bug was confirmed upstream it would make sense to perform further work there. -- gnome-keyring-daemon returns Agent admitted failure to sign using the key. https://bugs.launchpad.net/bugs/328127 You received this bug notification because you are a member of Ubuntu Desktop Bugs, w

[Bug 378177] Re: evolution reports incorrect dates on the email date column

2009-05-18 Thread Jon Charge
Just some more information if possible... is the email date the date the email was sent, or a random incorrect date? Is there anyway you might post email headers here of an example (with all private information, such as addresses and IP's removed) and the date reported of that email? Thanks

[Bug 379786] Re: Calculator too good. Puts Bill Gates at risk of suicide.

2009-05-23 Thread Jon Charge
Thank you for the bug report, however, bur reports are used to report errors or breaks in programs, systems... also suggested improvements. I find none here. ** Changed in: gcalctool (Ubuntu) Status: New => Invalid ** Summary changed: - Calculator too good. Puts Bill Gates at risk of sui

[Bug 382879] [NEW] gdm should not hardcode name of ~/.xsession-errors

2009-06-02 Thread Jon Reed
Public bug reported: When an error occurs during login, the gdm slave will redirect errors to ~/.xsession-errors. The gdm daemon will then attempt to display the contents of the file to the user. If the user's home directory is on a networked filesystem that the daemon process does not normally

[Bug 383856] [NEW] GNOME Terminal locked up Ubuntu 9.04 when checking out at a subversion server, and changing keyboard shortcuts.

2009-06-05 Thread Jon Basniak
Public bug reported: Binary package hint: gnome-terminal To further explained what happened, I was checking out on a subversion server. While it was downloading, I went to change some keyboard shortcuts. Next thing I know, everything suddenly became unresponsive. Mouse didn't move, keyboard didn'

[Bug 383856] Re: GNOME Terminal locked up Ubuntu 9.04 when checking out at a subversion server, and changing keyboard shortcuts.

2009-06-05 Thread Jon Basniak
** Description changed: Binary package hint: gnome-terminal To further explained what happened, I was checking out on a subversion server. While it was downloading, I went to change some keyboard shortcuts. Next thing I know, everything suddenly became unresponsive. Mouse didn't move,

[Bug 652089] [NEW] when editing path in location bar, delete key is eaten by file view (i.e., *deletes files*)

2010-09-30 Thread Jon Dowland
Public bug reported: Binary package hint: nautilus If I hit e.g. CTRL+L to edit the location bar for a nautilus window, I expect key bindings to be eaten by that widget. I've just managed to delete a file by rapidly selecting a range of text within the location window, then pressing the delete k

[Bug 652089] Re: when editing path in location bar, delete key is eaten by file view (i.e., *deletes files*)

2010-09-30 Thread Jon Dowland
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/652089/+attachment/1657772/+files/Dependencies.txt ** Attachment added: "usr_lib_nautilus.txt" https://bugs.launchpad.net/bugs/652089/+attachment/1657773/+files/usr_lib_nautilus.txt -- when editing path in location

[Bug 416103] [NEW] Update Manager freezes.

2009-08-19 Thread Jon Taylor
Public bug reported: Binary package hint: yelp Update Manager in Jaunty simply freezes up. I can't close it, I can't restart it and if I restart Jaunty (9.04) it comes up and then freezes up. I've got it set to automatically start with Ubuntu, so if there are any updates it prompts for authori

[Bug 416103] Re: Update Manager freezes.

2009-08-19 Thread Jon Taylor
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/30528403/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/30528404/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/30528405/ProcStatus.txt -- Update

[Bug 419184] Re: nautilus inhibits logout

2009-08-26 Thread Jon Arnold
Just an addition- this bug keeps me from doing a full soft-shutdown. I have to power off. -- nautilus inhibits logout https://bugs.launchpad.net/bugs/419184 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list

[Bug 382879] Re: gdm should not hardcode name of ~/.xsession-errors

2009-09-01 Thread Jon Reed
To reproduce: 1) Set up an AFS infrastucture with Kerberos authentication, or an NFS infrastructure where the local gdm daemon (running as root) does not have permission to read a user's remote home directory. 2) Ensure that the login process fails (perhaps by setting the user's shell to tcsh a

[Bug 296216] Re: After Upgrade from Hardy to Intrepid Compose Key No longer Functions Correctly

2009-09-03 Thread jon halle
I confirm that Jaunty works for me, have not tested this exhaustively but I use Compose on a daily basis in a variety of contexts and it works with both modifier typed first and modifier typed last -- After Upgrade from Hardy to Intrepid Compose Key No longer Functions Correctly https://bugs.laun

[Bug 843333] [NEW] Rhythmbox delivers a misleading error message on encountering a corrupted ogg.

2011-09-06 Thread Jon Brase
Public bug reported: In my ~/Music folder I have a corrupted copy of http://en.wikipedia.org/wiki/File:I.S.Bach-BWV578.ogg Naturally, Rhythmbox will often stop playing this file when in reaches the corrupt data (though exactly where it stops and if it stops is inconsistent). The problem is that t

[Bug 843333] Re: Rhythmbox delivers a misleading error message on encountering a corrupted ogg.

2011-09-06 Thread Jon Brase
** Attachment added: "The corrupted file." https://bugs.launchpad.net/bugs/84/+attachment/2364026/+files/I.S.Bach-BWV578.ogg -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.launchpad.net/bugs/8

[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-07-11 Thread rland jon
@3v1n0 NVidi MX150 (440) The updated package not work for me. ** Attachment added: "journalctl.log" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1870736/+attachment/5391651/+files/journalctl.log -- You received this bug notification because you are a member of Ubunt

[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-07-11 Thread rland jon
journalctl /usr/bin/gnome-shell -b0 -ef ** Attachment added: "journalctl2.log" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1870736/+attachment/5391652/+files/journalctl2.log -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which i

  1   2   3   4   5   >