[Desktop-packages] [Bug 1328692] Re: Cannot Change Password for Active Directory Users

2017-09-08 Thread rg
Seems to work only on local accounts; http://bazaar.launchpad.net
/~unity-control-center-team/unity-control-center/trunk/view/head:/panels
/user-accounts/um-user-panel.c#L684

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1328692

Title:
  Cannot Change Password for Active Directory Users

Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  It seems that Active Directory users cannot change their password from
  the User Accounts module in the control center. When you look at their
  account, the 5 dots next to Password are greyed out, and you cannot
  click on them. For local users, the dots are black and you can change
  the password normally by clicking them. From a terminal, using passwd
  does work fine for Active Directory users. I am using Ubuntu 14.04,
  and sssd (1.11.5-1ubuntu3) Is this a bug, or is there maybe some sort
  of config that hides this option for remotely authenticated users?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1328692/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1328692] Re: Cannot Change Password for Active Directory Users

2017-09-08 Thread rg
This problem still exists in Xenial. The password cann't be altered
though the GUI as the passwordbox with dots stays greyed out.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1328692

Title:
  Cannot Change Password for Active Directory Users

Status in unity-control-center package in Ubuntu:
  Confirmed

Bug description:
  It seems that Active Directory users cannot change their password from
  the User Accounts module in the control center. When you look at their
  account, the 5 dots next to Password are greyed out, and you cannot
  click on them. For local users, the dots are black and you can change
  the password normally by clicking them. From a terminal, using passwd
  does work fine for Active Directory users. I am using Ubuntu 14.04,
  and sssd (1.11.5-1ubuntu3) Is this a bug, or is there maybe some sort
  of config that hides this option for remotely authenticated users?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1328692/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242126] Re: gedit: Could not find loader 'python' for plugin

2013-11-07 Thread rg
Forked gedit-source-code-browser, committed patch, submitted pull
request. FWIW.

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

Title:
  gedit: Could not find loader 'python' for plugin

Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  When I try to enable some plugin in gedit (3.8.3-0ubuntu3), I can
  error message such this:

  (gedit:11688): libpeas-WARNING **: Could not find loader 'python' for
  plugin 'sourcecodebrowser'

  Operation system: Ubuntu 13.10 64 bit

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242126] Re: gedit: Could not find loader 'python' for plugin

2013-11-07 Thread rg
I'm new around here, but I'm not sure Fix Released is the proper status
yet for this bug. I am not the maintainer of this plugin, I've only
applied the patch on a fork and submitted a pull request to the
maintainer (Quixotix), who I assume will need to merge the change before
this fix is released..?

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

Title:
  gedit: Could not find loader 'python' for plugin

Status in “gedit” package in Ubuntu:
  Fix Released

Bug description:
  When I try to enable some plugin in gedit (3.8.3-0ubuntu3), I can
  error message such this:

  (gedit:11688): libpeas-WARNING **: Could not find loader 'python' for
  plugin 'sourcecodebrowser'

  Operation system: Ubuntu 13.10 64 bit

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242126] Re: gedit: Could not find loader 'python' for plugin

2013-11-06 Thread rg
Yes, same issue after installing via gedit-source-code-browser-plugin
(and removing ~/.local/share/gedit/plugins/sourcecodebrowser*). Upon
attempting to enable the plugin I get the same error reported by OP.
Changing the Loader value in
/usr/lib/gedit/plugins/sourcecodebrowser.plugin has all the same effects
as I described above.

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

Title:
  gedit: Could not find loader 'python' for plugin

Status in “gedit” package in Ubuntu:
  Incomplete

Bug description:
  When I try to enable some plugin in gedit (3.8.3-0ubuntu3), I can
  error message such this:

  (gedit:11688): libpeas-WARNING **: Could not find loader 'python' for
  plugin 'sourcecodebrowser'

  Operation system: Ubuntu 13.10 64 bit

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242126] Re: gedit: Could not find loader 'python' for plugin

2013-11-06 Thread rg
SUCCESS! Applying victzhang's patch solves the problem and the plugin is
now working again.

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

Title:
  gedit: Could not find loader 'python' for plugin

Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  When I try to enable some plugin in gedit (3.8.3-0ubuntu3), I can
  error message such this:

  (gedit:11688): libpeas-WARNING **: Could not find loader 'python' for
  plugin 'sourcecodebrowser'

  Operation system: Ubuntu 13.10 64 bit

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1242126] Re: gedit: Could not find loader 'python' for plugin

2013-11-04 Thread rg
Same here, sourcecodebrowser plugin worked on 13.04, no longer works on
13.10. When I start gedit from cmdline I get the same error as OP upon
attempting to enable the plugin. Seems to be a similar issue with many
gedit plugins, but apparently all with different solutions. Many have
recommended editing the .plugin file and changing Loader=python to
Loader=python3, which seems to get us past the could not find loader
problem, but still doesn't work:

Traceback (most recent call last):
  File /home/rob/.local/share/gedit/plugins/sourcecodebrowser/__init__.py, 
line 1, in module
import plugin
ImportError: No module named 'plugin'

Also just for the whynot I tried python2 and got Could not find loader
'python2' for plugin 'sourcecodebrowser'

I do have all 3 pythons...

$ which python
/usr/bin/python
$ which python2
/usr/bin/python2
$ which python3
/usr/bin/python3

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

Title:
  gedit: Could not find loader 'python' for plugin

Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  When I try to enable some plugin in gedit (3.8.3-0ubuntu3), I can
  error message such this:

  (gedit:11688): libpeas-WARNING **: Could not find loader 'python' for
  plugin 'sourcecodebrowser'

  Operation system: Ubuntu 13.10 64 bit

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1192466] [NEW] selenium ide 2.0 click/clickAndWait button not working

2013-06-19 Thread rg dixit
Public bug reported:

hi, 
i have installe selenium ide addon .
it records the details from a site an the i re-run the code and the code fails 
at click.
the xpath is visible and i have use wait button too just to make sure i wasn't 
doing it before the page loads.
the error shown is 
Unexpected Exception: fileName - 
chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber - 
309, columnNumber - 8

an m using ubuntu 13.04

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: firefox 22.0~b4+build1-0ubuntu1
ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
Uname: Linux 3.9.0-4-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  zuko   1935 F pulseaudio
BrokenPermissions:
 extensions/csharpformatt...@seleniumhq.org.xpi (0o400)
 extensions/javaformatt...@seleniumhq.org.xpi (0o400)
 extensions/pythonformatt...@seleniumhq.org.xpi (0o400)
 extensions/rubyformatt...@seleniumhq.org.xpi (0o400)
 extensions/{a6fd85ed-e919-4a43-a5af-8da18bda539f}.xpi (0o400)
BuildID: 20130606112033
Channel: Unavailable
Date: Wed Jun 19 12:38:26 2013
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-06-13 (5 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130612)
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.123  metric 9
MarkForUpload: True
MostRecentCrashID: bp-1bbe0572-2d34-4ca8-b923-b25132130617
Plugins:
 Shockwave Flash - /usr/lib/mozilla/plugins/libflashplayer.so
 Google Talk Plugin Video Accelerator - 
/opt/google/talkplugin/libnpgtpo3dautoplugin.so (google-talkplugin)
 Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so 
(google-talkplugin)
 Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so 
(google-talkplugin)
 iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=22.0/20130606112033 (In use)
RelatedPackageVersions:
 google-talkplugin 4.0.1.0-1
 rhythmbox-mozilla 2.99.1-0ubuntu1
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs:
 bp-1bbe0572-2d34-4ca8-b923-b25132130617
 bp-63095292-f3b0-4aca-9441-a0e072130617
 bp-c522360f-117f-4801-8ee2-97f7b2130617
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/24/2013
dmi.bios.vendor: Insyde
dmi.bios.version: F.66
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 166D
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 09.4C
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr05941120461610100:rvnHewlett-Packard:rn166D:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion g4 Notebook PC
dmi.product.version: 05941120461610100
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug saucy

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

Title:
  selenium ide 2.0  click/clickAndWait button not working

Status in “firefox” package in Ubuntu:
  New

Bug description:
  hi, 
  i have installe selenium ide addon .
  it records the details from a site an the i re-run the code and the code 
fails at click.
  the xpath is visible and i have use wait button too just to make sure i 
wasn't doing it before the page loads.
  the error shown is 
  Unexpected Exception: fileName - 
chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber - 
309, columnNumber - 8

  an m using ubuntu 13.04

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: firefox 22.0~b4+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  zuko   1935 F pulseaudio
  BrokenPermissions:
   extensions/csharpformatt...@seleniumhq.org.xpi (0o400)
   extensions/javaformatt...@seleniumhq.org.xpi (0o400)
   extensions/pythonformatt...@seleniumhq.org.xpi (0o400)
   extensions/rubyformatt...@seleniumhq.org.xpi (0o400)
   extensions/{a6fd85ed-e919-4a43-a5af-8da18bda539f}.xpi (0o400)
  BuildID: 20130606112033
  Channel: Unavailable
  Date: Wed Jun 19 12:38:26 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 

[Desktop-packages] [Bug 1192465] [NEW] selenium ide 2.0 click/clickAndWait button not working

2013-06-19 Thread rg dixit
Public bug reported:

hi, 
i have installe selenium ide addon .
it records the details from a site an the i re-run the code and the code fails 
at click.
the xpath is visible and i have use wait button too just to make sure i wasn't 
doing it before the page loads.
the error shown is 
Unexpected Exception: fileName - 
chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber - 
309, columnNumber - 8

an m using ubuntu 13.04

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: firefox 22.0~b4+build1-0ubuntu1
ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
Uname: Linux 3.9.0-4-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  zuko   1935 F pulseaudio
BrokenPermissions:
 extensions/csharpformatt...@seleniumhq.org.xpi (0o400)
 extensions/javaformatt...@seleniumhq.org.xpi (0o400)
 extensions/pythonformatt...@seleniumhq.org.xpi (0o400)
 extensions/rubyformatt...@seleniumhq.org.xpi (0o400)
 extensions/{a6fd85ed-e919-4a43-a5af-8da18bda539f}.xpi (0o400)
BuildID: 20130606112033
Channel: Unavailable
Date: Wed Jun 19 12:38:26 2013
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-06-13 (5 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130612)
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.123  metric 9
MarkForUpload: True
MostRecentCrashID: bp-1bbe0572-2d34-4ca8-b923-b25132130617
Plugins:
 Shockwave Flash - /usr/lib/mozilla/plugins/libflashplayer.so
 Google Talk Plugin Video Accelerator - 
/opt/google/talkplugin/libnpgtpo3dautoplugin.so (google-talkplugin)
 Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so 
(google-talkplugin)
 Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so 
(google-talkplugin)
 iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=22.0/20130606112033 (In use)
RelatedPackageVersions:
 google-talkplugin 4.0.1.0-1
 rhythmbox-mozilla 2.99.1-0ubuntu1
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs:
 bp-1bbe0572-2d34-4ca8-b923-b25132130617
 bp-63095292-f3b0-4aca-9441-a0e072130617
 bp-c522360f-117f-4801-8ee2-97f7b2130617
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/24/2013
dmi.bios.vendor: Insyde
dmi.bios.version: F.66
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 166D
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 09.4C
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr05941120461610100:rvnHewlett-Packard:rn166D:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion g4 Notebook PC
dmi.product.version: 05941120461610100
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug saucy

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

Title:
  selenium ide 2.0  click/clickAndWait button not working

Status in “firefox” package in Ubuntu:
  New

Bug description:
  hi, 
  i have installe selenium ide addon .
  it records the details from a site an the i re-run the code and the code 
fails at click.
  the xpath is visible and i have use wait button too just to make sure i 
wasn't doing it before the page loads.
  the error shown is 
  Unexpected Exception: fileName - 
chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber - 
309, columnNumber - 8

  an m using ubuntu 13.04

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: firefox 22.0~b4+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  zuko   1935 F pulseaudio
  BrokenPermissions:
   extensions/csharpformatt...@seleniumhq.org.xpi (0o400)
   extensions/javaformatt...@seleniumhq.org.xpi (0o400)
   extensions/pythonformatt...@seleniumhq.org.xpi (0o400)
   extensions/rubyformatt...@seleniumhq.org.xpi (0o400)
   extensions/{a6fd85ed-e919-4a43-a5af-8da18bda539f}.xpi (0o400)
  BuildID: 20130606112033
  Channel: Unavailable
  Date: Wed Jun 19 12:38:26 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 

Re: [Desktop-packages] [Bug 1192466] Re: selenium ide 2.0 click/clickAndWait button not working

2013-06-19 Thread rg dixit
its bcz it was working fine on firefox 21


On Wed, Jun 19, 2013 at 12:57 PM, Chris Coulson chris.coul...@canonical.com
 wrote:

 I'm not sure why you've reported this as a bug in Firefox. You should
 report it to the Selenium developers instead

 ** Changed in: firefox (Ubuntu)
Status: New = Invalid

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1192466

 Title:
   selenium ide 2.0  click/clickAndWait button not working

 Status in “firefox” package in Ubuntu:
   Invalid

 Bug description:
   hi,
   i have installe selenium ide addon .
   it records the details from a site an the i re-run the code and the code
 fails at click.
   the xpath is visible and i have use wait button too just to make sure i
 wasn't doing it before the page loads.
   the error shown is
   Unexpected Exception: fileName -
 chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js,
 lineNumber - 309, columnNumber - 8

   an m using ubuntu 13.04

   ProblemType: Bug
   DistroRelease: Ubuntu 13.10
   Package: firefox 22.0~b4+build1-0ubuntu1
   ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
   Uname: Linux 3.9.0-4-generic x86_64
   AddonCompatCheckDisabled: False
   ApportVersion: 2.10.2-0ubuntu1
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  zuko   1935 F pulseaudio
   BrokenPermissions:
extensions/csharpformatt...@seleniumhq.org.xpi (0o400)
extensions/javaformatt...@seleniumhq.org.xpi (0o400)
extensions/pythonformatt...@seleniumhq.org.xpi (0o400)
extensions/rubyformatt...@seleniumhq.org.xpi (0o400)
extensions/{a6fd85ed-e919-4a43-a5af-8da18bda539f}.xpi (0o400)
   BuildID: 20130606112033
   Channel: Unavailable
   Date: Wed Jun 19 12:38:26 2013
   ForcedLayersAccel: False
   IfupdownConfig:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
   InstallationDate: Installed on 2013-06-13 (5 days ago)
   InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64
 (20130612)
   IpRoute:
default via 192.168.1.1 dev wlan0  proto static
192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.123
  metric 9
   MarkForUpload: True
   MostRecentCrashID: bp-1bbe0572-2d34-4ca8-b923-b25132130617
   Plugins:
Shockwave Flash - /usr/lib/mozilla/plugins/libflashplayer.so
Google Talk Plugin Video Accelerator -
 /opt/google/talkplugin/libnpgtpo3dautoplugin.so (google-talkplugin)
Google Talk Plugin - /opt/google/talkplugin/libnpgoogletalk.so
 (google-talkplugin)
Google Talk Plugin Video Renderer - /opt/google/talkplugin/libnpo1d.so
 (google-talkplugin)
iTunes Application Detector -
 /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
 (rhythmbox-mozilla)
   PrefSources: prefs.js
   Profiles: Profile0 (Default) - LastVersion=22.0/20130606112033 (In use)
   RelatedPackageVersions:
google-talkplugin 4.0.1.0-1
rhythmbox-mozilla 2.99.1-0ubuntu1
   RunningIncompatibleAddons: False
   SourcePackage: firefox
   SubmittedCrashIDs:
bp-1bbe0572-2d34-4ca8-b923-b25132130617
bp-63095292-f3b0-4aca-9441-a0e072130617
bp-c522360f-117f-4801-8ee2-97f7b2130617
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 01/24/2013
   dmi.bios.vendor: Insyde
   dmi.bios.version: F.66
   dmi.board.asset.tag: Base Board Asset Tag
   dmi.board.name: 166D
   dmi.board.vendor: Hewlett-Packard
   dmi.board.version: 09.4C
   dmi.chassis.type: 10
   dmi.chassis.vendor: Hewlett-Packard
   dmi.chassis.version: Chassis Version
   dmi.modalias:
 dmi:bvnInsyde:bvrF.66:bd01/24/2013:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr05941120461610100:rvnHewlett-Packard:rn166D:rvr09.4C:cvnHewlett-Packard:ct10:cvrChassisVersion:
   dmi.product.name: HP Pavilion g4 Notebook PC
   dmi.product.version: 05941120461610100
   dmi.sys.vendor: Hewlett-Packard

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1192466/+subscriptions


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

Title:
  selenium ide 2.0  click/clickAndWait button not working

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  hi, 
  i have installe selenium ide addon .
  it records the details from a site an the i re-run the code and the code 
fails at click.
  the xpath is visible and i have use wait button too just to make sure i 
wasn't doing it before the page loads.
  the error shown is 
  Unexpected Exception: fileName - 
chrome://selenium-ide/content/selenium-core/scripts/htmlutils.js, lineNumber - 
309, columnNumber - 8

  an m using ubuntu 13.04

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: firefox 22.0~b4+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 

[Desktop-packages] [Bug 844119] Re: Hitting Alt-Tab does not display Libre Office in list of switchable open applications

2013-06-19 Thread rg
Bug still present (maybe even worse?) with Ubuntu 12.10 and LibreOffice
1:3.6.2.

If I open LibreOffice Calc from dashboard, I get no icon in the
launcher, no icon in the alt-tab switcher.

If I open a Calc doc from nautilus, email, etc. I get a grey question-
mark icon in the launcher, no icon in the alt-tab switcher. Clicking the
question-mark icon has NO effect.

So either way, after switching to another app I'm unable to switch back
to Calc.

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

Title:
  Hitting Alt-Tab does not display Libre Office in list of switchable
  open applications

Status in Ayatana Design:
  Fix Committed
Status in BAMF Application Matching Framework:
  Fix Released
Status in Unity:
  Fix Released
Status in Unity Foundations:
  Confirmed
Status in “bamf” package in Ubuntu:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  Hitting Alt-Tab to bring up a list of switchable open applications
  does not display the running Libre Office instance. In order to switch
  to Libre Office and bring it to the foreground I must move other
  windows around with the mouse and click the Libre Office window.

  To reproduce:
   * Open Libre Office Writer
   * Open a few other applications such a Firefox and Thunderbird
   * Hit Alt-Tab and switch to Firefox
   * Hit Alt-Tab again while keeping Alt depressed

  Expected behavior:
   * Libre Office should be in the list of available switchable applications

  Actual behavior:
   * Libre Office is not in the list of available switchable applications when 
hitting Alt-Tab and keeping Alt depressed
   * Libre Office is not switched back to when tapping Alt-Tab quickly (the 
last-used application before Libre Office is jumped to)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice-common 1:3.4.2-2ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  NonfreeKernelModules: wl
  Architecture: amd64
  Date: Wed Sep  7 13:47:30 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/libreoffice
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64+mac (20110901)
  InterpreterPath: /bin/dash
  PackageArchitecture: all
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/844119/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 546969] Re: focus does not switch to firefox when a hyperlink is clicked in another application

2013-06-10 Thread rg
Update for people like me who like to understand what the #$ is
actually going on:

Sometime in the last two years this problem went away for me. Then just
the other day it mysteriously came back. After lots of reading I finally
got it how I like it again, and learned that there have been multiple
levels of bugs and settings making this extra confusing:

1. A a
href=https://bugzilla.mozilla.org/show_bug.cgi?id=721498;FireFox
bug/a causing inconsistent behavior with links passed from external
apps. This is what caused my original problem: if FF was not open yet,
external links would focus it, but if FF was already open, external
links would not focus it. As noted in that bug report, that doesn't make
sense whatever your general focus preference is, and this was fixed in
early 2012 so that FF DOES take focus in either case. Which made people
like me happy, who prefer to always open external links in the
foreground, but annoyed the people who prefer to always open external
links in the background.

2. The a href=http://www.techsupportalert.com/content/how-stop-
firefox-stealing-window-focus.htmFocus Prevention Level/a compiz
setting. People who were upset by the FF fix can use this setting to
override what they (erroneously IMO) call FF's focus stealing. Set it
to at least low and it should block FF from taking focus, instead
bouncing the icon in the launcher or flashing in the taskbar or
whatever. Or, if you WANT FF to take focus when you click links from
external apps, set this to off. Back when I posted to this case in
2010 this fix did not help me, but now that the FF bug is fixed, it
does.

3. The FF config setting browser.tabs.loadDivertedInBackground -- This
gets brought up a lot but it is NOT RELEVANT to this issue. This setting
(and the similar LoadInBackground) controls how tabs focus in relation
to other tabs, not how FF focuses in relation to other apps. Everyone
that's been talking about these settings has just been obscuring the
actual problem and complicating the discussion.

There, hope this helps at least one person, and I will now shut up about
it forever :)


** Bug watch added: Mozilla Bugzilla #721498
   https://bugzilla.mozilla.org/show_bug.cgi?id=721498

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

Title:
  focus does not switch to firefox when a hyperlink is clicked in
  another application

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: firefox

  In Lucid Beta 1, Firefox 3.6+nobinonly-0ubuntu6:

  When I click a hyperlink in Evolution or Ctrl+click a hyperlink in an
  Open Office document, I expect Firefox to open the link in a new tab
  and switch the focus to Firefox. This is what happens if Firefox is
  not already running; however, if Firefox is already running, the link
  is opened in a new tab but focus is not switched to Firefox.

  Firefox is selected as the web browser in Preferred Applications where
  Open link with web browser default is selected. In Firefox - Edit
  - Preferences, When I open a link in a new tab, switch to it
  immediately is selected.

  I'm not sure if this is a bug, or simply new default behavior. Judging
  by bug #481541, it may be the behavior preferred by some users.
  Perhaps the best solution would be to offer a configuration option so
  end users could select the default behavior?

  ProblemType: Bug
  Architecture: amd64
  Date: Thu Mar 25 09:50:54 2010
  DistroRelease: Ubuntu 10.04
  EcryptfsInUse: Yes
  FirefoxPackages:
   firefox 3.6+nobinonly-0ubuntu6
   firefox-gnome-support 3.6+nobinonly-0ubuntu6
   firefox-branding 3.6+nobinonly-0ubuntu6
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
  NonfreeKernelModules: nvidia
  Package: firefox 3.6+nobinonly-0ubuntu6
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
  SourcePackage: firefox
  Uname: Linux 2.6.32-16-generic x86_64

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 787807] Re: External links do not change focus to Firefox

2013-06-10 Thread rg
*** This bug is a duplicate of bug 546969 ***
https://bugs.launchpad.net/bugs/546969

** This bug has been marked a duplicate of bug 546969
   focus does not switch to firefox when a hyperlink is clicked in another 
application

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

Title:
  External links do not change focus to Firefox

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: firefox

  I just upgraded from Ubuntu 10.10 with Firefox 3.5 to Ubuntu 11.04
  with Firefox 4.0.1.  After the upgrade, external links do not change
  focus to Firefox.  For example, when I click on a link in Thunderbird
  then the link is loaded in a new tab in Firefox, however, the focus
  does not change to the Firefox window.  This is especially annoying if
  the Firefox window is covered by another window since I am then unable
  to see the new link in the Firefox tab until I manually change the
  focus by clicking on the Firefox window.

  OS Version: Ubuntu 11.04
  Firefox Version: 4.0.1

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Tue May 24 17:07:08 2011
  ExecutablePath: /usr/lib/firefox-4.0.1/firefox-bin
  FirefoxPackages:
   firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
   flashplugin-installer 10.3.181.14ubuntu0.11.04.1
   adobe-flashplugin N/A
   icedtea-plugin N/A
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: Upgraded to natty on 2011-05-19 (4 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498697] Re: Banshee refuses to connect to DAAP share

2011-12-21 Thread rg
Same with Ubuntu 11.10 and Banshee. Running a share with forked-daap
over LAN, no authentication required. Rhythmbox connects just fine.
Banshee sees the share but only gives the Unable to connect to music
share message. Same experience on both the current release Banshee
version and Banshee 2.3.2 (just upgraded from ppa to get album Artist
support, crossed my fingers it would solve this too.. no dice)

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

Title:
  Banshee refuses to connect to DAAP share

Status in Banshee Music Player:
  Fix Released
Status in “banshee” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: banshee

  Banshee refuses to connect to a DAAP share hosted by Firefly-1586SVN
  server.  It says that it is unable to connect to music share.  Other
  players, such as Rhythmbox have no problems connecting to the wanted
  share.

To manage notifications about this bug go to:
https://bugs.launchpad.net/banshee/+bug/498697/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 206547] Re: Open (but do not raise) new conversation windows automatically

2011-11-16 Thread rg
These empathy options don't seem to have any effect for me at all.
Ubuntu 11.10, Gnome Shell 3.2.1, Empathy 3.2.0.1. Open chats in
separate windows is checked, Display incoming events in the
notification area is not checked. Contacts window is open but not
focused. Somebody IMs me and the ONLY indication I get is the popup
message at center bottom of the screen for a few seconds. If I'm not
looking at the screen just then there is NO visible indication of a new
message. The chat icon thingie in the upper right is grey as ever, there
is no chat window opened. Only way I know of a new message is if I
happen to put my mouse in the lower right corner to see the notification
bar.

I've tried it with Enable Bubble Notifications checked or unchecked.
I've restarted gnome, I've rebooted the computer. Nothing I do changes
the behavior as just described. What could I be missing??

(I'm having to use Pidgin because it does pop up chat windows for me.
But even with pidgin running and empathy not running I still get hidden
notifications in the hidden lower right bar, but they pile up forever
cause I never have a reason to click them. So I'd LIKE to just use
empathy, but not if I'm going to keep missing messages completely)

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

Title:
  Open (but do not raise) new conversation windows automatically

Status in Chat app, and Telepathy user interface:
  Fix Released
Status in One Hundred Paper Cuts:
  Fix Released
Status in “empathy” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: empathy

  On up-to-date hardy amd64, when I receive a message, the tray icon
  start blinking but the message is not shown. I have to click the tray
  icon to see it on a new window (or an open window, depending on my
  confs). This is very annoying, specially if my panel containing the
  tray is set to autohide. There should be an option to open messages
  automatically and/or a better visual message notification (like
  pidgin's guifications).

  Design spec: https://wiki.ubuntu.com/OneHundredPaperCuts/Spec/206547

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/206547/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 206547] Re: Open (but do not raise) new conversation windows automatically

2011-11-16 Thread rg
btw, besides the point of the preferences not working, I would be
satisfied with ANY of the following when I receive an IM:

a. chat window pops up and steals focus (lots of people don't like this,
which is understandable)

b. small NON-HIDDEN blinking icon somewhere (some people don't like
this, which seems debatable)

c. small NON-HIDDEN non-blinking icon somewhere that merely changes
color -- even that's easier to notice than something that requires me to
keep compulsively checking with my mouse (how can anyone seriously be
against this?)

Yet somehow, the only scenario I am able to get is:

d. small hidden icon

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

Title:
  Open (but do not raise) new conversation windows automatically

Status in Chat app, and Telepathy user interface:
  Fix Released
Status in One Hundred Paper Cuts:
  Fix Released
Status in “empathy” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: empathy

  On up-to-date hardy amd64, when I receive a message, the tray icon
  start blinking but the message is not shown. I have to click the tray
  icon to see it on a new window (or an open window, depending on my
  confs). This is very annoying, specially if my panel containing the
  tray is set to autohide. There should be an option to open messages
  automatically and/or a better visual message notification (like
  pidgin's guifications).

  Design spec: https://wiki.ubuntu.com/OneHundredPaperCuts/Spec/206547

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/206547/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp