[Bug 217713] Re: Inserting blank CD opens window on all users' desktops
Similar problems occur with any mounted volume. For example, as user A, insert a USB stick. With default settings, a Nautilus window will open on A's desktop (good); but Nautilus will also try and open a window for the new volume on B's desktop (bad), resulting in a dialog box reporting the lack of permissions. Plug in a camera: same thing -- eg, f-spot opens on both users' desktops to import the photos. (When using compiz with an nvidia driver, these windows on B's desktop appear white when B returns to his or her session; but that is a different issue.) Somehow, the system must know who is sitting at the keyboard and which session is active. Windows should not be opened on the desktops belonging to other sessions. -- Inserting blank CD opens window on all users' desktops https://bugs.launchpad.net/bugs/217713 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 276384] Re: Thinkfinger doesn't unlock keyring
The bug here seems to be the inability of gnome-keyring to work together with pam. It seems that pam is configurable to allow various different "secrets" to be used for tasks such as logging in. Thus, pam can be configured to allow either a fingerprint or a password or both, as sufficient verification for login. However, the gnome-keyring stands apart from this: the only thing secret that will unlock the keyring is the password for that keyring (at least as far as I understand). The security (or lack of) of fingerprint readers here is not the point. The same problem would apply to any other authentication method. -- Thinkfinger doesn't unlock keyring https://bugs.launchpad.net/bugs/276384 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 283811] Re: cups says "can't promp for authorization" when printing to my samba printer
I have this problem too, with a printer that does require authentication (attached to a remote windows machine on the network). The username and password are entered already in the printers.conf file, so no prompt should be needed; but I still get the dialog box saying "Can't prompt ... Printing Failed". The problem (as above) seems to be an incorrectly added line "AuthInfoRequired..." Here is the relevant snippet from /etc/cups/printers.conf in intrepid: AuthInfoRequired username,password Info Canon_inkjet_on_home_network Location DeviceURI smb://SomeUser:TopSecretPassword@/server/Canon-i950 State Idle StateTime 1227476815 Accepting Yes Shared Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 OpPolicy default ErrorPolicy retry-job The corresponding snippet in gutsy was essentially the same, except that the "AuthInfoRequired" line was absent. Commenting out the AuthInfoRequired line makes the printing work again. -- cups says "can't promp for authorization" when printing to my samba printer https://bugs.launchpad.net/bugs/283811 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 256429] Re: Intrepid regression: carriage-return required after finger scan
Marius: The extra "Enter" keypress that you describe may not be due to the modified package 0.3+r118-0ubuntu4~ppa1. See Bug #236344 in thinkfinger which seems (?) to describe the same problem with the unmodified package. -- Intrepid regression: carriage-return required after finger scan https://bugs.launchpad.net/bugs/256429 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 89261] Re: Notify user of other tty's when locking screen
I gave the information in comment 2 on how to reproduce this behavior, and nothing has changed. What other info is needed? To make it clear for Ubuntu 9.04, you can get a non-locked session (by design) by: 1. Install Ubuntu 9.04, create two users and log in. 2. Right-click on the user-switching panel applet, select "Preferences". 3. Uncheck the option "Lock the screen after switching users". 4. Switch users. This is only a wish-list item (and maybe it's only on my own wish-list ...) -- Notify user of other tty's when locking screen https://bugs.launchpad.net/bugs/89261 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 244356] Re: terminal output frequently not current or blank
I can confirm what I think is the same bug (but who knows). I cannot reproduce it by resizing the window, but the problem is reproducible with "ls". As jasonq describes, repeatedly using "ls" in gnome-terminal eventually leads to a window that is not correctly redrawn. (To reproduce this, I have to actually type "ls" repeatedly: using the up- arrow key to bring up the previous "ls" command in the terminal doesn't do it, in my experience.) I am using compiz (version 0.7.8-0ubuntu4.1) and the nvidia driver 180.22 from nvidia's website under Intrepid. My graphics card is an 8600 GT. I am attaching a screenshot of what gnome-terminal looks like when the problem occurs. There are several posts in the nvnews forums about what might be the same problem (with recent versions of the restricted driver). jasonq: were you using the nouveau driver to make the movie? ** Attachment added: "Screenshot of the bottom of a gnome-terminal, showing the problem." http://launchpadlibrarian.net/21783395/Screenshot.png -- terminal output frequently not current or blank https://bugs.launchpad.net/bugs/244356 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 389474] [NEW] gnome-sesion-canberra doesn't source ~/.gnomerc
Public bug reported: Perhaps this bug should be filed against gnome-session rather then gnome-session-canberra, but anyway: The file /etc/X11/Xsession.d/55gnome-session_gnomerc contains: # If we are running the GNOME session, source ~/.gnomerc BASESTARTUP=`basename "$STARTUP" | cut -d\ -f1` if [ "$BASESTARTUP" = gnome-session -o \ \( "$BASESTARTUP" = x-session-manager -a \ "`readlink /etc/alternatives/x-session-manager`" = \ /usr/bin/gnome-session \) ]; then GNOMERC=$HOME/.gnomerc if [ -r "$GNOMERC" ]; then . "$GNOMERC" fi fi So if the user is using gnome-session-canberra, then the user's .gnomerc file is not sourced. Perhaps this is by design; but I think the purpose of gnome-session-canberra was to omit the Ubuntu-specific modifications, not the user-specific modifications. ** Affects: libcanberra (Ubuntu) Importance: Undecided Status: New -- gnome-sesion-canberra doesn't source ~/.gnomerc https://bugs.launchpad.net/bugs/389474 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 389474] Re: gnome-sesion-canberra doesn't source ~/.gnomerc
Sorry: this bug is completely misplaced due to confusion between "canberra" and "stracciatella". I'll go and file a bug in the right place. ** Changed in: libcanberra (Ubuntu) Status: New => Invalid -- gnome-sesion-canberra doesn't source ~/.gnomerc https://bugs.launchpad.net/bugs/389474 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 158483] Re: evince mishandles duplex printing of multiple copies of PDFs with an odd number of pages.
This bug is *not* fixed. This still happens with Jaunty and with the current Karmic version (2.27.3 at present). Steps to reproduce: (1) Print two copies of a 3-page document from evince, collated, with duplex on. Expected results: you get four sheets of paper from your pinter, like so: First piece of paper: 1-2 Second piece of paper: 3-BLANK Third piece of paper: 1-2 Fourth piece of paper: 3-BANK Actual results: you get three sheets of paper from your printer, each printed on both sides, like so: First piece of paper: 1-2 Second piece of paper: 3-1 Third piece of paper: 2-3 The attribution to gnome-bugs #365332 seems to be incorrect. That gnome bug is do with the confusion over what "collate" means. The relevant gnome bug seems to be #455759, "Two copies and duplex printing don't work well together". -- evince mishandles duplex printing of multiple copies of PDFs with an odd number of pages. https://bugs.launchpad.net/bugs/158483 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 158483] Re: evince mishandles duplex printing of multiple copies of PDFs with an odd number of pages.
Bartek, you're right. I printed 3 pages of a longer document. Sorry about the mis-information. -- evince mishandles duplex printing of multiple copies of PDFs with an odd number of pages. https://bugs.launchpad.net/bugs/158483 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 367049] Re: notify-osd is very, very slow
I'm not sure if the following is the same slowness that the original bug describes, but I experience this. With Ubuntu 9.04 on Dell laptop with intel graphics, do the following: 1. Press and hold the "volume-up" button. Hold it long enough for the key auto-repeat to register more than 20 repeats, say. 2. Release the volume-up button. 3. Watch the volume on-screen-display. It slowly, slowly responds to each on one of those 20 repeats. Each response takes about 1/2 to 1 second. Each response is not smooth (the osd is supposed to "glow" up and down, but it changes in irregular steps). You can sit and watch it for 15 seconds. 4. During all this time "top" shows that notify-osd is using about 89% of one of the two CPU cores. This happens both with metacity and with compiz. It really makes the volume-control on my laptop completely unusable. The user needs to be able to press and hold the button and simply release the button when the volume is at the desired level. This is impossible because of the slow response to each key-repeat. -- notify-osd is very, very slow https://bugs.launchpad.net/bugs/367049 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 369017] Re: Sound notification and Mixer applet disagree on correct volume
In System->Preferences->Sound, select the "Devices" tab and then look at "Default Mixer Tracks" at the bottom. Select the correct device and then select "Master" in the list instead of (for example) PCM. This is what determines (I think) the device and track which is controlled by the volume control shown by notify-osd. -- Sound notification and Mixer applet disagree on correct volume https://bugs.launchpad.net/bugs/369017 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 108611] Re: acpi scripts are only called on events
This is the situation in intrepid, I think: The script /etc/acpi/power.sh seems to be called whenever the AC power is plugged in or removed, and it is also called at boot up (via the init script /etc/init.d/acpi-support) and when resuming from suspend. This is okay. However, the script /etc/acpi/power.sh checks whether the power state has actually changed, using the function checkStateChanged(). This function does "exit 0" if the state has not changed. If the state has changed, then the power.sh script runs all the scripts in either /etc/acpi/battery.d or /etc/acpi/ac.d, as appropriate. This works fine for plugging in and unplugging the power, and at resume from suspend. It does not work at boot time, however, because the checkStateChanged function is irrelevant at boot time. This is the thought behind msrgi's modification. I think a simpler way to deal with it is to change /etc/init.d/acpi-support by adding a line: case "$1" in start) log_begin_msg "Checking battery state..." if [ -f "$POWERSTATE" ]; then rm "$POWERSTATE"; fi /etc/acpi/power.sh .. etc The result should be that the init script will always call the scripts in either /etc/acpi/battery.d or /etc/acpi/ac.d on startup. -- acpi scripts are only called on events https://bugs.launchpad.net/bugs/108611 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 282453] Re: iwlagn (4965) poor wireless-N performance on Intrepid Beta
linux-backports-modules-2.6.27 does not seem to be the right package: as the second comment says, this problem appears in Ubuntu 8.10 (intrepid) without backports. I have the same experience: an Intel wifi "link 5300" card in my laptop, which connects usually at 54 Mb/s or sometimes 60 Mb/s to my wireless N router under Ubuntu 8.10. When using Windows Vista on the same machine, the connection speed is 130 Mb/s. (Of course, the actual transfer rates do not reflect these figures. The figure for Ubuntu is what is reported by ifwconfig. Signal strength is 100%, so that is not a problem.) -- iwlagn (4965) poor wireless-N performance on Intrepid Beta https://bugs.launchpad.net/bugs/282453 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 117736] Re: pam_mount unable to unmount needs root priv
This bug is affecting me when logging in via gdm in hardy. My home directory is encrypted in /dev/sda6. Steps to reproduce (after setting up pam_mount etc. in Ubuntu 8.04.1): 1. Log in as me (bill) via gdm. 2. Log out. 3. Log in as joe, a member of admin group. 4. As joe, do $ sudo mkdir /mnt/bills-secrets $ sudo mount /dev/mapper/_dev_sda6 /mnt/bills-secrets Actual results: the plain text partition is visible to bill. Expected results: when bill logs out, the crypto mapping is taken down. Other information: My /var/log/auth.log shows: > Nov 4 15:11:42 foo-machine gdm[6157]: pam_mount(pam_mount.c:624) unmount of /dev/sda6 failed I have also noticed that logout takes a few more seconds than expected when the home directory is mounted this way via encryption and pam_mount. Perhaps this delay is another symptom of the problem. The relevant line in my /etc/security/pam_mount.conf.xml is -- pam_mount unable to unmount needs root priv https://bugs.launchpad.net/bugs/117736 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 117736] Re: pam_mount unable to unmount needs root priv
Joachim, No, I'm sorry, I don't know if missing root permissions is the problem in my case. Maybe open files is the problem. (Perhaps I need to turn on debugging in pam_mount.conf.xml to find out.) -- pam_mount unable to unmount needs root priv https://bugs.launchpad.net/bugs/117736 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 39328] Re: Offer option to disable scroll wheel on task list
I also feel that this is a bad design, even for normal mouse use. It seems like "making the scroll wheel do something" just for the sake of it. There are other instances of this which *can* be turned off. For example, using the scroll wheel when the cursor is over the desktop switches desktops by default under hardy with compiz. (Actually, I think this is what the two previous comments are referring to, not the original bug.) This behavior is also very annoying to (some) touchpad users, but can be turned off in compiz settings. -- Offer option to disable scroll wheel on task list https://bugs.launchpad.net/bugs/39328 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 252012] Re: gnome-screensaver doesn't use fingerprint reader after suspend or hibernate
I can confirm this behavior on a Dell XPS M1330 with Ubuntu 8.04 preinstalled. The thinkfinger stuff is preinstalled, but suffers from this bug. -- gnome-screensaver doesn't use fingerprint reader after suspend or hibernate https://bugs.launchpad.net/bugs/252012 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 277083] [NEW] beagle-search dies when collapsing categories
Public bug reported: Binary package hint: beagle Using beagle 0.3.8-1ubuntu2, I do the following: 1. Launch beagle-search 2. Enter a search term like "ubuntu" or anything that is going to return some search hits. 3. The results are displayed in categories, under headings "Documents", "Conversations" and so on; and each heading has a little triangle next to it. Click on one of those little triangles. Expected results: The little triangles are supposed to "collapse" or "uncollapse" the listing of results in that category. Actual results: beagle-search immediately dies and the window disappears, when the triangle is clicked. This is 100% reproducible on my system. However, I am actually using hardy (Ubuntu 8.04), whereas the package is designed for intrepid. I have built the binary deb package from the package source under hardy. I cannot confirm whether the bug is present in intrepid. Here is the output that is seen when beagle-search is launched from the terminal and this bug is triggered: --- Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception. System.NullReferenceException: Object reference not set to an instance of an object at Beagle.Search.GroupView.OnCategoryToggle (ScopeType catScope) [0x0] at Beagle.Search.Category.OnActivated (System.Object obj, System.EventArgs args) [0x0] at GLib.Signal.voidObjectCallback (IntPtr handle, IntPtr data) [0x0] at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal) at GLib.Signal.voidObjectCallback(IntPtr handle, IntPtr data) at GLib.Signal.voidObjectCallback(IntPtr , IntPtr ) at Gtk.Application.gtk_main() at Gtk.Application.gtk_main() at Gtk.Application.Run() at Gnome.Program.Run() at Beagle.Search.Driver.Main(System.String[] args) -- ** Affects: beagle (Ubuntu) Importance: Undecided Status: New -- beagle-search dies when collapsing categories https://bugs.launchpad.net/bugs/277083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 277083] Re: beagle-search dies when collapsing categories
I can confirm now that this also happens on intrepid. (An installation of intrepid alpha-6, brought up to date as of October 2, with beagle_0.3.8-1ubuntu2.) -- beagle-search dies when collapsing categories https://bugs.launchpad.net/bugs/277083 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 270880] [NEW] High CPU when on another user's desktop
Public bug reported: Binary package hint: cairo-clock Steps to reproduce: 1. Log in as "User A" with gnome and compiz. 2. Launch cairo-clock. 3. Do a "Switch User" and start a session as "User B". 4. As "User B", run the "top" command in a terminal. Actual Results: The compiz process belonging to "User A" is using 67% of one core on my machine. Expected Results: The compiz process belonging to "User A" is using very little CPU. This is 100% reproducible on my setup, with Ubuntu 8.04 and cairo-clock 0.3.3-2 from the repositories. It also occured with Ubuntu 7.10. If you kill the cairo-clock process belonging to "User A" then the CPU usage of the compiz process drops to negligible size. I don't know if I should call this is a bug with cairo-clock, or compiz, or what. Certainly, the end result is that cairo-clock cannot really be used in an environment where user-switching is common. ** Affects: cairo-clock (Ubuntu) Importance: Undecided Status: New -- High CPU when on another user's desktop https://bugs.launchpad.net/bugs/270880 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 270880] Re: High CPU when on another user's desktop
I changed the affected package from cairo-clock to compiz, because I think that I get the same sort of behavior in other settings. For example, run Firefox and open a flash movie; then switch users. Instead of switching users, you can also get the same behavior by doing Ctl-Alt-F1 to get to a new tty. Running top in the new tty then shows compiz using a large share of CPU, if there is an application running such as cairo-clock or a flash video in compiz. ** Changed in: compiz (Ubuntu) Sourcepackagename: cairo-clock => compiz -- High CPU when on another user's desktop https://bugs.launchpad.net/bugs/270880 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 270880] Re: High CPU when on another user's desktop
I am using the version that ships in the Ubuntu hardy repostories: at present, compiz-core is version 0.7.4-0ubuntu7. -- High CPU when on another user's desktop https://bugs.launchpad.net/bugs/270880 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 114758] Re: k3b error when writing and verifying DVDs using slimline drive
This problem still exists in hardy. After the burn and before the verify, the disk tray opens (unless you use the workaround suggested in the previous post), and K3b then hangs, using 100% of one CPU core. The process has to be killed. -- k3b error when writing and verifying DVDs using slimline drive https://bugs.launchpad.net/bugs/114758 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 114758] Re: k3b error when writing and verifying DVDs using slimline drive
Perhaps I should have added to my previous comment: I am using amd64 ubuntu. The drive is a Dell-supplied TS-H653B and is an internal sata drive (I think). -- k3b error when writing and verifying DVDs using slimline drive https://bugs.launchpad.net/bugs/114758 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 282013] Re: Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag
This bug was not present in hardy (compiz-core 0.7.4-0ubuntu7) on my machine. It appears in intrepid (currently 0.7.8-0ubuntu4.1). -- Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag https://bugs.launchpad.net/bugs/282013 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 282013] Re: Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag
Another observation: I don't observe this bug if I select the "Normal" method of resizing windows (using ccsm, or with gconf-editor at /apps/compiz/plugins/resize/allscreens/options/mode). I observe the bug only when using one of the other resize modes ("Outline", "Rectangle" or "Stretch"). -- Resizing Nautilus window using drag handle, handle seems to be "lost" after first drag https://bugs.launchpad.net/bugs/282013 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 262758] Re: [Intrepid] Rendering errors on GM965 (Intel X3100)
*** This bug is a duplicate of bug 252094 *** https://bugs.launchpad.net/bugs/252094 Is this really a duplicate of bug 252094? Bug 252094 is about poor performance (framerates). This bug is about rendering errors. Bug 252094 was originally filed against hardy (Ubuntu 8.04.1). This bug describes a regression since hardy. -- [Intrepid] Rendering errors on GM965 (Intel X3100) https://bugs.launchpad.net/bugs/262758 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 264196] Re: [intrepid] keyboard Repeat Keys is failing to adjust
This bug was (for me) fixed upstream at https://bugs.freedesktop.org/show_bug.cgi?id=17500 I applied the patch from http://cgit.freedesktop.org/xorg/driver/xf86-input- evdev/patch/?id=ece72ce9e97adae23b1932dc1334f63669196d56 to the intrepid version of xserver-xorg-input-evdev. After restarting X, keyboard delay and repeat could once again be set using the gnome "Keyboard Preferences". I would also like to comment that neither the "xset" nor the "kbdrate" workarounds had any effect on the repeat rate on my system (a USB keyboard). I think (as others have said) that this bug should have a reasonably high priority: the inability to adjust the keyboard is a serious issue, and the workarounds only work in some cases. (As a side issue: applying this patch to xserver-xorg-input-evdev exposed me to the other bug: Left, Down and End keys not repeating. This I could work around using xset as suggested by Ricardo above.) -- [intrepid] keyboard Repeat Keys is failing to adjust https://bugs.launchpad.net/bugs/264196 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 330652] [NEW] Laptop LCD brightness settings remain in BIOS
Public bug reported: Binary package hint: acpi-support Steps to reproduce: 1. Buy a Dell XPS M1330 laptop and install Ubuntu 8.10. 2. Plug it into AC, turn on machine and press F2 to enter BIOS. 3. In BIOS make sure AC brightness is configured to max value (8). 4. Boot into Ubuntu, and use Fn-DownArrow to decrease brightness. 5. Restart and enter the BIOS again. Check the value for AC brightness. Expected results: AC brightness is back at 8. Actual results: AC brightness is set at a lower level in BIOS. Although the actual behavior is maybe the desired behavior in some uses, it causes problems for dual-boot systems. Windows Vista appears to handle brightness differently: on this machine, the value set in the BIOS is interpreted as a maximum in Vista, and the brightness hot-keys control the brightness within that smaller range. (So if AC brightness is set to 3 in the BIOS, then the hot-keys in Vista will cause the actual brightness to vary only in the range 0-3.) ** Affects: acpi-support (Ubuntu) Importance: Undecided Status: New -- Laptop LCD brightness settings remain in BIOS https://bugs.launchpad.net/bugs/330652 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 272093] Re: Intrepid: Unable to start the settings manager gnome-settings-daemon
I have what may be the same problem. I do not have libvisual-0.4-plugins installed, so this is not bug 287448. The symptoms are that, on login, the theme is wrong (an old-style default gnome look to controls and icon-set). I go to Preferences-->Appearance and get the message described in the bug title. Returning to the Appearance control panel a second time usually fixes the problem. I can usually trigger this bug by logging out and then logging in again as quickly as possible. If I wait a while at the login screen, then the bug does not show itself. (This is not 100%, and I'm not too sure.) I have experienced this on all three of my machines, all of which run intrepid. None of the machines showed this behavior with Hardy. Again this may be a different bug (themes versus fonts), but looks similar in some respects. -- Intrepid: Unable to start the settings manager gnome-settings-daemon https://bugs.launchpad.net/bugs/272093 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 209855] Re: Multi-line tooltips look like menus
The behavior of the tooltips in the Workspace Switcher, which prompted this bug report, was changed in libwnck 2.22.0-0ubuntu3 (if I understand right), because of bug LP #204994. So this bug is fixed now. -- Multi-line tooltips look like menus https://bugs.launchpad.net/bugs/209855 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 66634] OpenOffice thinks gnome is metacity
Public bug reported: Steps to reproduce: 1. Start a gnome session, and launch an oo.org application. Make sure that "Use OpenOffice.org dialogs" is not checked in the preferences. 2. Select "File-->Open" from the menu, and observe the gtk Open/Save dialog. Then close the oo.org application. 3. In a terminal, type "kwin --replace". 4. Launch the oo.org application a second time. Select "File-->Open" from the menu. Actual result: You see the OpenOffice.org Open/Save dialog. Expected result: You see the gtk Open/Save dialog. Possible explanation: openoffice.org-gtk is supposed to use gtk widgets "when running in a gnome session". However, the way it tests whether it is running in a gnome session seems to be to examine which window manager is running. So if you run a gnome session with the kwin window manager, openoffice.org decides (incorrectly) that you are not in gnome, and it therefore does not use the gtk widget. ** Affects: openoffice.org (Ubuntu) Importance: Undecided Status: Unconfirmed ** Description changed: + Steps to reproduce: + 1. Start a gnome session, and launch an oo.org application. Make sure that "Use OpenOffice.org dialogs" is not checked in the preferences. 2. Select "File-->Open" from the menu, and observe the gtk Open/Save dialog. Then close the oo.org application. 3. In a terminal, type "kwin --replace". 4. Launch the oo.org application a second time. Select "File-->Open" from the menu. Actual result: You see the OpenOffice.org Open/Save dialog. Expected result: You see the gtk Open/Save dialog. Possible explanation: openoffice.org-gtk is supposed to use gtk widgets "when running in a gnome session". However, the way it tests whether it is running in a gnome session seems to be to examine which window manager is running. So if you run a gnome session with the kwin window manager, openoffice.org decides (incorrectly) that you are not in gnome, and it therefore does not use the gtk widget. -- OpenOffice thinks gnome is metacity https://launchpad.net/bugs/66634 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58622] Re: compiz: firefox autoscrolling cursor leaves trailing marks
The same bug occurs using other composite managers, I think. At least, it happens for me using kwin (under gnome) with kompmgr (or whatever kwin's own composite manager is called). This happened under dapper, and still happens in edgy. As in the original report, it is some web sites (most?) but not all. -- compiz: firefox autoscrolling cursor leaves trailing marks https://launchpad.net/bugs/58622 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 63777] Lock Version not working
Public bug reported: Using Synaptic 0.57.8 in edgy, highlight a package in the main window, and then do "Package-->Lock Version" from the menu. The list is refreshed, but the status of the selected package is not changed: the package is not locked. Also, the file /var/lib/synaptic/preferences is not touched. This worked in dapper. ** Affects: synaptic (Ubuntu) Importance: Undecided Status: Unconfirmed -- Lock Version not working https://launchpad.net/bugs/63777 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 63777] Re: Lock Version not working
As far as I can tell, this happens for any package. Perhaps I should also clarify: when I wrote "the status of the selected package is not changed" in my original report above, what I mean is that the gui of Synaptic indicates that the status of the package is not changed (i.e. not locked or pinned). I haven't yet been able to observe whether Synaptic actually treats the package as pinned when a new version of the package becomes available. -- Lock Version not working https://launchpad.net/bugs/63777 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 63981] Duplicate config files are sourced by Xsession
Public bug reported: The Xsession script in /etc/X11/Xsession sources all the configuration files in the directory /etc/X11/Xsession.d. After upgrading dapper to edgy, that directory contains two differently-named versions (not exact duplicates) of several files. For example, the directory contains: 20x11-common_process-args 20xorg-common_process-args 30x11-common_xresources 30xorg-common_xresources 50x11-common_determine-startup 50xorg-common_determine-startup 90x11-common_ssh-agent 90xorg-common_ssh-agent 99x11-common_start 99xorg-common_start The ones with "x11" in their names are from the package "x11-common" I believe, while the ones with "xorg" in their names are from the package "xinit". The duplication of the ssh-agent script means (I think ...) that the $STARTUP command becomes $SSHAGENT $SSHAGENT $STARTUP which is not what is intended. I do not know if this duplication occurs with a clean installation of edgy. ** Affects: xorg (Ubuntu) Importance: Undecided Status: Unconfirmed -- Duplicate config files are sourced by Xsession https://launchpad.net/bugs/63981 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 63981] Re: Duplicate config files are sourced by Xsession
I just tried the edgy Knot 3 live CD. In the livecd filesystem, the above duplication does not occur: only the conf files with "x11" in their name appear in the directory /etc/X11/Xsession.d. I guess that the duplicate "xorg" files were placed their by an earlier version of the package xinit (?) and were not removed by the edgy update. At any rate, I have the following: dapper - has only the "xorg" named files Knot 3 - has only the "x11" named files upgrade - leaves both "xorg' and "x11" -- Duplicate config files are sourced by Xsession https://launchpad.net/bugs/63981 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 64184] HOSTNAME not set
Public bug reported: In the dash shell, the environment variable HOSTNAME is not set. For example, the script #! /bin/sh echo ${HOSTNAME} will correctly return the hostname of the machine if /bin/sh is linked to bash, but not if it is linked to dash. This causes some scripts which rely on HOSTNAME to fail (see also Bug #61463). For example, the sample scripts that appear in the man page of keychain all rely on HOSTNAME. ** Affects: dash (Ubuntu) Importance: Undecided Status: Unconfirmed -- HOSTNAME not set https://launchpad.net/bugs/64184 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 63981] Re: Duplicate config files are sourced by Xsession
I can confirm now this is reproducible with a default upgrade. Steps to reproduce: 1. install Ubuntu 6.06 (dapper) from the live CD. 2. Update daper to latest dapper packages and reboot. 3. Upgrade to edgy using "update-manager -c -d". 4. Reboot. 5. Start a gnome session, open a terminal and type: pgrep -c ssh-agent Actual result: 2 Expected result: 1 The cause is the duplicate file in Xsession.d. -- Duplicate config files are sourced by Xsession https://launchpad.net/bugs/63981 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 149420] Re: Cannot select different decorator if emerald is installed
The present behavior is at odds with comments on Bug #128557. -- Cannot select different decorator if emerald is installed https://bugs.launchpad.net/bugs/149420 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 149420] Cannot select different decorator if emerald is installed
Public bug reported: Binary package hint: compiz Steps to reproduce: 1. Install Ubuntu on a machine capable of desktop effects 2. sudo apt-get install emerald 3. Log in Actual results: You get emerald as your window decorator Expected results: Same as actual results, perhaps; but there needs to be a way to choose gtk-window-decorator instead. As I understand it, gtk-window-decorator is preferred as default because it is better supported and because it gives the user the same-looking window decorations as metacity. The wrapper script "compiz" in the compiz-core package (if I read it correctly) forces emerald on the user if the emerald binary exists. The only way to get back to gtk-window- decorator is to manually do "gtk-window-decorator --replace" after launching compiz. ** Affects: compiz (Ubuntu) Importance: Undecided Status: New -- Cannot select different decorator if emerald is installed https://bugs.launchpad.net/bugs/149420 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 151679] No schema files installed for fusion plugins
Public bug reported: Binary package hint: compiz-fusion-plugins-main Using gutsy (release candidate) on a fresh default install: the various compiz packages do not install schema files in /usr/share/gconf/ for the compiz plugins belonging to compiz-fusion-plugins-main or compiz-fusion- plugins-extra. As a consequence, the various options for these plugins are not visible in gconf-editor. By contrast, the plugins that are shipped in the compiz-plugins binary package have their schema files installed (by the package compiz-gnome). Steps to reproduce: 1. Install gutsy. 2. ls /usr/share/gconf/compiz-*.schemas Actual results: /usr/share/gconf/schemas/compiz-annotate.schemas /usr/share/gconf/schemas/compiz-blur.schemas ... Expected results: /usr/share/gconf/schemas/compiz-addhelper.schemas /usr/share/gconf/schemas/compiz-animation.schemas /usr/share/gconf/schemas/compiz-annotate.schemas /usr/share/gconf/schemas/compiz-bench.schemas /usr/share/gconf/schemas/compiz-blur.schemas ... (Not sure if this bug should be against compiz-gnome, compiz-fusion-plugins-* or what.) ** Affects: compiz-fusion-plugins-main (Ubuntu) Importance: Undecided Status: New -- No schema files installed for fusion plugins https://bugs.launchpad.net/bugs/151679 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 139669] Re: rapidly creating many windows (dialogs) crashes compiz
I can confirm this sort of thing. Open a terminal and do: for i in `seq 1 300` ; do ( zenity --info & ) ; done If compiz is running, you will eventually get back to the gdm login screen in a new X. If metacity is the window manager, things are okay. (In either case, the terminal reports errors from Xlib -- "maximum number of clients reached" -- but the X crash is only in compiz.) I am running with nvidia-glx-new and the gutsy release-candidate. -- rapidly creating many windows (dialogs) crashes compiz https://bugs.launchpad.net/bugs/139669 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109729] Re: Inappropriate --replace option at startup
" ... the old one will be killed, and a new one will start." I understand that; but the issue is that the new one will exit when the session that launched it ends. So if the user does this: 1. Start session A 2. Start session B 3. Log out session B 4. Return to session A then at step 4 there is no beagled running (I think). The beagled that was launched in session A got killed when session B started. The beagled which was launched by session B got killed at step 3. At step 4, both beagled's ar gone. -- Inappropriate --replace option at startup https://bugs.launchpad.net/bugs/109729 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 147919] tracker ignores gconf settings for thumbnailers
Public bug reported: Binary package hint: tracker In gconf, under /desktop/gnome/thumbnailers/[EMAIL PROTECTED], I have "enabled=False". When using tracker, if I enable tracker's option to generate thumbnails, tracker ignores this gconf setting: it creates thumbnails for pdf files. Steps to reproduce: 1. In gconf-editor, navigate to desktop/gnome/thumbnailers/[EMAIL PROTECTED] and uncheck the "enabled" setting. 2. In tracker, enable thumbnail generation. 3. Create a pdf file. Actual results: Nautilus displays a thumbnail for the pdf (generated during tracker's crawl.) Expected results: no thumbnail is generated, and the pdf document icon is shown. ** Affects: tracker (Ubuntu) Importance: Undecided Status: New -- tracker ignores gconf settings for thumbnailers https://bugs.launchpad.net/bugs/147919 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 145212] Thumbnails on desktop not showing
Public bug reported: Binary package hint: nautilus I am using gutsy. I have four image files on my desktop (jpeg and png). Sometimes Nautilus shows these as thumbnails, as it should. Sometimes they revert to the icon which usually means "thumbnail generation in progress" -- i.e. a document icon with an orange "timer" in the bottom corner. If I do not click on the icon, the thumbnail will not return: the icons remain as the "in progress" icons indefinitely. In standard Nautilus folder windows, this is not a problem: although fetching the thumbnails is sometimes slow, they always arrive. The problem seems to be specific to the display of the desktop. Even when the thumbnails are displayed for image files on the desktop, they sometimes revert to the "in progress" icon; and I don't know what triggers this. ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New -- Thumbnails on desktop not showing https://bugs.launchpad.net/bugs/145212 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 217713] [NEW] Inserting blank CD opens window on all users' desktops
Public bug reported: Binary package hint: hal With current Hardy (April 15 2008): Set up A's preferences so that Brasero is opened automatically when a blank CD is inserted (I think this is the default). The try the following: 1. Login as user A. 2. Switch user and login as B. 3. Insert a blank CD. 4. Continue as B, burn a CD, whatever. 5. Return to A's desktop, via switch user. Actual results: On A's desktop, Brasero is open. Expected results: No Brasero for A, because it was user B who inserted a blank CD. (Don't know if hal is the right package.) ** Affects: hal (Ubuntu) Importance: Undecided Status: New -- Inserting blank CD opens window on all users' desktops https://bugs.launchpad.net/bugs/217713 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 217713] Re: Inserting blank CD opens window on all users' desktops
Should have added: a similar thing occurs with remote logins via nx, for example. Also, although I can't check just now, I think this is a regression since gutsy (I may be wrong). -- Inserting blank CD opens window on all users' desktops https://bugs.launchpad.net/bugs/217713 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 176589] Re: compiz randomly freezes X
I get a freeze like the one described in this bug only when enabling certain compiz features (though of course, it may be that these features only make the frequency of the freeze much larger, so as to be noticeable). My configuration of choice for compiz has the Animation plugin enabled, and the Focus Amination set to "Dodge", with a particular regexp to select which windows to apply this effect to. With this config, if I open a lot of windows and click between them at random, compiz always eventually freezes at 100% cpu, with only the mouse moving. If I disable the Animation plugin, I can't reproduce the freeze (or not yet anyway). I am using and nvidia card with the 169.12 driver and a hardy installation which is up-to-date on April 21. -- compiz randomly freezes X https://bugs.launchpad.net/bugs/176589 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 189329] Re: Undesirable focus while closing or minimizing
The behavior reported in the bug is still there. I think compiz may be a little faster now (on my machine), so that the back-and-forth switch of focus is less noticeable; but it still happens every time, as far as I can see. As I said in the first report, the difficulty with "fixing" this bug is the question of the compiz animations: if there is an elaborate animation for the minimize effect, one would want that animation to occur for the window being minimized, *behind* the frontmost window (which remains focused). I know nothing about it, but I imagine this might be difficult. -- Undesirable focus while closing or minimizing https://bugs.launchpad.net/bugs/189329 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 224340] Re: Ubuntu 8.04 server kernel / Xen enabled / Nvidia problem
*** This bug is a duplicate of bug 107814 *** https://bugs.launchpad.net/bugs/107814 The source package for linux in Ubuntu 8.04 for i386 has the following line in the file ./debian/confi/i386/config.server: CONFIG_XEN=y The corresponding config file for amd64 does not have this line. I don't know anything about this: maybe it is intentional and not a bug. But it means that the server flavor kernel on the i386 architecture is recognized as a xen kernel (but not on the amd64 architecture). This is why the nvidia binary installer refuses to install on the server kernel in i386. This is certainly not a duplicate. -- Ubuntu 8.04 server kernel / Xen enabled / Nvidia problem https://bugs.launchpad.net/bugs/224340 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 160264] Re: [nvidia] compiz displays white screen when locked
Here is a simple way to reproduce this bug (also confirming Andrey's earlier comment that this bug is exhibited by any window that is opened while a VT is inactive). Steps to reproduce (in a system with nvidia driver and compiz enabled): 1. Login. 2. Open a terminal and do "sleep 15 && zenity --question" 3. Hit Ctrl-Alt-F1 to get to a console. 4. Count to fifteen, slowly. 5. Hit Ctrl-Alt-F7 to get back to you gui session. Expected result: zenity should have put up a question dialog-box. Actual result: zenity's dialog-box is white. A screen-shot is attached ** Attachment added: "Screenshot of a zenity dialog box, drawn white." http://launchpadlibrarian.net/13991154/screenshot1.png -- [nvidia] compiz displays white screen when locked https://bugs.launchpad.net/bugs/160264 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 42571] Re: eog won't delete images on different volume
To clarify this: I think eog is doing all it can. Since the original bug report, the name of the trash file has changed in recent gnome. But this is what eog does, I think, assuming that the images to be deleted are on a different volume than /home and that the users uid is 1000: (A) If the trash directory .Trash-1000 exists at the top level of the volume, move the image to .Trash-1000 (B) If the trash directory .Trash-1000 does not exist at the top level of the volume, try and create it. (C) If the user does not have permission to create it, then fail. Nautilus does essentially the same thing. The between eog and nautilus is that, if failure occurs, nautilus will offer to "delete the file immediatley" (instead of moving to trash). Perhaps eog should do the same. Apart from this detail, my guess is that there is no fix for this: it's just how the trash works in gnome (but I'm not an expert). -- eog won't delete images on different volume https://bugs.launchpad.net/bugs/42571 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 130450] Re: compiz-fusion does not start on login
Supposing that the wrapper is called "compiz" and the binary is called "compiz.real", then this can be fixed be ensuring that the wrapper script ends with something like exec -a compiz compiz.real $OPTIONS ... This will exec the binary compiz.real, but compiz.real will run with its progname set to "compiz". That way, the session code in compiz.real will be fooled into telling the session manager to relaunch "compiz" (the wrapper) instead of "compiz.real" (the binary). -- compiz-fusion does not start on login https://bugs.launchpad.net/bugs/130450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 130450] Re: compiz-fusion does not start on login
I didn't realize it was a bash-ism. Is it not allowed to begin the script with #!/bin/bash ? -- compiz-fusion does not start on login https://bugs.launchpad.net/bugs/130450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131592] Session manager doesn't see compiz wrapper
Public bug reported: Binary package hint: compiz-core I'm not sure about the following, but here goes. The skeleton of compiz.wrapper (which is the script that becomes "compiz") looks like this: ENV="foo=bar" export $ENV compiz.real $OPTIONS || $FALLBACK compiz.real connects to the session manager, so that (under some circumstances) the session manager may restart compiz.real (though I don't know under what circumstances). There is a potential problem here, in that the session manager will relaunch compiz.real using the command "compiz.real $OPTIONS" (see the function setCloneRestartCommand() in src/session.c). If this occurs, then compiz.real will be relaunched *without* inheriting the environment variables in $ENV. The result of relaunching compiz.real without the $ENV environment variables will be either reduced performance (e.g. in the case of nvidia without "__GL_YIELD=NOTHING") or just a failure. ** Affects: compiz (Ubuntu) Importance: Undecided Status: New -- Session manager doesn't see compiz wrapper https://bugs.launchpad.net/bugs/131592 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131584] compiz.wrapper not pretty with bash
Public bug reported: Binary package hint: compiz The way "echo" is used in compiz.wrapper assumes that /bin/sh is dash. If /bin/sh is linked to bash, as it needs to be for some users, then the output of the "verbose" function in compiz.wrapper puts "\n" in the output instead of a newline. The reason is the different way that dash and bash treat echo "\n" The result is that the verbose output is very hard to read. ** Affects: compiz (Ubuntu) Importance: Undecided Status: New -- compiz.wrapper not pretty with bash https://bugs.launchpad.net/bugs/131584 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 99316] Re: HP LaserJet P2015 not printing with Postscript driver
I had this problem with the same printer. The problem went away when I installed a modified PPD file, with the changes described in the "User Notes" at http://openprinting.org/show_printer.cgi?recnum=HP-LaserJet_P2015 -- HP LaserJet P2015 not printing with Postscript driver https://bugs.launchpad.net/bugs/99316 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1828] Re: star installs gnutar which isn't GNU tar.
When building Firefox directly from Mozilla's source, the presence of this gnutar (i.e. star) causes "make package" to fail: an emtpy tar.bz2 file is created. -- star installs gnutar which isn't GNU tar. https://bugs.launchpad.net/bugs/1828 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 189329] [NEW] Undesirable focus while closing or minimizing
Public bug reported: Binary package hint: compiz Compiz behaves slightly differently than metacity in the following situation: 1. Open a window (e.g. gnome-terminal). 2. Open a second window. 3. Make sure the second window has focus and that the close-button of the first window is visible. 4. Click on the close button on the title bar of the first (un-focused) window. Actual results: The un-focused window comes into focus in response to the click before closing. Expected results: The un-focused window quietly closes, remaining behind the second, focused window. The latter behavior is what metacity does, and it looks much cleaner. The same thing happens with the minimize button. I imagine there may be difficulties making compiz behave this way if wants to use animations for "close" and "minimize": one would want the animations to occur behind the focused window. I am using Ubuntu 7.10 with a pretty-much default (?) installation of compiz and compiz-fusion-plugins. ** Affects: compiz (Ubuntu) Importance: Undecided Status: New -- Undesirable focus while closing or minimizing https://bugs.launchpad.net/bugs/189329 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 187523] [NEW] dovecot created 15 copies on moving mail
Public bug reported: Binary package hint: dovecot I use dovecot running locally in Ubuntu 7.10, with mail stored in maildir format. Connecting with Thunderbird as mail client, I moved about 1500 mail messages from one folder to another, using Thunderbird's menus. A week later, I noticed that this had created 15 copies of each moved message in the target folder. I will attach the error log from the machine on which dovecot is running. ** Affects: dovecot (Ubuntu) Importance: Undecided Status: New -- dovecot created 15 copies on moving mail https://bugs.launchpad.net/bugs/187523 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 187523] Re: dovecot created 15 copies on moving mail
Error log from date of move. ** Attachment added: "mail.err.0" http://launchpadlibrarian.net/11667456/mail.err.0 -- dovecot created 15 copies on moving mail https://bugs.launchpad.net/bugs/187523 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 187523] Re: dovecot created 15 copies on moving mail
I noticed it first in the maildir directory on the server. (More precisely, I used Beagle to find an old email, and got fifteen identical-looking hits; Beagle indexes the maildir directories.) Here is a nippet of a directory listing of the maildir directory (with username altered): -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201125476.P31235Q2401.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201125934.P32064Q2399M292117.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126056.P32176Q2399M663713.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126119.P32292Q2399M53378.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126183.P32398Q2399M405958.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126245.P32431Q2399M29147.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126310.P32464Q2399M654322.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126376.P32491Q2399M515468.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126440.P32502Q2399M443584.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126502.P32514Q2399M121280.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126566.P32524Q2399M550663.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126628.P32542Q2399M511657.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126692.P32557Q2399M170104.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201126818.P32580Q2399M953524.trefoil:2,S -rw--- 1 johnp johnp3820 2006-11-27 14:36 1201127138.P32694Q2399M942414.trefoil:2,S The above 15 entries are all copies of the same message. The modification date of the directory coincides with the "changed" date of these entries (Jan 23 2007), which is the date of the entries in the error log on the server. I understand that this could be a thunderbird bug. I just noticed a attached the wrong log file above. I'll attach the correct log file showing the imap errors. ** Attachment added: "Correct error log." http://launchpadlibrarian.net/11676096/mail.err.0 -- dovecot created 15 copies on moving mail https://bugs.launchpad.net/bugs/187523 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 124519] Re: need to add max texture size check
I am in a similar situation to Pitabred. I have a nvidia 6200-based AGP card, with 256 MB of ram on the card. My screen is 1280x1024. The new compiz wrapper script bails out: Comparing resolution (1280x1024) to maximum 3D texture size (512): Failed. Yet (without this check), compiz nevertheless runs fine, as it has done for ages now. It seems that this check is incorrect. This card is quite capable of running compiz. -- need to add max texture size check https://bugs.launchpad.net/bugs/124519 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 141500] compiz doesn't notice change of mouse pointer theme
Public bug reported: Binary package hint: compiz Steps to reproduce (with gutsy updated on 2007-9-21), using compiz- fusion: 1. Go to System->Preferences->Appearance->Theme->Customize and select the "Pointer" tab. 2. Select a different mouse pointer theme than the one you have been using. 3. Use the mouse to drag a window around the screen by its title bar. Expected results: The mouse cursor displays a "hand" from the newly selected pointer theme while dragging. Actual results: The mouse cursor displays a "hand" from the previously selected pointer theme while dragging. Additional remark: This bug does not arise when using metacity in place of compiz. I have found this sort of bug mentioned in forums elsewhere, but couldn't find it here in launchpad, hence this bug report. ** Affects: compiz (Ubuntu) Importance: Undecided Status: New -- compiz doesn't notice change of mouse pointer theme https://bugs.launchpad.net/bugs/141500 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 133448] Re: [gutsy] The icon when updates are available is blurred
In feisty, the icon looks much better. I think it is the same icon; but in feisty it is not scaled up to a larger size. In gutsy, the scaling makes it look blurred. Perhaps there is more/better artwork for this icon in the works; but if not, can it revert to feisty's behavior? The scaled icon looks really bad. -- [gutsy] The icon when updates are available is blurred https://bugs.launchpad.net/bugs/133448 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 49890] Re: USB drive not detected if booted with drive connected
I have what I think may be the same problem, though in my case it is not 100% reproducible. Steps to reproduce my situation: 1. Format an external USB drive, with a partition (ext3 in my case) and a volume label "foo" for that partition. 2. Turn off the computer, connect the USB drive, power it on, and boot the PC (into Ubuntu 7.10 in my case). 3. See whether hal has picked up the existence of the external usb disk by doing: hal-find-by-property --key volume.label --string "foo" Actual results: Sometimes (not always) a blank. Expected results: something like /org/freedesktop/Hal/devices/volume_uuid_5e69384_ Other remarks: In all other respects, hal is working normally. Also, the label "foo" does appear correctly in /dev/disk/by-label/ and the disk is mountable, using the mount command. Finally, if hal is restarted later, using "sudo invoke-rc.d hal restart", then the USB disk is correctly detected by hal. I wonder if this happens due to a timing issue: in gutsy, hal is started earlier in the boot process than it was in feisty. Perhaps the USB disk is not detected because something is not ready when the hal daemon starts. -- USB drive not detected if booted with drive connected https://bugs.launchpad.net/bugs/49890 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 153045] Re: Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion
When using stojic's excellent workaround in Mathematica 6, I found that the Notebook windows don't have a minimize or maximize button on the titlebar. Selecting "Generic" instead of "ThinFrame" under Window Properties worked better for me: I got my taskbar buttons back. -- Ubuntu 7.10: Mathematica and Matlab conflict with Compiz-fusion https://bugs.launchpad.net/bugs/153045 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 209779] [NEW] Toolbars have no horizontal dividers with Clearlooks or Murrine
Public bug reported: Binary package hint: firefox-3.0 Using Human-Murrine or Human-Clearlooks with Firefox 3.0~b4 in Hardy, the menu-bar, location-bar and bookmarks-bar are all missing the expected horizontal dividers. In particular, there is no divider drawn to provide a contrasting edge between the content of the web page and the bookmarks bar above it. This is particularly unfortunate when the background color of the web page closely matches the background gtk color for windows, as the division between the web page content and the toolbars becomes completely lost. I am attaching a screenshot showing this. This problem does not occur with the Ubuntulooks engine. Also, it does not occur with Firefox 2.0. ** Affects: firefox-3.0 (Ubuntu) Importance: Undecided Status: New -- Toolbars have no horizontal dividers with Clearlooks or Murrine https://bugs.launchpad.net/bugs/209779 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 209779] Re: Toolbars have no horizontal dividers with Clearlooks or Murrine
** Attachment added: "Screenshot of toolbars and blank web page with no dividers." http://launchpadlibrarian.net/12997423/screenshot1.png -- Toolbars have no horizontal dividers with Clearlooks or Murrine https://bugs.launchpad.net/bugs/209779 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 209855] [NEW] Multi-line tooltips look like menus
Public bug reported: In Hardy, some items on the bottom panel have tooltips which have more than one line and which look like menus. These are (1) the tootip for the "Show Desktop" icon, and (2) the tooltip for the workspace switcher applet. In both cases, because they look like menus, the user (or at least, this user) is tempted to click the items. Eg, for the case of the "workspace switcher" tooltip, I try to click on "Go to left workspace". This fails of course, as the tooltip just fades away. I don't have a suggestion of how to "fix" this for the "workspace switcher". For the "Show Desktop" tooltip, I think a simpler tooltip would suffice, with just the words "Minimize visible windows" (and without the icon). ** Affects: ubuntu Importance: Undecided Status: New -- Multi-line tooltips look like menus https://bugs.launchpad.net/bugs/209855 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 203513] Re: [Hardy] display doesn't go to sleep after today's gnome-power-manager update
I downloaded and compiled the most recent Gnome source for gnome-power- manager (version 2.23.1 in trunk), and this fixed the problem for me. So, unless this is a quirk of the build process, it seems that this bug is somehow fixed upstream. But I couldn't find any reference to it. Also, there is a duplicate of this bug at #207553. -- [Hardy] display doesn't go to sleep after today's gnome-power-manager update https://bugs.launchpad.net/bugs/203513 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 188226] Re: Kernel should use CONFIG_FAIR_CGROUP_SCHED
A situation for which the currently configured kernel is poor is the following: - a single-user desktop machine - runs a scripted daily backup using, eg, tar and bz2 compression. The backup script needs to run as root, to access files system wide. Because of the compression stage, the backup script is CPU intensive. The user's script runs with a large "nice" value. In the present configuration, although the user's desktop remains responsive while the backup runs, the backup process running as root takes a significant share of the CPU time, and affects any CPU-intensive task the user is running. If the kernel is recompiled with CONFIG_FAIR_CGROUP_SCHED, then the "nice" value has the desired effect and the backup script is unobstrusive. I have verified this using hardy's 2.6.24-10-generic. Recompiling with CONFIG_FAIR_CGROUP_SCHED greatly increased the CPU share that the user's processes were given while the backup was running. Anyway, the point of this post is to point out that things like boinc are far from the only cases where the present config has a downside. And unlike the boinc case, a systemwide backup cannot so easily be run as another user. -- Kernel should use CONFIG_FAIR_CGROUP_SCHED https://bugs.launchpad.net/bugs/188226 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 207573] Re: Computer icon cannot show contents when opened
This happens to me as well (with hardy 8.04 updated on March 26). This was a system upgraded from gutsy. Opening the "computer" location in Nautilus works for a while. But after a while, it just stalls, as described. Changing *anything* seems to fix it temporarily: eg, inserting a CD in the drive, or mounting/unmounting a share -- things that would show up in the "Computer" window in Nautilus. -- Computer icon cannot show contents when opened https://bugs.launchpad.net/bugs/207573 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 207816] [NEW] Upgrade leaves stale .Trash contents
Public bug reported: Binary package hint: nautilus With hardy, the contents of the trash is at ~/.local/share/Trash, but users who upgrade from gutsy may still have files in the old location, ~/.Trash. There are two issues here: first, these files appear to be "lost" to the user. Users expect to be able to recover stuff from the Trash, and may be dismayed to find that after the files which they expect to be in the Trash are "no longer there". (That is to say, when they open the Trash, they won't see the old contents that is hidden away in ~/.Trash -- their files appear to be gone forever.) The second issue is that the contents of ~/.Trash may be consuming disk space that is not recovered by "emptying the trash" (because emptying the trash only empties the new trash). (I don't know if "nautilus" is the appropriate package -- sorry.) ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New -- Upgrade leaves stale .Trash contents https://bugs.launchpad.net/bugs/207816 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 207910] [NEW] Tomboy leaves passwords in log file
Public bug reported: Binary package hint: tomboy Tomboy writes a log file at ~/.tomboy.log. If the user is using webdav to synchronize notes to a server, then the log file contains the full command-line for "wdfs", including the user's password. Although the permissions on the file are -rw-r-, this still seems like poor security. If tomboy is launched from the command-line, then the password also appears in the terminal. For clarification: (1) tomboy does require that the password be stored in the user's keyring, in such a way that it is unlocked at login. So anyone who has access to the user's gnome desktop has access to the plaintext password anyway (just open up "seahorse", and view the password). But still, the user shouldn't expect the password to be written to disk. (2) wdfs is (I think) not part of the ubuntu distribution yet, so this functionality is not available in tomboy in a default install. Only users who seek out wdfs are affected. ** Affects: tomboy (Ubuntu) Importance: Undecided Status: New -- Tomboy leaves passwords in log file https://bugs.launchpad.net/bugs/207910 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 207922] [NEW] Nautilus opens browser for Tomboy's sync
Public bug reported: When using the Synchronization facility in Tomboy, a mount is created with sshfs or wdfs. In either case, Nautilus will automatically open a window if the preference "Browse media when inserted" is checked in Nautilus. (I believe this is the default.) The mount also appears in the "Computer" places in Nautilus. The synchronization that Tomoby does is supposed to be happening in the background, and the user should not see the (incomprehensible) contents of the mounted directory. I don't know whether this should be fixed in Tomboy, or in hal, or where. Certainly, Nautilus shouldn't be led to treat these mounts as "inserted media". I am using Ubuntu 8.04 as of March 26th, with hal at version 0.5.11~rc2-1ubuntu4, tomboy at version 0.10.0-1, and Nautilus 1:2.22.0-0ubuntu3. ** Affects: ubuntu Importance: Undecided Status: New -- Nautilus opens browser for Tomboy's sync https://bugs.launchpad.net/bugs/207922 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 207553] Re: screen doesn't switch off by itself
Reverting to gnome-power-manager 2.21.92-0ubuntu1 in hardy fixed the problem. So the bug does seem to be in recent versions of gnome-power- manager, as the original report suggests. I haven't tried the in-between versions. -- screen doesn't switch off by itself https://bugs.launchpad.net/bugs/207553 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109729] Inappropriate --replace option at startup
Public bug reported: Binary package hint: beagle The script in /etc/xdg/autostart/beagled-autostart.desktop launches the beagle daemon with the "--replace" option. I don't know about the pros and cons, but I wonder whether this option is appropriate. If an instance of the daemon is already running for the user, why not let it run? Why replace it? If the --replace option is omitted, and an instance is already running, then the new beagled command will exit quietly, leaving the previous instance in place. The scenario where the --replace option is bad is where the user starts more than one session. For example, joe goes home from work leaving his gnome session running (with beagled running) and his screen locked. From home, he logs into his machine at work, using nx (for example). This starts a new gnome session, and replaces the old instance of beagled. Before going to bed at home, he closes his nx session, which terminates that instance of beagled. Next day, he goes to work and unlocks his screen. Now no instance of beagled is running. ** Affects: beagle (Ubuntu) Importance: Undecided Status: Unconfirmed -- Inappropriate --replace option at startup https://bugs.launchpad.net/bugs/109729 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 89261] Re: Notify user of other tty's when locking screen
Using the gui, you can get a non-locked session on another tty if you use the panel applet "fast-user-switch-applet", which has an option to "switch users" without locking. (This option is in the Preferences of the applet.) I will confess that fast-user-switch-applet is in universe, not in main. -- Notify user of other tty's when locking screen https://bugs.launchpad.net/bugs/89261 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 91418] Re: Daylight savings time not updated properly in edgy
My machine running edgy did not cope correctly with daylight-savings time. But the system thinks that it has switched to daylight-savings. I am in EST time-zone, and local time is EDT since this Sunday. My system clock is supposed to be set to local time (UTC=no in /etc/defaults/rcS). At 7:13 am local time this morning, I ran "date" and got Tue Mar 13 06:13:32 EDT 2007 Note that it says "EDT". But the EDT time is actually 07:13, not 06:13 as reported. I am running ntpd on this machine, and the servers are (from ntp.conf): server 0.us.pool.ntp.org server 1.us.pool.ntp.org server 2.us.pool.ntp.org -- Daylight savings time not updated properly in edgy https://launchpad.net/bugs/91418 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 89261] Notify user of other tty's when locking screen
Public bug reported: Binary package hint: gnome-screensaver I don't know if this feature request is realistic, but when invoking "gnome-screen-saver-command --lock" (for example, via System-->Quit.. then Lock Screen), it would be useful if there was a warning notifying the user if another tty is open with an unlocked session. At the end of the day, I often hit "Lock Screen" and walk away. I dialog box could come up saying "Another session is open and not locked on ... ". The dialog could have a check box saying "Don't show this warning again." ** Affects: gnome-screensaver (Ubuntu) Importance: Undecided Status: Unconfirmed -- Notify user of other tty's when locking screen https://launchpad.net/bugs/89261 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 67146] Re: synaptic pinning/locking does not work
I have been using the version from edgy-proposed for a while now. Locking works fine for me with this version. However, "Force Version ... " does not work. I don't know if this is the same bug. "Force version ..." behaves in the same way that "Lock Version" used to behave. That is, after selecting "Force Version" from the menu and selecting the desired version in the dialog box, Synaptic churns away and refreshes its list, but in the end nothing is marked. -- synaptic pinning/locking does not work https://launchpad.net/bugs/67146 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 71887] Re: Make /bin/sh configurable with update-alternatives
Some other software that breaks: -- Mathematica -- NX Server This is what nxserver does with dash: [EMAIL PROTECTED]:~$ sudo /etc/init.d/nxserver stop /etc/init.d/nxserver: 21: Syntax error: "(" unexpected I really feel it is unfair to users not to give them an informed choice. For sure, it can be said that the bugs here lie with Mathematica and nxserver, not ubuntu, but the real-world environment of Ubuntu's users should be considered first. -- Make /bin/sh configurable with update-alternatives https://launchpad.net/bugs/71887 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 61463] Re: Script that are using bash could be broken with the new symlink
More examples of 3rd-party software that is partly broken by dash include: Mathematica NX Server Users will turn away from Ubuntu, and report: "I tried it on Fedora [or whatever], and it just worked." Things should "just work" on Ubuntu. -- Script that are using bash could be broken with the new symlink https://launchpad.net/bugs/61463 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 429084] [NEW] Clock applet leaves shadow on panel
Public bug reported: Binary package hint: gnome-panel In karmic (with up-to-date packages as of Sep 11 2009), I see the following: 1. Change the desktop background to a plain color, for clarity. 2. Make sure compiz is enabled. 3. Click on the clock applet, to make the 'mini-calendar' window appear below the top panel. 4. Click again to make the calendar go away. The rectangular shadow of the calendar window remains on the desktop: a dark-grey rectangular outline. I don't know whether to report this against compiz or the clock applet. It seems to be only the clock-applet that has this problem. Version info: gnome-panel 2.27.92-0ubuntu2 compiz 2.27.92-0ubuntu2 ** Affects: gnome-panel (Ubuntu) Importance: Undecided Status: New -- Clock applet leaves shadow on panel https://bugs.launchpad.net/bugs/429084 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 429084] Re: Clock applet leaves shadow on panel
My video driver is: xserver-xorg-video-intel 2.8.1-1ubuntu1. The same problem was reported in the ubuntu forums in this post: http://ubuntuforums.org/showpost.php?p=7944153&postcount=6 I will attach the screenshot from that forum post. (Another post in the same thread suggests that it occurs also with ATI and nvidia hardware; but it's not clear that the other poster is referring to this problem. The original subject of that thread is a different problem.) ** Attachment added: "Screenshot showing remaining rectangular shadow, from the forums." http://launchpadlibrarian.net/31774481/screenshotfg.png -- Clock applet leaves shadow on panel https://bugs.launchpad.net/bugs/429084 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 429084] Re: Clock applet leaves shadow on panel
I don't have an xorg.conf, but will attach output from dmesg (doesn't seem to contain relevant stuff here), lspci etc. ** Attachment added: "Output of dmesg" http://launchpadlibrarian.net/31780809/dmesg.out -- Clock applet leaves shadow on panel https://bugs.launchpad.net/bugs/429084 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 429084] Re: Clock applet leaves shadow on panel
** Attachment added: "Xorg.0.log after reproducing the problem" http://launchpadlibrarian.net/31780879/Xorg.0.log -- Clock applet leaves shadow on panel https://bugs.launchpad.net/bugs/429084 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 429084] Re: Clock applet leaves shadow on panel
** Attachment added: "Xorg0.log.old, as requested" http://launchpadlibrarian.net/31780911/Xorg.0.log.old -- Clock applet leaves shadow on panel https://bugs.launchpad.net/bugs/429084 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 429084] Re: Clock applet leaves shadow on panel
** Attachment added: "Output of lspci -vvnn" http://launchpadlibrarian.net/31780842/lspci.out -- Clock applet leaves shadow on panel https://bugs.launchpad.net/bugs/429084 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 429084] Re: [i965GM] Clock applet leaves shadow on panel
Geir, yes, the shadow is erased when a window moves over it. -- [i965GM] Clock applet leaves shadow on panel https://bugs.launchpad.net/bugs/429084 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 481553] [NEW] Sony USB memory stick mis-identified as MP3 player
Public bug reported: Binary package hint: udev I don't know if this is really a udev bug, or what, but: If I insert a Sony USB memory stick (I have a 16GB model), then it is identified incorrectly as a media player: a window pops up with the message "You have inserted a digital audio player ... " with the usual question about whether I want to open it with Rhythmbox etc. I am using Ubuntu 9.10, and I believe this did not happen previously with 9.04. The version of the udev package currently from karmic-updates is 147~-6.1. Further info: The USB memory stick shows up in the output of "lsusb" as: Bus 002 Device 025: ID 054c:0243 Sony Corp. MicroVault Flash Drive Here is a snippet from the output of lshal (not sure what's relevant): udi = '/org/freedesktop/Hal/devices/usb_device_54c_243_5A0903170005231' info.linux.driver = 'usb' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_424_2602_noserial' (string) info.product = 'MicroVault Flash Drive' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_54c_243_5A0903170005231' (string) info.vendor = 'Sony Corp.' (string) linux.device_file = '/dev/bus/usb/002/025' (string) linux.hotplug_type = 2 (0x2) (int) linux.subsystem = 'usb' (string) linux.sysfs_path = '/sys/devices/pci:00/:00:1d.7/usb2/2-4/2-4.1/2-4.1.3' (string) usb_device.bus_number = 2 (0x2) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 0 (0x0) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 512 (0x200) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.is_self_powered = false (bool) usb_device.linux.device_number = 25 (0x19) (int) usb_device.linux.sysfs_path = '/sys/devices/pci:00/:00:1d.7/usb2/2-4/2-4.1/2-4.1.3' (string) usb_device.max_power = 200 (0xc8) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 0 (0x0) (int) usb_device.product = 'MicroVault Flash Drive' (string) usb_device.product_id = 579 (0x243) (int) usb_device.serial = '5A0903170005231' (string) usb_device.speed = 480.0 (480) (double) usb_device.vendor = 'Sony Corp.' (string) usb_device.vendor_id = 1356 (0x54c) (int) usb_device.version = 2.0 (2) (double) ** Affects: udev (Ubuntu) Importance: Undecided Status: New -- Sony USB memory stick mis-identified as MP3 player https://bugs.launchpad.net/bugs/481553 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 160311] Re: Resizing windows by grabbing window borders is difficult
The new Radiance and Ambiance metacity themes in Lucid have left and right border widths of just 1 pixel. (This is different from the default Human metacity theme in earlier versions of Ubuntu, where the width is 3 pixels.) This issue makes Radiance and Ambiance very difficult to use for anyone who is used to resizing windows from the edge. -- Resizing windows by grabbing window borders is difficult https://bugs.launchpad.net/bugs/160311 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 320639] Re: Touchpad movement problems in 0.99.3
I installed karmic from the live CD and did and did dist-upgrade to latest packages (on Sep 7). I have xserver-xorg-input-synaptics version 1.1.2-1ubuntu5. Out of the box, the touchpad on my Dell XPS M1330 is impossibly fast. After going to the Mouse control panel and turning both controls to their minimum, the Mouse is still too fast (for me). I also believe that the Sensitivity scale is not doing anything. Surely the priority of this bug should be high if laptop touchpads are unusable by normal humans on standard hardware? -- Touchpad movement problems in 0.99.3 https://bugs.launchpad.net/bugs/320639 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 444839] [NEW] apparmor profile for evince breaks users themes
Public bug reported: Binary package hint: apparmor-profiles The desktop theme I am using is a soft link to a directory under /usr/local/, thus: /usr/share/themes/MY-THEME---> /usr/local/share/themes/MY-THEME When I launch evince, it is unable to read the theme information, and so falls back on a generic (ugly) gtk theme. Adding explicit entries for /usr/local/share/themes to the apparmor profile fixed the problem. This and similar things will be an issue for any application that has an apparmor profile similar to the evince profile. I don't really see a solution to this problem. As I understand it, there is no standard place to store "local" themes so as to make them available systemwide. Creating symlinks in /usr/share/themes seems like a natural choice, but the apparmor profiles won't allow it. Steps to reproduce (though vandalizing your system): 1. sudo mkdir -p /usr/local/share/themes/ 2. sudo mv /usr/share/themes/Human /usr/local/share/themes/ 3. sudo ln -s /usr/local/share/themes/Human /usr/share/themes/ 4. Go to appearances and click around before reselecting "Human" theme (may not be necessary) 5. Launch evince. ProblemType: Bug Architecture: amd64 Date: Tue Oct 6 13:48:33 2009 DistroRelease: Ubuntu 9.10 NonfreeKernelModules: nvidia Package: evince 2.28.0-0ubuntu1 ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-11.38-generic SourcePackage: evince Uname: Linux 2.6.31-11-generic x86_64 ** Affects: apparmor (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug -- apparmor profile for evince breaks users themes https://bugs.launchpad.net/bugs/444839 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 444839] Re: apparmor profile for evince breaks users themes
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/33157990/Dependencies.txt ** Attachment added: "KernLog.txt" http://launchpadlibrarian.net/33157992/KernLog.txt ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/33157994/RelatedPackageVersions.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/33157995/XsessionErrors.txt -- apparmor profile for evince breaks users themes https://bugs.launchpad.net/bugs/444839 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 369498] Re: 32bits gtk and glib modules not found in ia32-libs
I have ia32-libs version 2.7ubuntu17 in karmic, and still have a problem. The symbolic links are there: ls -l /usr/lib/gio/modules/ total 272 lrwxrwxrwx 1 root root 26 2009-10-24 22:06 i486-pc-linux-gnu -> ../../../lib32/gio/modules lrwxrwxrwx 1 root root 26 2009-10-24 22:06 i686-pc-linux-gnu -> ../../../lib32/gio/modules -rw-r--r-- 1 root root 10344 2009-10-19 23:58 libgiogconf.so -rw-r--r-- 1 root root 81120 2009-10-19 23:58 libgioremote-volume-monitor.so -rw-r--r-- 1 root root 173008 2009-10-19 23:58 libgvfsdbus.so and the 32-bit libraries are here: ls -l /usr/lib32/gio/modules/ total 364 -rw-r--r-- 1 root root 9552 2009-10-19 23:58 libgiogconf.so -rw-r--r-- 1 root root 119688 2008-08-09 09:32 libgiohal-volume-monitor.so -rw-r--r-- 1 root root 71588 2009-10-19 23:58 libgioremote-volume-monitor.so -rw-r--r-- 1 root root 150280 2009-10-19 23:58 libgvfsdbus.so but when I launch the 32-bit application "amazonmp3" I still get: /usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so /usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgiogconf.so Apologies in advance if this is no longer a bug that should be reported against ia32-libs. -- 32bits gtk and glib modules not found in ia32-libs https://bugs.launchpad.net/bugs/369498 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 435874] Re: keeps rewriting /etc/resolv.conf
This bug makes Ubuntu unusable out of the box on any machine that needs to have a static IP address. The only workaround I can find is to remove network-manager from the system entirely. Sorry to rant, and I know this isn't a user forum, but how can the importance of this bug not be "high"? -- keeps rewriting /etc/resolv.conf https://bugs.launchpad.net/bugs/435874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs