[Bug 1058515] Re: inheriting environmental variables when creating new terminal window or tab

2014-11-24 Thread Anish Sane
 If I create new terminal using Open Tab or Open Terminal, I get a fresh 
 terminal. This is sometimes what I want but sometimes not.
We can possibly have an array holding names of such variables, which need to be 
'exported' to the new tab.
Or, we can have a checkbox in gnome-terminal menus, if we want to inherit 
variables or not.
Or, we can have 2 separate menu items: new tab, new tabs with environment

Currently, I am using a dirty trick of writing them to a file in /tmp
via PROMPT_COMMAND  then reading it via .bashrc. But it is clearly
inefficient  error prone.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1058515

Title:
  inheriting environmental variables when creating new terminal window
  or tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1058515/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1170647] Re: Clicking on Nautilus’ launcher icon opens new window instead of restoring the minimized one when browsing external drives/locations

2014-06-30 Thread Anish Dowlut
Another workaround besides unpinning the nautilus icon, is this:

sudo mv /usr/share/applications/nautilus.desktop 
/usr/share/applications/nautilus2.desktop
sudo mv /usr/share/applications/nautilus-folder-handler.desktop 
/usr/share/applications/nautilus-folder-handler2.desktop
sudo mv /usr/share/applications/nautilus-home.desktop 
/usr/share/applications/nautilus-home2.desktop

We're basically just renaming a few .desktop files related to nautilus.
This will prevent the launcher from recognizing nautilus as a file
manager and it won't execute the buggy behaviour.

However, when the bug has been fixed within unity itself, you should
rename the all the .desktop files back to their original names.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1170647

Title:
  Clicking on Nautilus’ launcher icon opens new window instead of
  restoring the minimized one when browsing external drives/locations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bamf/+bug/1170647/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1170647] Re: Clicking on Nautilus’ launcher icon opens new window instead of restoring the minimized one when browsing external drives/locations

2014-06-26 Thread Anish Dowlut
The behaviour described in this bug report was introduced as a fix for
bug #753938. Thus, the solution for bug #753938 is actually the source
of problem for this bug report. In order to fix this bug, the changes
made for bug #753938 has to be reverted. I've located the appropriate
code section, commented it out and re-compiled unity. That resolved the
problem. I've already submitted the fix. I've attached a diff file to
show the changes I made to the unity source code.

** Attachment added: diff
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1170647/+attachment/4139820/+files/diff

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1170647

Title:
  Clicking on Nautilus’ launcher icon opens new window instead of
  restoring the minimized one when browsing external drives/locations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bamf/+bug/1170647/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 1332578] [NEW] When clicking the Files icon in the Unity launcher, instead of switching to the already opened nautilus window, a new nautilus window is opened

2014-06-20 Thread Anish Dowlut
Public bug reported:

Ubuntu version: 14.04 LTS
Nautilus version: 1:3.10.1-0ubuntu9.1
Unity version: 7.2.1+14.04.20140513-0ubuntu2

Sometimes, when you already have a nautilus window opened and you switch
to another application, if you the click Files icon in the Unity
launcher to switch back to that nautilus window, a new nautilus window
is opened instead simply showing the nautilus window that was already
opened.

Steps to reproduce problem:
0. Close all nautilus windows.
1. Click on the Files icon in the Unity launcher to open a new nautilus 
window.
2. On the left pane of nautilus, under the Devices section, open a partition or 
hard drive of your computer which is not the root partition of your Ubuntu 
installation.
3. Switch to any other application (such as the Caculator or a Terminal window) 
using the Unity launcher.
4. Click on the Files icon in the Unity launcher to switch back to the 
nautilus window that you had opened.

Expected behaviour: The nautilus window opened in step 1 is focused.
Actual behaviour: A new nautilus window is opened.

The problem can be reproduced by the following steps as well:
0. Make sure no nautilus window is opened.
1. Click on the Trash icon in the Unity launcher.
2. Click on the Files icon in the Unity laucher.

Expected behaviour: The nautilus window which opened when the Trash icon was 
clicked is focused.
Actual behaviour: A new nautilus window is opened.

The reason I believe that the bug lies within nautilus is because I
tried the first set of steps with the Thunar file browser and the
problem did not occur. However, it could be a bug within the Unity
launcher as well.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu9.1
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Jun 20 18:38:50 2014
GsettingsChanges:
 
InstallationDate: Installed on 2014-06-10 (9 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1332578

Title:
  When clicking the Files icon in the Unity launcher, instead of
  switching to the already opened nautilus window, a new nautilus window
  is opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1332578/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 800524] [NEW] why it ask [sudo] password for anish: always as i use terminal?

2011-06-22 Thread anish
Public bug reported:

i am fed up plase give me true suggestion

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-terminal 2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Wed Jun 22 12:36:05 2011
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/800524

Title:
  why it ask [sudo] password for anish: always as i use  terminal?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/800524/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 800524] Re: why it ask [sudo] password for anish: always as i use terminal?

2011-06-22 Thread anish
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/800524

Title:
  why it ask [sudo] password for anish: always as i use  terminal?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/800524/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 455421] Airtel: Switch off Diesel

2011-05-19 Thread Anish Sugunan
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in Ubuntu.
https://bugs.launchpad.net/bugs/455421

Title:
  rhythmbox crashed with SIGSEGV in g_object_set()

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 455421] Japan

2011-03-16 Thread Anish Sugunan
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.
https://bugs.launchpad.net/bugs/455421

Title:
  rhythmbox crashed with SIGSEGV in g_object_set()

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 590322] Re: gnome-session reported as broken after running upgrade manager

2010-06-06 Thread Anish

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49755872/Dependencies.txt

-- 
gnome-session reported as broken after running upgrade manager
https://bugs.launchpad.net/bugs/590322
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 590100] [NEW] Help - Report a problem doesn't work in gedit

2010-06-05 Thread Anish
Public bug reported:

Binary package hint: gedit

Distribution

OS Description: Ubuntu maverick (development branch)
Release: 10.10-alpha1-amd64
System Architecture: amd64

Package
==
gedit:
  Installed: 2.30.2-1ubuntu1
  Candidate: 2.30.2-1ubuntu1
  Version table:
 *** 2.30.2-1ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

Bug Description

Help - Report a problem fails with the following log on the console


2010-06-05 18:35:22,310 ERROR Could not find executable for process 29399
Traceback (most recent call last):
  File /usr/share/launchpad-integration/launchpadintegration/packageinfo.py, 
line 138, in fromProcessID
filename = os.readlink('/proc/%d/exe' % pid)
OSError: [Errno 13] Permission denied: '/proc/29399/exe'
Traceback (most recent call last):
  File string, line 5, in module
  File /usr/share/launchpad-integration/launchpadintegration/main.py, line 
44, in main
pkginfo = PackageInfo.fromProcessID(options.pid, logger)
  File /usr/share/launchpad-integration/launchpadintegration/packageinfo.py, 
line 144, in fromProcessID
'process %d' % pid)
launchpadintegration.packageinfo.PackageNotFoundError: Could not find 
executable for process 29399


ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gedit 2.30.2-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.34-5.13-generic 2.6.34
Uname: Linux 2.6.34-5-generic x86_64
Architecture: amd64
Date: Sat Jun  5 18:36:32 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100602.2)
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: gedit

** Affects: gedit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
Help - Report a problem doesn't work in gedit
https://bugs.launchpad.net/bugs/590100
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 590100] Re: Help - Report a problem doesn't work in gedit

2010-06-05 Thread Anish

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49721213/Dependencies.txt

-- 
Help - Report a problem doesn't work in gedit
https://bugs.launchpad.net/bugs/590100
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 590102] [NEW] gedit window titlebar shows a star '*' against saved files

2010-06-05 Thread Anish
Public bug reported:

Binary package hint: gedit

Distribution

OS Description: Ubuntu maverick (development branch)
Release: 10.10-alpha1-amd64
System Architecture: amd64

Package
==
gedit:
  Installed: 2.30.2-1ubuntu1
  Candidate: 2.30.2-1ubuntu1
  Version table:
 *** 2.30.2-1ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

Actions to reproduce the bug
==
1. Open a NEW file in gedit (just type gedit in at the command prompt).
2. Edit it. As soon as you edit it, the current file's tab and the window 
titlebar will show a star against the file, suggesting that it has been 
modified and NOT saved.
3. Save it by Ctrl+S giving any name to the file.
4. The star in the current file's tab header disappears but the window's title 
bar still incorrectly shows a star against the filename.

See attached screenshot for an illustration

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gedit 2.30.2-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.34-5.13-generic 2.6.34
Uname: Linux 2.6.34-5-generic x86_64
Architecture: amd64
Date: Sat Jun  5 18:41:42 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100602.2)
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: gedit

** Affects: gedit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
gedit window titlebar shows a star '*' against saved files
https://bugs.launchpad.net/bugs/590102
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 590102] Re: gedit window titlebar shows a star '*' against saved files

2010-06-05 Thread Anish

** Attachment added: star '*' in window titlebar against a saved file
   http://launchpadlibrarian.net/49721754/gedit-bug.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49721374/Dependencies.txt

-- 
gedit window titlebar shows a star '*' against saved files
https://bugs.launchpad.net/bugs/590102
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 589988] [NEW] gnome-help view breaks when attempting to scroll up/down

2010-06-04 Thread Anish
Public bug reported:

Binary package hint: yelp

Distribution

OS Description: Ubuntu maverick (development branch)
Release: 10.10-alpha1-amd64
System Architecture: amd64

Package
==
  Installed: 2.30.0-0ubuntu2
  Candidate: 2.30.0-0ubuntu2
  Version table:
 *** 2.30.0-0ubuntu2 0
500 http://in.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

Bug Description
===
When I open ubuntu-help-center and try to scroll up or down to view the 
displayed contents, the text/information in the main viewing window gets 
corrupted. However, when I try to take a screenshot of the corrupt window using 
print-screen, the corrupted view turns fine.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: yelp 2.30.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.34-5.13-generic 2.6.34
Uname: Linux 2.6.34-5-generic x86_64
Architecture: amd64
Date: Sat Jun  5 10:48:06 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100602.2)
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: yelp

** Affects: yelp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
gnome-help view breaks when attempting to scroll up/down
https://bugs.launchpad.net/bugs/589988
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 589988] Re: gnome-help view breaks when attempting to scroll up/down

2010-06-04 Thread Anish

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49704191/Dependencies.txt

-- 
gnome-help view breaks when attempting to scroll up/down
https://bugs.launchpad.net/bugs/589988
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 589989] [NEW] 'Help' - 'Report a problem' doesn't work in ubuntu help center

2010-06-04 Thread Anish
Public bug reported:

Binary package hint: yelp

Distribution

OS Description: Ubuntu maverick (development branch)
Release: 10.10-alpha1-amd64
System Architecture: amd64

Package
==
  Installed: 2.30.0-0ubuntu2
  Candidate: 2.30.0-0ubuntu2
  Version table:
 *** 2.30.0-0ubuntu2 0
500 http://in.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

Bug Description

When I click on 'Help' - 'Report a Problem', nothing happens. However, when I 
try this for other applications (such as firefox), it works as expected and 
apport is launched.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: yelp 2.30.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.34-5.13-generic 2.6.34
Uname: Linux 2.6.34-5-generic x86_64
Architecture: amd64
Date: Sat Jun  5 10:55:04 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100602.2)
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: yelp

** Affects: yelp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
'Help' - 'Report a problem' doesn't work in ubuntu help center
https://bugs.launchpad.net/bugs/589989
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 589989] Re: 'Help' - 'Report a problem' doesn't work in ubuntu help center

2010-06-04 Thread Anish

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49704285/Dependencies.txt

-- 
'Help' - 'Report a problem' doesn't work in ubuntu help center
https://bugs.launchpad.net/bugs/589989
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 589992] [NEW] strange looking icon/widget in notification-area-applet

2010-06-04 Thread Anish
Public bug reported:

Binary package hint: gnome-panel

Distribution

OS Description: Ubuntu maverick (development branch)
Release: 10.10-alpha1-amd64
System Architecture: amd64

Package Information
===
  Installed: 1:2.30.0-0ubuntu1
  Candidate: 1:2.30.0-0ubuntu1
  Version table:
 *** 1:2.30.0-0ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

Bug Description

There is a strange looking icon/widget in the notification-area-applet. I don't 
know how best to explain it. See the attached screenshot (look at the 
icon/widget next to the network/wifi status icon).

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-panel 1:2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.34-5.13-generic 2.6.34
Uname: Linux 2.6.34-5-generic x86_64
Architecture: amd64
Date: Sat Jun  5 11:02:30 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100602.2)
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: gnome-panel

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
strange looking icon/widget in notification-area-applet
https://bugs.launchpad.net/bugs/589992
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 589992] Re: strange looking icon/widget in notification-area-applet

2010-06-04 Thread Anish

** Attachment added: gnome-panel-screenshot
   http://launchpadlibrarian.net/49704580/gnome-panel-bug.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49704457/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/49704458/GConfNonDefault.txt

-- 
strange looking icon/widget in notification-area-applet
https://bugs.launchpad.net/bugs/589992
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 455421] Re: rhythmbox crashed with SIGSEGV in g_object_set()

2009-12-10 Thread Anish Sugunan
I have moved off 9.10 back to 9.04works like a charm and no
crashes! Till 9.10 issues are sorted out I intend to continue with
9.04.

On 12/10/09, Pedro Villavicencio pe...@ubuntu.com wrote:
 no there's no fixes for it yet, patches are more than welcome though.

 ** Bug watch added: GNOME Bug Tracker #533427
https://bugzilla.gnome.org/show_bug.cgi?id=533427

 ** Changed in: rhythmbox
  Remote watch: GNOME Bug Tracker #590431 = GNOME Bug Tracker #533427

 --
 rhythmbox crashed with SIGSEGV in g_object_set()
 https://bugs.launchpad.net/bugs/455421
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
rhythmbox crashed with SIGSEGV in g_object_set()
https://bugs.launchpad.net/bugs/455421
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 336662] Re: minicom continually resizes gnome-terminal in jaunty

2009-06-15 Thread Anish Sane
*** This bug is a duplicate of bug 369440 ***
https://bugs.launchpad.net/bugs/369440

TERM=linux minicom worked...
thanks Girts Strazdins

use alias minicom=TERM=linux minicom

-- 
minicom continually resizes gnome-terminal in jaunty
https://bugs.launchpad.net/bugs/336662
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 279887] Re: The audio is in distortion for the higth frequency.

2008-10-07 Thread anish
are you sure it is not a case of simply playing bad bitrate songs or low
quality audio hardware ? Some distortion might be experienced if you are
playing your songs at full volume, or alternatively keeping the speakers
at full volume, or both at the same time. Try lowering the volume a
little, and trying playing a song that is known to have been encoded at
a decent bitrate, such as this http://ian-
ritchie.com/mp3/Ian%20Ritchie/Lonely%20Planet%20Theme.mp3

-- 
The audio is in distortion for the higth frequency.
https://bugs.launchpad.net/bugs/279887
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 279885] Re: No Way to correct mount options

2008-10-07 Thread anish
what mount options are you changing ? all mount options that you specify
should be stored in /etc/fstab, you can change your options from there.
please see if that solves your problem.

-- 
No Way to correct mount options
https://bugs.launchpad.net/bugs/279885
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs