[Bug 1915681] Re: Error in freeze/thaw accounting, GNOME Shell crashed with signal 5, resource:///org/gnome/shell/ui/windowManager.js:1384
I just experienced this crash on hirsute, and reported with apport-bug. @Daniel happy to send you crash info OOB... -- 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/bugs/1915681 Title: Error in freeze/thaw accounting, GNOME Shell crashed with signal 5, resource:///org/gnome/shell/ui/windowManager.js:1384 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1915681/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1760849] Re: Login screen appears on only one monitor and it's not the one I want
same issue here, on Ubuntu 20.04(Focal) -- 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/bugs/1760849 Title: Login screen appears on only one monitor and it's not the one I want To manage notifications about this bug go to: https://bugs.launchpad.net/gdm/+bug/1760849/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 95853] Re: Nautilus: too easy to move files/folders to Trash (single key press of "Delete")
Gosh, this thread got ugly, with the "windoze" bashing and calling people "imbeciles", over a feature that is: a) easily solved (I went back and forth between looking for solutions on the internet, and essentially rewriting most of the code GG wrote in a patch more than 7 years ago, before noticing that he did it). b) would inconvenience NOBODY (it would be an option, turned OFF by default, so the default behavior wouldn't change) c) ... in an application that isn't exactly overflowing with user options d) ... and would have effectively no additional performance overhead (we're calling one user setting, one branch operation, and MAYBE a hundred bytes of memory - if this is what we're calling bloat, give me a break kids). e) and when you find yourself on a strange, annoying or poorly laid out keyboard, becomes VERY important. I truly can't believe this community sometimes. Because credentials and history seems to matter to some people, I've been using Linux AND Windows for over 15 years (each). I am comfortable in both - though more comfortable on the command line, where things can't accidentally end up in the trash by hitting a delete key that is too close to an enter key. I spend most of my time developing code in Linux, and then using Windows for anything "productive" that I want to do - i.e. anything other than develop code on the command line. Why? Because in a modern operating system - one that wants its users to know what's going on, and prevent things like accidental data loss if the wrong key is pressed - these aren't issues. And I'm a user who knows what I'm doing - I can only imagine the user that is relatively new to Linux. The arguments - 'OMG do we need a dialog box for copies? moves? drags?' Sure, if those can be done by one errant keypress. If move-to-trash became a ctrl+whatever combo instead of a single key, this whole topic would be moot. Did I spend 20 minutes having to fish things out of the trash because of it tonight? Yes. Could I have possibly, irreparably, lost data if I hadn't noticed? Absolutely. If these are the sort of things that generate ridicule, then it's time to stop trying to entice "ordinary users" (you know, the OSX and Windoze folks everyone seems to revile) from ever using Ubuntu. Or to stop making Gnome/Nautilus the default file browser. -- 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/95853 Title: Nautilus: too easy to move files/folders to Trash (single key press of "Delete") To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/95853/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1401909] Re: Segmentation fault (core dumped)
I've just started experiencing this issue in the last day or two. I have no clue what I did to break a previously working Synapse. I'm crushed by its loss. :( -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1401909 Title: Segmentation fault (core dumped) To manage notifications about this bug go to: https://bugs.launchpad.net/synapse-project/+bug/1401909/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1435555] Re: rhythmbox crashes on adding music to playlist
** Description changed: Linux Mint 17.1 Rebecca Was adding music to a playlist by single files instead of a bulk amount After a few songs added, rhythmbox crashed with (rhythmbox:7570): GLib-GObject-CRITICAL **: g_object_get: assertion 'G_IS_OBJECT (object)' failed *** Error in `rhythmbox': free(): invalid pointer: 0x7fe5f795dc7e *** the problem happened every time I attempted it. + + Rhythmbox version 3.0.2-0ubuntu2 -- 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/143 Title: rhythmbox crashes on adding music to playlist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/143/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1435555] [NEW] rhythmbox crashes on adding music to playlist
Public bug reported: Linux Mint 17.1 Rebecca Was adding music to a playlist by single files instead of a bulk amount After a few songs added, rhythmbox crashed with (rhythmbox:7570): GLib-GObject-CRITICAL **: g_object_get: assertion 'G_IS_OBJECT (object)' failed *** Error in `rhythmbox': free(): invalid pointer: 0x7fe5f795dc7e *** the problem happened every time I attempted it. ** Affects: rhythmbox (Ubuntu) Importance: Undecided Status: New ** Project changed: linuxmint => rhythmbox (Ubuntu) -- 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/143 Title: rhythmbox crashes on adding music to playlist To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/143/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 771272] Re: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched
You can automatically bypass gnome-keyring with the following shell snippet: export SSH_AGENT_PID=$(pgrep -ou $USER ssh-agent) export SSH_AUTH_SOCK="$(find -L /tmp -type s -user $USER -name 'agent.*' 2>/dev/null | head -1)" If you know where to stick it, at session startup, then it may serve as a workaround. Or you can place it in a script just wrapping ssh-add. I'm not sure if the gnome-keyring socket would still work for SSH once the key has been loaded. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/771272 Title: ssh-add does not handle ECDSA keys until ssh-agent exports are manually launched To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-keyring/+bug/771272/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1206945] Re: workspace switcher does not work with up/down arrow commands
I just upgrade to to saucy it it happened to me too -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/1206945 Title: workspace switcher does not work with up/down arrow commands To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1206945/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1064584] Re: Locked gnome session unlocks without password authentication
Same results for me. This is a security issue since it allows an unauthorized user with physical access to log into a sensitive account without a password. In my case, the 2nd user is not guest, but another user with a password. I'm using gdm and gnome-shell session. Ubuntu 3.5.0-21.32-generic 3.5.7.1 gnome-screensaver 3.6.0-0ubuntu2 upgraded to quantal on 2013-01-10 (7 days ago) = from dmsg: = [177116.024201] gnome-shell[31699]: segfault at 18 ip 7f63b1b32589 sp 7fff9c944778 error 4 in libgio-2.0.so.0.3400.1[\ 7f63b1afd000+14e000] [180247.845478] gdm-session-wor[29009]: segfault at c4 ip 7fa5c640a440 sp 7fff47482e28 error 4 in libaccountsservice.\ so.0.0.0[7fa5c63f5000+3d000] [180277.554761] gnome-shell[27368]: segfault at 0 ip 7fc894473589 sp 7fffe496b318 error 4 in libgio-2.0.so.0.3400.1[7\ fc89443e000+14e000] = from syslog: = Jan 17 07:54:32 workstation gnome-session[29039]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' faile\ d Jan 17 07:54:32 workstation gnome-session[29039]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed Jan 17 07:54:32 workstation goa[29335]: goa-daemon version 3.6.0 exiting [main.c:154, main()] Jan 17 07:54:33 workstation acpid: client 1736[0:0] has disconnected Jan 17 07:54:33 workstation acpid: client 28910[0:0] has disconnected Jan 17 07:54:33 workstation acpid: client connected from 1736[0:0] Jan 17 07:54:33 workstation acpid: 1 client rule loaded Jan 17 07:54:33 workstation gdm-simple-slave[28907]: GLib-GIO-CRITICAL: g_dbus_connection_unregister_object: assertion `G_IS_\ DBUS_CONNECTION (connection)' failed Jan 17 07:54:33 workstation gdm-simple-slave[28907]: GLib-GIO-WARNING: (/build/buildd/glib2.0-2.34.1/./gio/gdbusinterfaceskel\ eton.c:739):remove_connection_locked: runtime check failed: (g_dbus_connection_unregister_object (data->connection, data->reg\ istration_id)) Jan 17 07:54:33 workstation gdm-simple-slave[28907]: GLib-GObject-CRITICAL: g_object_unref: assertion `G_IS_OBJECT (object)' \ failed Jan 17 07:54:33 workstation gdm-simple-slave[28907]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' f\ ailed Jan 17 07:54:33 workstation gdm-simple-slave[28907]: GLib-GObject-CRITICAL: g_object_unref: assertion `object->ref_count > 0'\ failed Jan 17 07:54:33 workstation kernel: [180277.554761] gnome-shell[27368]: segfault at 0 ip 7fc894473589 sp 7fffe496b318\ error 4 in libgio-2.0.so.0.3400.1[7fc89443e000+14e000] Jan 17 07:54:33 workstation gnome-session[2959]: WARNING: Detected that screensaver has left the bus Jan 17 07:54:33 workstation gdm-password][2920]: GLib-GObject-CRITICAL: g_object_unref: assertion `G_IS_OBJECT (object)' fail\ ed Jan 17 07:54:33 workstation gnome-session[2959]: WARNING: Application 'gnome-shell.desktop' killed by signal 11 -- 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/1064584 Title: Locked gnome session unlocks without password authentication To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1064584/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 689426] Re: Confusing error message when an audio call fails
I am also having the exact same problem (with video calls too), but so far i havent found an actual solution though. i have very little intimate knowledge of computers in generall, so i'm limited to what i can copy and paste into the command line. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in ubuntu. https://bugs.launchpad.net/bugs/689426 Title: Confusing error message when an audio call fails -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 684516] Re: New indian rupee sign is not supported in gcalctool
** Changed in: gcalctool (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gcalctool in ubuntu. https://bugs.launchpad.net/bugs/684516 Title: New indian rupee sign is not supported in gcalctool -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 529479] Re: Quadrapassel - ClutterGLX-CRITICAL error
I have a similar problem. Quadrapassel doesn't starts normally cause it shows the screen late and works too slow (playing is imposible). The errors that Terminal provides are: (quadrapassel:5349): ClutterGLX-CRITICAL **: Unable to make the stage window 0x4a0002b the current GLX drawable (quadrapassel:5349): ClutterGLX-CRITICAL **: Unable to make the stage window 0x4a00046 the current GLX drawable Mi video card is: VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) In some other bug (572465) someone refers to this problem too, and post a temporaly solution: to run the game by command: CLUTTER_VBLANK=none quadrapassel This works, at least, on Intel graphic cards, although Terminal shows this message: (quadrapassel:5385): ClutterGLX-CRITICAL **: Unable to make the stage window 0x4a0002b the current GLX drawable (quadrapassel:5385): ClutterGLX-CRITICAL **: Unable to make the stage window 0x4a00046 the current GLX drawable Aparently, the problems seems to be solved by downgrading to clutter 1.0 -- Quadrapassel - ClutterGLX-CRITICAL error https://bugs.launchpad.net/bugs/529479 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-games in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 492649] Re: Laptop automatically suspends right after resume if power cable was disconnected before resuming
looks like the same bug as bug #480492, https://bugs.launchpad.net/ubuntu/+bug/480492 -- Laptop automatically suspends right after resume if power cable was disconnected before resuming https://bugs.launchpad.net/bugs/492649 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 403549] Re: nautilus crashed with SIGSEGV immediately after start up
The bug has persisted into alpha5 and it is happening every time I boot into Karmic alpha 5. Laptop ASUS Z53E -- nautilus crashed with SIGSEGV immediately after start up https://bugs.launchpad.net/bugs/403549 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 418427] [NEW] fixing sound issue with skype seems to have disabled all other sounds, i.e. music
Public bug reported: Binary package hint: rhythmbox 1) Ubuntu 9.04 2) ??? Most recent update package 3) Was expecting music 4) No sound despite timer continuing to go ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 ExecutablePath: /usr/bin/rhythmbox Package: rhythmbox 0.12.0-0ubuntu4 ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: rhythmbox Uname: Linux 2.6.28-15-generic i686 ** Affects: rhythmbox (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- fixing sound issue with skype seems to have disabled all other sounds, i.e. music https://bugs.launchpad.net/bugs/418427 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 418427] Re: fixing sound issue with skype seems to have disabled all other sounds, i.e. music
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/30795058/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/30795059/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/30795060/ProcStatus.txt -- fixing sound issue with skype seems to have disabled all other sounds, i.e. music https://bugs.launchpad.net/bugs/418427 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 233889] Re: nautilus cannot handle
Well, I had the same problema until a few minutes... I did everything you all say here. I unistalled libglib2.0-dev. I couldn't unistall libglib2.0 because allmost all packages depends on it. Later I move /usr/local just as Jason sugested, but nothing happened. The only difference is that when I make that process is that I can see my USB, but in Nautilus as a root. The packages I uninstalled are: libglib2.0-dev, libatk1.0-dev, libgtk2.0-dev, libpango1.0-dev, libqt4-dev y libqt4-opengl-dev, gettext, ardour, debhelper, denemo, intltool-debian, po-debconf y sweep In some point, this generate some problem with de OpenOffice and I had to install it again. This time is in english (I had it on spanish). Here is the link to my solution in the maillist of Ubuntu-ni: https://lists.ubuntu.com/archives/ubuntu-ni/2009-May/010528.html and the next message. Well, I reboot the system in recovery mode, according to the recommendation of Guillermo Belli and I checked the file system (fsck). Then I started in normal mode, and voilá: It works perfectly everything. My USB mounts automaticaly, I can go to /computer and /network and my Trash reappeared. Here is the other link of the solution proposed by Guillermo Belli at the same list: https://lists.ubuntu.com/archives/ubuntu- ni/2009-May/010480.html All links are in spanish. -- nautilus cannot handle https://bugs.launchpad.net/bugs/233889 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 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow
i am completely up-to-date but still having problems whenever the screen brightness changes, even if it's a manual change by me (i.e., using the Macbook brightness buttons) ... -- upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow https://bugs.launchpad.net/bugs/307306 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-desktop in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 246791] Re: when unplugging the sleep after x minutes on battery is activated inappropriately
Pedro, I can give you the missing information -- I also suffer from this issue, and I have my laptop to test with. Just tell me what information you want. The original description seemed lucid to me... ** Changed in: gnome-power-manager (Ubuntu) Status: Invalid => New -- when unplugging the sleep after x minutes on battery is activated inappropriately https://bugs.launchpad.net/bugs/246791 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 246791] Re: when unplugging the sleep after x minutes on battery is activated inappropriately
Pedro, what is the "information we need to investigate the problem"? -- that we need to test with the Intrepid Ibex live-CD and tell you what happens? Or were you referring to something else? -Isaac -- when unplugging the sleep after x minutes on battery is activated inappropriately https://bugs.launchpad.net/bugs/246791 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 277379] Re: Content of file with .theme extension is destroyed when renamed
This is absolutely a bug. It causes user data loss. An operating system does not get to have special file extensions that it reserves for itself, beyond the standard accepted ones. *.theme files are used by Drupal and probably many other applications for their own theming purposes, assuming that just because a file has this extension that it must be some sort of Ubuntu or Gnome or whatever theme file is incorrect behavior. Perhaps, if this behavior is desired for files that truly are of that theming format it should confirm that they actually contain the expected data format before changing it. -- Content of file with .theme extension is destroyed when renamed https://bugs.launchpad.net/bugs/277379 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 277379] Re: Content of file with .theme extension is destroyed when renamed
** Attachment added: "Screenshot showing Nautilus and terminal disagreeing on contentst of the folder" http://launchpadlibrarian.net/18151792/Screenshot-2.png -- Content of file with .theme extension is destroyed when renamed https://bugs.launchpad.net/bugs/277379 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 277379] Re: Content of file with .theme extension is destroyed when renamed
*** Missed a step to reproduce *** 1. Open Nautilus to home directory 2. Create a new file in Nautilus Right click -> Create Document -> empty file 3. Name the file foo.txt 4. Edit the file (double click) - add several lines of text. 5. *** Rename the file to foo.theme (Right click -> Rename) *** 6. Rename the file to foo.bar (Right click -> Rename) ** Attachment added: "UbuntuThemeFiles-after.png" http://launchpadlibrarian.net/18151730/UbuntuThemeFiles-after.png -- Content of file with .theme extension is destroyed when renamed https://bugs.launchpad.net/bugs/277379 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 277379] Re: Content of file with .theme extension is destroyed when renamed
** Attachment added: "Destroyed PHP file with .theme extension" http://launchpadlibrarian.net/18151609/chameleon.theme -- Content of file with .theme extension is destroyed when renamed https://bugs.launchpad.net/bugs/277379 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 277379] [NEW] Content of file with .theme extension is destroyed when renamed
Public bug reported: Binary package hint: nautilus I'm using Ubuntu 8.04, and doing some file work using Nautilus 2.22.3. If I rename a file that already has the .theme extension, it's contents are suddenly replaced. The file itself is however not actually renamed. I am attaching the destroyed file. The version of the file that's on the server is a few hundred lines long. Please note that while the upload is named "chameleon.theme" it shows in my system as lkbart.theme. Will attach screen shots to prove this. This doesn't happen when adding the .theme extension to a file that doesn't already have it. It doesn't appear to matter what you rename the file TO, if it HAD the .theme extension, it is destroyed. This is easy to recreate: 1. Open Nautilus to home directory 2. Create a new file in Nautilus Right click -> Create Document -> empty file 3. Name the file foo.txt 4. Edit the file (double click) - add several lines of text. 5. Rename the file to foo.bar Expect: file to be renamed and preserved as is. What happened: Contents of the file are replaced with INI formatted data. Sometimes the previous text is partially preserved at the bottom of the file - heavily truncated. Steps to confirm file is not actually renamed: 1. Open a new terminal. 2. CD to home directory 3. ls 4. foo.theme shows in the listing - foo.bar is not present. 5. cat foo.theme prints the INI formated data that Nautilus thinks is in foo.bar ** Affects: nautilus (Ubuntu) Importance: Undecided Status: Confirmed -- Content of file with .theme extension is destroyed when renamed https://bugs.launchpad.net/bugs/277379 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 220697] Re: users-admin won't add or delete users
I found that I was getting errors when running users-admin in terminal. (users-admin:*): Liboobs-CRITICAL **: create_dbus_struct_from_user: assertion `(login && password && homedir && shell)' failed (users-admin:*): Liboobs-CRITICAL **: Not committing due to inconsistencies in the configuration, this reflects a bug in the application After I uninstalled the Sabayon system administration tool functionality returned to the users-admin program again without generating errors. I am not sure what in the Sabayon code conflicts with the gnome users- admin tool. -- users-admin won't add or delete users https://bugs.launchpad.net/bugs/220697 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 198111] Re: Evolution and Google calendar
Slight variation to this bug... using Hardy, I can successfully view my own Google Calendar, but when I view the private .ics file of a friend by http://, Evolution only shows me initially the first few weeks of that calendar, even though there are entries for several months. After maybe 15 minutes it has downloaded some more, for ex. up until June, although there are entries in the calendar all year round. If I download the .ics file locally and use it as a local calendar, Evolution correctly shows me all the entries instantaneously. -- Evolution and Google calendar https://bugs.launchpad.net/bugs/198111 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 188007] Re: gconfd does not unblock signals properly
Hi Sebastien. I was fearing this answer :P Thing is upstream doesn't seem to be responsive at all, we even joined the #gnome-hackers IRC channel and were told that it's quite unlikely that anyone answers because gconf has no upstream maintainer. If something important breaks there somebody takes care of it, but it's not like there is somebody taking real care of it. I know this is a corner case, but it bites us. eBox (which we are trying to get into Ubuntu for Hardy) uses gconf as configuration backend. eBox is a web frontend for server configuration. apache2 blocks some signals and if gconfd is spawned from within apache2 it's not possible to terminate it gracefully. I realise that gconf is a quite critical component in Ubuntu, but the change is really small and not intrusive. In any case we have a relatively clean hack to deal with this issue in case gconf can't be patched in time for Hardy. Best regards -- gconfd does not unblock signals properly https://bugs.launchpad.net/bugs/188007 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 188007] Re: gconfd does not unblock signals properly
Here is a patch that fixes the problem by unblocking all the signals ** Attachment added: "unblock_signals.patch" http://launchpadlibrarian.net/11695872/unblock_signals.patch -- gconfd does not unblock signals properly https://bugs.launchpad.net/bugs/188007 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gconf in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 188007] [NEW] gconfd does not unblock signals properly
Public bug reported: Binary package hint: libgconf2-4 This bug has already been submitted to upstream, but they won't react: http://bugzilla.gnome.org/show_bug.cgi?id=505488 When gconfd-2 is started it does not unblock signals properly. This becomes an issue when the following two conditions are satisfied: - The gconf library is used from a process which has previously blocked some signals - The process is responsible for launching the daemon for first time. If that happens gconfd-2 will not receive some signals which are supposed to be delivered, such as SIGHUP, SIGTERM... Steps to reproduce: 1. kill any gconfd-2 process 2. use the library from a process which blocks signals like HUP, TERM 3. try to send SIGTERM or SIGHUP signals ** Affects: gconf (Ubuntu) Importance: Undecided Status: New -- gconfd does not unblock signals properly https://bugs.launchpad.net/bugs/188007 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gconf in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44728] Re: Gaim doesn't include SILC support
argh,why do I need to make a new bulky post every time I forget to mention sometime? these are the successful messages from `sudo pidgin` Public key has been saved into `/root/.silc/public_key.pub'. Private key has been saved into `/root/.silc/private_key.prv'. I'm on Gutsy x86 edition -- Gaim doesn't include SILC support https://bugs.launchpad.net/bugs/44728 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44728] Re: Gaim doesn't include SILC support
running pigdin from command-line, I get Could not create public key identifier: Success Could not create public key identifier: Success . sudo pidgin works to create keys... this seems to be a silc-toolkit problem? -- Gaim doesn't include SILC support https://bugs.launchpad.net/bugs/44728 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44728] Re: Gaim doesn't include SILC support
I applied the technique on the above-mentioned page to compile with SILC support, however, it has the permissions problem described here http://carnal0wnage.blogspot.com/2007/08/getting-silc-plugin-to-work- with-pidgin.html "Cannot create SILC key pair" -- Gaim doesn't include SILC support https://bugs.launchpad.net/bugs/44728 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 44728] Re: Gaim doesn't include SILC support
here's a fixed link: http://ubuntumagnet.com/2007/10/enabling-silc-support-pidgin-under- ubuntu-710-gutsy-gibbon -- Gaim doesn't include SILC support https://bugs.launchpad.net/bugs/44728 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a direct subscriber. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 144778] Re: evolution crashed with SIGSEGV in g_closure_invoke()
I had the same problem described. This fixed it. Copy publish-calendar.glade from /usr/share/evolution/2.12/glade -> /usr/lib/evolution/2.12/plugins > publish-calendar.glade is in /usr/share/evolution/2.12/glade, not the expected /lib/evolution/2.12/plugins. It appears as if [1] broke this. -- evolution crashed with SIGSEGV in g_closure_invoke() https://bugs.launchpad.net/bugs/144778 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 117830] Yup, close the bug
Thanks a lot, mpo. Nautilus doesn't hang. It becomes unresponsive. I've attached an strace output. Thanks again. ** Attachment added: "strace of nautilus generating a thumbnail for a very wide PNG" http://launchpadlibrarian.net/8802836/strace.log ** Summary changed: - Nautilus hangs when browsing high-res PNG + Nautilus becomes unresponsive when generating thumbnail for a very wide PNG ** Description changed: + (was titled "Nautilus hangs when browsing high-res PNG", this is not the + case) + Binary package hint: nautilus Steps to reproduce: Get a high resolution PNG image (like this one, 3840x2400, 5K: http://www.deviantart.com/download/56406804/WQUXGA_by_Isaac_Kx.png) Browse to the image's directory Hang. Sometimes the entire desktop hangs, and applications continue functioning normally, if it weren't that everything on the screen is not responding. -- Nautilus becomes unresponsive when generating thumbnail for a very wide PNG https://bugs.launchpad.net/bugs/117830 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 117830] Reproducing
Sorry I can't be more specific. I just browse to the directory containing the image, and it hangs. Is there any way to generate a crash report? -- Nautilus hangs when browsing high-res PNG https://bugs.launchpad.net/bugs/117830 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 117830] Re: Nautilus hangs when browsing high-res PNG
Reproduced Nautilus 1:2.19.6-0ubuntu1 (gusty) Attached an offending image, 12000px wide. Thanks for the reply, Pedro. Isaac ** Attachment added: "A very wide PNG image" http://launchpadlibrarian.net/8721025/very_wide.png -- Nautilus hangs when browsing high-res PNG https://bugs.launchpad.net/bugs/117830 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 117830] Nautilus hangs when browsing high-res PNG
Public bug reported: Binary package hint: nautilus Steps to reproduce: Get a high resolution PNG image (like this one, 3840x2400, 5K: http://www.deviantart.com/download/56406804/WQUXGA_by_Isaac_Kx.png) Browse to the image's directory Hang. Sometimes the entire desktop hangs, and applications continue functioning normally, if it weren't that everything on the screen is not responding. ** Affects: nautilus (Ubuntu) Importance: Undecided Status: Unconfirmed -- Nautilus hangs when browsing high-res PNG https://bugs.launchpad.net/bugs/117830 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for nautilus in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 70972] Sometimes three programs crash when closing up in Xubuntu
Public bug reported: I originally installed from the standard PowerPC Dapper LiveCD. I soon installed the xubuntu-desktop and switched to it as my default session. Sometimes three windows come up all at once saying programs crashed, namely, evolution-alarm-notify, update-notifier, and gnome-volume- manager. This has happened, not reliably, but several times both in Dapper and Edgy. It seems to happen when I'm closing stuff and shutting down my computer. This time (Edgy Xubuntu) (whose crash-logs will be attached) I had just closed two windows owned by separate instances of the program "Terminal". I didn't notice doing anything else particularly of note at that time, although I did have Thunderbird, Firefox, OpenOffice, and another Terminal instance also running at the same time. I don't know what evolution-alarm-notify or gnome-volume-manager are, or why they're running (since I don't exactly use GNOME or Evolution), but I think I know update-notifier -- the thing that sometimes appears in the GUI, even in Xubuntu, to make it easy to keep the system up to date. ** Affects: evolution (Ubuntu) Importance: Undecided Status: Unconfirmed -- Sometimes three programs crash when closing up in Xubuntu https://launchpad.net/bugs/70972 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs