[Bug 380588] Re: Firewire express card doesn't work
It should be noted that the express card works if it is inserted in the machine before it's being booted. So, the problem seems to be hotplug related. -- Firewire express card doesn't work https://bugs.launchpad.net/bugs/380588 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 380588] [NEW] Firewire express card doesn't work
Public bug reported: I have a Belkin CI-67021 IEEE 1394b Express Card, which is an Express Card/34 card that provides two FireWire b ports. My machine is a Lenovo Thinkpad T400, and I'm running Ubuntu 9.04. When I insert the card into my machine's Express Card slot, and run 'dmesg' I get the following output: [75604.455647] pciehp :00:1c.3:pcie02: Card not present on Slot(3) [75604.471911] pciehp :00:1c.3:pcie02: Card present on Slot(3) [75604.580573] pciehp :00:1c.3:pcie02: Card not present on Slot(3) [75604.593132] pciehp :00:1c.3:pcie02: Card present on Slot(3) [75604.701787] pciehp :00:1c.3:pcie02: Card not present on Slot(3) [75604.714345] pciehp :00:1c.3:pcie02: Card present on Slot(3) [75604.823005] pciehp :00:1c.3:pcie02: Card not present on Slot(3) [75604.835564] pciehp :00:1c.3:pcie02: Card present on Slot(3) [75604.944224] pciehp :00:1c.3:pcie02: Card not present on Slot(3) [75604.955536] pciehp :00:1c.3:pcie02: Card present on Slot(3) Not surprisingly (after looking at the above output) I cannot use my firewire camera on this laptop. It should be noted that the camera works perfectly on Linux, so the problem is related to the FireWire Express Card. Thanks ** Affects: ubuntu Importance: Undecided Status: New -- Firewire express card doesn't work https://bugs.launchpad.net/bugs/380588 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 292095] [NEW] It's hard to find iso files when running as root
Public bug reported: Binary package hint: usb-creator When I press "other..." to select an ISO file, I'm presented with root's home directory. usb-creator should instead present me with my home directory. The cause of this issue is that the program is running as root. It's acceptable that the actual usb creation process is running as root, but the GUI really shouldn't. ** Affects: usb-creator (Ubuntu) Importance: Undecided Status: New -- It's hard to find iso files when running as root https://bugs.launchpad.net/bugs/292095 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 292095] Re: It's hard to find iso files when running as root
tor, 06 11 2008 kl. 15:11 +, skrev Evan Dandrea: > Soren, are you saying that you've run sudo -s or su, then run usb- > creator? If that's the case, it should absolutely present you with > root's home directory as you are running it as root and it has no > knowledge of the user you elevated to root from. > > However, if you are seeing this running sudo usb-creator or running usb- > creator from one of the menus, please reopen this bug report. I'm saying that if I as a normal user open the "System" and select "Administration" (rough translation from Danish) ---> "Create a USB Startup disk" then I have to enter my password. I assume that means the application is run as root, but I don't know the details. Then, if I select "other" to select an iso file, then the file selection dialog doesn't match the one I'm presented with when I run non-sudo applications. The difference, as pointed out by Elias, is the bookmarks, which contains root's homedir, and some other entries that doesn't match my bookmarks. This makes it hard to find the file I need. Søren -- It's hard to find iso files when running as root https://bugs.launchpad.net/bugs/292095 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 242590] Re: udev rules should be installed by default
Unfortunately, I no longer have access to the touch screen I was using when I filed the bug. In the mean time some things have changed, while I don't know about other things. == Things that I don't believe has changed == The kernel still uses udev and I doubt that'll change for quite some time. Some touch screens are recognized by the kernel, and these will use evdev to report user input to X11. This means that kernel-recognized touch screens will appear as /dev/input/eventN, where N is some integer. However, the value of N will change when the machine is rebooted. If a user decides to use the 'evtouch' driver for X11, she will need some set of udev rules to make sure that the device always appears with the same name. Since 'evtouch' is not installed by default in Ubuntu, the user has to manually install. I think it is fair to assume that users that choose to install 'evtouch' has the hardware and want it to be as easy as possible to configure it. So it still makes perfect sense to install the udev rules when 'evtouch' is installed. I don't believe anything has changed here. == Things that have changed == With Peter Hutterer I have updated the 'evdev' driver for X11 (which used by default in Ubuntu, I believe) to also support touch screens. With the latest release of the 'evdev' driver all the basic stuff (such as run-time calibration) is supported. So, these days it should be possible to get a working touch screen setup without installing 'evtouch' at all. But I no longer have the hardware needed to verify this. == Conclusion == I still makes sense to install the udev rules that come with 'evtouch' when 'evtouch' is installed. These udev rules shouldn't be installed by default in Ubuntu, as the 'evdev' driver should just-work, but if the user chooses to install 'evtouch' it should be as easy as possible to configure it. Søren P.S. If you're working on touch screen support, then the last missing piece of the puzzle really seems to be calibration. A while back I posted some nice Cairo-based software for this on the xorg developer list. It still needs some updates to work with recent 'evdev' drivers, but the hard stuff is done. -- udev rules should be installed by default https://bugs.launchpad.net/bugs/242590 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 242590] [NEW] udev rules should be installed by default
Public bug reported: This package comes with a set of udev rules (69-touchscreen.rules) for creating the device /dev/input/evtouch_event. If you want to use the evtouch driver today the procedure is as follows: 1) Figure out you have to install the evtouch driver. 2) Install the driver. 3) Figure out you have to setup udev to create a device. 4) Setup udev. 5) Configure X and calibrate the monitor. Steps 1, 3, and 5 are the hard ones. If you install the udev rules by default (when you install the xserver-xorg-input-evtouch package), steps 3 and 4 will disappear, which will make it a lot easier to setup a touch screen. I don't really see the downside to doing this. ** Affects: xf86-input-evtouch (Ubuntu) Importance: Undecided Status: New -- udev rules should be installed by default https://bugs.launchpad.net/bugs/242590 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 32921]
I can't help but think that you are looking at the wrong problem. When I have plenty of power on my battery I have a big green thingy at the top of my screen that is highly visible, but when I'm low on power I have a small red thingy that isn't all that visible. Instead of the applet focusing on how much of the battery I have spend, it should focus on how much I have left; it is really the only thing I care about. I'm not quite sure how to do that though :-( -- Battery monitor is red even when 30% charge remains https://bugs.launchpad.net/bugs/32921 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 401645] [NEW] "Printing is done" notification is annoying
Public bug reported: When I print a document, the document gets send to the printer. When this communication is completed I am presented with a notification telling me that the printing is done. This is, however, not true. Only the communication between my compute and the printer (or print server) is completed. Thus, I cannot use the information as an indication that my paper-copy is ready. I would suggest that either * the notification is displayed when the actual paper-copy is ready to be picked up, or * the notification gets removed. ** Affects: ubuntu Importance: Undecided Status: New -- "Printing is done" notification is annoying https://bugs.launchpad.net/bugs/401645 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 64930] Please sync with debian
Public bug reported: It is currently not possible to compile octaviz (http://octaviz.sf.net) on edgy due to a bug in libvtk 5.0.1-1. The bug is fixed in debian (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388736), so it would be nice if you could use the latest package of vtk (5.0.1-4) in edgy. Thanks ** Affects: vtk (Ubuntu) Importance: Undecided Status: Unconfirmed -- Please sync with debian https://launchpad.net/bugs/64930 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 218583] [NEW] KVM oops in kvm_vm_ioctl_get_dirty_log
Quoting Martin Pitt <[EMAIL PROTECTED]>: > Public bug reported: > > I am using KVM on i386 ubuntu current hardy (2.6.24-16-generic). When I > try to start manual partitioning in a guest ubiquity, the kernel gets an > oops: I think you're mistaking me for another 'Søren'. At least I don't know the first thing about KVM (or any other part of the kernel)... Søren -- KVM oops in kvm_vm_ioctl_get_dirty_log https://bugs.launchpad.net/bugs/218583 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 181641] Re: Please merge irssi-0.8.12-3 (main) from Debian unstable (main)
fre, 18 01 2008 kl. 08:21 +, skrev Daniel Holbach: > Søren: can you take a look at it? I'm sorry, I'm a bit confused. Should I have an opinion on this? I don't remember filling this bug or one that is related. Also, I don't think I have any working relationship with irssi. Søren (Hauberg) -- Please merge irssi-0.8.12-3 (main) from Debian unstable (main) https://bugs.launchpad.net/bugs/181641 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 89739] Shutdown button missing when using "upstream session"
Public bug reported: Binary package hint: gnome-panel After an upgrade to feisty I find myself without a shutdown button because I'm enabling the upstream session gconf key. If you enable "/apps/panel/global/upstream_session" in gconf you should see the problem (the panel will need to be restarted). In edgy I would have 3 buttons in the "System" menu for "log out" related things: "Lock Screen", "Log out", and "Shutdown" (names translated from danish). In feisty I find myself missing the "Shutdown" button. Now I have to use the ubuntu logout/shutdown dialog, and I have to say (sorry...) that it's not half as good as the upstream one :-( ProblemType: Bug Date: Sun Mar 4 23:19:49 2007 DistroRelease: Ubuntu 7.04 Uname: Linux sh-laptop 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 i686 GNU/Linux ** Affects: gnome-panel (Ubuntu) Importance: Undecided Status: Unconfirmed -- Shutdown button missing when using "upstream session" https://launchpad.net/bugs/89739 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 89741] Title bar not drawn on maximized windows when desktop effects are enabled
Public bug reported: Binary package hint: compiz Running newly upgraded feisty on an ibm x31. If I enable the desktop effects in gnome the title bar on maximized windows are drawn completely white. All other things related to the desktop effects seems to work just fine (the window switcher works, ...). The graphics card is an "ATI Radeon Mobility M6 LY" and the xorg.conf unaltered. Don't know what other information to provide... ProblemType: Bug Date: Sun Mar 4 23:26:21 2007 DistroRelease: Ubuntu 7.04 Uname: Linux sh-laptop 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 i686 GNU/Linux ** Affects: compiz (Ubuntu) Importance: Undecided Status: Unconfirmed -- Title bar not drawn on maximized windows when desktop effects are enabled https://launchpad.net/bugs/89741 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 89741] Re: Title bar not drawn on maximized windows when desktop effects are enabled
Adding Option "XAANoOffscreenPixmaps" "true" to xorg.conf doesn't work for me. The relevant part of xorg.conf is currently: Section "Device" Identifier "Standard Video Kort" Driver "ati" BusID "PCI:1:0:0" Option "UseFBDev" "true" Option "XAANoOffscreenPixmaps" "true" EndSection This is the default with the suggested option added. -- Title bar not drawn on maximized windows when desktop effects are enabled https://launchpad.net/bugs/89741 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 45460] Re: Bad icons when using upstream_session
I haven't provided the infomation because I don't know how to get it. But that doesn't invalidate the bug (it just invalidates me :-) ) -- Bad icons when using upstream_session https://launchpad.net/bugs/45460 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 82140] Emblems just add clutter
Public bug reported: Since Edgy (I think) the Nautilus emblems were changed into all being orange circles with different white colored motives inside. Before that, the emblems had different colors and shapes. To me the point of an emblem was that it enabled me to quickly differentiate folders. Since all the emblems are now orange circles I can no longer quickly differentiate folders -- I have to look for more than a fraction of a second to tell the emblems apart. This has made me stop using emblems as they now just add clutter. For me, emblems was a great feature of Nautilus, and I think it's a shame that I can no longer use it :-( P.S. The easy solution to the problem is to use the old emblems (upstream gnome, I guess) ** Affects: Ubuntu Importance: Undecided Status: Unconfirmed -- Emblems just add clutter https://launchpad.net/bugs/82140 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 518948] Re: Default Java paths aren't set up by default
Okay, I called it an "infrastructure" bug as the same issue is affecting both Sun JDK and the OpenJDK packages. -- Default Java paths aren't set up by default https://bugs.launchpad.net/bugs/518948 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 518948] Re: Default Java paths aren't set up by default
Yes that is correct. I apologise for not being more clear in my report. -- Default Java paths aren't set up by default https://bugs.launchpad.net/bugs/518948 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 518948] Re: Default Java paths aren't set up by default
ons, 10 02 2010 kl. 08:13 +, skrev Thierry Carrez: > I think there is a bit of misunderstanding here. Okay, I see (definitely not the behaviour I would have expected, though). Is it also on purpose that 'sudo update-java-alternatives -s java-6-sun' does _not_ create the link '/usr/lib/jvm/default-java' unless 'default-jdk' happens to be installed? Søren -- Default Java paths aren't set up by default https://bugs.launchpad.net/bugs/518948 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 242590] Re: udev rules should be installed by default
I don't know how to reply to that. I realise that people are busy and that you have to resort to automated replies sometimes, but this reply does not make sense to me in the context of the bug report. I reported this bug two years ago, but (as I have previously stated) I no longer have access to the hardware needed, so I cannot do as you request. I am, however, quite certain that the bug report is still valid as it simply concerns the installation of the package and not the actual driver. -- udev rules should be installed by default https://bugs.launchpad.net/bugs/242590 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 242590] Re: udev rules should be installed by default
@eric I did the initial implementation of touchscreen support in 'evdev', so I'm glad that works for you :-) It should, however, be said that 'evtouch' does quite a bit more than 'evdev' (it has more options). I don't think this bug should be closed, instead it should be fixed :-) Basically, this bug is about if the user decides to install a package then it should be properly configured by default. As I don't work with touch screens anymore, this bug has little relevance to me, but I still think it would be better to simply fix it, rather than doing nothing... -- udev rules should be installed by default https://bugs.launchpad.net/bugs/242590 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 478234] Re: Cannot disable mouse-pad
If this bug has already been reported, could you then please tell me which bug number the previously reported bug has? -- Cannot disable mouse-pad https://bugs.launchpad.net/bugs/478234 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 478234] Re: Cannot disable mouse-pad
*** This bug is a duplicate of bug 479878 *** https://bugs.launchpad.net/bugs/479878 ** This bug has been marked a duplicate of bug 479878 Need an option to disable touchpad completely -- Cannot disable mouse-pad https://bugs.launchpad.net/bugs/478234 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 588065] [NEW] Network throughput drops to zero
Public bug reported: Binary package hint: network-manager When I am connected to a wireless network, the actual throughput often drops to zero without Network-Manager telling me that there is no connection. I experience this both at home (WPA/WPA2) and at work (no encryption). This is on Ubuntu 10.04 on a Lenovo T400 using the 'iwlagn' driver. I do not know what else to report, but I'll be more than happy to help debug the issue. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: network-manager 0.8-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.32-22.33-generic-pae 2.6.32.11+drm33.2 Uname: Linux 2.6.32-22-generic-pae i686 Architecture: i386 CRDA: Error: [Errno 2] No such file or directory Date: Mon May 31 13:23:50 2010 IfupdownConfig: auto lo iface lo inet loopback InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) IpRoute: 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.106 metric 2 169.254.0.0/16 dev wlan0 scope link metric 1000 default via 192.168.1.1 dev wlan0 proto static Keyfiles: Error: [Errno 2] No such file or directory ProcEnviron: PATH=(custom, user) LANG=da_DK.utf8 SHELL=/bin/bash SourcePackage: network-manager ** Affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- Network throughput drops to zero https://bugs.launchpad.net/bugs/588065 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 588065] Re: Network throughput drops to zero
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/49459646/Dependencies.txt ** Attachment added: "Gconf.txt" http://launchpadlibrarian.net/49459647/Gconf.txt ** Attachment added: "IpAddr.txt" http://launchpadlibrarian.net/49459649/IpAddr.txt ** Attachment added: "IwConfig.txt" http://launchpadlibrarian.net/49459651/IwConfig.txt ** Attachment added: "NetDevice.eth0.txt" http://launchpadlibrarian.net/49459652/NetDevice.eth0.txt ** Attachment added: "NetDevice.lo.txt" http://launchpadlibrarian.net/49459653/NetDevice.lo.txt ** Attachment added: "NetDevice.pan0.txt" http://launchpadlibrarian.net/49459654/NetDevice.pan0.txt ** Attachment added: "NetDevice.usb0.txt" http://launchpadlibrarian.net/49459655/NetDevice.usb0.txt ** Attachment added: "NetDevice.wlan0.txt" http://launchpadlibrarian.net/49459656/NetDevice.wlan0.txt ** Attachment added: "PciNetwork.txt" http://launchpadlibrarian.net/49459657/PciNetwork.txt ** Attachment added: "RfKill.txt" http://launchpadlibrarian.net/49459658/RfKill.txt ** Attachment added: "WifiSyslog.txt" http://launchpadlibrarian.net/49459659/WifiSyslog.txt ** Attachment added: "nm-system-settings.conf.txt" http://launchpadlibrarian.net/49459660/nm-system-settings.conf.txt -- Network throughput drops to zero https://bugs.launchpad.net/bugs/588065 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 479878] Re: Need an option to disable touchpad completely
@ #8: I full-heartily disagree with what you say. The reason why you would want to disable the touchpad is because you have some other means of interacting with the pointer. Fact of the matter is that some people (myself included) tend to put their hands on top of the touch pad from time to time which results in unwanted pointer movement. Since this can be very annoying these people find other ways of interacting with the pointer. Personally I use a track-point; others may connect an ordinary mouse (try counting the number of people using ordinary mouses with their laptops and you will see that many people really don't like the touch pad). For these people the touch pad serves no other purpose than being highly distractive. For this reason it should be possible to completely disable the touch pad (it might be sensible to warn the user when doing this, but that is another matter). As another example think of a blind or visually impaired user that does not use a mouse at all. Now, remember that even on default installs focus is actually dependent on the mouse. If you do not allow people to completely disable the touch pad then the result will be that visually impaired users will have a mouse moving all over the place, changing focus with out them knowing (I've seen this happen). Now you may say, that it is fine just to disable the touch pad when the user is typing. I disagree. First of all, such measures are only heuristics and will never be perfect all the time. Second of all, the keyboard serves at least two purposes. One is typing another is wresting your arms. People have their hand on the keyboard even when they are not typing, meaning the cursor might move simply because they are resting their arms. In summary: I disagree. -- Need an option to disable touchpad completely https://bugs.launchpad.net/bugs/479878 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 518948] [NEW] Default Java paths aren't set up by default
Public bug reported: I did not file this bug against a package as it seems to be more like an infra-structure problem. If I install the Sun Java Developer Kit ('sun-java6-jdk') it gets installed in '/usr/lib/jvm/java-6-sun'. Most 3rd party applications look for this in '/usr/lib/jvm/default-java'. The standard solution is to create a symbolic link from '/usr/lib/jvm/java-6-sun' to '/usr/lib/jvm/default-java'. This is, however, not done automatically unless I install the 'default-jdk' package which installs the 'openjdk-6-jdk' package. So, if I only want the Sun JDK I have to manually create the symlink. This link does not seem to be create by 'sudo update-java-alternatives -s java-6-sun' unless I install the 'default-jdk' package. Okay, this description was a bit convoluted, but the problem itself seems to be rather convoluted. I would have expected the following behavior: * When I install _any_ JDK the corresponding '/usr/lib/jvm/default- java' if it does not already exist. * When I run 'sudo update-java-alternatives -s java-6-sun' I would expect '/usr/lib/jvm/default-java' to be created even if I don't have the 'default-jdk' package installed. ** Affects: ubuntu Importance: Undecided Status: New -- Default Java paths aren't set up by default https://bugs.launchpad.net/bugs/518948 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 544487] [NEW] Update to 3.8.x series
Public bug reported: The latest stable version of atlas is 3.8.3. This was released 2009-02-18, whereas the 3.6.0 version was released in 2004. Many critical fixes are available in the latest stable release, so it would be very helpful if we could get a more recent release into Ubuntu. 3.6.0 is known to give wrong results in several situations, which is highly serious when it comes to scientific work. As a developer of GNU Octave I can also say that we deal with quite a few bug reports that are due to broken versions of BLAS. For the Octave development team it would be of great value if a more recent version of atlas could be released to the Ubuntu users. Thanks Søren ** Affects: atlas (Ubuntu) Importance: Undecided Status: New -- Update to 3.8.x series https://bugs.launchpad.net/bugs/544487 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 442940] [NEW] Spell checker doesn't know my name
Public bug reported: During installation of Ubuntu I'm asked to enter my name, so the computer knows my name. However, that information is not passed on to the spell checker. I realise that I have a somewhat funny name (at least it is not very common), but it would be nice if the spell checker (in any app) didn't complain about it all the time. The solution is conceptually simple (it might be technically hard): just add the users real name to the list of accepted words in the spell checker. ** Affects: ubuntu Importance: Undecided Status: New ** Tags: needs-reassignment -- Spell checker doesn't know my name https://bugs.launchpad.net/bugs/442940 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 476936] Re: 'Stop' button is too large in 'File Operations' window
It seems like https://bugzilla.gnome.org/show_bug.cgi?id=518410 also addresses this issue, though the bug seems to deal with other issues as well. ** Bug watch added: GNOME Bug Tracker #518410 https://bugzilla.gnome.org/show_bug.cgi?id=518410 -- 'Stop' button is too large in 'File Operations' window https://bugs.launchpad.net/bugs/476936 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 478208] [NEW] icon in notification area is not flat
Public bug reported: Binary package hint: rhythmbox When rhythmbox is running it shows a status icon in the notification area. Since Ubuntu 9.10, the default icons in this part of the screen are flat and gray. The rhythmbox icon is, however, neither. It would be nice if the icon could match the rest. ProblemType: Bug Architecture: i386 Date: Sun Nov 8 11:30:04 2009 DistroRelease: Ubuntu 9.10 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) Package: rhythmbox 0.12.5-0ubuntu4 ProcEnviron: LANG=da_DK.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic-pae SourcePackage: rhythmbox Uname: Linux 2.6.31-14-generic-pae i686 ** Affects: rhythmbox (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- icon in notification area is not flat https://bugs.launchpad.net/bugs/478208 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 478208] Re: icon in notification area is not flat
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/35358830/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/35358831/XsessionErrors.txt -- icon in notification area is not flat https://bugs.launchpad.net/bugs/478208 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 478234] Re: Cannot disable mouse-pad
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/35360063/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/35360064/XsessionErrors.txt -- Cannot disable mouse-pad https://bugs.launchpad.net/bugs/478234 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 478234] [NEW] Cannot disable mouse-pad
Public bug reported: Binary package hint: gnome-control-center If I click on 'System' --> 'Settings' --> 'Mouse' (translations from Danish, so things might be named slightly different) in the panel, I can change various settings wrt. my mouse. In previous versions of Ubuntu I could entirely disable my mouse-pad, but since Ubuntu 9.10 this setting is gone. I am a heavy track-point user (I will not buy a laptop that doesn't have a track-point), because I simply cannot figure out how to use a mouse- pad. Therefore, I have really enjoyed being able to disable the mouse- pad, so it would be really nice if this setting could be restored. ProblemType: Bug Architecture: i386 Date: Sun Nov 8 12:01:50 2009 DistroRelease: Ubuntu 9.10 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) Package: gnome-control-center 1:2.28.1-0ubuntu1 ProcEnviron: LANG=da_DK.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic-pae SourcePackage: gnome-control-center Uname: Linux 2.6.31-14-generic-pae i686 ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- Cannot disable mouse-pad https://bugs.launchpad.net/bugs/478234 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 478208] Re: icon in notification area is not flat
The decision to use flat gray-scale icons in the notification area is an Ubuntu decision and not a GNOME decision. Hence, this issue should not be resolved upstream, but instead belongs in Ubuntu. The suggestion to move the issue to bugzilla.gnome.org is, thus, not sensible. -- icon in notification area is not flat https://bugs.launchpad.net/bugs/478208 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 479523] [NEW] Arrow in status menu should point left instead of right
Public bug reported: Binary package hint: indicator-applet By default, the 'indicator-applet-session' appears in the top right corner of the screen. The menu that appears when you click on the applet contains a submenu that allows you to set your status. This submenu is indicated by an arrow in the top-level menu. This arrow, however, appears on the right side of the menu and points to the right, even though the submenu (by default) will appear to the left of the main menu. This does not seem consistent. A simple fix would be to move the arrow to the other side of the menu and make it point to the left. ** Affects: indicator-applet (Ubuntu) Importance: Undecided Status: New -- Arrow in status menu should point left instead of right https://bugs.launchpad.net/bugs/479523 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 479523] Re: Arrow in status menu should point left instead of right
** Attachment added: "This image illustrates the problem" http://launchpadlibrarian.net/35438326/status.png -- Arrow in status menu should point left instead of right https://bugs.launchpad.net/bugs/479523 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 482556] [NEW] Context menu button should also be able to close context menu
Public bug reported: My keyboard has a button between 'Alt Gr' and 'Ctrl' that brings op a context menu (the one that also appears when I right-click on the current window) when pressed. Sometimes I press this key by accident, which means I want to close the context menu as fast as possible. To do this, I either have to use my mouse or press 'ESC' key. Both these options are slow as they require that I move my hands quite a big. It would be nice if I could close the context menu with the same button that opened the menu in the first place. It ouwld make my accidental key presses less of a problem. ** Affects: ubuntu Importance: Undecided Status: New -- Context menu button should also be able to close context menu https://bugs.launchpad.net/bugs/482556 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 1301420] [NEW] package inkscape 0.48.4-3ubuntu2 failed to install/upgrade: forsøger at overskrive '/usr/share/inkscape/keys/adobe-illustrator-cs2.xml', som også er i pakken inkscape-trunk-data 1:
Public bug reported: I updated my packages, got an error message (package failed to update), and was asked to submit this auto-generated bug report. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: inkscape 0.48.4-3ubuntu2 ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7 Uname: Linux 3.13.0-20-generic x86_64 ApportVersion: 2.14-0ubuntu1 AptOrdering: inkscape-trunk-gtk3: Remove inkscape: Install inkscape: Configure Architecture: amd64 Date: Sun Mar 30 10:28:42 2014 DpkgTerminalLog: Preparing to unpack .../inkscape_0.48.4-3ubuntu2_amd64.deb ... Unpacking inkscape (0.48.4-3ubuntu2) ... dpkg: error processing archive /var/cache/apt/archives/inkscape_0.48.4-3ubuntu2_amd64.deb (--unpack): forsøger at overskrive '/usr/share/inkscape/keys/adobe-illustrator-cs2.xml', som også er i pakken inkscape-trunk-data 1:0.48+devel+13220+47~ubuntu14.04.1 DuplicateSignature: package:inkscape:0.48.4-3ubuntu2:forsøger at overskrive '/usr/share/inkscape/keys/adobe-illustrator-cs2.xml', som også er i pakken inkscape-trunk-data 1:0.48+devel+13220+47~ubuntu14.04.1 ErrorMessage: forsøger at overskrive '/usr/share/inkscape/keys/adobe-illustrator-cs2.xml', som også er i pakken inkscape-trunk-data 1:0.48+devel+13220+47~ubuntu14.04.1 InstallationDate: Installed on 2014-03-28 (4 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Daily amd64 (20140328) SourcePackage: inkscape Title: package inkscape 0.48.4-3ubuntu2 failed to install/upgrade: forsøger at overskrive '/usr/share/inkscape/keys/adobe-illustrator-cs2.xml', som også er i pakken inkscape-trunk-data 1:0.48+devel+13220+47~ubuntu14.04.1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: inkscape (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1301420 Title: package inkscape 0.48.4-3ubuntu2 failed to install/upgrade: forsøger at overskrive '/usr/share/inkscape/keys/adobe-illustrator-cs2.xml', som også er i pakken inkscape-trunk-data 1:0.48+devel+13220+47~ubuntu14.04.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1301420/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 380588] Firewire express card doesn't work
This bug was reported so long ago (4 years) that I no longer have the option of checking if it is still present or not. The machine suffering the issue is no longer in my possession so I cannot perform any testing. Søren -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/380588 Title: Firewire express card doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/380588/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 588065] Network throughput drops to zero over Wi-Fi -- Intel Wireless WiFi Link 5300 iwlagn
I no longer have access to the machine in question (it is some years ago since I filled the bug), so I cannot test on more recent versions of Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/588065 Title: Network throughput drops to zero over Wi-Fi -- Intel Wireless WiFi Link 5300 iwlagn To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/588065/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs