[Bug 306777] [NEW] No text in some apps
Public bug reported: Release: $ lsb_release -a | grep -i description No LSB modules are available. Description:Ubuntu 8.10 Package: More than one from different types of apps. Expected: Text in all apps to be visible. Yielded: Text in some apps is not visible. I have found that text in gftp (gFTP 2.0.18) and /usr/games/gnomine (gnomine 2.24.1.1) is missing. I can click where the text is supposed to be in both apps and the expected behavior is yielded, but the text is invisible. In gftp, I can scroll in either pane and the text for scrolled items becomes visible when those items come into view, but clicking on them makes text for viewable items disappear again. I suspected it might be a problem with my theme so I changed to the Clear Looks theme (shipped with Intrepid) and the problem was not resolved. In /usr/games/gnomine the text for all items is missing. But, if you pause and resume the game, the text reappears. Clicking on new squares yields missing text again, but the text that is already present from the resume remains.. i.e. the user has to click a square, pause and resume, click a square, pause and resume, click a square, pause and resume, etc in order to see the text properly. Both apps were installed from the Ubuntu repos. ** Affects: ubuntu Importance: Undecided Status: New -- No text in some apps https://bugs.launchpad.net/bugs/306777 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 155100] Re: no tty, only blank screen with nvidia driver from repos
Confirm here too with the nvidia-glx-177 drivers on Ubuntu 8.10 with nVidia GeForce 6200 graphics card. I reported this same bug in a previous release (Dapper?) and it was fixed in Gutsy, now it's broken again. -- no tty, only blank screen with nvidia driver from repos https://bugs.launchpad.net/bugs/155100 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 155100] Re: no tty, only blank screen with nvidia driver from repos
I just did: sudo apt-get purge nvidia-glx-177 && sudo apt-get install nvidia-glx-96 and rebooted and the problem is resolved. -- no tty, only blank screen with nvidia driver from repos https://bugs.launchpad.net/bugs/155100 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 304309] [NEW] Global Menu Bar for GNOME
Public bug reported: This is a "needs packaging" bug. Application name: Global Menu Bar for GNOME Homepage: http://code.google.com/p/gnome2-globalmenu/ Installation: http://code.google.com/p/gnome2-globalmenu/wiki/InstallingonUbuntu I have been using this application from its PPA for over a month on Ubuntu 8.10 and I have seen no problems or bugs. It works nicely and no longer requires a patched GTK. I feel that having this app in the Ubuntu software repositories would be of great benefit to the Ubuntu community. ** Affects: ubuntu Importance: Undecided Status: New -- Global Menu Bar for GNOME https://bugs.launchpad.net/bugs/304309 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 303300] [NEW] Nautilus loses scrollbars upon switching tabs
Public bug reported: Bug: Nautilus loses the scrollbar when changing to a tab that has a scrollbar. Expected: I expected the scrollbars in Nautilus tabbed ui to remain when switching tabs. Reality: Nautilus loses the scrollbar when changing to a tab that should have a scrollbar. Steps to reproduce: 1) Open Nautilus. 2) Go to a directory which has enough folders/files that you get a scrollbar. 3) Click File > New Tab. 4) Go back to the previous tab and look for your scrollbar. Even without the scrollbar I tried scrolling the mouse wheel and scrolling doesn't work. System: $ lsb_release -rd Description:Ubuntu 8.10 Release:8.10 Package: ]$ apt-cache policy nautilus nautilus: Installed: 1:2.24.1-0ubuntu1 Candidate: 1:2.24.1-0ubuntu1 Version table: *** 1:2.24.1-0ubuntu1 0 500 http://us.archive.ubuntu.com intrepid/main Packages 100 /var/lib/dpkg/status ** Affects: ubuntu Importance: Undecided Status: Confirmed -- Nautilus loses scrollbars upon switching tabs https://bugs.launchpad.net/bugs/303300 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 303300] Re: Nautilus loses scrollbars upon switching tabs
Joel, Yeah, I get the same thing with subsequent tabs, thanks for confirming this. -- Nautilus loses scrollbars upon switching tabs https://bugs.launchpad.net/bugs/303300 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 303300] Re: Nautilus loses scrollbars upon switching tabs
*** This bug is a duplicate of bug 296209 *** https://bugs.launchpad.net/bugs/296209 This bug IS NOT a duplicate of bug #296209 This new bug has nothing to do with cameras, and scrollbars do not reappear when changing folders. Please take the duplicate status off of this bug as it is NOT a duplicate, it is a valid and separate bug. -- Nautilus loses scrollbars upon switching tabs https://bugs.launchpad.net/bugs/303300 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 293443] [NEW] Package managers aren't correctly managing packages
Public bug reported: I'm currently on Kubuntu 8.04 and I don't install anything outside of the official repositories. This bug is related to apt-get and aptitude. [CODE] [~ @ ian]$ sudo aptitude install wmaker Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Building tag database... Done The following NEW packages will be automatically installed: libwraster3 The following NEW packages will be installed: libwraster3 wmaker 0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/2521kB of archives. After unpacking 6627kB will be used. Do you want to continue? [Y/n/?] [/CODE] As you can see installing wmaker with aptitude will also install libwraster3 [CODE] [~ @ ian]$ sudo apt-get install wmaker Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libwraster3 Suggested packages: asclock menu wmaker-data The following NEW packages will be installed: libwraster3 wmaker 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/2521kB of archives. After this operation, 6627kB of additional disk space will be used. Do you want to continue [Y/n]? [/CODE] As you can see installing wmaker with apt-get will also install libwraster3 [CODE] [~ @ ian]$ sudo aptitude purge --purge-unused wmaker Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Building tag database... Done The following packages will be REMOVED: wmaker{p} 0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 6423kB will be freed. Do you want to continue? [Y/n/?] [/CODE] But, purging and using the --purge-unused switch with aptitude will not purge libwraster3 as stated in man aptitude: --purge-unused Purge packages that are no longer required by any installed package. This is equivalent to passing “-o Aptitude::Purge-Unused=true” as a command-line argument. [CODE] [~ @ ian]$ sudo apt-get purge --auto-remove wmaker Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: wmaker* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 6423kB disk space will be freed. Do you want to continue [Y/n]? [/CODE] But, purging and using the --auto-remove switch with apt-get will not purge libwraster3 as stated in man apt-get --auto-remove If the command is either install or remove, then this option acts like running autoremove command, removing the unused dependency packages. Configuration Item: APT::Get::AutomaticRemove. [CODE] [~ @ ian]$ sudo aptitude purge wmaker libwraster3 Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Building tag database... Done The following packages will be REMOVED: libwraster3{p} wmaker{p} 0 packages upgraded, 0 newly installed, 2 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 6627kB will be freed. Do you want to continue? [Y/n/?] Y Writing extended state information... Done (Reading database ... 124556 files and directories currently installed.) Removing wmaker ... Purging configuration files for wmaker ... rmdir: failed to remove directory `/etc': Directory not empty rmdir: failed to remove directory `/etc/X11': Directory not empty Removing libwraster3 ... Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Writing extended state information... Done Building tag database... Done [/CODE] I finally had to do it manually and it worked - it's a good thing I always copy the output of installs to a text file just in case. The trouble with this is some folks don't memorize the list of packages installed and some installs can be quite complicated. And I'm not sure why, during the uninstall, it tried to remove /etc and /etc/X11 as that would be disastrous and shouldn't have even been attempted. The package managers are our lifeline and users should be able to trust that they will work as advertised. UPDATE: I have learned that I can do: [CODE] sudo apt-get autoremove [/CODE] to remove unused packages. If the switches were removed by a dev, then I feel the man page needs to be updated as many of us rely on man pages to work on our system. If the --purge-unused and --auto-remove switches weren't removed, why don't they work in Hardy when they worked well in previous releases (I think this was fixed in Feisty of Gutsy)? I realize one package isn't taking up much room on my hard drive but there are folks who install and uninstall lots of packages on a d
[Bug 292509] Re: Blank entries in Add widgets window upon selecting by category
I can confirm that this also happened to me after a fresh install of Kubuntu 8.10 (Intrepid Ibex) from the desktop livecd on 2008-11-01. -- Blank entries in Add widgets window upon selecting by category https://bugs.launchpad.net/bugs/292509 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebase-workspace in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 129910] Re: Blank ttys when using vesafb (vga=xxx)
One year later and this problem still isn't fixed. http://ardchoille.nfshost.com/Blog/20081029 -- Blank ttys when using vesafb (vga=xxx) https://bugs.launchpad.net/bugs/129910 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 306777] Re: No text in some apps
** Description changed: Release: $ lsb_release -a | grep -i description No LSB modules are available. Description: Ubuntu 8.10 Package: More than one from different types of apps. Expected: Text in all apps to be visible. Yielded: Text in some apps is not visible. I have found that text in gftp (gFTP 2.0.18) and /usr/games/gnomine (gnomine 2.24.1.1) is missing. I can click where the text is supposed to be in both apps and the expected behavior is yielded, but the text is invisible. In gftp, I can scroll in either pane and the text for scrolled items becomes visible when those items come into view, but clicking on them makes text for viewable items disappear again. I suspected it might be a problem with my theme so I changed to the Clear Looks theme (shipped with Intrepid) and the problem was not resolved. In /usr/games/gnomine the text for all items is missing. But, if you pause and resume the game, the text reappears. Clicking on new squares yields missing text again, but the text that is already present from the resume remains.. i.e. the user has to click a square, pause and resume, click a square, pause and resume, click a square, pause and resume, etc in order to see the text properly. Both apps were installed from the Ubuntu repos. + + UPDATE: + Also, I am using compiz, nVidia graphics (Nidia GeForce 6200) with the nvidia-glx-96 graphics driver install from the repos. ** Description changed: Release: $ lsb_release -a | grep -i description No LSB modules are available. Description: Ubuntu 8.10 Package: More than one from different types of apps. Expected: Text in all apps to be visible. Yielded: Text in some apps is not visible. I have found that text in gftp (gFTP 2.0.18) and /usr/games/gnomine (gnomine 2.24.1.1) is missing. I can click where the text is supposed to be in both apps and the expected behavior is yielded, but the text is invisible. In gftp, I can scroll in either pane and the text for scrolled items becomes visible when those items come into view, but clicking on them makes text for viewable items disappear again. I suspected it might be a problem with my theme so I changed to the Clear Looks theme (shipped with Intrepid) and the problem was not resolved. In /usr/games/gnomine the text for all items is missing. But, if you pause and resume the game, the text reappears. Clicking on new squares yields missing text again, but the text that is already present from the resume remains.. i.e. the user has to click a square, pause and resume, click a square, pause and resume, click a square, pause and resume, etc in order to see the text properly. Both apps were installed from the Ubuntu repos. UPDATE: - Also, I am using compiz, nVidia graphics (Nidia GeForce 6200) with the nvidia-glx-96 graphics driver install from the repos. + Also, I am using compiz, nVidia graphics (Nidia GeForce 6200) with the nvidia-glx-96 graphics driver installed from the repos. I'm using the 96 driver because both the 173 and 177 drivers gave me blank tty's and the 96 drivers does not. -- No text in some apps https://bugs.launchpad.net/bugs/306777 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 306777] Re: No text in some apps when using Compiz
This bug affects Compiz. ** Summary changed: - No text in some apps + No text in some apps when using Compiz ** Description changed: Release: $ lsb_release -a | grep -i description No LSB modules are available. Description: Ubuntu 8.10 Package: More than one from different types of apps. Expected: Text in all apps to be visible. Yielded: Text in some apps is not visible. I have found that text in gftp (gFTP 2.0.18) and /usr/games/gnomine (gnomine 2.24.1.1) is missing. I can click where the text is supposed to be in both apps and the expected behavior is yielded, but the text is invisible. In gftp, I can scroll in either pane and the text for scrolled items becomes visible when those items come into view, but clicking on them makes text for viewable items disappear again. I suspected it might be a problem with my theme so I changed to the Clear Looks theme (shipped with Intrepid) and the problem was not resolved. In /usr/games/gnomine the text for all items is missing. But, if you pause and resume the game, the text reappears. Clicking on new squares yields missing text again, but the text that is already present from the resume remains.. i.e. the user has to click a square, pause and resume, click a square, pause and resume, click a square, pause and resume, etc in order to see the text properly. Both apps were installed from the Ubuntu repos. UPDATE: Also, I am using compiz, nVidia graphics (Nidia GeForce 6200) with the nvidia-glx-96 graphics driver installed from the repos. I'm using the 96 driver because both the 173 and 177 drivers gave me blank tty's and the 96 drivers does not. + + I went to System -> Preferences -> Appearance, and turned off Visual + Effects, then ran gftp again and the above bug is not present. So, this + is a bug in Compiz. ** Changed in: compiz (Ubuntu) Sourcepackagename: None => compiz -- No text in some apps when using Compiz https://bugs.launchpad.net/bugs/306777 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
I have tried all of the proposed fixes here and none of them have worked for me. nVidia GeForce 6200 with the nvidia-glx-new driver in Kubuntu 7.10 (Gutsy) on AMD Sempron 2800+. -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
ardchoille here again. I wanted to post some new information in case it is helpful. I just did a complete fresh install of Kubuntu 7.10 (Gutsy) on this machine. Here is what I found: First reboot after the new install I found that all tty's (1-7) are functioning correctly. I installed a lot of apps, made lots of tweaks and reconfigured xorg to get the resolution I wanted. After rebooting, I noticed that all tty's are still working properly. The only thing different this time is I did not install nvidia drivers. The normal way I installed nvidia drivers in Feisty was: sudo apt-get install nvidia-glx sudo nvidia-glx-config enable sudo dpkg-reconfigure xserver-xorg sudo /etc/init.d/kdm restart The first time I installed nvidia drivers in Gutsy (which started this problem), I used the Restricted Manager - which I feared but did it anyway. The thing I disliked about that manager is that it didn't give me a choice between the nvidia-glx and nvidia-glx-new drivers - I dislike using "new" things because they're usually buggy. I'm wondering if I install nvidia-glx the old way if that will avoid this non-existent tty problem. I don't think it's the kernel because I have all tty's working now on the same machine and same kernel that had the problem earlier.. I think this has to do with the nvidia drivers. -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
*** UPDATE: FIXED *** ardchoille here. I fixed it. I have all tty's working properly now in Kubuntu 7.10 (Gutsy) with nVidia GeForce 6200 card (and nvidia-glx installed) on an AMD Sempron 2800+. The problem started after using the Restricted Manager to install nvidia drivers - it automatically installed nvidia-glx-new without giving me any options. This somehow caused tty's 1-6 to stop working. This time I installed the nvidia drivers manually with: sudo apt-get install nvidia-glx && sudo nvidia-glx-config enable && sudo dpkg-reconfigure xserver-xorg I did not alter /etc/initramfs-tools/modules or /etc/modprobe.d /blacklist-framebuffer in any way, nor did I run update-initramfs, and I didn't modprobe anything. After rebooting, I have all tty's working properly as they were in Feisty. So, the problem is caused either by the nvidia-glx-new drivers or the Restricted Manager GUI/app. I probably wouldn't have figured this out had I not been doing this on the command line for over a year. Score: command line 1, gui 0 -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
I'm no expert, but I have to disagree for the following reasons: 1) I cannot find "-b" anywhere in my /usr/share/initramfs-tools/scripts /init-top/framebuffer file 2) My /etc/modprobe.d/blacklist-framebuffer file still contain the lines "blacklist vesafb" and "blacklist vga16fb" 3) /etc/initramfs-tools/modules is empty except for some commented out text and my nvidia driver and tty's 1-6 are working properly. I can see and use elinks, mutt, mc, irssi, etc in tty 1-6. I feel that problem is caused by either by the Restricted Manager or the nvidia-glx-new driver, since I installed the nvidia-glx driver manually from the command line and all my tty's are working and I am able to see/use them. It would further narrow it down to hear from someone who has installed the nvidia-glx-new driver without using the Restricted Manager. Even if the problem is caused by the nvidia-glx-new driver, the Restricted Manager is somewhat to blame because it doesn't give the user a choice of drivers.. if it did, I wouldn't have had this problem at all because I would never have chosen a driver with "new" in the name - I'd be in the same postition I am now with all tty's working and viewable. -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
> gwi wrote: > Thanks ardchoille, this: > > sudo apt-get install nvidia-glx && sudo nvidia-glx-config enable .. gwi, I'm sorry it made further problems with your system. However, in all fairness, what I suggested was the proper way to install nvidia drivers on a fresh install without using the Restricted Manager and this method has worked for me on 19 machines as well as the machines of family and friends - which is why I thought it would be safe to post. I am still suspicious that the Restricted Manager is somehow causing all this mess. Regards, ardchoille -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
gwi, no hard feeling.. and you have a very good point. There should be a standard process to this, since this is a critical bug. Someone from the dev team should be assigned as "PR" for the bug to come in and say something to the effect of "we're working on the bug at the moment and will get back to you with information as soon as possible. Meanwhile, do not perform 'foo' or 'blah blah' as that is not recommended". There are times when something seems to be related to the bug, but in reality is not. I'm no dev and I thought either the nvidia driver or the Restricted Manager were to blame but, as many here have pointed out, there are folks being affected who don't even use nvidia hardware. I feel sorry for the people who just learn about Linux today and download/burn the ISO only to be confronted with this the very first time they try Linux. This kind of bug sheds a bad light on all of Linux, not just Kubuntu, where the Linux newbie is concerned. When this is fixed, there should really be a 7.10.1 release so the live cd's are no longer affected. -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
I just noticed the date when this bug was first reported: Bug #129910, first reported on 2007-08-02 by Miguel Martinez That's over two months ago. Maybe this is one of those situations where the dev team isn't interested in fixing the bug. -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
> interbird wrote .. > > For me this worked : > > sudo echo "fbcon" >> /etc/modules > sudo echo "vesafb" >> /etc/modules interbird, you might want to "cat /etc/modules" and see if the expected text was actually written to that file because those two commands shouldn't have worked as you expected them to. The sudo echo "blah" bit no doubt worked, but the redirection should have failed. Try: echo "fbcon" | sudo tee -a /etc/modules echo "vesafb" | sudo tee -a /etc/modules -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 158028] Root instance of konqueror does not allow for editing files
Public bug reported: Binary package hint: konqueror System: I'm using Kubuntu 7.10 installed from the Desktop livecd and the system is fully updated. Desired action: In a root instance of the konqueror file manager, right-click on a file and choose an editor to edit the file as root ("open with .."). Product: Changes to the file were disallowed due to insufficient privileges Steps to reproduce this bug: 1) Launch a root instance of the Konqueror file manager, run: kdesu -c 'konqueror --profile filemanagement /root' 2) In the new konqueror window, right-click on any text file and choose "Open with" > Kate or any other text editor 3) The file will be opened in the text editor and you can make changes to the file, but saving will not be allowed due to insufficient privileges It is my opinion that a root instance of the konqueror file manager should also allow root to edit files via the context menu of that window. To be able to use Kate to edit a file as root from a root instance of Konqueror in Gutsy, I had to write a new service menu as follows: [Desktop Entry] Version=0.1 Encoding=UTF-8 Actions=EditWithRootKate ServiceTypes=text/*,application/x-desktop [Desktop Action EditWithRootKate] Name=Edit with Kate (Root) Icon=kgpg Exec=kdesu kate %U I write a lot of service menus but someone new to Kubuntu won't understand why they can't edit a file via the context menu of a root instance of konqueror. ** Affects: kdebase (Ubuntu) Importance: Undecided Status: New -- Root instance of konqueror does not allow for editing files https://bugs.launchpad.net/bugs/158028 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 158028] Re: Root instance of konqueror does not allow for editing files
I wrote a better service menu for this. For anyone who wants to have this functionality, download the following file and place it in ~/.kde/share/apps/konqueror/servicemenus/ ** Attachment added: "EditWith.desktop" http://launchpadlibrarian.net/10194235/EditWith.desktop -- Root instance of konqueror does not allow for editing files https://bugs.launchpad.net/bugs/158028 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
I just installed Kubuntu 7.10 (Gutsy Gibbon) a few hours ago on an AMD Sempron 2800+. Install went fine, then installed nvidia-glx-new (with the Restricted Manager) for my nvidia GeForce 6200 card. I tried to ctrl+alt+f1 and noticed the screen was black and none of my tty's work. ps aux | grep tty reports: root 4456 0.0 0.0 1696 488 tty4 Ss+ 12:32 0:00 /sbin/getty 38400 tty4 root 4457 0.0 0.0 1692 484 tty5 Ss+ 12:32 0:00 /sbin/getty 38400 tty5 root 4461 0.0 0.0 1696 484 tty2 Ss+ 12:32 0:00 /sbin/getty 38400 tty2 root 4462 0.0 0.0 1692 480 tty3 Ss+ 12:32 0:00 /sbin/getty 38400 tty3 root 4463 0.0 0.0 1696 488 tty1 Ss+ 12:32 0:00 /sbin/getty 38400 tty1 root 4464 0.0 0.0 1692 484 tty6 Ss+ 12:32 0:00 /sbin/getty 38400 tty6 root 4974 0.9 4.3 49480 44708 tty7 SLs+ 12:32 0:40 /usr/bin/X -br -nolisten tcp :0 vt7 -auth /var/run/xauth/A:0-rFJ4KA and KDE 3.5.8 is running quite well on tty7. Is there a fix that works for this problem yet? I'm kinda lost without my tty's. -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
ardchoille here again. AMD Sempron 2800+ running Kubuntu7.10 with nvidia drivers installed for my GeForce 6200 card. uname -a returns: Linux localhost 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux I tried this: sudo vim /etc/modprobe.d/blacklist-framebuffer changed the line "blacklist vesafb" to "# blacklist vesafb" changed the line "blacklist nvidiafb" to "# blacklist nvidiafb" sudo vim /etc/initramfs-tools/modules and added fbcon and vesafb sudo modprobe nvidiafb sudo update-initramfs -u -k all Now I see the bootup sequence (which I didn't see before) but, as soon as kdm starts, tty's 1-6 are black screens. So, this fix didn't work for me. -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 129910] Re: tty[1-6] are active but display nothing in Gutsy
Thank you for trying Thomas Sommer, but it didn't work. I can't live without my tty's. If xorg breaks, I have no alternative but to reinstall Kubuntu. At least in Feisty, I was able to use screen + mutt + irssi + elinks + bash + mc in tty 1-6 and was able to continue work and not have to worry about xorg. This is seriously crippled. -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 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 159277] serviceconfig hangs at 0%
Public bug reported: Using Kubuntu 7.10 (Gutsy Gibbon). System Settings > Advanced tab > System Services When I click on this, a new, small, window pops up with the title "Querying System Service Status - System Settings" and it stays at 0% indefinitely. Clicking on kcontrol > System Administration > System Services just returns to the default blue KDE Control Center window (this was the same behavior in Feisty). Someone in #kubuntu told me to start it from command line with "serviceconfig". Doing that returns the following: [~ @ 07:13:42]$ serviceconfig Traceback (most recent call last): File "/usr/bin/serviceconfig", line 1472, in sysvapp = SysVInitApp() File "/usr/bin/serviceconfig", line 958, in __init__ self.context.loadInfo() File "/usr/bin/serviceconfig", line 303, in loadInfo rl.loadInfo() File "/usr/bin/serviceconfig", line 323, in loadInfo for filename in os.listdir(self.leveldir): OSError: [Errno 2] No such file or directory: '/etc/rc.d/rc0.d' Error in sys.excepthook: Traceback (most recent call last): File "/var/lib/python-support/python2.5/apport_python_hook.py", line 42, in apport_excepthook binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0])) IndexError: list index out of range Original exception was: Traceback (most recent call last): File "/usr/bin/serviceconfig", line 1472, in sysvapp = SysVInitApp() File "/usr/bin/serviceconfig", line 958, in __init__ self.context.loadInfo() File "/usr/bin/serviceconfig", line 303, in loadInfo rl.loadInfo() File "/usr/bin/serviceconfig", line 323, in loadInfo for filename in os.listdir(self.leveldir): OSError: [Errno 2] No such file or directory: '/etc/rc.d/rc0.d' I only install apps from the archive.ubuntu.com repos and I don't upgrade (fresh install of new releases only). ** Affects: ubuntu Importance: Undecided Status: New -- serviceconfig hangs at 0% https://bugs.launchpad.net/bugs/159277 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 159463] KnowIt docs in the wrong place
Public bug reported: Binary package hint: knowit I recently joined the ubuntu-docs team and found that KnowIt was missing the handbook (khelpcenter entry), so I decided to write it. In searching my system for information to include in the KnowIt handbook, I came across /usr/share/doc/HTML/en/knowit. It seems the documentation is already written, it just isn't present in khelpcenter. I know that most of the khelcenter items live at /usr/share/doc/kde/HTML/en so I did: sudo cp -r /usr/share/doc/HTML/en/knowit /usr/share/doc/kde/HTML/en and now the KnowIt handbook is present in khelpcenter. So, the KnowIt handbook/docs are already written, they're just in the wrong location. ** Affects: knowit (Ubuntu) Importance: Undecided Status: New -- KnowIt docs in the wrong place https://bugs.launchpad.net/bugs/159463 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 159463] Re: KnowIt docs in the wrong place
I forgot to include a vital step. I had to unpack the index.docbook.gz file (in the /usr/share/doc/kde/HTML/knowit dir) before it actually appeared in the khelpcenter. -- KnowIt docs in the wrong place https://bugs.launchpad.net/bugs/159463 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 159471] Kompose handbook is a mess
Public bug reported: Binary package hint: kompose I noticed that the Kompose handbook/docs are in the wrong place on my Gutsy system. They are in /usr/share/doc/HTML/en/kompose and should be in /usr/share/doc/kde/HTML/en/kompose. After fixing this path problem, I opened the Kompose handbook in kate to see if all was well. What I found was, in my opinion, a total mess. The handbook (you have to unpack /usr/share/doc/kde/HTML/en/kompose/index.docbook.gz) speaks of many things which have nothing to do with the kompose app. Examples: &kompose; is an application specially designed to do nothing you would ever want. It slices! It dices! and it comes with a free toaster! Creates a new document (kompose cannot create documents) This handbook seems to be someone's attempt at humor. ** Affects: kompose (Ubuntu) Importance: Undecided Status: New -- Kompose handbook is a mess https://bugs.launchpad.net/bugs/159471 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 158028] Re: Root instance of konqueror does not allow for editing files
Yes, It's been fixed. My gratitude to whomever fixed this bug :) -- Root instance of konqueror does not allow for editing files https://bugs.launchpad.net/bugs/158028 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kdebase in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 172625] Dolphin won't keep settings across sessions
Public bug reported: Binary package hint: dolphin-kde4 In dolphin, I have enabled View > Show hidden files, and I have set View > Adjust view properties to: Show hidden files = checked Apply view properties to = All folders I then clicked Apply, then Yes, then clicked OK. When I restart dolphin, all of these settings are gone. I can't figure out how to "show hidden files" by default in dolphin and have that behavior be permanent. It is my opinion that if we are going to keep dolphin as the default file manager, it should be much more robust, flexible, and bug-free. ** Affects: kdebase-kde4 (Ubuntu) Importance: Undecided Status: New -- Dolphin won't keep settings across sessions https://bugs.launchpad.net/bugs/172625 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 172625] Re: Dolphin won't keep settings across sessions
This is in Kubuntu 7.10 using kde 3.5.8. Sorry about the kdebase-kde4 under the "Affects" section, my mistake. -- Dolphin won't keep settings across sessions https://bugs.launchpad.net/bugs/172625 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 154798] Re: konqueror slow in gutsy
** Changed in: kdebase (Ubuntu) Status: New => Incomplete -- konqueror slow in gutsy https://bugs.launchpad.net/bugs/154798 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kdebase in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 134679] Re: Konqueror's navigation panel doesn't work right
Please provide more information about this issue. Which version of konqueror/kde are you using? Which release of *buntu are you running? What are the steps to reproduce this bug? ** Changed in: kdebase (Ubuntu) Status: New => Incomplete -- Konqueror's navigation panel doesn't work right https://bugs.launchpad.net/bugs/134679 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kdebase in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 176453] Re: kreversi by default uses diffuculty 1, but puts high scores under difficulty 7
Confirmed for me using kreversi 1.7.1 in kde 3.5.8 on Kubuntu 7.10 (Gutsy). ** Changed in: kdegames (Ubuntu) Status: New => Confirmed -- kreversi by default uses diffuculty 1, but puts high scores under difficulty 7 https://bugs.launchpad.net/bugs/176453 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kdegames in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 179108] Kubuntu System Settings missing the peripherals section
Public bug reported: Binary package hint: kde-systemsettings Using System Settings 0.2(Using KDE 3.5.8) in Kubuntu 7.10 (Gutsy Gibbon). I see that in kcontrol > Peripherals I can add a digital camera, but I don't see the "Peripherals" section or a digital camera section anywhere in System Settings. This is not a problem in Kubuntu 7.10 because I can simply run kcontrol, but kcontrol is gone in KDE4. ** Affects: kde-systemsettings (Ubuntu) Importance: Undecided Status: New -- Kubuntu System Settings missing the peripherals section https://bugs.launchpad.net/bugs/179108 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 159277] Re: serviceconfig hangs at 0%
I noticed that this isn't a problem on another box that doesn't have sysv-rc-conf installed. -- serviceconfig hangs at 0% https://bugs.launchpad.net/bugs/159277 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 172625] Re: Dolphin won't keep settings across sessions
** Description changed: Binary package hint: dolphin-kde4 In dolphin, I have enabled View > Show hidden files, and I have set View > Adjust view properties to: Show hidden files = checked Apply view properties to = All folders I then clicked Apply, then Yes, then clicked OK. When I restart dolphin, - all of these settings are gone. I can't figure out how to "show hidden - files" by default in dolphin and have that behavior be permanent. It is - my opinion that if we are going to keep dolphin as the default file - manager, it should be much more robust, flexible, and bug-free. + these settings have reverted back to the defaults. I am trying to "show + hidden files" in dolphin and have that behavior be permanent across + sessions. -- Dolphin won't keep settings across sessions https://bugs.launchpad.net/bugs/172625 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 159463] Re: KnowIt docs in the wrong place
** Description changed: Binary package hint: knowit - I recently joined the ubuntu-docs team and found that KnowIt was missing - the handbook (khelpcenter entry), so I decided to write it. In searching - my system for information to include in the KnowIt handbook, I came - across /usr/share/doc/HTML/en/knowit. It seems the documentation is - already written, it just isn't present in khelpcenter. I know that most - of the khelcenter items live at /usr/share/doc/kde/HTML/en so I did: + KnowIt is missing the handbook (khelpcenter entry), so I decided to + write it. In searching my system for information to include in the + KnowIt handbook, I came across /usr/share/doc/HTML/en/knowit. It seems + the documentation is already written, it just isn't present in + khelpcenter. I know that most of the khelcenter items live at + /usr/share/doc/kde/HTML/en so I did: sudo cp -r /usr/share/doc/HTML/en/knowit /usr/share/doc/kde/HTML/en and now the KnowIt handbook is present in khelpcenter. So, the KnowIt handbook/docs are already written, they're just in the wrong location. -- KnowIt docs in the wrong place https://bugs.launchpad.net/bugs/159463 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 159471] Re: Kompose handbook is missing information and in the wrong location
** Summary changed: - Kompose handbook is a mess + Kompose handbook is missing information and in the wrong location ** Description changed: Binary package hint: kompose - I noticed that the Kompose handbook/docs are in the wrong place on my - Gutsy system. They are in /usr/share/doc/HTML/en/kompose and should be - in /usr/share/doc/kde/HTML/en/kompose. After fixing this path problem, I - opened the Kompose handbook in kate to see if all was well. What I found - was, in my opinion, a total mess. The handbook (you have to unpack - /usr/share/doc/kde/HTML/en/kompose/index.docbook.gz) speaks of many - things which have nothing to do with the kompose app. Examples: + The Kompose handbook/docs are in the wrong place on my Gutsy system. + They are in /usr/share/doc/HTML/en/kompose and should be in + /usr/share/doc/kde/HTML/en/kompose. After fixing this path problem, I + opened the Kompose handbook in kate to see if all was well. The handbook + (you have to unpack /usr/share/doc/kde/HTML/en/kompose/index.docbook.gz) + speaks of many things which have nothing to do with the kompose app. + Examples: &kompose; is an application specially designed to do nothing you would ever want. It slices! It dices! and it comes with a free toaster! Creates a new document (kompose cannot create documents) - - This handbook seems to be someone's attempt at humor. -- Kompose handbook is missing information and in the wrong location https://bugs.launchpad.net/bugs/159471 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 175785] Re: Konqueror crashes when clicking certain sites
Confirmed for me using Konqueror 3.5.8 on KDE 3.5.8 in running Ubuntu 7.10 (Gutsy). I did, however, notice the page started to load for a few seconds before crashing konqueror. -- Konqueror crashes when clicking certain sites https://bugs.launchpad.net/bugs/175785 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 175152] Re: konqueror misinterprets mailto: link with #
Confirmed for me using konqueror 3.5.8 on kde 3.5.8 in Kubuntu 7.10 (Gutsy). ** Changed in: kdebase (Ubuntu) Status: New => Confirmed -- konqueror misinterprets mailto: link with # https://bugs.launchpad.net/bugs/175152 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kdebase in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 154798] Re: konqueror slow in gutsy
Does this happen with all pages/urls' you view or just with certain pages/url's? Is your konqueror the latest version available for Gutsy? -- konqueror slow in gutsy https://bugs.launchpad.net/bugs/154798 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 155579] Re: konqueror while browsing ~ direcoty
Please add information about the version of konqueror/kde and Ubuntu/Kubuntu you are using as well as steps needed to reproduce this bug. -- konqueror while browsing ~ direcoty https://bugs.launchpad.net/bugs/155579 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kdebase in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 139118] Re: konqueror crash when closed it
*** This bug is a duplicate of bug 147833 *** https://bugs.launchpad.net/bugs/147833 ** This bug has been marked a duplicate of bug 147833 konqueror crash when closed it -- konqueror crash when closed it https://bugs.launchpad.net/bugs/139118 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kdebase in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 155579] Re: konqueror while browsing ~ direcoty
** Changed in: kdebase (Ubuntu) Status: New => Incomplete -- konqueror while browsing ~ direcoty https://bugs.launchpad.net/bugs/155579 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kdebase in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 105713] Re: kgpg can't delete key pairs
I am using Kgpg 1.2.2 (KDE 3.5.8) running Kubuntu 7.10 (Gutsy Gibbon). I am not able to reproduce this bug using the "Steps to reproduce:" instructions provided. I was able to delete the key pair by right- clicking, selecting "Delete key pair", pressing the "Delete" button on the warning dialog and answering yes to the two questions in the resulting terminal. -- kgpg can't delete key pairs https://bugs.launchpad.net/bugs/105713 You received this bug notification because you are a member of Kubuntu Team, which is a bug assignee. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 179397] Re: kate/kwrite *always* crash on a fresh installation
I have successfully installed Kubuntu 7.10 (Gutsy Gibbon) on more than 50 machines and have not had kate, kwrite, nor firefox crash. I am unable to reproduce this bug with the available information. Attaching the output of lspci. ** Attachment added: "lspci.txt" http://launchpadlibrarian.net/11107364/lspci.txt -- kate/kwrite *always* crash on a fresh installation https://bugs.launchpad.net/bugs/179397 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 180081] Re: the update manager ask me to do this !!!
Looking at the attached "error message" this is not a bug in Ubuntu. Rather this appears to be a problem with a custom /etc/apt/sources.list (ie not the sources.list which ships with Ubuntu). You need to edit your /etc/apt/sources.list file. Please see https://help.ubuntu.com/community/Repositories/Ubuntu for more information. ** Changed in: update-manager (Ubuntu) Status: New => Invalid -- the update manager ask me to do this !!! https://bugs.launchpad.net/bugs/180081 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 154307] Re: Help fails to launch successfully
I am using Kubuntu 7.10 (Gutsy Gibbon) and sgt-puzzles 7446-1. Selecting 'Help / Content' or 'Help / Help on [puzzle name]' in the menu results in an error dialog stating "There was an error launching the default action command associated with this location." I notice that /usr/share/doc/sgt-puzzles contains several files including a puzzles.txt.gz file which contains a plain text file with information and directions for each of the games in sgt-puzzles. This directory also contains a symlink to ../../sgt-puzzles/gnome/help/c (which contains html files for each game). ** Changed in: sgt-puzzles (Ubuntu) Status: New => Confirmed -- Help fails to launch successfully https://bugs.launchpad.net/bugs/154307 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 180743] Re: crash notification pops up repeatedly
Thank you for taking the time to report this problem. Please provide more information. Which version of gnome are you running? Which app(s) are you attempting to launch just before this happens? ** Changed in: ubuntu Status: New => Incomplete -- crash notification pops up repeatedly https://bugs.launchpad.net/bugs/180743 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 105265] Re: GNOME Save As dialog continuously resizes itself
I installed Ubuntu 7.04 (Feisty Fawn) on April 20, 2007 (from the offical desktop cd release) and I have been able to reproduce this bug in several gnome apps. I am using the WindowMaker window manager (installed from the Feisty repos) and I can confirm this bug. However, when I log out of WindowMaker and log into gnome, this bug does not appear. I re-installed WindowMaker and used a fresh setup and this bug still exists on April 22, 2007. -- GNOME Save As dialog continuously resizes itself https://bugs.launchpad.net/bugs/105265 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 110896] gkrellm starts invisible for 3 minutes
Public bug reported: I am running Kubuntu Feisty and when I launch gkrellm (either from the kmenu or konsole), it starts but does not show up on the desktop for 3 minutes. There is no error output anywhere. Three minutes after I launch it, it pops up on the desktop and runs correctly. ** Affects: gkrellm (Ubuntu) Importance: Undecided Status: Unconfirmed -- gkrellm starts invisible for 3 minutes https://bugs.launchpad.net/bugs/110896 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 454566] Re: False positive for SucKit
Confirmed in Karmic. I posted this to the Ubuntu forums and was referred this bug report. My forums post is here:http://ubuntuforums.org/showthread.php?t=1386791 -- False positive for SucKit https://bugs.launchpad.net/bugs/454566 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 527224] [NEW] grsync doesn't recognize asterisks
Public bug reported: Binary package hint: grsync $ apt-cache policy grsync grsync: Installed: 0.9.2-1 Candidate: 0.9.2-1 Version table: *** 0.9.2-1 0 500 http://archive.ubuntu.com karmic/universe Packages 100 /var/lib/dpkg/status $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 9.10 Release:9.10 Codename: karmic I usually run the following command to backup my storage data to a USB key and it works flawlessly: rsync -rv --delete /mnt/sdb1/* /media/85DD-CF46 The grsync gui is nice in that it provides a gui for users who don't want to fiddle with the command line. The problem I found with grsync was that the user cannot use an asterisk: * the storage (source) directory content changes often so using an asterisk makes the task easier. * the destination directory is a USB key and so the path changes each time the key is inserted. * the grsync gui doesn't recognize asterisks in the text boxes. * I don't want to have to choose 206 individual directories because they change often. Using an asterisk is much easier. What I expected to happen: using /mnt/sdb1/* in the source text box to copy over all sub-directories instead of just the parent directory. What actually happened: grsync executed and reported an error with the asteriskinstead of copying directories. ProblemType: Bug Architecture: i386 Date: Wed Feb 24 09:14:02 2010 DistroRelease: Ubuntu 9.10 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) NonfreeKernelModules: nvidia Package: grsync 0.9.2-1 ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-19.56-generic SourcePackage: grsync Uname: Linux 2.6.31-19-generic i686 ** Affects: grsync (Ubuntu) Importance: Undecided Status: New ** Tags: asterisk rsync -- grsync doesn't recognize asterisks https://bugs.launchpad.net/bugs/527224 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 527224] Re: grsync doesn't recognize asterisks
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39737074/Dependencies.txt -- grsync doesn't recognize asterisks https://bugs.launchpad.net/bugs/527224 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