Page 18 of 18 FirstFirst ... 8161718
Results 171 to 175 of 175

Thread: Precise known bugs with workarounds

  1. #171
    Join Date
    Feb 2010
    Location
    Nr BrandsHatch, S'oaks UK
    Beans
    1,241
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Precise known bugs with workarounds

    Hi!, Paddy,

    Yes, I did that, and I have just done it again.

    All it does is to change the "Yes, it affects me" into black text on a Red background, on a larger grey ground, and stays there. The number does not change.

    If I click on the other line it changes to "This bug affects 10 people, but not you".

    I am logged in and the righthand text shows: " You are s: subscribed to all notifications for this bug". [ The 's:' is a Pen Icon.]

    " Yes,it affects me " on a Red blackground block. after clicking.


    I wonder If I was already a 'voter', and the bug report system took that into account.

    Chao!, bogan.
    Last edited by bogan; January 21st, 2013 at 05:11 PM. Reason: Thumbnail copied
    "Better Solutions may bring Worsened Problems": After Lao Tse, b. circa 405BC. a contemporary of Confucius, who died circa 600BC.
    They did things differently in those days, apparently!!

  2. #172
    Join Date
    Jul 2009
    Location
    Hamilton, New Zealand
    Beans
    540
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Precise known bugs with workarounds

    Can we have this thread made sticky again. Some of us are still using the LTS and plan to do so for some time.
    Life's a pitch. And then you sing!

  3. #173
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Precise known bugs with workarounds

    Quote Originally Posted by hawthornso23 View Post
    Can we have this thread made sticky again. Some of us are still using the LTS and plan to do so for some time.
    We usually only sticky the bugs and known workarounds threads for the latest release. If you need to find this thread in the future, you can either bookmark it or subscribe to it from the thread tools menu.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  4. #174
    Join Date
    Jun 2008
    Beans
    68

    Re: Precise known bugs with workarounds

    Upon closing Rhythmbox, Unity panel and menu bar become invisible as described in this link: https://bugs.launchpad.net/ubuntu/+s...2d/+bug/894493

    Workaround :

    Can recover visibility by pressing Super+S to reveal Spread (you see nothing however), and then hitting Escape. Then things return to normal.

  5. #175
    Join Date
    Dec 2013
    Beans
    18
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Precise known bugs with workarounds

    Catfish defaults to "catfish" folder (bug #283953)
    Workaround: patch catfish.py
    Code:
    cd /usr/share/catfish
    sudo sed -i 's/os.path.abspath(self.options.path)/os.path.abspath(os.path.expanduser(self.options.path))/' catfish.py
    sudo sed -i 's/set_filename(os.path.expanduser(self.options.path))/set_current_folder(self.options.path)/' catfish.py
    sudo rm catfish.pyc
    sudo python -m compileall catfish.py

    Apparmor: evince/google-chrome (bug #964510)
    Workaround: edit abstractions
    https://bugs.launchpad.net/ubuntu/+s...10/comments/12


    Apparmor: no support for block_suspend (bug #1199933)
    Workaround: patch apparmor
    http://ubuntuforums.org/showthread.php?t=2198529
    https://launchpadlibrarian.net/156145963/foo.diff


    Terminal doesn't scroll - Xubuntu
    Workaround: replace with gnome-terminal
    Code:
    sudo apt-get remove xfce4-terminal
    sudo apt-get install gnome-terminal

    Weather plugin shows "No Data" (bug #1244629) - Xubuntu
    Workaround: install Debian package
    Code:
    wget http://ftp.de.debian.org/debian/pool/main/x/xfce4-weather-plugin/xfce4-weather-plugin_0.7.4-4_i386.debsha256sum -c <<< "e45ae1610777e6913be36f206bb36a8f6b145de8f0bff0fe0581435b48f3cf7e  xfce4-weather-plugin_0.7.4-4_i386.deb" && sudo dpkg -i xfce4-weather-plugin_0.7.4-4_i386.deb

    Abiword doesn't scroll (bug #960089) - Xubuntu
    Workaround: revert to 2.8.6
    http://xubuntugeek.blogspot.be/2013/...on-to-286.html


    Thunar delayed start (bug #775117) - Xubuntu
    Workaround: disable automatic network mounts
    Code:
    sudo sed -i 's/AutoMount=true/AutoMount=false/' /usr/share/gvfs/mounts/network.mount
    Last edited by Previous1; January 10th, 2014 at 04:25 AM.

Page 18 of 18 FirstFirst ... 8161718

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •