[Desktop-packages] [Bug 2045737] Re: Logitech MX Master 3 is detected as a keyboard in Power Statistics

2024-01-22 Thread Julian Alarcon
** Package changed: gnome-power-manager (Ubuntu) => upower (Ubuntu)

** Bug watch added: gitlab.freedesktop.org/upower/upower/-/issues #215
   https://gitlab.freedesktop.org/upower/upower/-/issues/215

** Also affects: upower via
   https://gitlab.freedesktop.org/upower/upower/-/issues/215
   Importance: Unknown
   Status: Unknown

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

Title:
  Logitech MX Master 3 is detected as a keyboard in Power Statistics

Status in Upower:
  Unknown
Status in upower package in Ubuntu:
  New

Bug description:
  My Logitech MX Master 3 is detected as a keyboard in Power Statistics,
  it's not a critical issue as beyond this everything works fine.

  I'm using the Logitech Unifying Receiver to connect my MX Keys
  Keyboard and MX Master 3 Mouse, those are working fine but sometimes I
  get the notification of low battery, but I'm not so sure what is the
  device as it says Keyboard and the mouse is identified by Power
  Statistics as a Keyboard.

  This is the info from Power Statistics window:

  Device: battery_hidpp_battery_o
  Type: Leyboard
  Model: Wireless Mouse MX Master 3
  Serial number: bc-83-96-ed
  Supply: No
  Refreshed: 0 seconds
  Present: Yes
  Rechargable: Yes
  State: Discharging
  Percentage: 50.0%

  
  This is the info related to the Dongle from lsusb:

  ```
  Bus 003 Device 012: ID 046d:c52b Logitech, Inc. Unifying Receiver
  ```

  lshw information:

  ```
*-input:12
 product: Logitech MX Keys
 physical id: e
 logical name: input33
 logical name: /dev/input/event6
 logical name: input33::capslock
 logical name: input33::compose
 logical name: input33::kana
 logical name: input33::numlock
 logical name: input33::scrolllock
 logical name: /dev/input/mouse2
 capabilities: usb
*-input:13
 product: Logitech MX Master 3
 physical id: f
 logical name: input34
 logical name: /dev/input/event7
 logical name: input34::capslock
 logical name: input34::compose
 logical name: input34::kana
 logical name: input34::numlock
 logical name: input34::scrolllock
 logical name: /dev/input/mouse3
 capabilities: usb
  ```

  From the information above, this could be related to another package
  (even the kernel?) and not specifically gnome-power-manager

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: gnome-power-manager 43.0-1
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  Uname: Linux 6.5.0-14-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Dec  6 08:33:41 2023
  ExecutablePath: /usr/bin/gnome-power-statistics
  InstallationDate: Installed on 2023-05-04 (215 days ago)
  InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  SourcePackage: gnome-power-manager
  UpgradeStatus: Upgraded to mantic on 2023-11-03 (33 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/upower/+bug/2045737/+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 1903995] Re: upower report wrong battery percentage for Logitech Unify devices

2024-01-22 Thread Julian Alarcon
Is it related to this? https://bugs.launchpad.net/ubuntu/+source/gnome-
power-manager/+bug/2045737

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

Title:
  upower report wrong battery percentage for Logitech Unify devices

Status in upower package in Ubuntu:
  Triaged

Bug description:
  The battery percentage reported by upower for Logitech devices
  connected using Unify receiver are wrong.  Below are the results for
  two devices: Mouse and Keyboard:

  * Battery percentages reported by Unify receiver using Solaar:

  $ solaar show  | grep -iP "^((  \d: )|(.*batt.*))"
    1: Wireless Keyboard K270(unifying)
   4: BATTERY STATUS {1000}
   Battery: 70%, discharging.
    2: Wireless Mouse MX Master
   7: BATTERY STATUS {1000}
   Battery: 20%, discharging.

  
  * Battery percentages reported by upower:

  $ upower -i /org/freedesktop/UPower/devices/keyboard_hidpp_battery_0
    native-path:  hidpp_battery_0
    model:Wireless Keyboard K270
    serial:   4003-1a-39-5f-c1
    power supply: no
    updated:  Thu 12 Nov 2020 13:59:18 CET (119 seconds ago)
    has history:  yes
    has statistics:   yes
    keyboard
  present: yes
  rechargeable:yes
  state:   discharging
  warning-level:   none
  battery-level:   normal
  percentage:  55% (should be ignored)
  icon-name:  'battery-low-symbolic'

  $ upower -i /org/freedesktop/UPower/devices/mouse_hidpp_battery_1
    native-path:  hidpp_battery_1
    model:Wireless Mouse MX Master
    serial:   4071-f8-eb-bf-d1
    power supply: no
    updated:  Thu 12 Nov 2020 14:03:14 CET (27 seconds ago)
    has history:  yes
    has statistics:   yes
    mouse
  present: yes
  rechargeable:yes
  state:   discharging
  warning-level:   low
  battery-level:   low
  percentage:  10% (should be ignored)
  icon-name:  'battery-caution-symbolic'


  Basically the difference is big so I'm getting a lot of notifications
  related to low battery even if the battery is OK:

  * Mouse, upower: 10%real (Solaar): 20%
  * Keyboard: upower: 70%real (Solaar): 55%



  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: upower 0.99.11-1build2
  ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
  Uname: Linux 5.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.11
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Nov 12 13:58:35 2020
  InstallationDate: Installed on 2020-04-19 (206 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200417)
  SourcePackage: upower
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.apport.crashdb.conf: 2020-06-17T11:02:56.934699

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1903995/+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 2045737] [NEW] Logitech MX Master 3 is detected as a keyboard in Power Statistics

2023-12-05 Thread Julian Alarcon
Public bug reported:

My Logitech MX Master 3 is detected as a keyboard in Power Statistics,
it's not a critical issue as beyond this everything works fine.

I'm using the Logitech Unifying Receiver to connect my MX Keys Keyboard
and MX Master 3 Mouse, those are working fine but sometimes I get the
notification of low battery, but I'm not so sure what is the device as
it says Keyboard and the mouse is identified by Power Statistics as a
Keyboard.

This is the info from Power Statistics window:

Device: battery_hidpp_battery_o
Type: Leyboard
Model: Wireless Mouse MX Master 3
Serial number: bc-83-96-ed
Supply: No
Refreshed: 0 seconds
Present: Yes
Rechargable: Yes
State: Discharging
Percentage: 50.0%


This is the info related to the Dongle from lsusb:

```
Bus 003 Device 012: ID 046d:c52b Logitech, Inc. Unifying Receiver
```

lshw information:

```
  *-input:12
   product: Logitech MX Keys
   physical id: e
   logical name: input33
   logical name: /dev/input/event6
   logical name: input33::capslock
   logical name: input33::compose
   logical name: input33::kana
   logical name: input33::numlock
   logical name: input33::scrolllock
   logical name: /dev/input/mouse2
   capabilities: usb
  *-input:13
   product: Logitech MX Master 3
   physical id: f
   logical name: input34
   logical name: /dev/input/event7
   logical name: input34::capslock
   logical name: input34::compose
   logical name: input34::kana
   logical name: input34::numlock
   logical name: input34::scrolllock
   logical name: /dev/input/mouse3
   capabilities: usb
```

>From the information above, this could be related to another package
(even the kernel?) and not specifically gnome-power-manager

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: gnome-power-manager 43.0-1
ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
Uname: Linux 6.5.0-14-generic x86_64
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec  6 08:33:41 2023
ExecutablePath: /usr/bin/gnome-power-statistics
InstallationDate: Installed on 2023-05-04 (215 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
SourcePackage: gnome-power-manager
UpgradeStatus: Upgraded to mantic on 2023-11-03 (33 days ago)

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


** Tags: amd64 apport-bug mantic

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

Title:
  Logitech MX Master 3 is detected as a keyboard in Power Statistics

Status in gnome-power-manager package in Ubuntu:
  New

Bug description:
  My Logitech MX Master 3 is detected as a keyboard in Power Statistics,
  it's not a critical issue as beyond this everything works fine.

  I'm using the Logitech Unifying Receiver to connect my MX Keys
  Keyboard and MX Master 3 Mouse, those are working fine but sometimes I
  get the notification of low battery, but I'm not so sure what is the
  device as it says Keyboard and the mouse is identified by Power
  Statistics as a Keyboard.

  This is the info from Power Statistics window:

  Device: battery_hidpp_battery_o
  Type: Leyboard
  Model: Wireless Mouse MX Master 3
  Serial number: bc-83-96-ed
  Supply: No
  Refreshed: 0 seconds
  Present: Yes
  Rechargable: Yes
  State: Discharging
  Percentage: 50.0%

  
  This is the info related to the Dongle from lsusb:

  ```
  Bus 003 Device 012: ID 046d:c52b Logitech, Inc. Unifying Receiver
  ```

  lshw information:

  ```
*-input:12
 product: Logitech MX Keys
 physical id: e
 logical name: input33
 logical name: /dev/input/event6
 logical name: input33::capslock
 logical name: input33::compose
 logical name: input33::kana
 logical name: input33::numlock
 logical name: input33::scrolllock
 logical name: /dev/input/mouse2
 capabilities: usb
*-input:13
 product: Logitech MX Master 3
 physical id: f
 logical name: input34
 logical name: /dev/input/event7
 logical name: input34::capslock
 logical name: input34::compose
 logical name: input34::kana
 logical name: input34::numlock
 logical name: input34::scrolllock
 logical name: /dev/input/mouse3
 capabilities: usb
  ```

  From the information above, this could be related to another package
  (even the kernel?) and not specifically gnome-power-manager

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: gnome-power-manager 43.0-1
  ProcVersionSignature: Ubuntu 6.5.0-14.14-generic 6.5.3
  Uname: Linux 6.5.0-14-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  

[Desktop-packages] [Bug 1732482] Re: [snap] doesn't properly save desktop files for "create shortcuts" action

2023-09-22 Thread Julian Alarcon
A. Tested https://signals.rotor-rig.com/ with stable version snap x64 
(117.0.5938.88):
File chrome-pdplehbldmmknfihajdehomkoigcbhib-Default.desktop was  created in 
~/Desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Signals
Exec=/snap/bin/chromium --profile-directory=Default 
--app-id=pdplehbldmmknfihajdehomkoigcbhib
Icon=chrome-pdplehbldmmknfihajdehomkoigcbhib-Default
StartupWMClass=crx_pdplehbldmmknfihajdehomkoigcbhib

No file was created in ~/.local/share/applications . So, it's not
possible to find it in the launcher

File icon in desktop has no icon and allow launching needs to be
clicked, worked after that. App had no icon.

B. Tested in snap beta (118.0.5993.11)
File was not created in ~/Desktop , so no Desktop Icon

File chrome-pdplehbldmmknfihajdehomkoigcbhib-Default.desktop was created in 
~/.local/share/applications
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Signals
Exec=/snap/bin/chromium --profile-directory=Default 
--app-id=pdplehbldmmknfihajdehomkoigcbhib
Icon=chrome-pdplehbldmmknfihajdehomkoigcbhib-Default
StartupWMClass=crx_pdplehbldmmknfihajdehomkoigcbhib

App was available in Ubuntu Launcher.
C. Tested in edge (118.0.5993.11)
Same behavior than Beta, file in ~/Desktop was not created but it was created 
in ~/.local/share/applications


In all 3 cases the dock never showed the App icon when I opened the app but the 
Chromium Icon. I don't know if this could be fixed as if I open any PWA and 
then I want to open Chromium, it will show the PWA window and not open a 
Chromium window.

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

Title:
  [snap] doesn't properly save desktop files for "create shortcuts"
  action

Status in chromium-browser package in Ubuntu:
  Fix Committed

Bug description:
  For chrome apps, the create shortcuts action should create desktop
  files but it doesn't.  I suspect it has something to do with paths.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1732482/+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 1732482] Re: [snap] doesn't properly save desktop files for "create shortcuts" action

2023-05-09 Thread Julian Alarcon
For Youtube Music, I ended up setting the file like this:

```
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=YouTube Music
Exec=/snap/bin/chromium --profile-directory=Default 
--app-id=cinhimbnkkaeohfgghhklpknlkffjgod
Icon=/home/MYUSER/snap/chromium/common/chromium/Default/Web 
Applications/Manifest Resources/cinhimbnkkaeohfgghhklpknlkffjgod/Icons/256.png
StartupWMClass=crx_cinhimbnkkaeohfgghhklpknlkffjgod
```

And to be available in the Applications launcher, I copied the file to
~/.local/share/applications/

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

Title:
  [snap] doesn't properly save desktop files for "create shortcuts"
  action

Status in chromium-browser package in Ubuntu:
  Triaged

Bug description:
  For chrome apps, the create shortcuts action should create desktop
  files but it doesn't.  I suspect it has something to do with paths.

  
  
  tracking:candidate
  installed:   62.0.3202.94 (123) 246MB -

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1732482/+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 1732482] Re: [snap] doesn't properly save desktop files for "create shortcuts" action

2022-10-27 Thread Julian Alarcon
I still have the same issue installing Youtube Music Web app
(https://music.youtube.com/) in Ubuntu 22.04.

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

Title:
  [snap] doesn't properly save desktop files for "create shortcuts"
  action

Status in chromium-browser package in Ubuntu:
  Triaged

Bug description:
  For chrome apps, the create shortcuts action should create desktop
  files but it doesn't.  I suspect it has something to do with paths.

  
  
  tracking:candidate
  installed:   62.0.3202.94 (123) 246MB -

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1732482/+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 1862764] Re: add-apt-repository should use signed-by

2022-04-13 Thread Julian Alarcon
I'm on Ubuntu 22.04 and I'm getting the warning of deprecated location
for keys multiple times.

I know that for now I can ignore it, but I'm pretty sure that a lot of
people is using PPAS/External Repos and will be scared of the warnings.

** Also affects: python-apt (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: Debian Bug tracker #995895
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995895

** Also affects: software-properties (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995895
   Importance: Unknown
   Status: Unknown

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

Title:
  add-apt-repository should use signed-by

Status in python-apt package in Ubuntu:
  New
Status in software-properties package in Ubuntu:
  Confirmed
Status in software-properties package in Debian:
  Unknown

Bug description:
  add-apt-repository should use signed-by

  apt sources.list syntax supports limiting which keys are used to sign
  a given repo.

  It would be nice for add-apt-repository to import the key somewhere
  else but trusted.gpg.d and then specify path to it, using the "signed-
  by" field.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: software-properties-common 0.98.6
  ProcVersionSignature: Ubuntu 5.4.0-1002.4-oem 5.4.8
  Uname: Linux 5.4.0-1002-oem x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu16
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 11 12:01:49 2020
  InstallationDate: Installed on 2016-01-26 (1477 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160125)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-properties
  UpgradeStatus: Upgraded to focal on 2019-01-15 (391 days ago)
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2020-01-10T16:24:15.968394

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1862764/+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 1849478] Re: [snap] (experimental) pipewire support not available

2021-10-06 Thread Julian Alarcon
This bug report could be related

"Upgrade pipewire from 0.2 to 0.3 for chromium/webrtc"
https://bugs.chromium.org/p/chromium/issues/detail?id=1146942

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

Title:
  [snap] (experimental) pipewire support not available

Status in chromium-browser package in Ubuntu:
  In Progress

Bug description:
  I'm using the chromium snap (currently 77.0.3865.120, rev 899), it's
  not possible to enable experimental support for pipewire, as the
  toggle doesn't show up in chrome://flags.

  It would be nice to have chromium compiled with pipewire support, to
  enable screensharing in Hangouts and similar apps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1849478/+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 1825710] Re: Remove "Application is ready" notification

2021-02-25 Thread Julian Alarcon
Workaround
Use the Terminal and set this options:

gsettings set org.gnome.desktop.wm.preferences auto-raise 'true'
gsettings set org.gnome.desktop.wm.preferences focus-new-windows 'strict'

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

Title:
  Remove "Application is ready" notification

Status in GNOME Shell:
  New
Status in gnome-shell package in Ubuntu:
  Triaged

Bug description:
  The "Application is ready" notification is pointless, really. Say, I
  click on the open downloads folder button in Firefox and GNOME Shell
  gives me a notification saying "Application is ready" but doesn't open
  the notification. I'm totally expecting an app to open because I
  actively initiated it.

  As a workaround, I'm using a GNOME extensions "Focus my Window" which
  removes the "Application is ready" message and focuses the app window
  automatically. However, this cannot be treated as a solution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1825710/+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 1245473] Re: Binding ctrl+shift, alt+shift, etc for switching keyboard layout makes shortcuts with ctrl+shift, etc not working in any program

2018-03-14 Thread Julian Alarcon
Maybe this is related to this bug:
https://bugzilla.gnome.org/show_bug.cgi?id=776570

I found a workaround, here:
https://unix.stackexchange.com/questions/68/gnome-3-22-disable-
altshift-keyboard-layout-switching

Setting this works:
dconf write /org/gnome/desktop/input-sources/xkb-options "['grp_led:scroll']"

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

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

Title:
  Binding ctrl+shift, alt+shift, etc for switching keyboard layout makes
  shortcuts with ctrl+shift, etc not working in any program

Status in GNOME Settings Daemon:
  Fix Released
Status in GNOME Shell:
  Won't Fix
Status in Unity:
  Confirmed
Status in X.Org X server:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed
Status in gnome-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in gnome-terminal package in Ubuntu:
  Confirmed
Status in unity package in Ubuntu:
  Triaged
Status in gnome-settings-daemon package in ALT Linux:
  Unknown
Status in gnome-settings-daemon package in Debian:
  New
Status in gnome-settings-daemon package in Fedora:
  In Progress
Status in gnome-settings-daemon package in openSUSE:
  Confirmed

Bug description:
  Tried only with ctrl+shift, maybe behaves the same for other modifier
  key combinations when used as shortcut for switching layouts.

  - Set ctrl+shift as shortcut for switching keyboard layouts
  - Try to use ctrl+shift+v, ctrl+shift+c in Terminal -- it doesn't work 
(actually Terminal window loses focus when ctrl+shift is pressed, and layout is 
switched)

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: gnome-settings-daemon 3.8.5-0ubuntu11.1
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Mon Oct 28 16:40:02 2013
  InstallationDate: Installed on 2013-10-23 (5 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1245473/+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 1741253] Re: [snap] camera access doesn't work, even after connecting camera interface

2018-02-14 Thread Julian Alarcon
I guess that Oliver answer is a good workaround:
sudo snap connect chromium:camera :camera

But I think that this should be fixed, by default camera access should
be granted, or when the notification appear, the permissions should be
granted.

** Changed in: chromium-browser (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  [snap] camera access doesn't work, even after connecting camera
  interface

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  $ snap info chromium
  tracking:candidate
  installed:   63.0.3239.108 (192) 164MB -
  refreshed:   2017-12-18 22:08:42 +0100 CET

  After connecting the camera interface (snap connect chromium:camera
  :camera), when browsing to e.g.
  https://davidwalsh.name/demo/camera.php I get prompted to allow camera
  usage, but the frame remains empty, it looks like the webcam is not
  capturing anything.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1741253/+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 1660272] Re: Apparmor blocks Firefox to access ScreenSaver/SessionManager

2017-12-20 Thread Julian Alarcon
*** This bug is a duplicate of bug 1659988 ***
https://bugs.launchpad.net/bugs/1659988

** This bug has been marked a duplicate of bug 1659988
   Firefox apparmor profile: /usr/bin/python3: error while loading shared 
libraries: cannot apply additional memory protection after relocation: 
Permission denied

-- 
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/1660272

Title:
  Apparmor blocks Firefox to access ScreenSaver/SessionManager

Status in firefox package in Ubuntu:
  New

Bug description:
  taken from syslog:

  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/ScreenSaver" 
interface="org.freedesktop.ScreenSaver" member="Inhibit" mask="send" 
name="org.freedesktop.ScreenSaver" pid=12831 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3136 
peer_label="unconfined"
  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gnome/SessionManager" 
interface="org.gnome.SessionManager" member="Inhibit" mask="send" 
name="org.gnome.SessionManager" pid=12831 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3140 
peer_label="unconfined"
  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/ScreenSaver" 
interface="org.freedesktop.ScreenSaver" member="Inhibit" mask="send" 
name="org.freedesktop.ScreenSaver" pid=12875 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3136 
peer_label="unconfined"
  Jan 30 10:25:47 lat61 dbus[3005]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/gnome/SessionManager" 
interface="org.gnome.SessionManager" member="Inhibit" mask="send" 
name="org.gnome.SessionManager" pid=12875 
label="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=3140 
peer_label="unconfined"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: firefox 51.0.1+build2-0ubuntu0.16.04.1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   thomas 3175 F...m pulseaudio
   /dev/snd/pcmC0D0p:   thomas 3175 F...m pulseaudio
   /dev/snd/controlC0:  thomas 3175 F pulseaudio
  BuildID: 20170125172221
  Channel: Unavailable
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 30 10:26:35 2017
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2014-11-29 (793 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IpRoute:
   default via 192.168.178.1 dev wlan0  proto static  metric 600 
   169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown 
   192.168.178.0/24 dev wlan0  proto kernel  scope link  src 192.168.178.22  
metric 600
  Locales: extensions.sqlite corrupt or missing
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=51.0.1/20170125172221 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (228 days ago)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1660272/+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 1439478] Re: Copy and Paste not Working in 15.04, 15.10, 16.04

2017-10-31 Thread Julian Alarcon
That's great Jeremy!

For a workaround you can use the official Remmina PPA (it already have
Ubuntu 17.10 builds)

sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt update
sudo apt install remmina
sudo apt upgrade

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

Title:
  Copy and Paste not Working in 15.04, 15.10, 16.04

Status in remmina:
  Fix Released
Status in remmina package in Ubuntu:
  Fix Released
Status in remmina source package in Xenial:
  Triaged

Bug description:
  Remmina is probably one of the top 3 Linux applications "I need
  working right" to efficiently complete my work day.

  So, I consider it a critical bug that "copy and pasting" between
  "local and remote desktops" is not working in the 15.04 beta 2.

  This is one of those things, where if this is not fixed, I will have
  to return to Ubuntu 14.04, or figure out a way to install a version of
  Remmina that actually works correctly in 15.04.

  This bug has reared its ugly head before:
  https://bugs.launchpad.net/remmina/+bug/937522

  However, the status of that bug seems to be practically closed, so
  that's the reason for this new posting. I want to do all I can to get
  this bug the attention it needs. Remmina is crucial for my work.

  I'm currently dealing with the fact that it crashes a few times a day,
  but this "copy and paste not working" is a real deal-breaker for me to
  stay on 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/remmina/+bug/1439478/+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 232172] Re: MASTER no wlan option for pppoe configuration

2017-09-09 Thread Julian Alarcon
Wow! Almost 10 years! I don't even remember about this bug and how pppoe
works!

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

Title:
  MASTER no wlan option for pppoe configuration

Status in NetworkManager:
  Fix Released
Status in Network Manager Applet:
  Fix Released
Status in dillo package in Ubuntu:
  Invalid
Status in network-manager package in Ubuntu:
  Triaged
Status in network-manager-applet package in Ubuntu:
  Triaged

Bug description:
  In Ubuntu 8.04, there is possibility to set up ppoe connection using gui in 
network settings.
  But there is only possibility to use ethernet devices for setting the 
connection.
  In my case, I am using pppoe over wlan device (quite common internet 
connection in Germany), it means, I have to connect to WLAN bridge and then use 
this wlan bridge for setting pppoe connection.
  To do this, I have to set up it using command line tool pppoeconf.
  So I think this is not feature request, this is a bug in present gui, that 
the wlan device can't be chosen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/232172/+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 1713912] Re: Cannot authenticate to the snap store - Fails with dbus error: Message recipient disconnected from message bus without replying

2017-08-31 Thread Julian Alarcon
Hi

I was getting the same error, but was my mistake, I was using a bad
username.

When I used my correct username and password it works without issues (it
even ask for my 2FA).

Can you confirm if you are using the right credentials?

This should be maybe a god idea to inform the bad credentials instead of
a cryptic report.

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

Title:
  Cannot authenticate to the snap store - Fails with dbus error: Message
  recipient disconnected from message bus without replying

Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  Test Case:
  1. On a fresh installation start gnome-software
  2. Install a snap
  3. Enter your credentials when asked and proceed with the authentication

  Expected result
  Authentication is successful and the user can install the desired snap 
package.

  Actual result
  dbus error: Message recipient disconnected from message bus without replying
  From the journal:
  août 30 08:01:57 ubuntu gnome-software[1385]: can't reliably fixup error from 
domain g-dbus-error-quark
  août 30 08:01:57 ubuntu gnome-software[1385]: failed to authenticate: 
GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected 
from message bus without replying

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-software 3.25.91-1ubuntu1
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Aug 30 07:54:25 2017
  InstallationDate: Installed on 2017-08-30 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170829)
  InstalledPlugins:
   gnome-software-plugin-flatpak N/A
   gnome-software-plugin-limba   N/A
   gnome-software-plugin-snap3.25.91-1ubuntu1
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1713912/+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 1713981] Re: Xwayland segfaults when using kvm (since 2:1.19.3-1ubuntu4)

2017-08-30 Thread Julian Alarcon
** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=102474
   Importance: Unknown
   Status: Unknown

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

Title:
  Xwayland segfaults when using kvm (since 2:1.19.3-1ubuntu4)

Status in X.Org X server:
  Unknown
Status in xorg-server package in Ubuntu:
  New

Bug description:
  Using GNOME/wayland in artful, I get that Xwayland/shell segfault when
  using kvm

  Thread 1 "Xwayland" received signal SIGSEGV, Segmentation fault.
  0x0092f4790b6e in zwp_pointer_constraints_v1_lock_pointer (lifetime=2, 
region=0x0, pointer=, surface=, 
zwp_pointer_constraints_v1=0x92f72d8060)
  at ./pointer-constraints-unstable-v1-client-protocol.h:347
  347   ./pointer-constraints-unstable-v1-client-protocol.h: Aucun fichier ou 
dossier de ce type.
  #0  0x0092f4790b6e in zwp_pointer_constraints_v1_lock_pointer 
(lifetime=2, region=0x0, pointer=, surface=, 
  zwp_pointer_constraints_v1=0x92f72d8060) at 
./pointer-constraints-unstable-v1-client-protocol.h:347
  #1  xwl_pointer_warp_emulator_lock (warp_emulator=0x92f7951ab0) at 
../../../../../hw/xwayland/xwayland-input.c:2590
  #2  0x0092f47930f8 in xwl_seat_maybe_lock_on_hidden_cursor 
(xwl_seat=xwl_seat@entry=0x92f72d7dd0) at 
../../../../../hw/xwayland/xwayland-input.c:2762
  #3  0x0092f4794660 in xwl_seat_maybe_lock_on_hidden_cursor 
(xwl_seat=0x92f72d7dd0) at ../../../../../hw/xwayland/xwayland-input.c:2823
  #4  xwl_seat_confine_pointer (xwl_seat=0x92f72d7dd0, xwl_window=0x92f7464630) 
at ../../../../../hw/xwayland/xwayland-input.c:2814
  #5  0x0092f48d60cf in ActivatePointerGrab (mouse=0x92f724e890, 
grab=0x92f797b910, time=..., autoGrab=) at 
../../../../dix/events.c:1531
  #6  0x0092f48d0db4 in GrabDevice (client=client@entry=0x92f769b470, 
dev=dev@entry=0x92f724e890, pointer_mode=1, keyboard_mode=1, 
grabWindow=, 
  ownerEvents=, ctime=0, mask=0x7ffcba605420, grabtype=1, 
curs=0, confineToWin=31457299, status=0x7ffcba60541f "") at 
../../../../dix/events.c:5120
  #7  0x0092f48d3a1a in ProcGrabPointer (client=0x92f769b470) at 
../../../../dix/events.c:4908
  #8  0x0092f48c5e58 in Dispatch () at ../../../../dix/dispatch.c:479
  #9  0x0092f48c9e80 in dix_main (argc=10, argv=0x7ffcba605628, 
envp=) at ../../../../dix/main.c:287
  #10 0x7f6be880b421 in __libc_start_main (main=0x92f478ec50 , 
argc=10, argv=0x7ffcba605628, init=, fini=, 
rtld_fini=, 
  stack_end=0x7ffcba605618) at ../csu/libc-start.c:291
  #11 0x0092f478ec8a in _start ()

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1713981/+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 599662] Re: Ubuntu Firefox Plugin Causes Issues In Firefox 3.7

2017-08-14 Thread Julian Alarcon
This bug is registered by a Firefox version with no support. Also it has
more than 7 years. Marked as Incomplete.

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

Title:
  Ubuntu Firefox Plugin Causes Issues In Firefox 3.7

Status in ubufox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: ubufox

  Ubuntu Firefox Plugin causes the following issues in Firefox 3.7:

  New windows while in private browsing mode are broken.
  Every other open of Firefox does not open previous tabs.

  See:

  https://bugzilla.mozilla.org/show_bug.cgi?id=575134

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: ubufox 0.9~rc2-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.35-6.7-generic 2.6.35-rc3
  Uname: Linux 2.6.35-6-generic x86_64
  Architecture: amd64
  Date: Tue Jun 29 08:25:18 2010
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubufox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubufox/+bug/599662/+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 599662] Re: Ubuntu Firefox Plugin Causes Issues In Firefox 3.7

2017-08-14 Thread Julian Alarcon
** Changed in: ubufox (Ubuntu)
   Status: New => Incomplete

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

Title:
  Ubuntu Firefox Plugin Causes Issues In Firefox 3.7

Status in ubufox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: ubufox

  Ubuntu Firefox Plugin causes the following issues in Firefox 3.7:

  New windows while in private browsing mode are broken.
  Every other open of Firefox does not open previous tabs.

  See:

  https://bugzilla.mozilla.org/show_bug.cgi?id=575134

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: ubufox 0.9~rc2-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.35-6.7-generic 2.6.35-rc3
  Uname: Linux 2.6.35-6-generic x86_64
  Architecture: amd64
  Date: Tue Jun 29 08:25:18 2010
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubufox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubufox/+bug/599662/+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 1708753] [NEW] Crash in evince (seems related with AppArmor profile) (display_wayland->cursor_theme_name)

2017-08-04 Thread Julian Alarcon
Public bug reported:

I have problems with Evince

Seems very similar to an old Debian bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827335

This is the log when I try to open Evince from Terminal:
julian@e01a27166:~$ evince

(evince:5757): Gdk-WARNING **: Failed to load cursor theme DMZ-White

(evince:5757): Gdk-WARNING **: Failed to load cursor theme DMZ-White
**
Gdk:ERROR:/build/gtk+3.0-f0nGiQ/gtk+3.0-3.22.17/./gdk/wayland/gdkdisplay-wayland.c:1039:_gdk_wayland_display_get_scaled_cursor_theme:
 assertion failed: (display_wayland->cursor_theme_name)
Aborted (core dumped)
julian@e01a27166:

Also, this is the syslog with the error related to AppArmor:
Aug  4 16:32:33 e01a27166 kernel: [ 2771.175434] audit: type=1400 
audit(1501882353.078:50): apparmor="DENIED" operation="mknod" 
profile="/usr/bin/evince" name="/run/user/1000/wayland-cursor-shared-CQkM8G" 
pid=5803 comm="evince" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000


julian@e01a27166:~$ sudo apparmor_status
[sudo] password for julian: 
apparmor module is loaded.
22 profiles are loaded.
22 profiles are in enforce mode.
   /sbin/dhclient
   /usr/bin/evince
   /usr/bin/evince-previewer
   /usr/bin/evince-previewer//sanitized_helper
   /usr/bin/evince-thumbnailer
   /usr/bin/evince-thumbnailer//sanitized_helper
   /usr/bin/evince//sanitized_helper
   /usr/lib/NetworkManager/nm-dhcp-client.action
   /usr/lib/NetworkManager/nm-dhcp-helper
   /usr/lib/connman/scripts/dhclient-script
   /usr/lib/cups/backend/cups-pdf
   /usr/lib/snapd/snap-confine
   /usr/lib/snapd/snap-confine//mount-namespace-capture-helper
   /usr/sbin/cups-browsed
   /usr/sbin/cupsd
   /usr/sbin/cupsd//third_party
   /usr/sbin/ippusbxd
   /usr/sbin/libvirtd
   /usr/sbin/libvirtd//qemu_bridge_helper
   /usr/sbin/tcpdump
   libvirt-3d791c0a-939c-4f97-af9c-e2fa951adad6
   virt-aa-helper
0 profiles are in complain mode.
7 processes have profiles defined.
7 processes are in enforce mode.
   /sbin/dhclient () 
   /usr/sbin/cups-browsed (895) 
   /usr/sbin/cupsd (842) 
   /usr/sbin/cupsd (1227) 
   /usr/sbin/cupsd (1228) 
   /usr/sbin/libvirtd (1013) 
   libvirt-3d791c0a-939c-4f97-af9c-e2fa951adad6 (2636) 
0 processes are in complain mode.
0 processes are unconfined but have a profile defined.


After using this commands:
sudo aa-complain/usr/bin/evince
sudo aa-complain/usr/bin/evince-previewer
sudo aa-complain/usr/bin/evince-thumbnailer

I was able to open Evince again and this is the log of syslog:

Aug  4 16:41:14 e01a27166 kernel: [ 3292.825954] audit: type=1400 
audit(1501882874.732:100): apparmor="ALLOWED" operation="mknod" 
profile="/usr/bin/evince" name="/run/user/1000/wayland-cursor-shared-bPXPw9" 
pid=6463 comm="evince" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
Aug  4 16:41:14 e01a27166 kernel: [ 3292.825957] audit: type=1400 
audit(1501882874.732:101): apparmor="ALLOWED" operation="open" 
profile="/usr/bin/evince" name="/run/user/1000/wayland-cursor-shared-bPXPw9" 
pid=6463 comm="evince" requested_mask="wrc" denied_mask="wrc" fsuid=1000 
ouid=1000
Aug  4 16:41:14 e01a27166 kernel: [ 3292.825958] audit: type=1400 
audit(1501882874.732:102): apparmor="ALLOWED" operation="unlink" 
profile="/usr/bin/evince" name="/run/user/1000/wayland-cursor-shared-bPXPw9" 
pid=6463 comm="evince" requested_mask="d" denied_mask="d" fsuid=1000 ouid=1000
Aug  4 16:41:14 e01a27166 kernel: [ 3292.826148] audit: type=1400 
audit(1501882874.732:103): apparmor="ALLOWED" operation="truncate" 
profile="/usr/bin/evince" name="/run/user/1000/wayland-cursor-shared-bPXPw9" 
pid=6463 comm="evince" requested_mask="w" denied_mask="w" fsuid=1000 ouid=1000
Aug  4 16:41:14 e01a27166 kernel: [ 3292.826208] audit: type=1400 
audit(1501882874.732:104): apparmor="ALLOWED" operation="truncate" 
profile="/usr/bin/evince" name="/run/user/1000/wayland-cursor-shared-bPXPw9" 
pid=6463 comm="evince" requested_mask="w" denied_mask="w" fsuid=1000 ouid=1000
Aug  4 16:41:14 e01a27166 kernel: [ 3292.827153] audit: type=1400 
audit(1501882874.732:105): apparmor="ALLOWED" operation="truncate" 
profile="/usr/bin/evince" name="/run/user/1000/wayland-cursor-shared-bPXPw9" 
pid=6463 comm="evince" requested_mask="w" denied_mask="w" fsuid=1000 ouid=1000
Aug  4 16:41:14 e01a27166 kernel: [ 3292.827185] audit: type=1400 
audit(1501882874.732:106): apparmor="ALLOWED" operation="truncate" 
profile="/usr/bin/evince" name="/run/user/1000/wayland-cursor-shared-bPXPw9" 
pid=6463 comm="evince" requested_mask="w" denied_mask="w" fsuid=1000 ouid=1000
Aug  4 16:41:14 e01a27166 kernel: [ 3292.827217] audit: type=1400 
audit(1501882874.732:107): apparmor="ALLOWED" operation="truncate" 
profile="/usr/bin/evince" name="/run/user/1000/wayland-cursor-shared-bPXPw9" 
pid=6463 comm="evince" requested_mask="w" denied_mask="w" fsuid=1000 ouid=1000
Aug  4 16:41:14 e01a27166 kernel: [ 3292.828148] audit: type=1400 
audit(1501882874.736:108): apparmor="ALLOWED" operation="truncate" 
profile="/usr/bin/evince" 

[Desktop-packages] [Bug 1708513] Re: Missing network connection types in Control Center (bridge, bonde, etc)

2017-08-03 Thread Julian Alarcon
Screenshot of workarounds windows

** Attachment added: "Workarounds windows"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1708513/+attachment/4926660/+files/Screenshot%20from%202017-08-03%2014-24-05.png

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

Title:
  Missing network connection types in Control Center (bridge, bonde,
  etc)

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  I don't know if this is related to the GNOME Migration of Ubuntu 17.10
  (maybe it is), but now in the gnome-control-center there are no
  options to setup multiple connection types.

  Bond, Bridge, DSL, all missing (only VPN option)

  This is a related bug, the removed from gnome-control-center .
  https://bugzilla.gnome.org/show_bug.cgi?id=747443

  
  Please enable this options or confirm that you are not going to support this 
in your implementation of gnome-control-center.

  Thanks!

  Workaround 1: You can use "nm-connection-editor" command to display a
  graphical UI of Network Manager with all the available options (I
  think that this was the Ubuntu implementation 17.04 and backward)

  Workaround 2: You can use the CLI of Network Manger using the command
  "nmtui"

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-control-center 1:3.24.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-12.18-generic 4.11.12
  Uname: Linux 4.11.0-12-generic x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug  3 13:57:07 2017
  InstallationDate: Installed on 2017-07-04 (30 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170626)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1708513/+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 1708513] [NEW] Missing network connection types in Control Center (bridge, bonde, etc)

2017-08-03 Thread Julian Alarcon
Public bug reported:

I don't know if this is related to the GNOME Migration of Ubuntu 17.10
(maybe it is), but now in the gnome-control-center there are no options
to setup multiple connection types.

Bond, Bridge, DSL, all missing (only VPN option)

This is a related bug, the removed from gnome-control-center .
https://bugzilla.gnome.org/show_bug.cgi?id=747443


Please enable this options or confirm that you are not going to support this in 
your implementation of gnome-control-center.

Thanks!

Workaround 1: You can use "nm-connection-editor" command to display a
graphical UI of Network Manager with all the available options (I think
that this was the Ubuntu implementation 17.04 and backward)

Workaround 2: You can use the CLI of Network Manger using the command
"nmtui"

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gnome-control-center 1:3.24.3-0ubuntu1
ProcVersionSignature: Ubuntu 4.11.0-12.18-generic 4.11.12
Uname: Linux 4.11.0-12-generic x86_64
ApportVersion: 2.20.6-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Aug  3 13:57:07 2017
InstallationDate: Installed on 2017-07-04 (30 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170626)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful gnome-17.10 wayland-session

** Attachment added: "Gnome Control Center without connection types"
   
https://bugs.launchpad.net/bugs/1708513/+attachment/4926653/+files/Screenshot%20from%202017-08-03%2014-19-30.png

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

Title:
  Missing network connection types in Control Center (bridge, bonde,
  etc)

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  I don't know if this is related to the GNOME Migration of Ubuntu 17.10
  (maybe it is), but now in the gnome-control-center there are no
  options to setup multiple connection types.

  Bond, Bridge, DSL, all missing (only VPN option)

  This is a related bug, the removed from gnome-control-center .
  https://bugzilla.gnome.org/show_bug.cgi?id=747443

  
  Please enable this options or confirm that you are not going to support this 
in your implementation of gnome-control-center.

  Thanks!

  Workaround 1: You can use "nm-connection-editor" command to display a
  graphical UI of Network Manager with all the available options (I
  think that this was the Ubuntu implementation 17.04 and backward)

  Workaround 2: You can use the CLI of Network Manger using the command
  "nmtui"

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-control-center 1:3.24.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-12.18-generic 4.11.12
  Uname: Linux 4.11.0-12-generic x86_64
  ApportVersion: 2.20.6-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug  3 13:57:07 2017
  InstallationDate: Installed on 2017-07-04 (30 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170626)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1708513/+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 1706524] Re: Enable switch option to set volume above 100% from media keys and gnome shell UI

2017-07-26 Thread Julian Alarcon
Hi!


Just be careful with this I hear many people that damaged their speakers 
because of this option.
I think that there should be an advise.

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

Title:
  Enable switch option to set volume above 100% from media keys and
  gnome shell UI

Status in GNOME Settings Daemon:
  Confirmed
Status in gnome-control-center package in Ubuntu:
  New
Status in gnome-session package in Ubuntu:
  New
Status in gnome-settings-daemon package in Ubuntu:
  New
Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Some devices have very office-oriented hardware and so, low volume power 
speakers.
  The normal usage can make the sound unhearable on those configurations.

  We added in u-c-c an option to switch it above 100%, per max volume
  capability, and unity was picking up this value in its indicator and
  u-s-d.

  We desire thus to bring the same experience in the new ubuntu GNOME
  Shell session: gnome-control-center have a slider enabling setting the
  volume above 100%, however, this settings is only available in that
  panel, and if you use the media key or the GNOME Shell controls,
  volume is reset at 100% at max.

  Upstream GNOME doesn't seem to have genuine interests in enabling that 
feature (see the discussion on the linked bug report). The proposal is thus:
  - only enabling that feature in the *ubuntu* sessions. Don't let the sound 
(even if the key was enabled in the ubuntu session) goes above 100% in the 
gnome sessions to preserve upstream desired experience.
  - reuse the same gsettings key (as long as it's not upstream) as we used to 
have. Easy migrations, user's setting preservation and such
  - add this switch to gnome-control-center
  - modify GNOME Shell agregate menu (volume settings) to represent the % in 
the volume slider corresponding to actual setting. We approach this as a distro 
patch and not an extension. The extension approach was hacky (overriding a 
callback, copying logic), and may work badly with well-designed other 
extensions. Hence this untrusive distro-patch.
  - patch gnome-settings-daemon volume plugin for respecting this settings in 
the global OSD and react to media keys
  - add a dependency from the ubuntu-session package on the schema, as reading 
the schema is conditioned on the session name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1706524/+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 1704870] [NEW] Keys can't be grabbed under Wayland

2017-07-17 Thread Julian Alarcon
Public bug reported:

Special keys are not working under Remmina.

Seems to be a Wayland specification and implementation of that
specification.

This bug could embrace all apps that need this behavior (VirtualBox,
vncviewer, etc)

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: remmina 1.1.2-4ubuntu1
ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
Uname: Linux 4.11.0-10-generic x86_64
ApportVersion: 2.20.5-0ubuntu5
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Jul 17 15:36:36 2017
InstallationDate: Installed on 2017-07-04 (13 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170626)
SourcePackage: remmina
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: remmina
 Importance: Unknown
 Status: Unknown

** Affects: wayland
 Importance: Unknown
 Status: Unknown

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

** Affects: wayland (Fedora)
 Importance: Unknown
 Status: Unknown


** Tags: amd64 apport-bug artful julyshakedown wayland wayland-session

** Bug watch added: Remmina Issues #1086
   https://github.com/FreeRDP/Remmina/issues/1086

** Also affects: remmina via
   https://github.com/FreeRDP/Remmina/issues/1086
   Importance: Unknown
   Status: Unknown

** Bug watch added: Red Hat Bugzilla #1285770
   https://bugzilla.redhat.com/show_bug.cgi?id=1285770

** Also affects: wayland (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1285770
   Importance: Unknown
   Status: Unknown

** Bug watch added: freedesktop.org Bugzilla #97333
   https://bugs.freedesktop.org/show_bug.cgi?id=97333

** Also affects: wayland via
   https://bugs.freedesktop.org/show_bug.cgi?id=97333
   Importance: Unknown
   Status: Unknown

** Description changed:

  Special keys are not working under Remmina.
  
  Seems to be a Wayland specification and implementation of that
  specification.
  
- This bug could embrace all apps that need this behabior (VirtualBox,
+ This bug could embrace all apps that need this behavior (VirtualBox,
  vncviewer, etc)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: remmina 1.1.2-4ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
  Uname: Linux 4.11.0-10-generic x86_64
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Jul 17 15:36:36 2017
  InstallationDate: Installed on 2017-07-04 (13 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170626)
  SourcePackage: remmina
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Keys can't be grabbed under Wayland

Status in remmina:
  Unknown
Status in wayland:
  Unknown
Status in remmina package in Ubuntu:
  New
Status in wayland package in Fedora:
  Unknown

Bug description:
  Special keys are not working under Remmina.

  Seems to be a Wayland specification and implementation of that
  specification.

  This bug could embrace all apps that need this behavior (VirtualBox,
  vncviewer, etc)

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: remmina 1.1.2-4ubuntu1
  ProcVersionSignature: Ubuntu 4.11.0-10.15-generic 4.11.8
  Uname: Linux 4.11.0-10-generic x86_64
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Jul 17 15:36:36 2017
  InstallationDate: Installed on 2017-07-04 (13 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170626)
  SourcePackage: remmina
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/remmina/+bug/1704870/+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 1439478] Re: Copy and Paste not Working in 15.04, 15.10, 16.04

2017-07-13 Thread Julian Alarcon
Ok, Ubuntu 17.10 with latest updates, remmina version 1.1.2
(1.1.2-4ubuntu1)

Still have this issue, in previous versions I updated to remmina-next
and the issue was solved, but as there is still no PPAs for 17.10 I
can't get install that version (I don't want to mix packages from
different versions)

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

Title:
  Copy and Paste not Working in 15.04, 15.10, 16.04

Status in remmina:
  Fix Released
Status in remmina package in Ubuntu:
  Confirmed

Bug description:
  Remmina is probably one of the top 3 Linux applications "I need
  working right" to efficiently complete my work day.

  So, I consider it a critical bug that "copy and pasting" between
  "local and remote desktops" is not working in the 15.04 beta 2.

  This is one of those things, where if this is not fixed, I will have
  to return to Ubuntu 14.04, or figure out a way to install a version of
  Remmina that actually works correctly in 15.04.

  This bug has reared its ugly head before:
  https://bugs.launchpad.net/remmina/+bug/937522

  However, the status of that bug seems to be practically closed, so
  that's the reason for this new posting. I want to do all I can to get
  this bug the attention it needs. Remmina is crucial for my work.

  I'm currently dealing with the fact that it crashes a few times a day,
  but this "copy and paste not working" is a real deal-breaker for me to
  stay on 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/remmina/+bug/1439478/+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 887821] Re: "Show copy dialog" right click launcher entry doesn't work (on nautilus copy)

2017-02-15 Thread Julian Alarcon
This issue is still in Ubuntu 16.04.1 iso.

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

Title:
  "Show copy dialog" right click launcher entry doesn't work (on
  nautilus copy)

Status in Unity:
  Fix Released
Status in Unity 5.0 series:
  Won't Fix
Status in nautilus package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in nautilus source package in Precise:
  Fix Released
Status in unity source package in Precise:
  Invalid

Bug description:
  Impact:
  the nautilus copy dialog don't get properly focussed by unity

  Test Case:
  - log into an unity session
  - copy a not too small file (so you have time to interact with the copy 
dialog)
  - minimize the copy dialog
  - right click on the corresponding unity-launcher's icon, and pick "show copy 
dialog"
  -> the dialog should be displayed

  Regression testing:
  Check that there is no focus issue with that dialog and the launcher

  --

  While copying a large (8 gig) file across an SMB network, I minimized
  it.  The right click on the Nautilus Unity bar showed a "Show copy
  dialog" item.  Clicking on that item did nothing.  The only way to get
  the dialog back up was to open one of the two minimized Nautilus
  windows and then minimize the one on top.  After that minimize, then
  the copy dialog was displayed on top of the other Nautilus window.  I
  couldn't find any way to get the copy dialog back on screen without
  clicking around somewhat aimlessly displaying and minimizing Nautilus
  windows until it appeared.  The "Show copy dialog" right-click menu
  appeared to have no affect.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: wl fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Nov  8 18:12:10 2011
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/887821/+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 156201] Re: gedit handles opening big files badly

2017-01-10 Thread Julian Alarcon
I'm using right now Centos 7 with Gedit 3.14.3
(gedit-3.14.3-18.el7.x86_64).

This has a progress bar (part of the bug description), but after it
finish is also frozen.

-- 
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/156201

Title:
  gedit handles opening big files badly

Status in gedit:
  Confirmed
Status in gedit package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gedit

  Opening big text files (400 MB, 750 MB) in gedit is bad
  - from a usability standpoint
-> There's no progress bar or cancel button for the action, and the load 
takes a long time.
  - from a system standpoint:
-> In earlier versions, gedit would take so much memory until the system 
swapped all other applications to disk, and the system became unusable.
-> Since Ubuntu 9.04 Beta, gedit crashes without a GUI message, but the 
message "failed to allocate  bytes" in the console.


  
  Original description:
  I just opened a 400 MB text file (mbox mail file) in gedit, and it my system 
has now been unresponsive for minutes. Other editors can open large files 
without a problem. Also, there's no progress bar or cancel button that would 
make it easy to see how long gedit is loading the file or to cancel the load.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/156201/+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 940663] Re: LTSP don't support native audio and video in Firefox (HTML5)

2016-10-10 Thread Julian Alarcon
Proof that Julian Alarcon has an account/heart.

Please mark this bug as Won't fix. It's really old.

Greetings Julia

-- 
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/940663

Title:
  LTSP don't support native audio and video in Firefox (HTML5)

Status in Mozilla Firefox:
  New
Status in LTSP:
  Invalid
Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  This is a tricky bug.

  Today I needed to play a file in a page that was using jplayer player
  (jplayer.org).

  This player use HTML5 capabilities in the suported Browser.

  My installation of LTSP is on Ubuntu 10.04 and is using the new Firefox 10 
(that supports OGG and WebM files).
  When I tried to listen the file using Jplayer it didn't work.
  Then I test a only a file 
http://en.wikipedia.org/wiki/File:Big_Buck_Bunny_small.ogv and... nop...

  As I see the problem, I'm not sure where is the problem.

  Work a workaround (using Jplayer) go in Firefox to:
  about:config
  change the flags:
  media.webm.enabled
  media.ogg.enabled
  to false.

  Jplayer will fallback to Flash Player.

  In chromium is working fine, so the problem is now on Firefox+LTSP

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/940663/+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 768931] Re: no custom icon on launcher displayed for mono winforms and ogre apps

2016-07-05 Thread Julian Alarcon
** Changed in: keepass2 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  no custom icon on launcher displayed for mono winforms and ogre apps

Status in BAMF:
  Fix Released
Status in Unity:
  Invalid
Status in bamf package in Ubuntu:
  Fix Released
Status in keepass2 package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  applications based on libmono-winforms2.0-cil do not display a icon on the 
launcher. One only sees the generic questionmark.
  Also it shows three lines which indicate the number of instances when there 
is only one.
  In the unity app place and the gnome2 menu the icon is displayed correctly. 

  Example applications are keepass2
  (https://launchpad.net/~jtaylor/+archive/keepass), openbve and
  xsddiagram

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.10-0ubuntu2
  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
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  Date: Fri Apr 22 13:36:21 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110329.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/768931/+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 1515240] Re: Remmina crash when you try to detach a tab if there are multuple tabs

2016-04-26 Thread Julian Alarcon
*** This bug is a duplicate of bug 1565635 ***
https://bugs.launchpad.net/bugs/1565635

** This bug has been marked a duplicate of private bug 1575214

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

Title:
  Remmina crash when you try to detach a tab if there are multuple tabs

Status in remmina package in Ubuntu:
  New

Bug description:
  Hi

  This bug is easy to reproduce.

  When you are grouping multiple connections on a Remmina window, if you try to 
detach a tab to other window Remmina crash.
  I'm using latest version of Remmina of Ubuntu 15.10 (1.1.2-2ubuntu3). (I got 
the crash using RDP connections)

  This is not present when I was using Remmina in Ubuntu 14.04 LTS.
   
  I will try the latest version from PPA 
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next?field.series_filter=wily

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: remmina 1.1.2-2ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 11 07:56:07 2015
  InstallationDate: Installed on 2013-10-21 (750 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: remmina
  UpgradeStatus: Upgraded to wily on 2015-10-19 (22 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2013-10-21 (917 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: remmina 1.1.2-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Tags:  xenial
  Uname: Linux 4.4.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm libvirtd lpadmin nopasswdlogin sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1515240/+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 1515240] ProcEnviron.txt

2016-04-26 Thread Julian Alarcon
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1515240/+attachment/4647959/+files/ProcEnviron.txt

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

Title:
  Remmina crash when you try to detach a tab if there are multuple tabs

Status in remmina package in Ubuntu:
  New

Bug description:
  Hi

  This bug is easy to reproduce.

  When you are grouping multiple connections on a Remmina window, if you try to 
detach a tab to other window Remmina crash.
  I'm using latest version of Remmina of Ubuntu 15.10 (1.1.2-2ubuntu3). (I got 
the crash using RDP connections)

  This is not present when I was using Remmina in Ubuntu 14.04 LTS.
   
  I will try the latest version from PPA 
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next?field.series_filter=wily

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: remmina 1.1.2-2ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 11 07:56:07 2015
  InstallationDate: Installed on 2013-10-21 (750 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: remmina
  UpgradeStatus: Upgraded to wily on 2015-10-19 (22 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2013-10-21 (917 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: remmina 1.1.2-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Tags:  xenial
  Uname: Linux 4.4.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm libvirtd lpadmin nopasswdlogin sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1515240/+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 1515240] JournalErrors.txt

2016-04-26 Thread Julian Alarcon
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1515240/+attachment/4647958/+files/JournalErrors.txt

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

Title:
  Remmina crash when you try to detach a tab if there are multuple tabs

Status in remmina package in Ubuntu:
  New

Bug description:
  Hi

  This bug is easy to reproduce.

  When you are grouping multiple connections on a Remmina window, if you try to 
detach a tab to other window Remmina crash.
  I'm using latest version of Remmina of Ubuntu 15.10 (1.1.2-2ubuntu3). (I got 
the crash using RDP connections)

  This is not present when I was using Remmina in Ubuntu 14.04 LTS.
   
  I will try the latest version from PPA 
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next?field.series_filter=wily

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: remmina 1.1.2-2ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 11 07:56:07 2015
  InstallationDate: Installed on 2013-10-21 (750 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: remmina
  UpgradeStatus: Upgraded to wily on 2015-10-19 (22 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2013-10-21 (917 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: remmina 1.1.2-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Tags:  xenial
  Uname: Linux 4.4.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm libvirtd lpadmin nopasswdlogin sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1515240/+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 1515240] Re: Remmina crash when you try to detach a tab if there are multuple tabs

2016-04-26 Thread Julian Alarcon
apport information

** Tags added: apport-collected xenial

** Description changed:

  Hi
  
  This bug is easy to reproduce.
  
  When you are grouping multiple connections on a Remmina window, if you try to 
detach a tab to other window Remmina crash.
  I'm using latest version of Remmina of Ubuntu 15.10 (1.1.2-2ubuntu3). (I got 
the crash using RDP connections)
  
  This is not present when I was using Remmina in Ubuntu 14.04 LTS.
   
  I will try the latest version from PPA 
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next?field.series_filter=wily
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: remmina 1.1.2-2ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 11 07:56:07 2015
  InstallationDate: Installed on 2013-10-21 (750 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: remmina
  UpgradeStatus: Upgraded to wily on 2015-10-19 (22 days ago)
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2
+ Architecture: amd64
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 16.04
+ InstallationDate: Installed on 2013-10-21 (917 days ago)
+ InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
+ NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
+ Package: remmina 1.1.2-3ubuntu1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
+ Tags:  xenial
+ Uname: Linux 4.4.0-22-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm libvirtd lpadmin nopasswdlogin sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1515240/+attachment/4647957/+files/Dependencies.txt

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

Title:
  Remmina crash when you try to detach a tab if there are multuple tabs

Status in remmina package in Ubuntu:
  New

Bug description:
  Hi

  This bug is easy to reproduce.

  When you are grouping multiple connections on a Remmina window, if you try to 
detach a tab to other window Remmina crash.
  I'm using latest version of Remmina of Ubuntu 15.10 (1.1.2-2ubuntu3). (I got 
the crash using RDP connections)

  This is not present when I was using Remmina in Ubuntu 14.04 LTS.
   
  I will try the latest version from PPA 
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next?field.series_filter=wily

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: remmina 1.1.2-2ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 11 07:56:07 2015
  InstallationDate: Installed on 2013-10-21 (750 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: remmina
  UpgradeStatus: Upgraded to wily on 2015-10-19 (22 days ago)
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2013-10-21 (917 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: remmina 1.1.2-3ubuntu1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Tags:  xenial
  Uname: Linux 4.4.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm libvirtd lpadmin nopasswdlogin sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1515240/+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 1515240] Re: Remmina crash when you try to detach a tab if there are multuple tabs

2016-04-26 Thread Julian Alarcon
Here is the reported bug in Remmina's Github:
https://github.com/FreeRDP/Remmina/issues/478

The bug seems to be still open, but I'm using Remmina from daily PPA
version 1.2.0~rcgit-11+893+next+201604241045~ubuntu16.041 and the but is
not present.

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

Title:
  Remmina crash when you try to detach a tab if there are multuple tabs

Status in remmina package in Ubuntu:
  New

Bug description:
  Hi

  This bug is easy to reproduce.

  When you are grouping multiple connections on a Remmina window, if you try to 
detach a tab to other window Remmina crash.
  I'm using latest version of Remmina of Ubuntu 15.10 (1.1.2-2ubuntu3). (I got 
the crash using RDP connections)

  This is not present when I was using Remmina in Ubuntu 14.04 LTS.
   
  I will try the latest version from PPA 
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next?field.series_filter=wily

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: remmina 1.1.2-2ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 11 07:56:07 2015
  InstallationDate: Installed on 2013-10-21 (750 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: remmina
  UpgradeStatus: Upgraded to wily on 2015-10-19 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1515240/+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 1515240] Re: Remmina crash when you try to detach a tab if there are multuple tabs

2016-04-26 Thread Julian Alarcon
Hi

This bug is still present in Ubuntu 16.04. Is a shame. Can some body
help with this?

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

Title:
  Remmina crash when you try to detach a tab if there are multuple tabs

Status in remmina package in Ubuntu:
  New

Bug description:
  Hi

  This bug is easy to reproduce.

  When you are grouping multiple connections on a Remmina window, if you try to 
detach a tab to other window Remmina crash.
  I'm using latest version of Remmina of Ubuntu 15.10 (1.1.2-2ubuntu3). (I got 
the crash using RDP connections)

  This is not present when I was using Remmina in Ubuntu 14.04 LTS.
   
  I will try the latest version from PPA 
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next?field.series_filter=wily

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: remmina 1.1.2-2ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 11 07:56:07 2015
  InstallationDate: Installed on 2013-10-21 (750 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: remmina
  UpgradeStatus: Upgraded to wily on 2015-10-19 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1515240/+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 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring), 13.10 (saucy), and 14.04 (trusty)

2015-12-20 Thread Julian Alarcon
Hi

I'm using Ubuntu 15.10 that has bluez 5. Iand using a Sony Bluetooth
handsfree SBH50.

Now I can choose the A2DP value, but, now I have another issue.
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/219057

Bluetooth can't coexist with Wifi.

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

Title:
  Failed to change profile to A2DP in 13.04 (Raring), 13.10 (saucy), and
  14.04 (trusty)

Status in Bluez Utilities:
  New
Status in pulseaudio package in Ubuntu:
  Confirmed
Status in pulseaudio package in Debian:
  Fix Released

Bug description:
  I upgraded to 13.04 recently and my A2DP profile, which had been
  working great under 12.10 is suddenly gone.  Neither my blueman applet
  nor the built-in bluetooth manager applet can connect my external
  bluetooth speaker to the A2DP profile.  They can connect to the
  bluetooth device itself just fine.

  Steps I'm using:

  * using blueman, I can connect to the external bluetooth speaker and view the 
device in the devices listing
  * I can connect the device to the Audio sink and I get a message saying it is 
now connected and will "show in the PulseAudio mixer"
  * After connecting the external speaker to the audio sink, I can also see the 
device in the "Play sound through" listing in the Sound system control panel, 
but the icon has a circle with a line through it.
  * but if I right-click the device and choose "Audio Profile" from the context 
menu and try to select "High Fidelity Playback (A2DP)" as the new profile, I 
get an error message stating "failed to change profile to a2dp"

  I've already added "Enable=Socket" in /etc/bluetooth/audio.conf,
  without that I can't pair my headset. Now I can pair it, but I can't
  activate the A2DP profile.

  When I try to activate it, I see this message in my syslog :
  pulseaudio[2603]: [pulseaudio] module-bluetooth-device.c: Profile has no 
transport

  I tried the kernel 3.9.0 because of a sound problem with my soundcard,
  this kernel fixed my soundcard problem, but A2DP still doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+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 1515240] Re: Remmina crash when you try to detach a tab if there are multuple tabs

2015-11-11 Thread Julian Alarcon
Ok, I tried Remmina version
1.1.2-ppa1+793+next+201511061246~ubuntu15.10.1 from PPA Remmina-Next

https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-
next?field.series_filter=wily

And the bug is fixed. Maybe is a regression, because in Ubuntu 14.04
this bug was not present.

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

Title:
  Remmina crash when you try to detach a tab if there are multuple tabs

Status in remmina package in Ubuntu:
  New

Bug description:
  Hi

  This bug is easy to reproduce.

  When you are grouping multiple connections on a Remmina window, if you try to 
detach a tab to other window Remmina crash.
  I'm using latest version of Remmina of Ubuntu 15.10 (1.1.2-2ubuntu3). (I got 
the crash using RDP connections)

  This is not present when I was using Remmina in Ubuntu 14.04 LTS.
   
  I will try the latest version from PPA 
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next?field.series_filter=wily

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: remmina 1.1.2-2ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 11 07:56:07 2015
  InstallationDate: Installed on 2013-10-21 (750 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: remmina
  UpgradeStatus: Upgraded to wily on 2015-10-19 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1515240/+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 1515240] [NEW] Remmina crash when you try to detach a tab if there are multuple tabs

2015-11-11 Thread Julian Alarcon
Public bug reported:

Hi

This bug is easy to reproduce.

When you are grouping multiple connections on a Remmina window, if you try to 
detach a tab to other window Remmina crash.
I'm using latest version of Remmina of Ubuntu 15.10 (1.1.2-2ubuntu3). (I got 
the crash using RDP connections)

This is not present when I was using Remmina in Ubuntu 14.04 LTS.
 
I will try the latest version from PPA 
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next?field.series_filter=wily

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: remmina 1.1.2-2ubuntu3
ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
Uname: Linux 4.2.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Nov 11 07:56:07 2015
InstallationDate: Installed on 2013-10-21 (750 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: remmina
UpgradeStatus: Upgraded to wily on 2015-10-19 (22 days ago)

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


** Tags: amd64 apport-bug wily

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

Title:
  Remmina crash when you try to detach a tab if there are multuple tabs

Status in remmina package in Ubuntu:
  New

Bug description:
  Hi

  This bug is easy to reproduce.

  When you are grouping multiple connections on a Remmina window, if you try to 
detach a tab to other window Remmina crash.
  I'm using latest version of Remmina of Ubuntu 15.10 (1.1.2-2ubuntu3). (I got 
the crash using RDP connections)

  This is not present when I was using Remmina in Ubuntu 14.04 LTS.
   
  I will try the latest version from PPA 
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next?field.series_filter=wily

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: remmina 1.1.2-2ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 11 07:56:07 2015
  InstallationDate: Installed on 2013-10-21 (750 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: remmina
  UpgradeStatus: Upgraded to wily on 2015-10-19 (22 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1515240/+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 478245] Re: Numlock keys + navigation keys not working

2015-10-28 Thread Julian Alarcon
I guest that the version in Ubuntu 15.10 finally fixed this bug.
I made the upgrade and now I have no problems with numlock, can somebody check 
also if in 15.10 the problem is gone?

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

Title:
  Numlock keys + navigation keys not working

Status in remmina package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: grdc

  The keys on the numerical part of the keyboard, do not work, i.e. they
  not respond to the numlock toggle. The only work in navigational mode
  (cursor keys).

  Also, the cursor keys between the alphabetical en numerical part on
  the keyboard do not function at all; this is true also for the sevaral
  keys above, Insert, Delete, etc.

  Keyboard mapping is  set  to 'us', grdc 0.6.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/478245/+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 1273201] Re: bridge_ignore_without_connections.patch breaks NM created bridge at boot

2015-10-07 Thread Julian Alarcon
Hi

I got the same problem in Ubuntu 14.04.

I used KVM on Ubuntu 14.04 with network using bridge, modifying the
/etc/network/interfaces but today I tried to set the bridge using
Network  Manager.

After setting the bridge on network manager, I used the brctl show and
the eth0 card were not linked to the bridge, but taking the advice of
opening the Network Manager configuration file
(/etc/NetworkManager/NetworkManager.conf) and saving it without editing
it, I got the bridge up.

So this problem is still there in Ubuntu 14.04, can somebody set the
affect release to Ubuntu 14.04 Trusty Tahr?

Also, when I set this bridge, I got an error in the network, my PC is
connected to a Cisco Switch 2960-S, my port become err-disable status.
Because of this I removed all the NM configuration and used the old
method and the bridged network worked again.

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

Title:
  bridge_ignore_without_connections.patch breaks NM created bridge at
  boot

Status in network-manager package in Ubuntu:
  Fix Released

Bug description:
  I've created a bridge with network-manager-gnome, the bridge slave
  physical device is eth0. After a reboot the bridge is brought up, but
  eth0 isn't attached.

  First test-case:
  Created a bridge with network-manager-gnome with the bridge slave physical 
device is eth0 and remove all other connections. After a reboot the bridge is 
brought up, but eth0 isn't attached. When I open 
/etc/NetworkManager/NetworkManager.conf and save it without any modification, 
eth0 is instantly added to my bridge. Strange!

  Second test-case:
  Created a bridge with network-manager-gnome with the bridge slave physical 
device is eth0. Disable the "autoconnect" of the default wired network. After a 
reboot the bridge is brought up, but eth0 isn't  attached. Instead eth0 is 
brought up and full configured.

  After compiling and testing different upstream versions, i could track
  the problem down to bridge_ignore_without_connections.patch.  A
  network-manager package without this specific patch, brings my bridge
  up at boot and adds eth0 to the bridge in both test-cases.

  I've checked the behaviour on my ubuntu 13.10 box with network-manager
  (0.9.8.0-0ubuntu22)  and the trusty version network-manager
  (0.9.8.8-0ubuntu1) .

  Till now i couldn't  encounter any sideeffects of removing this patch
  with the bridge created by libvirt.

  Regards
  Mathias Kresin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1273201/+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 1299290] Re: Window blank on connection, works on resize

2015-04-06 Thread Julian Alarcon
This bug seems to be already fixed on newer releases of Remmina.

This is the bug report of Remmina in the old bug tracker (SourceForge):
http://sourceforge.net/p/remmina/bugs/87/

This is the same bug report, but in the new bug tracker (GitHub):
https://github.com/FreeRDP/Remmina/issues/387

This bug was already fixed in a newer upstream version 1.1.1. So, if
Vivdi is going to have Remmina version 1.1.1 maybe this bug is already
fixed
(http://packages.ubuntu.com/search?keywords=remminasearchon=namessuite=allsection=all)
can somebody with Ubuntu 15.04 test it?

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

Title:
  Window blank on connection, works on resize

Status in remmina package in Ubuntu:
  Confirmed

Bug description:
  When first connecting to a remote host with remmina, with either RDP or VNC, 
the connection window is blank.
  If I resize the window the remote display renders correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: remmina 1.0.0-4ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Mar 28 18:08:05 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-03-12 (16 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140307)
  SourcePackage: remmina
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1299290/+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 999985] Re: remmina goes full-screen on the wrong monitor

2015-04-06 Thread Julian Alarcon
*** This bug is a duplicate of bug 1095534 ***
https://bugs.launchpad.net/bugs/1095534

** This bug has been marked a duplicate of bug 1095534
   Remmina remote desktop client goes fullscreen on the wrong display

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

Title:
  remmina goes full-screen on the wrong monitor

Status in remmina package in Ubuntu:
  Confirmed

Bug description:
  I have 2 monitors, left and right. 
  I think the right monitor is the primary monitor.
  If I put the remmina window on the right monitor and choose the fullscreen 
button on the toolbar, the window becomes full screen on the right monitor. 
(Good.)
  If I put the remmina window on the left monitor and choose the fullscreen 
button on the toolbar, the window becomes full screen on the right monitor. 
(Bad.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/85/+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 1175947] Re: gvfs-copy --preserve doesn't work with MTP devices

2015-03-30 Thread Julian Alarcon
Maybe this is also related with the Android version and OEM
modifications. My Xperia Z1 has Android version 4.4.4.

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

Title:
  gvfs-copy --preserve doesn't work with MTP devices

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  When using gvfs-copy --preserve from a MTP device to local, the
  timestamp is not preserved.

  touch localfile --reference=MTP file works ok. 
  I assume --preserve is not working. 

  gvfs 1.16.1-0ubuntu1
  Ubuntu 13.04

  Regards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1175947/+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 1175947] Re: gvfs-copy --preserve doesn't work with MTP devices

2015-03-29 Thread Julian Alarcon
I just tested and the date was preserved!! On Ubuntu 14.04, libmtp
version 1.1.6-20-g1b9f164-1ubuntu2

Can you try to copy a file from the device to some local folder and
check if the date is preserved?

My device is a Sony Xperia Z1 C6903.

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

Title:
  gvfs-copy --preserve doesn't work with MTP devices

Status in gvfs package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  When using gvfs-copy --preserve from a MTP device to local, the
  timestamp is not preserved.

  touch localfile --reference=MTP file works ok. 
  I assume --preserve is not working. 

  gvfs 1.16.1-0ubuntu1
  Ubuntu 13.04

  Regards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1175947/+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 1402424] Re: Update to latest upstream release (2.10.11)

2015-02-26 Thread Julian Alarcon
Hi, this bug is affecting me. Beacuse of pidgin bug
https://developer.pidgin.im/ticket/16412 I cant use Lync 2013 inside the
company.

** Bug watch added: Pidgin Trac #16412
   http://developer.pidgin.im/ticket/16412

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

Title:
  Update to latest upstream release (2.10.11)

Status in pidgin package in Ubuntu:
  Confirmed

Bug description:
  Update to latest upstream release (2.10.11) in vivid.

  Upstream changelog https://developer.pidgin.im/wiki/ChangeLog:

  version 2.10.11 (11/23/14)

  General
  Fix handling of Self-Signed SSL/TLS Certificates when using the NSS 
plugin 
  Improve default cipher suites used with the NSS plugin 
  Add NSS Preferences plugin which allows the SSL/TLS Versions and 
cipher suites to be configured  

  Gadu-Gadu
  Fix a bug that prevented plugin to load when compiled without GnuTLS. 
(mancha) 
  Fix build for platforms without AF_LOCAL definition.  

  MSN
  Fix broken login due to server change (dx, TReKiE).  
  Fail early when buddy list is unavailable instead of wasting 
bandwidth endlessly re-trying. 

  
  version 2.10.10 (10/22/2014)

  General
  Check the basic constraints extension when validating SSL/TLS 
certificates. This fixes a security hole that allowed a malicious 
man-in-the-middle to impersonate an IM server or any other https endpoint. This 
affected both the NSS and GnuTLS plugins. (Discovered by an anonymous person 
and Jacob Appelbaum of the Tor Project, with thanks to Moxie Marlinspike for 
first publishing about this type of vulnerability. Thanks to Kai Engert for 
guidance and for some of the NSS changes) (CVE-2014-3694)
  Allow and prefer TLS 1.2 and 1.1 when using the NSS plugin for SSL. 
(Elrond and Ashish Gupta)  

  libpurple3 compatibility
  Encrypted account passwords are preserved until the new one is set.
  Fix loading Google Talk and Facebook XMPP accounts. 

  Windows-Specific Changes
  Don't allow overwriting arbitrary files on the file system when the 
user installs a smiley theme via drag-and-drop. (Discovered by Yves Younan of 
Cisco Talos) (CVE-2014-3697)
  Updates to dependencies
  NSS 3.17.1 and NSPR 4.10.7 

  Finch
  Fix build against Python 3. (Ed Catmur)  

  Gadu-Gadu
  Updated internal libgadu to version 1.12.0. 

  Groupwise
  Fix potential remote crash parsing server message that indicates that 
a large amount of memory should be allocated. (Discovered by Yves Younan and 
Richard Johnson of Cisco Talos) (CVE-2014-3696) 

  IRC
  Fix a possible leak of unencrypted data when using /me command with 
OTR. (Thijs Alkemade)  

  MXit
  Fix potential remote crash parsing a malformed emoticon response. 
(Discovered by Yves Younan and Richard Johnson of Cisco Talos) (CVE-2014-3695) 

  XMPP
  Fix potential information leak where a malicious XMPP server and 
possibly even a malicious remote user could create a carefully crafted XMPP 
message that causes libpurple to send an XMPP message containing arbitrary 
memory. (Discovered and fixed by Thijs Alkemade and Paul Aurich) (CVE-2014-3698)
  Fix Facebook XMPP roster quirks.   

  Yahoo
  Fix login when using the GnuTLS library for TLS connections.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/1402424/+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 1322925] Re: [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

2015-01-09 Thread Julian Alarcon
Hi guys

I can confirm that the bug is gone with the proposed package in Ubuntu 14.04 
Trusty Tahr.
Nautilus version 1:3.10.1-0ubuntu9.5

Thanks!

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

Title:
  [SRU] Copy, paste stops working randomly in Ubuntu 14.04 nautilus

Status in Nautilus:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  [Impact]

  Since upgrade to 14.04, copy / cut / paste of files among various
  folders I have write rights on does not work most of the times.

  [Test Case]

  1. Open a Nautilus window and switch to List view
  2. Go to location with write permission
  3. Select a file and try to rename.
  4. When prompted to rename (filename becomes a text entry), open new tab.
  5. Select a file, try to copy and paste. You will see that file is not copied 
and pasted.
  6. Go back to original tab. If the file that was selected in step 3 is still 
selected, unselect it.
  7. Try to copy and paste. It should work.
  8. Try to rename again, and open new tab.
  9. Close old tab, and try to copy and paste. It won't work, and there is no 
way to restore, except opening a new window.

  [Regression Potential]

  Already fixed upstream with
  
https://git.gnome.org/browse/nautilus/commit/?id=8032628adc9c8286050716d609c574dc7273dfcb

  nautilus:
    Installed: 1:3.10.1-0ubuntu9.1
    Candidate: 1:3.10.1-0ubuntu9.1
    Version table:
   *** 1:3.10.1-0ubuntu9.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.10.1-0ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1322925/+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 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring), 13.10 (saucy), and 14.04 (trusty)

2014-09-27 Thread Julian Alarcon
Maybe this is realated to this bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725610

** Bug watch added: Debian Bug tracker #725610
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725610

** Also affects: pulseaudio (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725610
   Importance: Unknown
   Status: Unknown

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

Title:
  Failed to change profile to A2DP in 13.04 (Raring), 13.10 (saucy), and
  14.04 (trusty)

Status in Bluez Utilities:
  New
Status in “pulseaudio” package in Ubuntu:
  Confirmed
Status in “pulseaudio” package in Debian:
  Unknown

Bug description:
  I upgraded to 13.04 recently and my A2DP profile, which had been
  working great under 12.10 is suddenly gone.  Neither my blueman applet
  nor the built-in bluetooth manager applet can connect my external
  bluetooth speaker to the A2DP profile.  They can connect to the
  bluetooth device itself just fine.

  Steps I'm using:

  * using blueman, I can connect to the external bluetooth speaker and view the 
device in the devices listing
  * I can connect the device to the Audio sink and I get a message saying it is 
now connected and will show in the PulseAudio mixer
  * After connecting the external speaker to the audio sink, I can also see the 
device in the Play sound through listing in the Sound system control panel, 
but the icon has a circle with a line through it.
  * but if I right-click the device and choose Audio Profile from the context 
menu and try to select High Fidelity Playback (A2DP) as the new profile, I 
get an error message stating failed to change profile to a2dp

  I've already added Enable=Socket in /etc/bluetooth/audio.conf,
  without that I can't pair my headset. Now I can pair it, but I can't
  activate the A2DP profile.

  When I try to activate it, I see this message in my syslog :
  pulseaudio[2603]: [pulseaudio] module-bluetooth-device.c: Profile has no 
transport

  I tried the kernel 3.9.0 because of a sound problem with my soundcard,
  this kernel fixed my soundcard problem, but A2DP still doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+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 988251] Re: Nautilus cut, copy, paste, move and rename options are greyed out and stop working

2014-09-13 Thread Julian Alarcon
This bug is similar but not the same to this:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1322925

In this bug the options are greyed, but in the new bug (1322925) some
one can confirm if the options are still greyed? If not, then the but
that you should check is this: 1322925

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

Title:
  Nautilus cut, copy, paste, move and rename options are greyed out and
  stop working

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  The problem appears while using the mouse trying to copy or cut /
  paste links, folders or files from one location to another. After the
  mouse-right-click drop-down menu selection of 'copy' or 'cut' the
  second stage - right-click 'paste' (to the desired location) - is
  greyed out and the selected files won't move/copy. Key combinations
  CTRL-X, CTRL-C, CTRL-V don't work either.

  However dragging and dropping with the mouse allways works perfectly.
  Also using SHIFT + drag with the mouse works correctly.

  The files are on the local network on a nfs v3-server (Ubuntu 10.04).
  Permissions are correct and chmod is 755 (as it has always been). This
  problem came with the Ubuntu 11.10 workstation and has never occurred
  before. The workstation was upgraded from 10.10 to 11.10 by CD,
  formatting / (ext4) and leaving Home unformatted (ext4). I am using
  Unity-2D.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
  Uname: Linux 3.0.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Wed Apr 25 12:49:11 2012
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/988251/+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 1322925] Re: Copy, paste stops working randomly in Ubuntu 14.04 nautilus

2014-09-13 Thread Julian Alarcon
** Description changed:

  The title says it.
  
  Since upgrade to 14.04, copy / cut / paste of files among various
  folders I have write rights on does not work most of the times.
  
  Using the terminal to copy / move does work normally.
  
+ nautilus:
+   Installed: 1:3.10.1-0ubuntu9.1
+   Candidate: 1:3.10.1-0ubuntu9.1
+   Version table:
+  *** 1:3.10.1-0ubuntu9.1 0
+ 500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
+ 100 /var/lib/dpkg/status
+  1:3.10.1-0ubuntu8 0
+ 500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  
- nautilus:
-   Installed: 1:3.10.1-0ubuntu9.1
-   Candidate: 1:3.10.1-0ubuntu9.1
-   Version table:
-  *** 1:3.10.1-0ubuntu9.1 0
- 500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
- 100 /var/lib/dpkg/status
-  1:3.10.1-0ubuntu8 0
- 500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
+ 
+ WORKAROUND:
+ 
+ When the bug appears, you can close all instances of nautilus to restore 
normal behavior.
+ Command line: killall nautilus

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

Title:
  Copy, paste stops working randomly in Ubuntu 14.04 nautilus

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  The title says it.

  Since upgrade to 14.04, copy / cut / paste of files among various
  folders I have write rights on does not work most of the times.

  Using the terminal to copy / move does work normally.

  nautilus:
    Installed: 1:3.10.1-0ubuntu9.1
    Candidate: 1:3.10.1-0ubuntu9.1
    Version table:
   *** 1:3.10.1-0ubuntu9.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.10.1-0ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

  
  WORKAROUND:

  When the bug appears, you can close all instances of nautilus to restore 
normal behavior.
  Command line: killall nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1322925/+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 1322925] Re: Copy, paste stops working randomly in Ubuntu 14.04 nautilus

2014-09-13 Thread Julian Alarcon
By the way, Ctrl+A to Select all files is also failing.

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

Title:
  Copy, paste stops working randomly in Ubuntu 14.04 nautilus

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  The title says it.

  Since upgrade to 14.04, copy / cut / paste of files among various
  folders I have write rights on does not work most of the times.

  Using the terminal to copy / move does work normally.

  nautilus:
    Installed: 1:3.10.1-0ubuntu9.1
    Candidate: 1:3.10.1-0ubuntu9.1
    Version table:
   *** 1:3.10.1-0ubuntu9.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.10.1-0ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

  
  WORKAROUND:

  When the bug appears, you can close all instances of nautilus to restore 
normal behavior.
  Command line: killall nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1322925/+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 1175947] Re: gvfs-copy --preserve doesn't work with MTP devices

2014-06-22 Thread Julian Alarcon
I know that this is not a solution, but maybe this can help to some of you.
I found a script to set the modified date using the EXIF data from videos and 
pics.
http://unix.stackexchange.com/questions/89264/change-created-date-from-exif-data

I made some changes to the script (the original one didn't work for me).

First install this package: libimage-exiftool-perl
sudo apt install libimage-exiftool-perl

Then create a script with this code (don't forget to set executable
permissions):

#!/bin/sh
for i in /path/to/folder/with/pics/*; do
SPEC=`exiftool -t -S -d %Y-%m-%d %H:%M:%S -CreateDate $i`
echo $SPEC
echo $i:$DATE
touch -d $SPEC $i
done

This will change all the modified dates from all files on
/path/to/folder/with/pics/ with the one on the EXIF metadata
information.

This is not a workaround, thi is just a fix for some kind of files.

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

Title:
  gvfs-copy --preserve doesn't work with MTP devices

Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  When using gvfs-copy --preserve from a MTP device to local, the
  timestamp is not preserved.

  touch localfile --reference=MTP file works ok. 
  I assume --preserve is not working. 

  gvfs 1.16.1-0ubuntu1
  Ubuntu 13.04

  Regards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1175947/+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 1313958] [NEW] Can't install i386 version of libltdl-dev package, Makefile.in file can't be overwrited

2014-04-28 Thread Julian Alarcon
Public bug reported:

Today I tried to install 2 i386 packages on my Ubuntu 14.04 64 bits
version.

I got this error:
sudo apt install  unixodbc-dev:i386 libmyodbc:i386
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libmyodbc:i386 is already the newest version.
The following extra packages will be installed:
  libltdl-dev:i386 libodbc1 unixodbc
Suggested packages:
  libtool-doc:i386 libmyodbc odbc-postgresql tdsodbc unixodbc-bin
The following NEW packages will be installed:
  libltdl-dev:i386 libodbc1 unixodbc unixodbc-dev:i386
0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded.
Need to get 0 B/563 kB of archives.
After this operation, 3.071 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package libodbc1:amd64.
(Reading database ... 211935 files and directories currently installed.)
Preparing to unpack .../libodbc1_2.2.14p2-5ubuntu5_amd64.deb ...
Unpacking libodbc1:amd64 (2.2.14p2-5ubuntu5) ...
Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_i386.deb ...
Unpacking libltdl-dev:i386 (2.4.2-1.7ubuntu1) ...
dpkg: error processing archive 
/var/cache/apt/archives/libltdl-dev_2.4.2-1.7ubuntu1_i386.deb (--unpack):
 trying to overwrite shared '/usr/share/libtool/libltdl/Makefile.in', which is 
different from other instances of package libltdl-dev:i386
Selecting previously unselected package unixodbc.
Preparing to unpack .../unixodbc_2.2.14p2-5ubuntu5_amd64.deb ...
Unpacking unixodbc (2.2.14p2-5ubuntu5) ...
Selecting previously unselected package unixodbc-dev.
Preparing to unpack .../unixodbc-dev_2.2.14p2-5ubuntu5_i386.deb ...
Unpacking unixodbc-dev (2.2.14p2-5ubuntu5) ...
Processing triggers for man-db (2.6.7.1-1) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libltdl-dev_2.4.2-1.7ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
darkhole@CO1WDJ39M6V1U:~$

Seems to be a multiarch related problem.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libltdl-dev 2.4.2-1.7ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Apr 28 17:17:19 2014
InstallationDate: Installed on 2013-10-21 (189 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: libtool
UpgradeStatus: Upgraded to trusty on 2014-04-21 (7 days ago)

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

** Affects: libtool (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: amd64 apport-bug trusty

** Bug watch added: Debian Bug tracker #733935
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733935

** Also affects: libtool (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733935
   Importance: Unknown
   Status: Unknown

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

Title:
  Can't install i386 version of libltdl-dev package, Makefile.in file
  can't be overwrited

Status in “libtool” package in Ubuntu:
  New
Status in “libtool” package in Debian:
  Unknown

Bug description:
  Today I tried to install 2 i386 packages on my Ubuntu 14.04 64 bits
  version.

  I got this error:
  sudo apt install  unixodbc-dev:i386 libmyodbc:i386
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  libmyodbc:i386 is already the newest version.
  The following extra packages will be installed:
libltdl-dev:i386 libodbc1 unixodbc
  Suggested packages:
libtool-doc:i386 libmyodbc odbc-postgresql tdsodbc unixodbc-bin
  The following NEW packages will be installed:
libltdl-dev:i386 libodbc1 unixodbc unixodbc-dev:i386
  0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded.
  Need to get 0 B/563 kB of archives.
  After this operation, 3.071 kB of additional disk space will be used.
  Do you want to continue? [Y/n] y
  Selecting previously unselected package libodbc1:amd64.
  (Reading database ... 211935 files and directories currently installed.)
  Preparing to unpack .../libodbc1_2.2.14p2-5ubuntu5_amd64.deb ...
  Unpacking libodbc1:amd64 (2.2.14p2-5ubuntu5) ...
  Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_i386.deb ...
  Unpacking libltdl-dev:i386 (2.4.2-1.7ubuntu1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libltdl-dev_2.4.2-1.7ubuntu1_i386.deb (--unpack):
   trying to overwrite shared '/usr/share/libtool/libltdl/Makefile.in', which 
is different from other instances of package libltdl-dev:i386
  Selecting previously unselected package unixodbc.
  Preparing to unpack .../unixodbc_2.2.14p2-5ubuntu5_amd64.deb ...
  Unpacking unixodbc (2.2.14p2-5ubuntu5) ...
  Selecting previously unselected package unixodbc-dev.
  

[Desktop-packages] [Bug 1070963] Re: libreoffice calc hangs when opening an xls file shared over cifs

2014-03-22 Thread Julian Alarcon
** Bug watch added: freedesktop.org Bugzilla #67527
   https://bugs.freedesktop.org/show_bug.cgi?id=67527

** Changed in: df-libreoffice
   Importance: Medium = Unknown

** Changed in: df-libreoffice
   Status: Invalid = Unknown

** Changed in: df-libreoffice
 Remote watch: freedesktop.org Bugzilla #58236 = freedesktop.org Bugzilla 
#67527

-- 
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/1070963

Title:
  libreoffice calc hangs when opening an xls file shared over cifs

Status in LibreOffice Productivity Suite:
  Unknown
Status in GVFS:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Invalid
Status in “libreoffice” package in Fedora:
  Unknown

Bug description:
  used to work prior to upgrade (12.04).
  steps to reproduce:

  1. run nautilus
  2. control-L to open location. type: smb://some windows file server
  3. navigate to some .xls file
  4. double click on file

  
  kill pid wont get rid of the process... have to reboot

  subsequent attempts to run calc, even to just open a blank workbook
  fails.

  if you open a blank workbook prior before getting process stuck, it
  works fine.

  Description:  Ubuntu 12.10
  Release:  12.10

  libreoffice:
Installed: 1:3.6.2~rc2-0ubuntu3
Candidate: 1:3.6.2~rc2-0ubuntu3
Version table:
   *** 1:3.6.2~rc2-0ubuntu3 0
  500 http://us.archive.ubuntu.com/ubuntu/ quantal/universe i386 
Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libreoffice-core 1:3.6.2~rc2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: i386
  Date: Wed Oct 24 10:50:45 2012
  ExecutablePath: /usr/lib/libreoffice/program/oosplash
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to quantal on 2012-10-22 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1070963/+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 858845] Re: Screen edge actions set in CCSM (scale/expo) don't work (sometimes) - Wall plugin is probably responsible

2014-03-14 Thread Julian Alarcon
Same problem in Ubuntu 14.04, disable and re-enable seems to works.

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

Title:
  Screen edge actions set in CCSM (scale/expo) don't work (sometimes) -
  Wall plugin is probably responsible

Status in Compiz:
  Fix Released
Status in Unity:
  Confirmed
Status in “compiz” package in Ubuntu:
  Fix Released

Bug description:
  PROBLEM:
  If the unityshell plugin is loaded after compiz plugins like scale or expo, 
those plugins will lose their active corner settings. The settings are still 
set but don't have any effect. Keyboad shortcuts are not affected.

  This looks like a problem in the unityshell plugin.

  WORKAROUND:
  Re-order the list of plugins to move expo and scale (or whatever else you 
use) behind unityshell.

  In 12.04 the list of plugins is found in this gconf key
  /apps/compiz-1/general/screen0/options/active_plugins

  In 12.10 it is this dconf key
  /org/compiz/profiles/unity/plugins/core/active-plugins
  ( for some with 12.10 it may be at 
/org/compiz/profiles/unity/plugins-with-set-keys )
  --
  old description
  --
  I have set expo edge to bottom right. After reboot, often this setting does 
not seem to work. To re-enable expo edge, I have to clear it in compizconfig 
settings manager and re-set it to bottom right.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: compiz 1:0.9.5.94+bzr20110919-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:

  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,snap,place,imgpng,compiztoolbox,gnomecompat,grid,move,vpswitch,mousepoll,resize,regex,session,unitymtgrabhandles,wall,animation,expo,workarounds,fade,scale,unityshell]
  CompositorRunning: compiz
  Date: Sun Sep 25 17:26:13 2011
  DistUpgraded: Log time: 2011-09-02 13:23:21.116927
  DistroCodename: oneiric
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx, 8.881, 3.0.0-10-generic, x86_64: installed
   fglrx, 8.881, 3.0.0-11-generic, x86_64: installed
  GraphicsCard:
   ATI Technologies Inc Madison [Mobility Radeon HD 5000 Series] [1002:68c0] 
(prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:02fe]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  JockeyStatus:
   kmod:fglrx - ATI Fire GL (Proprietary, Disabled, Not in use)
   xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, 
Enabled, In use)
  MachineType: Dell Inc. Studio XPS 1645
  PackageArchitecture: all
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_IN
   LANGUAGE=en_IN:en
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-11-generic 
root=UUID=dabcc9da-5f0e-411a-9d27-8d9eb8dde0af ro quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: Upgraded to oneiric on 2011-09-02 (23 days ago)
  dmi.bios.date: 05/11/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A09
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A09
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd05/11/2010:svnDellInc.:pnStudioXPS1645:pvrA09:rvnDellInc.:rn:rvrA09:cvnDellInc.:ct8:cvrA09:
  dmi.product.name: Studio XPS 1645
  dmi.product.version: A09
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.5.94+bzr20110919-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs 20090808ubuntu23
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/858845/+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 741869] Re: Unity/compiz intercepts Super and Alt keypresses from grabbed windows like VMs.

2014-03-04 Thread Julian Alarcon
Ok, is almost imposible to work with Remmina, VM managers and
similars... Do you have any new about this?

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

Title:
  Unity/compiz intercepts Super and Alt keypresses from grabbed windows
  like VMs.

Status in Ayatana Design:
  Fix Committed
Status in Compiz:
  Triaged
Status in Compiz Core:
  Triaged
Status in OEM Priority Project:
  Won't Fix
Status in OEM Priority Project precise series:
  Won't Fix
Status in “compiz” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: unity

  After upgrading from Maverick to Natty, I can no longer use the Super
  (windows) key in Virtual Machine Manager. Previously, as long as I had
  the Virtual Machine Manager console window in the foreground, I could
  press the Super key and the start menu would pop up. Since upgrading
  to Natty, this no longer works, and the search box appears in the
  upper left.

  Also see bug #934921

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.6.8-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
  Uname: Linux 2.6.38-7-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,place,mousepoll,session,vpswitch,regex,wall,move,grid,resize,gnomecompat,animation,workarounds,wobbly,expo,ezoom,staticswitcher,fade,scale,unityshell]
  Date: Thu Mar 24 16:31:28 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-03-24 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/741869/+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 940663] Re: LTSP don't support native audio and video in Firefox (HTML5)

2013-12-16 Thread Julian Alarcon
Right now I don't an LTSP environment, but when I reported this problem,
the video was working fine on a standalone installation of Ubuntu, I
don't know if the problem is still there.

Please, look for Firefox on LTSP to discard or reaffirm this bug.

-- 
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/940663

Title:
  LTSP don't support native audio and video in Firefox (HTML5)

Status in The Mozilla Firefox Browser:
  New
Status in Linux Terminal Server Project:
  Invalid
Status in “firefox” package in Ubuntu:
  Incomplete

Bug description:
  This is a tricky bug.

  Today I needed to play a file in a page that was using jplayer player
  (jplayer.org).

  This player use HTML5 capabilities in the suported Browser.

  My installation of LTSP is on Ubuntu 10.04 and is using the new Firefox 10 
(that supports OGG and WebM files).
  When I tried to listen the file using Jplayer it didn't work.
  Then I test a only a file 
http://en.wikipedia.org/wiki/File:Big_Buck_Bunny_small.ogv and... nop...

  As I see the problem, I'm not sure where is the problem.

  Work a workaround (using Jplayer) go in Firefox to:
  about:config
  change the flags:
  media.webm.enabled
  media.ogg.enabled
  to false.

  Jplayer will fallback to Flash Player.

  In chromium is working fine, so the problem is now on Firefox+LTSP

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/940663/+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 1228079] Re: Login issue: Lightdm + LDAP + Kerberos

2013-10-18 Thread Julian Alarcon
Same problem here, I just upgraded Ubuntu from 13.04 to 13.10
Right now I'm using pbis-open lastest version (7.5.2.1527). This versions 
worked fine justa few hours before upgrade.

Upgrade was normal, but when I tried to start session with any domain
user I got a few flashes and returned to lightdm login screen.

After cheking the message error  /usr/sbin/lightdm-session: 5: exec: init: not 
found I found another bug:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1184878

I made the sgestion of make a symlink running this:
sudo ln -s /sbin/init /bin/init

Now when I try to login with a domain user, I got a blank screen and
mouse works, but nothing else show up. No background, no terminal with
Alt+T combination, no bars, no icons, nothing.. Hey.. but mouse moves!

This is the new log from the file .xsessions-errors

Script for ibus started at run_im.
Script for auto started at run_im.
Script for default started at run_im.
init: unity-gtk-module main process (3055) terminated with status 127
init: logrotate pre-start process (3053) terminated with status 127
init: dbus pre-start process (3056) terminated with status 127
init: ssh-agent pre-start process (3054) terminated with status 127
init: ssh-agent post-stop process (3062) terminated with status 127

I got this errors using nouveau (I thought that maybe nvidia drivers
were the problem, but I was wrong)

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

Title:
  Login issue: Lightdm + LDAP + Kerberos

Status in “lightdm” package in Ubuntu:
  Incomplete

Bug description:
  lightdm 1.7.15-0ubuntu1, Ubuntu 13.10

  - Local users can login without problems on command line and LightDM
  - Kerberos/LDAP authenticated users can login on command line

  - Kerberos/LDAP authenticated users cannot login with LigthDM. If you
  provide a valid user/password the screen gets blank before you return
  to the login screen. The .xession-errors includes /usr/sbin/lightdm-
  session: 5: exec: init: not found

  - If you add init to the users path (e.g., ln -s /sbin/init /bin/init)
  the user does no longer return back to LightDM but gets a blank
  screen. Several errors related to init in the .xsession-errors.
  First of them is init: Failed to spawn upstart-file-bridge main
  process: unable to execute: No such file or directory

  .xession-errors for both setup attached to this bug report

  No problems with Ubuntu 12.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: lightdm 1.7.15-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-7.14-generic 3.11.1
  Uname: Linux 3.11.0-7-generic x86_64
  ApportVersion: 2.12.1-0ubuntu4
  Architecture: amd64
  Date: Fri Sep 20 12:21:13 2013
  InstallationDate: Installed on 2013-09-20 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130917)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1228079/+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 1228079] Re: Login issue: Lightdm + LDAP + Kerberos

2013-10-18 Thread Julian Alarcon
** Changed in: lightdm (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Login issue: Lightdm + LDAP + Kerberos

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  lightdm 1.7.15-0ubuntu1, Ubuntu 13.10

  - Local users can login without problems on command line and LightDM
  - Kerberos/LDAP authenticated users can login on command line

  - Kerberos/LDAP authenticated users cannot login with LigthDM. If you
  provide a valid user/password the screen gets blank before you return
  to the login screen. The .xession-errors includes /usr/sbin/lightdm-
  session: 5: exec: init: not found

  - If you add init to the users path (e.g., ln -s /sbin/init /bin/init)
  the user does no longer return back to LightDM but gets a blank
  screen. Several errors related to init in the .xsession-errors.
  First of them is init: Failed to spawn upstart-file-bridge main
  process: unable to execute: No such file or directory

  .xession-errors for both setup attached to this bug report

  No problems with Ubuntu 12.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: lightdm 1.7.15-0ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-7.14-generic 3.11.1
  Uname: Linux 3.11.0-7-generic x86_64
  ApportVersion: 2.12.1-0ubuntu4
  Architecture: amd64
  Date: Fri Sep 20 12:21:13 2013
  InstallationDate: Installed on 2013-09-20 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130917)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1228079/+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 855414] Re: Unity dash becomes very slow/laggy when opening certain webpages (Launchpad) in Firefox

2013-10-09 Thread Julian Alarcon
*** This bug is a duplicate of bug 744808 ***
https://bugs.launchpad.net/bugs/744808

** This bug is no longer a duplicate of bug 605567
   Extremely slow painting of launchpad.net bug details page with nvidia driver
** This bug has been marked a duplicate of bug 744808
   image sprite is packed very asymmetrically - triggers poor rendering 
performance in firefox3 and missing icons in firefox4 and konquerer

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/855414

Title:
  Unity dash becomes very slow/laggy when opening certain webpages
  (Launchpad) in Firefox

Status in Unity:
  Confirmed
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  the problem I'm reporting here is actually a weird interaction between
  the Nvidia propritary driver, Firefox and Unity, so I'm not sure if I
  should have reported it against Firefox or Nvidia driver instead.

  With the propritary Nvidia driver installed, the following happens:
  - When I visit certain webpages in Firefox, scrolling through 
them/interacting with them becomes very slow and laggy. The most prominent 
example are all kinds of paged from launchpad.net, e.g. 
https://launchpad.net/ubuntu/+bugs, or a random bug report page. This problem 
exists as long as I can remember (5 years?!), regardless of the version of 
Firefox or Nvidia driver.
  - In Oneiric, there is an additional interaction of this slowness/laginess 
with Unity: If one of those slow pages is opened in Firefox as currently 
selected tab (e.g. a bugreport) and I press 'Super' to reveal the dash and 
launcher, they take a rather long time to appear in contrast to the normal  
behaviour and the animation is also slow and laggy (if the dash has come up, it 
works fine and sleek as usual, so it's the process of the dash/launcher coming 
up that is slow).
  - Interestingly I don't experience this slowness of dash/launcher if I reveal 
them via mouse (hovering to the left screen side and clicking the dash button).

  The slowness of certain webpages only happens in Firefox (not in
  Chromium for example), and only if propritary Nvidia drivers are
  installed, with Nouveau drivers this slow pages phenomenon
  disappears in Firefox too.

  The additonal problem with the Dash in Oneric may seem small, but it can be 
rather annoying when trying to write bug reports for example.
  In Natty there is no such slowness when opening the dash via 'Super' and a 
slow web page is opened, so I reported it to Unity in hope that there may be 
an easy workaround.
  But the best thing of course would be if this slow pages issue would be 
fixed in Firefox and/or the Nvidia driver (the latter is of course beyond 
control of anyone not working for Nvidia :-(   ).

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.16.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Wed Sep 21 11:30:43 2011
  DistUpgraded: Fresh install
  DistroCodename: oneiric
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110919)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/sda6
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.5.94+bzr2803-0ubuntu5
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: 

[Desktop-packages] [Bug 605567] Re: Extremely slow painting of launchpad.net bug details page with nvidia driver

2013-10-09 Thread Julian Alarcon
*** This bug is a duplicate of bug 744808 ***
https://bugs.launchpad.net/bugs/744808

** This bug has been marked a duplicate of bug 744808
   image sprite is packed very asymmetrically - triggers poor rendering 
performance in firefox3 and missing icons in firefox4 and konquerer

-- 
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/605567

Title:
  Extremely slow painting of launchpad.net bug details page with nvidia
  driver

Status in The Mozilla Firefox Browser:
  Confirmed
Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: firefox

  Launchpad.net bug detail pages are painted extremely slowly by Firefox
  on my machine. I'm running Ubuntu Lucid 64-bit, and I have the
  proprietary nvidia driver (from the Ubuntu repositories) installed,
  version current. The machine has two 8800 GTX GPU's with 768 MB
  each, so the available graphics power should not be a problem.

  It takes many seconds (sometimes tens of seconds) to draw the page,
  during which the entire computer slows to a crawl. Nothing happens on
  the screen during this time. Whenever I scroll the page up so that
  more of the page is revealed at the top of the screen, this is painted
  extremely slowly as well. Scrolling down (once the page is fully
  painted) does not produce slow-downs, so the problem appears to be
  with the content at the top of the page.

  It appears to be an interaction between Firefox, Launchpad.net and the
  proprietary NVidia driver. I don't notice slowdowns like this on any
  other web page (including other launchpad.net pages). Other browsers,
  such as Chrome, draw Launchpad bug detail pages with lighting speed.
  And when I use the nv or nouveau drivers the problem does not appear
  either.

  Since Chrome can paint the pages at fast speeds, Firefox should be
  able to as well, so I still think this is a Firefox problem.

  If there is any way I can determine exactly what it is that is taking
  so much time and slowing down the entire computer, please let me know!
  Or if there is any other way in which I can help debug this problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Jul 14 21:03:25 2010
  FirefoxPackages:
   firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-branding 3.6.6+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  SourcePackage: firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/605567/+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 192092] Re: ctrl+shift+pg.up/dn does not move tabs

2013-09-23 Thread Julian Alarcon
** Changed in: firefox (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
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/192092

Title:
  ctrl+shift+pg.up/dn does not move tabs

Status in The Mozilla Firefox Browser:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: firefox-3.0

  I have noticed that the ctrl+shift+pg.up/dn  key combination does not
  move tabs left or right in firefox, as it does in every other app in
  ubuntu. Any chance of this being fixed?

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/192092/+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 1203392] Re: USB sound card stopped working (not detected)

2013-07-21 Thread Julian Alarcon
Thanks Daniel, your workaround worked flawlessly. Just commented that 2
lines (BTW, why is this line twice on that file?)

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

Title:
  USB sound card stopped working (not detected)

Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  My USB headset stopped working. This may have been after an update.
  Dmesg shows that the device is recognized, but then there is the
  following error:

  snd_usb_audio: Unknown parameter `index'

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.10.0-4.13-generic 3.10.1
  Uname: Linux 3.10.0-4-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  remco  2028 F pulseaudio
   /dev/snd/controlC0:  remco  2028 F pulseaudio
  Date: Sun Jul 21 00:19:11 2013
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: USB sound card not detected
  UpgradeStatus: Upgraded to saucy on 2013-06-17 (33 days ago)
  dmi.bios.date: 09/28/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.3
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 785GM-E51 (MS-7596)
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.3:bd09/28/2009:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7596:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rn785GM-E51(MS-7596):rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
  dmi.product.name: MS-7596
  dmi.product.version: 1.0
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1203392/+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 996596] Re: [Upstream] Can't open formatted html files with extension xls in Libreoffice 3.5.3

2013-07-03 Thread Julian Alarcon
This bug is still present on LibreOffice 4.0.2-0ubuntu5 and Ubuntu
13.10.

-- 
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/996596

Title:
  [Upstream] Can't open formatted html files with extension xls in
  Libreoffice 3.5.3

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Won't Fix

Bug description:
  Using the LibreOffice PPA 3.5.3 in 10.04:
  https://launchpad.net/~libreoffice/+archive/ppa/+packages

  or 12.04 proposed repo 3.5.3, I got a wizard to import text to file
  opening the xls file
  https://bugs.freedesktop.org/attachment.cgi?id=57213 .

  This does not occur in Ubuntu 12.04 LibreOffice 3.5.2, so this is a
  regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-calc 1:3.5.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  8 10:22:47 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120306)
  ProcEnviron:
   LANGUAGE=es_CO:es
   TERM=xterm
   PATH=(custom, no user)
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/996596/+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 1062077] Re: Linux hangs with: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting

2013-07-02 Thread Julian Alarcon
** Bug watch added: freedesktop.org Bugzilla #32066
   https://bugs.freedesktop.org/show_bug.cgi?id=32066

** Also affects: linux via
   https://bugs.freedesktop.org/show_bug.cgi?id=32066
   Importance: Unknown
   Status: Unknown

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

Title:
  Linux hangs with: [drm:atom_op_jump] *ERROR* atombios stuck in loop
  for more than 5secs aborting

Status in The Linux Kernel:
  Unknown
Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  Symptom: Linux isn't displaying changes after switching to tty1 and
  back to unity

  Steps to reproduce:
  1. Starting up to Unity
  2. Switch to tty1 (Strg + Alt + F1)
  3. Switching back to Unity

  or:
  Resuming the system from suspend leads to the same isssue.This method isn't 
as reliable as the method stated above

  What happens:
  The screen freezes. Magic Keys [Alt + Print + S/U/B] are working thou (so 
linux-kernel is responding?!) I can't switch to tty1 either. The system becomes 
responding again after ~2min. Switching VTs is possible afterwards but leads to 
the same bug again.

  What is expected:
  Showing up a responding Unity.

  Interesting Sitenote:
  My radeon is switched off using: 
echoOFF/sys/kernel/debug/vgaswitcheroo/switch
  By turning ON the graphiccard the above stated problem doesn't appear.

  A short extract of kern.log (full one is attached):
  Oct  5 09:06:06 Octavian-Notebook kernel: [  186.691685] [drm:atom_op_jump] 
*ERROR* atombios stuck in loop for more than 5secs aborting
  Oct  5 09:06:06 Octavian-Notebook kernel: [  186.691700] 
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing C98E (len 62, 
WS 0, PS 0) @ 0xC9AA
  Oct  5 09:06:11 Octavian-Notebook kernel: [  191.692930] [drm:atom_op_jump] 
*ERROR* atombios stuck in loop for more than 5secs aborting
  Oct  5 09:06:11 Octavian-Notebook kernel: [  191.692949] 
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing C98E (len 62, 
WS 0, PS 0) @ 0xC9AA
  Oct  5 09:06:11 Octavian-Notebook kernel: [  191.692960] 
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing C040 (len 861, 
WS 0, PS 0) @ 0xC09D
  Oct  5 09:06:16 Octavian-Notebook kernel: [  197.021996] [drm:atom_op_jump] 
*ERROR* atombios stuck in loop for more than 5secs aborting
  Oct  5 09:06:16 Octavian-Notebook kernel: [  197.022011] 
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing CE0C (len 72, 
WS 0, PS 0) @ 0xCE3B
  Oct  5 09:06:22 Octavian-Notebook kernel: [  202.223115] [drm:atom_op_jump] 
*ERROR* atombios stuck in loop for more than 5secs aborting
  Oct  5 09:06:22 Octavian-Notebook kernel: [  202.223134] 
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing C98E (len 62, 
WS 0, PS 0) @ 0xC9AA
  Oct  5 09:06:27 Octavian-Notebook kernel: [  207.424244] [drm:atom_op_jump] 
*ERROR* atombios stuck in loop for more than 5secs aborting
  Oct  5 09:06:27 Octavian-Notebook kernel: [  207.424259] 
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing C98E (len 62, 
WS 0, PS 0) @ 0xC9AA
  Oct  5 09:06:32 Octavian-Notebook kernel: [  212.625368] [drm:atom_op_jump] 
*ERROR* atombios stuck in loop for more than 5secs aborting
  Oct  5 09:06:32 Octavian-Notebook kernel: [  212.625387] 
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing C98E (len 62, 
WS 0, PS 0) @ 0xC9AA
  Oct  5 09:06:37 Octavian-Notebook kernel: [  217.826526] [drm:atom_op_jump] 
*ERROR* atombios stuck in loop for more than 5secs aborting
  Oct  5 09:06:37 Octavian-Notebook kernel: [  217.826545] 
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing C98E (len 62, 
WS 0, PS 0) @ 0xC9AA
  Oct  5 09:06:42 Octavian-Notebook kernel: [  223.027631] [drm:atom_op_jump] 
*ERROR* atombios stuck in loop for more than 5secs aborting
  Oct  5 09:06:42 Octavian-Notebook kernel: [  223.027650] 
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing C98E (len 62, 
WS 0, PS 0) @ 0xC9AA
  Oct  5 09:06:48 Octavian-Notebook kernel: [  228.228756] [drm:atom_op_jump] 
*ERROR* atombios stuck in loop for more than 5secs aborting
  Oct  5 09:06:48 Octavian-Notebook kernel: [  228.228772] 
[drm:atom_execute_table_locked] *ERROR* atombios stuck executing C98E (len 62, 
WS 0, PS 0) @ 0xC9AA
  Oct  5 09:06:51 Octavian-Notebook kernel: [  231.957328] SysRq : This sysrq 
operation is disabled.
  Oct  5 09:06:52 Octavian-Notebook kernel: [  232.739445] SysRq : This sysrq 
operation is disabled.
  Oct  5 09:06:52 Octavian-Notebook kernel: [  233.139471] SysRq : This sysrq 
operation is disabled.
  Oct  5 09:06:53 Octavian-Notebook kernel: [  233.429887] [drm:atom_op_jump] 
*ERROR* atombios stuck in loop for more than 5secs aborting
  Oct  5 09:06:53 Octavian-Notebook kernel: [  233.429900] 
[drm:atom_execute_table_locked] *ERROR* 

[Desktop-packages] [Bug 904505] Re: Flash doesn't work in WebKitGTK3 browsers

2013-05-22 Thread Julian Alarcon
About this, seem taht GNOME Web (also know as Epiphany) 3.8 switched to
WebKit2 and Flash is now working.

This is not a workaround, but a new kind of solution.
http://www.webupd8.org/2013/03/gnome-38-released-see-whats-new-video.html
https://wiki.archlinux.org/index.php/Epiphany

** Bug watch added: Red Hat Bugzilla #755269
   https://bugzilla.redhat.com/show_bug.cgi?id=755269

** Also affects: epiphany-browser (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=755269
   Importance: Unknown
   Status: Unknown

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

Title:
  Flash doesn't work in WebKitGTK3 browsers

Status in Midori: Webkit Web browser:
  Confirmed
Status in “epiphany-browser” package in Ubuntu:
  Triaged
Status in “epiphany-browser” package in Fedora:
  Unknown

Bug description:
  Flash works in browsers such as Chrome and Firefox, but not in the
  WebKitGTK3 browsers such as Epiphany and the GTK3 builds of Midori.

To manage notifications about this bug go to:
https://bugs.launchpad.net/midori/+bug/904505/+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 1103417] Re: LibreOffice has troubles to open document on shared folders

2013-05-15 Thread Julian Alarcon
*** This bug is a duplicate of bug 1070963 ***
https://bugs.launchpad.net/bugs/1070963

** This bug has been marked a duplicate of bug 1070963
   libreoffice calc hangs when opening an xls file shared over cifs

-- 
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/1103417

Title:
  LibreOffice has troubles to open document on shared folders

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu 12.10 64 in an enterprise environment. My computer
  us integrated into the Active Directory.

  I often need to read or modify documents stored  in a folder sharedby our 
Windows 2003 server, and LibreOffice has a lot of troubles in this area, here 
is what I do:
  1. mount the shared folder
  2. double click on the document I need to access to
  -- The LibreOffice splash screen shows...and that's all.

  Then, they are 2 processes :
  - oosplash
  - soffice.bin

  oosplash is killable and disappear, but the soffice.bin process can't
  be killed nor through the System Monitor nor in a terminal. This
  process remains active and prevent LibreOffice to be correctly opened.
  And finally I have to restart the computer to be able to launch
  LibreOffice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1103417/+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 1070963] Re: libreoffice calc hangs when opening an xls file shared over cifs

2013-05-15 Thread Julian Alarcon
** Bug watch added: Red Hat Bugzilla #885156
   https://bugzilla.redhat.com/show_bug.cgi?id=885156

** Also affects: libreoffice (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=885156
   Importance: Unknown
   Status: Unknown

-- 
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/1070963

Title:
  libreoffice calc hangs when opening an xls file shared over cifs

Status in LibreOffice Productivity Suite:
  Incomplete
Status in “libreoffice” package in Ubuntu:
  Confirmed
Status in “libreoffice” package in Fedora:
  Unknown

Bug description:
  used to work prior to upgrade (12.04).
  steps to reproduce:

  1. run nautilus
  2. control-L to open location. type: smb://some windows file server
  3. navigate to some .xls file
  4. double click on file

  
  kill pid wont get rid of the process... have to reboot

  subsequent attempts to run calc, even to just open a blank workbook
  fails.

  if you open a blank workbook prior before getting process stuck, it
  works fine.

  Description:  Ubuntu 12.10
  Release:  12.10

  libreoffice:
Installed: 1:3.6.2~rc2-0ubuntu3
Candidate: 1:3.6.2~rc2-0ubuntu3
Version table:
   *** 1:3.6.2~rc2-0ubuntu3 0
  500 http://us.archive.ubuntu.com/ubuntu/ quantal/universe i386 
Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libreoffice-core 1:3.6.2~rc2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic i686
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: i386
  Date: Wed Oct 24 10:50:45 2012
  ExecutablePath: /usr/lib/libreoffice/program/oosplash
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to quantal on 2012-10-22 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1070963/+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 1129679] Re: Server hangs preceded by EQ overflowing.

2013-04-03 Thread Julian Alarcon
** Bug watch added: Debian Bug tracker #680371
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680371

** Also affects: xserver-xorg-video-intel via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680371
   Importance: Unknown
   Status: Unknown

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

Title:
  Server hangs preceded by EQ overflowing.

Status in X.org xf86-video-intel:
  Unknown
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to raring, my Lenovo Twist has begun to freeze and
  crash. Sometimes I am able to switch to vt1 to restart X, sometimes it
  just hangs hard. In all instances the behavior coincides with the EQ
  overflowing messages in Xorg.log. One saved X log contains:

  (EE) [mi] EQ overflowing.  Additional events will be discarded until existing 
events are processed.
  (EE)
  (EE) Backtrace:
  (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x7fd5882eaef6]
  (EE) 1: /usr/bin/X (mieqEnqueue+0x26b) [0x7fd5882cc21b]
  (EE) 2: /usr/bin/X (0x7fd58813b000+0x6d362) [0x7fd5881a8362]
  (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7fd582ee2000+0x5f34) 
[0x7fd582ee7f34]
  (EE) 4: /usr/bin/X (0x7fd58813b000+0x96597) [0x7fd5881d1597]
  (EE) 5: /usr/bin/X (0x7fd58813b000+0xbfd58) [0x7fd5881fad58]
  (EE) 6: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fd587242000+0xfbd0) 
[0x7fd587251bd0]
  (EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x7) [0x7fd585f5f747]
  (EE) 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) [0x7fd58703a338]
  (EE) 9: /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1 (0x7fd5847c9000+0x5a37) 
[0x7fd5847cea37]
  (EE) 10: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x12f54) 
[0x7fd5849fbf54]
  (EE) 11: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x29857) 
[0x7fd584a12857]
  (EE) 12: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0x124b5) 
[0x7fd5849fb4b5]
  (EE) 13: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0xf9b48) 
[0x7fd584ae2b48]
  (EE) 14: /usr/bin/X (0x7fd58813b000+0x139679) [0x7fd588274679]
  (EE) 15: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7fd5849e9000+0xfac15) 
[0x7fd584ae3c15]
  (EE) 16: /usr/bin/X (0x7fd58813b000+0x1331be) [0x7fd58826e1be]
  (EE) 17: /usr/bin/X (0x7fd58813b000+0x58a41) [0x7fd588193a41]
  (EE) 18: /usr/bin/X (0x7fd58813b000+0x4754a) [0x7fd58818254a]
  (EE) 19: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7fd585e8fea5]
  (EE) 20: /usr/bin/X (0x7fd58813b000+0x47891) [0x7fd588182891]
  (EE)
  (EE) [mi] These backtraces from mieqEnqueue may point to a culprit higher up 
the stack.
  (EE) [mi] mieq is *NOT* the cause.  It is a victim.
  (EE) [mi] EQ overflow continuing.  100 events have been dropped.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-6.13-generic 3.8.0-rc7
  Uname: Linux 3.8.0-6-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  Date: Mon Feb 18 17:47:38 2013
  DistUpgraded: 2013-02-17 01:06:25,336 DEBUG The following packages are marked 
for removal: libcogl9 python-pyatspi2 libcaribou0 libcaribou-common 
linux-image-extra-3.5.0-23-generic python3.2-minimal python-pyatspi 
libsdl-mixer1.2 libtelepathy-logger2 libpython3.2 libcec1 
linux-headers-3.5.0-22-generic linux-headers-3.5.0-17-generic libdns81 
gir1.2-caribou-1.0 python3.2 caribou libisccc80 linux-image-3.5.0-23-generic 
liblwres80 libnux-3.0-0 libmikmod2 libdrm-nouveau1a 
linux-headers-3.5.0-23-generic libbind9-80 linux-headers-3.5.0-21 
linux-headers-3.5.0-22 linux-headers-3.5.0-17 linux-headers-3.5.0-23 
linux-headers-3.5.0-19 libisccfg82 libgrail5 linux-tools-3.5.0-17 
linux-tools-3.5.0-22 google-earth-stable fuse-utils 
linux-headers-3.5.0-21-generic libisc83 libnux-3.0-common 
linux-headers-3.5.0-19-generic
  DistroCodename: raring
  DistroVariant: ubuntu
  InstallationDate: Installed on 2012-11-23 (87 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: LENOVO 33474HU
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-6-generic 
root=UUID=5bc29b22-60c8-4ab8-84ad-cd9d988a01d4 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-input-evdev
  UpgradeStatus: Upgraded to raring on 2013-02-17 (1 days ago)
  dmi.bios.date: 08/30/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GDET33WW (1.03 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 33474HU
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 STD DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 

[Desktop-packages] [Bug 1077742] Re: Can't export as pdf to SMB shares

2013-03-18 Thread Julian Alarcon
*** This bug is a duplicate of bug 1069757 ***
https://bugs.launchpad.net/bugs/1069757

** This bug has been marked a duplicate of bug 1069757
   [Upstream] Libreoffice: problems with saving docs to directories of Windows 
networks (through samba-connection)

-- 
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/1077742

Title:
  Can't export as pdf to SMB shares

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Hello,

  I open a libreoffice file from an SMB share and then hit the export to
  PDF button. I keep the default location (the same as the libreoffice
  file: the smb share), I then hit OK and get an error:

  Error saving the document [document_name]:
  Nonexistent file.

  Then after hitting OK on the dialog, I get another one:

  Error saving the document [document_name]:
  General error.
  General Input.output error.

  After clicking ok on that last error dialog, Libreoffice is no more
  usable: all buttons and most menu options are grayed out, the document
  can't be edited anymore.

  I need to 'killall soffice.bin'

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Mon Nov 12 09:11:08 2012
  InstallationDate: Installed on 2012-10-31 (11 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1077742/+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 1069757] Re: [Upstream] Libreoffice: problems with saving docs to directories of Windows networks (through samba-connection)

2013-03-18 Thread Julian Alarcon
No difference, using LibreOffice dialogs I got the same error.

-- 
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/1069757

Title:
  [Upstream] Libreoffice: problems with saving docs to directories of
  Windows networks (through samba-connection)

Status in LibreOffice Productivity Suite:
  Unknown
Status in “gvfs” package in Ubuntu:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  In Progress
Status in “gvfs” package in Fedora:
  Unknown

Bug description:
  At the office I use my Ubuntu computer as a work station and connect
  it to our Windows network by establishing Samba (smb) connections. In
  this way I can not only use the print facilities but also use directly
  the network directories for opening, saving of documents.

  Since ubuntu 12.04 directories of windows networks have been
  integrated in the procedure for opening, saving of documents in
  Libreoffice. Directories available through open samba-connections thus
  are integrated in the list of directories on which docs can be saved.
  This was a great new features, since before 12.04 one had to save
  files on a local directory first and then move or copy them to the
  windows directory in Nautilus.

  After having done the upgrade to ubuntu 12.10 QQ this facility does
  not work as it should. The network directories are still shown and it
  it still possible to open a document. But is it not possible to save
  it and giving it another name.  Another thing which had become
  impossible is to open a document from another source than the network
  directory (e.g. local directory, attached doc to a mail) and save it
  in a directory of the network server.

  When doing this the system gives the information 'Error saving the document 
#name#. The file does not exist' (see screenshot 1, text in italian). If one 
then presses the OK-button there is a second error communication with the 
following text:
  Error is saving the document #name#:
  General Error
  Generel I/O error
  (see screenshot 2, text in italian)

  I have checked whether the same kind of error also occurs in other
  programs, at least in Evince (pdf-reader). This is not the case.

  A last issue I want to report is that when one opens a doc (e.g. odt)
  from a network directory, modifies it and then save it, this seems to
  work. There is no error messsage. When checking by re-opening the
  saved document, in a few experiments I did the modifications were not
  saved. In nautilus the date indication of the file also remained the
  same. In other experiments however the saving of the documents with
  the modifications seemed to work as it should.

  conclusion: the integration of network directories in LO has become
  unreliable, with a high risk of loss of information for the user.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: libreoffice 1:3.6.2~rc2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic i686
  ApportVersion: 2.6.1-0ubuntu4
  Architecture: i386
  Date: Mon Oct 22 12:47:08 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MarkForUpload: True
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to quantal on 2012-10-19 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1069757/+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 211966] Re: nautilus-share report a warning about missing /var/lib/samba/usershares

2013-03-15 Thread Julian Alarcon
THis warning is still present on Ubuntu 13.04, I don't know if we should
report a new bug (or even if this should be a bug).

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

Title:
  nautilus-share report a warning about missing
  /var/lib/samba/usershares

Status in Apache2 Web Server:
  Invalid
Status in “nautilus-share” package in Ubuntu:
  Fix Released
Status in “samba” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: nautilus-share

  if you start nautilus from console you can see this error message:

  Nautilus-Share-Message: Called net usershare info but it failed: 'net 
usershare' returned error 255: net usershare: cannot open usershare directory 
/var/lib/samba/usershares. Error Aucun fichier ou dossier de ce type
  Please ask your system administrator to enable user sharing.

  I assume it needs to create /var/lib/samba/usershares in the package

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/211966/+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 950790] Re: Pidgin-sipe connection error after upgrade to Ubuntu 12.04

2013-03-14 Thread Julian Alarcon
This is maybe the best workaround for Pidgin

Just edit the file /usr/share/applications/pidgin.desktop
Add to the line Exec= the text env NSS_SSL_CBC_RANDOM_IV=0

This is my desktop file on 12.10:

[Desktop Entry]
Name=Pidgin Internet Messenger
GenericName=Internet Messenger
Comment=Chat over IM.  Supports AIM, Google Talk, Jabber/XMPP, MSN, Yahoo and 
more
Exec=env NSS_SSL_CBC_RANDOM_IV=0 pidgin
Icon=pidgin
StartupNotify=true
Terminal=false
Type=Application
Categories=Network;InstantMessaging;
X-Ubuntu-Gettext-Domain=pidgin

** Also affects: pidgin-sipe (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649456
   Importance: Unknown
   Status: Unknown

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

Title:
  Pidgin-sipe connection error after upgrade to Ubuntu 12.04

Status in “pidgin” package in Ubuntu:
  Confirmed
Status in “pidgin-sipe” package in Debian:
  Unknown

Bug description:
  Have upgraded from Ubuntu 11.10 to Ubuntu 12.04 and I'm no longer able to 
connect to Microsoft Office Communicator.
  Every time I try to reconnect I get a Read error.

  Any support is appreciated.

  Regards,
  Tibi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/950790/+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 1133684] Re: Xorg segfaults with the fglrx driver on some Shark Bay systems

2013-03-12 Thread Julian Alarcon
Hi guys. I have the same error on Ubuntu 13.04, this is the last part of
Xorg.0.l.og

---

[25.563] (II) fglrx(0): [DRI2]   DRI driver: i965
[25.563] (II) fglrx(0): direct rendering: DRI2 Enabled
[25.563] (WW) fglrx(0): Option VendorName is not used
[25.563] (WW) fglrx(0): Option ModelName is not used
[25.563] (WW) fglrx(0): Option Shadow is not used
[25.563] (WW) fglrx(0): Option Tiling is not used
[25.563] (WW) fglrx(0): Option LinearFramebuffer is not used
[25.563] (==) fglrx(0): hotplug detection: enabled
[25.563] (EE) 
[25.563] (EE) Backtrace:
[25.572] (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x7fa4cdf09fa6]
[25.572] (EE) 1: /usr/bin/X (0x7fa4cdd5a000+0x1b3de9) [0x7fa4cdf0dde9]
[25.572] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fa4cce61000+0xfbd0) [0x7fa4cce70bd0]
[25.572] (EE) 3: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (xclIn32+0x0) [0x7fa4ca0b88c0]
[25.573] (EE) 4: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (xilReadReg32_R600+0xe) [0x7fa4ca294e6e]
[25.573] (EE) 5: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (xdl_xs113_atiddxPxScreenInit+0xa4) [0x7fa4ca25c7d4]
[25.573] (EE) 6: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
 (xdl_xs113_atiddxScreenInit+0xce0) [0x7fa4ca239f90]
[25.573] (EE) 7: /usr/bin/X (AddScreen+0x85) [0x7fa4cddb2cd5]
[25.573] (EE) 8: /usr/bin/X (InitOutput+0x402) [0x7fa4cddf42d2]
[25.573] (EE) 9: /usr/bin/X (0x7fa4cdd5a000+0x47356) [0x7fa4cdda1356]
[25.573] (EE) 10: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7fa4cbaaeea5]
[25.573] (EE) 11: /usr/bin/X (0x7fa4cdd5a000+0x47891) [0x7fa4cdda1891]
[25.573] (EE) 
[25.573] (EE) Segmentation fault at address 0x70180
[25.573] 
Fatal server error:
[25.573] Caught signal 11 (Segmentation fault). Server aborting
[25.573] 
[25.573] (EE) 
Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 
[25.573] (EE) Please also check the log file at /var/log/Xorg.0.log for 
additional information.
[25.573] (EE) 
[25.590] Server terminated with error (1). Closing log file.

-

As you see , is almost the same, but I got this error when I try to use
the ATI dedicated VGA.

darkhole@devolo:~$ sudo lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
Whistler [AMD Radeon HD 6600M Series] (rev ff)
darkhole@devolo:~$ 

I was using fglrx-updates from official repo, version 2:9.010-0ubuntu5

Can you tell me form where can I download the version (12..102) that
works for you?

Thanks!

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

Title:
  Xorg segfaults with the fglrx driver on some Shark Bay systems

Status in amd:
  Fix Committed
Status in HWE Next Project:
  New
Status in “fglrx-installer” package in Ubuntu:
  Triaged

Bug description:
  After getting GreenScreen, we restart system and enter into OOBE.
  Sometimes, system will restart suddenly and pop the message likes
  attached picture up. In this case, system cannot enter into OS desktop
  smoothly.

  Steps to Reproduce:
  1. Install 12.04.2 64-bit on shark bay platform.
  2. Boot
  3. Xorg segfaults and the console message like attached picture appears.

  Segfault backtrace:

  [ 18.746] (==) fglrx(0): hotplug detection: enabled
  [ 18.772] (EE)
  [ 18.772] (EE) Backtrace:
  [ 18.772] (EE) 0: /usr/bin/X (xorg_backtrace+0x34) [0x7ffd3b89a634]
  [ 18.772] (EE) 1: /usr/bin/X (0x7ffd3b6e5000+0x1b9589) [0x7ffd3b89e589]
  [ 18.772] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7ffd3aa0b000+0xfcb0) [0x7ffd3aa1acb0]
  [ 18.772] (EE) 3: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so 
(xclIn32+0x0) [0x7ffd37c828c0]
  [ 18.772] (EE) 4: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so 
(xilReadReg32_R600+0xe) [0x7ffd37e2f36e]
  [ 18.772] (EE) 5: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so 
(xdl_xs113_atiddxPxScreenInit+0xa4) [0x7ffd37df5614]
  [ 18.772] (EE) 6: 
/usr/lib/x86_64-linux-gnu/xorg/extra-modules/modules/drivers/fglrx_drv.so 
(xdl_xs113_atiddxScreenInit+0xdb9) [0x7ffd37dd29e9]
  [ 18.772] (EE) 7: /usr/bin/X (AddScreen+0x8a) [0x7ffd3b73a9fa]
  [ 18.772] (EE) 8: /usr/bin/X (InitOutput+0x3f8) [0x7ffd3b77dd88]
  [ 18.772] (EE) 9: /usr/bin/X (0x7ffd3b6e5000+0x43f5d) [0x7ffd3b728f5d]
  [ 18.772] (EE) 10: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) 
[0x7ffd3969176d]
  [ 18.773] (EE) 11: 

[Desktop-packages] [Bug 1068404] Re: Low graphics mode in muxless hybrid ATI/Intel GPU systems after fglrx upgrade

2013-03-02 Thread Julian Alarcon
just tried to install the fglrx-update drivers on Ubuntu 13.04, and
after the restart, I got X server but no menu bars, window decorations,
etc.

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
Whistler [AMD Radeon HD 6600M Series]

unity --replace  output:

darkhole@devolo:~$ unity --replace 
[1] 2857
darkhole@devolo:~$ compiz (core) - Info: Loading plugin: core
compiz (core) - Info: Starting plugin: core
unity-panel-service: proceso no encontrado
compiz (core) - Info: Loading plugin: ccp
compiz (core) - Info: Starting plugin: ccp
compizconfig - Info: Backend : gsettings
compizconfig - Info: Integration : true
compizconfig - Info: Profile : unity
compiz (core) - Info: Loading plugin: composite
compiz (core) - Info: Starting plugin: composite
compiz (core) - Info: Loading plugin: decor
compiz (core) - Info: Starting plugin: decor
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
compiz (decor) - Warn: requested a pixmap type decoration when compositing 
isn't available
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is NULL for screen 0
Compiz (opengl) - Fatal: glXQueryExtensionsString is 

[Desktop-packages] [Bug 783598] Re: Notify users about expired credentials instead of showing login error.

2013-02-26 Thread Julian Alarcon
Maybe this bug should be reopened or open a new one, using Ubuntu 12.10 32 its 
with latest updates and PBIS Open 7.0.6.935 from:
http://download1.beyondtrust.com/Technical-Support/Downloads/PowerBroker-Identity-Services-Open-Edition/?Pass=True

I got the same problem, «Your password will expire ...» mesage and the
Password box.

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

Title:
  Notify users about expired credentials instead of showing login error.

Status in Light Display Manager:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Oneiric:
  Fix Released

Bug description:
  LightDM doesn't warn users with expired logins when they try to login
  and instead it gives an uninformative login error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/783598/+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 1048701] Re: NVidia GPU lock-up on 12.10 Beta-1

2013-02-15 Thread Julian Alarcon
Guys, with the latest kernel updates, is this bug still happening?

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

Title:
  NVidia GPU lock-up on 12.10 Beta-1

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  Whilst happily running for four or five days, my desktop died with:

  Sep 10 09:41:33 padfoot kernel: [252339.517419] [drm] nouveau :01:00.0: 
GPU lockup - switching to software fbcon
  Sep 10 09:41:45 padfoot kernel: [252351.446194] [drm] nouveau :01:00.0: 
Failed to idle channel 1.
  Sep 10 09:41:47 padfoot kernel: [252353.443312] [drm] nouveau :01:00.0: 
PFIFO - playlist update failed
  Sep 10 09:41:50 padfoot kernel: [252356.435837] [drm] nouveau :01:00.0: 
Failed to idle channel 2.
  Sep 10 09:41:52 padfoot kernel: [252358.431790] [drm] nouveau :01:00.0: 
0x2634 != chid: 0x0012
  Sep 10 09:41:52 padfoot kernel: [252358.431975] [drm] nouveau :01:00.0: 
PFIFO: unknown status 0x0100

  Then the machine locked up. The machine has also had screen
  corruption. See attached pictures.

  

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:1.0.1-4~ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
  Uname: Linux 3.5.0-13-generic x86_64
  ApportVersion: 2.5.1-0ubuntu7
  Architecture: amd64
  Date: Mon Sep 10 09:46:59 2012
  DistUpgraded: 2012-09-06 10:02:40,389 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.1.18, 3.2.0-29-generic, x86_64: installed
   virtualbox, 4.1.18, 3.5.0-13-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   NVIDIA Corporation GF108 [Quadro 1000M] [10de:0dfa] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Lenovo Device [17aa:21cf]
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64+mac 
(20120802.1)
  MachineType: LENOVO 4270CTO
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-13-generic 
root=UUID=7879b10c-9e30-4a42-a82d-5f3bbe0d6493 ro kvm-intel.nested=1
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: Upgraded to quantal on 2012-09-06 (3 days ago)
  dmi.bios.date: 08/16/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BET50WW (1.30 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4270CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BET50WW(1.30):bd08/16/2011:svnLENOVO:pn4270CTO:pvrThinkPadW520:rvnLENOVO:rn4270CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4270CTO
  dmi.product.version: ThinkPad W520
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.8.0-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.39-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120903.e1673d20-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120903.e1673d20-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.6-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.1-4~ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1048701/+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 996596] Re: Can't open formatted html files with extension xls in Libreoffice 3.5.3

2012-05-08 Thread Julian Alarcon
** Bug watch added: freedesktop.org Bugzilla #46233
   https://bugs.freedesktop.org/show_bug.cgi?id=46233

** Also affects: df-libreoffice via
   https://bugs.freedesktop.org/show_bug.cgi?id=46233
   Importance: Unknown
   Status: Unknown

-- 
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/996596

Title:
  Can't open formatted html files with extension xls in Libreoffice
  3.5.3

Status in LibreOffice Productivity Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Yesterday I made an updated using the PPA repo in Ubuntu 10.04 of LibreOffice 
3.5.2 to 3.5.3, then some files with XLS extensions don't open normally. When I 
tried to open the xls file I got a wizard to import text to file.
  I use this PPA https://launchpad.net/~libreoffice/+archive/ppa/+packages

  But, in this moment I'm using Ubuntu 12.04, so I had installed
  LibreOffice 3.5.2 and the files that I mentioned was fine, but using
  the proposed repo and updating to 3.5.3 when I tried to open the file
  also show me an import dialog. So this is a regression.

  There is also a bug report in LibreOffice upstream that need more info, the 
file attached there works to make the test:
  Bug report: https://bugs.freedesktop.org/show_bug.cgi?id=4623
  Test FIle: https://bugs.freedesktop.org/attachment.cgi?id=57213

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-calc 1:3.5.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  8 10:22:47 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120306)
  ProcEnviron:
   LANGUAGE=es_CO:es
   TERM=xterm
   PATH=(custom, no user)
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/996596/+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 996596] [NEW] Can't open formatted html files with extension xls in Libreoffice 3.5.3

2012-05-08 Thread Julian Alarcon
Public bug reported:

Yesterday I made an updated using the PPA repo in Ubuntu 10.04 of LibreOffice 
3.5.2 to 3.5.3, then some files with XLS extensions don't open normally. When I 
tried to open the xls file I got a wizard to import text to file.
I use this PPA https://launchpad.net/~libreoffice/+archive/ppa/+packages

But, in this moment I'm using Ubuntu 12.04, so I had installed
LibreOffice 3.5.2 and the files that I mentioned was fine, but using the
proposed repo and updating to 3.5.3 when I tried to open the file also
show me an import dialog. So this is a regression.

There is also a bug report in LibreOffice upstream that need more info, the 
file attached there works to make the test:
Bug report: https://bugs.freedesktop.org/show_bug.cgi?id=4623
Test FIle: https://bugs.freedesktop.org/attachment.cgi?id=57213

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libreoffice-calc 1:3.5.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Tue May  8 10:22:47 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120306)
ProcEnviron:
 LANGUAGE=es_CO:es
 TERM=xterm
 PATH=(custom, no user)
 LANG=es_CO.UTF-8
 SHELL=/bin/bash
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: df-libreoffice
 Importance: Unknown
 Status: Unknown

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


** Tags: amd64 apport-bug libreoffice precise regression

-- 
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/996596

Title:
  Can't open formatted html files with extension xls in Libreoffice
  3.5.3

Status in LibreOffice Productivity Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Yesterday I made an updated using the PPA repo in Ubuntu 10.04 of LibreOffice 
3.5.2 to 3.5.3, then some files with XLS extensions don't open normally. When I 
tried to open the xls file I got a wizard to import text to file.
  I use this PPA https://launchpad.net/~libreoffice/+archive/ppa/+packages

  But, in this moment I'm using Ubuntu 12.04, so I had installed
  LibreOffice 3.5.2 and the files that I mentioned was fine, but using
  the proposed repo and updating to 3.5.3 when I tried to open the file
  also show me an import dialog. So this is a regression.

  There is also a bug report in LibreOffice upstream that need more info, the 
file attached there works to make the test:
  Bug report: https://bugs.freedesktop.org/show_bug.cgi?id=4623
  Test FIle: https://bugs.freedesktop.org/attachment.cgi?id=57213

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-calc 1:3.5.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  8 10:22:47 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120306)
  ProcEnviron:
   LANGUAGE=es_CO:es
   TERM=xterm
   PATH=(custom, no user)
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/996596/+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 996596] Re: Can't open formatted html files with extension xls in Libreoffice 3.5.3

2012-05-08 Thread Julian Alarcon
Maybe this is related to this bug that was fixed: 
https://bugs.freedesktop.org/show_bug.cgi?id=40021
resolved CSV import got confused by erroneous HTML detection

** Bug watch added: freedesktop.org Bugzilla #40021
   https://bugs.freedesktop.org/show_bug.cgi?id=40021

-- 
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/996596

Title:
  Can't open formatted html files with extension xls in Libreoffice
  3.5.3

Status in LibreOffice Productivity Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Yesterday I made an updated using the PPA repo in Ubuntu 10.04 of LibreOffice 
3.5.2 to 3.5.3, then some files with XLS extensions don't open normally. When I 
tried to open the xls file I got a wizard to import text to file.
  I use this PPA https://launchpad.net/~libreoffice/+archive/ppa/+packages

  But, in this moment I'm using Ubuntu 12.04, so I had installed
  LibreOffice 3.5.2 and the files that I mentioned was fine, but using
  the proposed repo and updating to 3.5.3 when I tried to open the file
  also show me an import dialog. So this is a regression.

  There is also a bug report in LibreOffice upstream that need more info, the 
file attached there works to make the test:
  Bug report: https://bugs.freedesktop.org/show_bug.cgi?id=4623
  Test FIle: https://bugs.freedesktop.org/attachment.cgi?id=57213

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-calc 1:3.5.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  8 10:22:47 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120306)
  ProcEnviron:
   LANGUAGE=es_CO:es
   TERM=xterm
   PATH=(custom, no user)
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/996596/+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 91759] Re: [upstream] Calc hangs indefinitely opening Excel 2003 file saved as .xml

2012-03-10 Thread Julian Alarcon
Thanks Christopher, I already reported the bug:
https://bugs.launchpad.net/bugs/951153

-- 
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/91759

Title:
  [upstream] Calc hangs indefinitely opening Excel 2003 file saved as
  .xml

Status in LibreOffice Productivity Suite:
  Fix Released
Status in The OpenOffice.org Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Fix Released
Status in “openoffice.org” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  1) lsb_release -rd
  Description:Ubuntu 11.04
  Release:11.04

  2) apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:3.3.2-1ubuntu5
    Candidate: 1:3.3.2-1ubuntu5
    Version table:
   *** 1:3.3.2-1ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386
  Packages
  100 /var/lib/dpkg/status
   1:3.3.2-1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

  3) What is expected to happen in LibreOffice Calc via the Terminal:

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/91759/+attachment/46342/+files/test.xml
   localc -nologo test.xml

  it opens quickly and successfully.

  4) What happens instead is it hangs indefinitely posting:

  Warning: at xsl:stylesheet on line 28 of
  
file:///usr/lib/libreoffice/basis3.3/share/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl:
    Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
  Warning: on line 4476 of
  
file:///usr/lib/libreoffice/basis3.3/share/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl:
    Creating an attribute here will fail if previous instructions create any
  children

  WORKAROUND: Convert the file via Gnumeric's ssconvert and open in
  LibreOffice Calc:

  ssconvert test.xml test.ods  localc -nologo test.ods

  apt-cache policy gnumeric
  gnumeric:
Installed: 1.10.13-1ubuntu1
Candidate: 1.10.13-1ubuntu1
Version table:
   *** 1.10.13-1ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
  100 /var/lib/dpkg/status

  WORKAROUND: Use Gnumeric.

  ProblemType: Bug
  Date: Mon Mar 12 21:51:56 2007
  DistroRelease: Ubuntu 7.04
  Uname: Linux pc-thnov-ubuntu 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 
2007 i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/91759/+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 951153] Re: Can't open XML files in Libreoffice 3.4 or 3.5 larger than 1.1 MB

2012-03-10 Thread Julian Alarcon
Bug updated, the problem ocurrs with files largers than 1.1 MB.

Please test this file (.xml)
Source: https://www.libreoffice.org/bugzilla/attachment.cgi?id=56734

** Summary changed:

- Can't open XML files in Libreoffice 3.4 or 3.5
+ Can't open XML files in Libreoffice 3.4 or 3.5 larger than 1.1 MB

** Attachment added: .xml
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/951153/+attachment/2845961/+files/.xml

-- 
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/951153

Title:
  Can't open XML files in Libreoffice 3.4 or 3.5 larger than 1.1 MB

Status in LibreOffice Productivity Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  Incomplete

Bug description:
  With Libreoffice 3.4 (PPA on Ubuntu 10.04) or Libreoffice 3.5
  (official repos Ubuntu 12.04) you can't open XML files. Libreoffice
  3.5 sent an error, libreoffice 3.4 just got locked (the lock bug is
  this: https://bugs.launchpad.net/openoffice/+bug/91759 , solved in
  3.5).

  You can test the attached file (XML Test.xml).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.94.1-0ubuntu1
  Architecture: amd64
  Date: Fri Mar  9 16:18:43 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120306)
  ProcEnviron:
   LANGUAGE=es_CO:es
   TERM=xterm
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/951153/+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 91759] Re: [upstream] Calc hangs indefinitely opening Excel 2003 file saved as .xml

2012-03-09 Thread Julian Alarcon
I cant open this kind of files...

Just try this, copy this and save it as an .xml file:

?xml version=1.0 encoding=UTF-8?
?mso-application progid=Excel.Sheet?
Workbook xmlns=urn:schemas-microsoft-com:office:spreadsheet 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:x=urn:schemas-microsoft-com:office:excel 
xmlns:x2=http://schemas.microsoft.com/office/excel/2003/xml; 
xmlns:ss=urn:schemas-microsoft-com:office:spreadsheet 
xmlns:o=urn:schemas-microsoft-com:office:office 
xmlns:html=http://www.w3.org/TR/REC-html40; 
xmlns:c=urn:schemas-microsoft-com:office:component:spreadsheet
OfficeDocumentSettings xmlns=urn:schemas-microsoft-com:office:office
/OfficeDocumentSettings
ExcelWorkbook xmlns=urn:schemas-microsoft-com:office:excel/
ss:Worksheet ss:Name=Sheet1
Table
Column/
Row
CellData ss:Type=StringTest1/Data/cell
CellData ss:Type=StringTest2/Data/cell
/Row
/Tablex:WorksheetOptions//ss:Worksheet
/Workbook

Libreoffice can't open it.

Usong Libreoffice 3.5 on Ubuntu 12.04 fully updated.

-- 
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/91759

Title:
  [upstream] Calc hangs indefinitely opening Excel 2003 file saved as
  .xml

Status in LibreOffice Productivity Suite:
  Fix Released
Status in The OpenOffice.org Suite:
  Confirmed
Status in “gnumeric” package in Ubuntu:
  Invalid
Status in “libreoffice” package in Ubuntu:
  Fix Released
Status in “openoffice.org” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  1) lsb_release -rd
  Description:Ubuntu 11.04
  Release:11.04

  2) apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:3.3.2-1ubuntu5
    Candidate: 1:3.3.2-1ubuntu5
    Version table:
   *** 1:3.3.2-1ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386
  Packages
  100 /var/lib/dpkg/status
   1:3.3.2-1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

  3) What is expected to happen in LibreOffice Calc via the Terminal:

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/91759/+attachment/46342/+files/test.xml
   localc -nologo test.xml

  it opens quickly and successfully.

  4) What happens instead is it hangs indefinitely posting:

  Warning: at xsl:stylesheet on line 28 of
  
file:///usr/lib/libreoffice/basis3.3/share/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl:
    Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
  Warning: on line 4476 of
  
file:///usr/lib/libreoffice/basis3.3/share/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl:
    Creating an attribute here will fail if previous instructions create any
  children

  WORKAROUND: Convert the file via Gnumeric's ssconvert and open in
  LibreOffice Calc:

  ssconvert test.xml test.ods  localc -nologo test.ods

  apt-cache policy gnumeric
  gnumeric:
Installed: 1.10.13-1ubuntu1
Candidate: 1.10.13-1ubuntu1
Version table:
   *** 1.10.13-1ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
  100 /var/lib/dpkg/status

  WORKAROUND: Use Gnumeric.

  ProblemType: Bug
  Date: Mon Mar 12 21:51:56 2007
  DistroRelease: Ubuntu 7.04
  Uname: Linux pc-thnov-ubuntu 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 
2007 i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/91759/+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 951153] [NEW] Can't open XML files in Libreoffice 3.4 or 3.5

2012-03-09 Thread Julian Alarcon
Public bug reported:

With Libreoffice 3.4 (PPA on Ubuntu 10.04) or Libreoffice 3.5 (official
repos Ubuntu 12.04) you can't open XML files. Libreoffice 3.5 sent an
error, libreoffice 3.4 just got locked (the lock bug is this:
https://bugs.launchpad.net/openoffice/+bug/91759 , solved in 3.5).

You can test the attached file (XML Test.xml).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libreoffice (not installed)
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu1
Architecture: amd64
Date: Fri Mar  9 16:18:43 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120306)
ProcEnviron:
 LANGUAGE=es_CO:es
 TERM=xterm
 LANG=es_CO.UTF-8
 SHELL=/bin/bash
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: df-libreoffice
 Importance: Unknown
 Status: Unknown

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


** Tags: amd64 apport-bug precise regression-proposed

-- 
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/951153

Title:
  Can't open XML files in Libreoffice 3.4 or 3.5

Status in LibreOffice Productivity Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  With Libreoffice 3.4 (PPA on Ubuntu 10.04) or Libreoffice 3.5
  (official repos Ubuntu 12.04) you can't open XML files. Libreoffice
  3.5 sent an error, libreoffice 3.4 just got locked (the lock bug is
  this: https://bugs.launchpad.net/openoffice/+bug/91759 , solved in
  3.5).

  You can test the attached file (XML Test.xml).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.94.1-0ubuntu1
  Architecture: amd64
  Date: Fri Mar  9 16:18:43 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120306)
  ProcEnviron:
   LANGUAGE=es_CO:es
   TERM=xterm
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/951153/+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 951153] Re: Can't open XML files in Libreoffice 3.4 or 3.5

2012-03-09 Thread Julian Alarcon
** Attachment added: XML Test.xml
   
https://bugs.launchpad.net/bugs/951153/+attachment/2842070/+files/XML%20Test.xml

** Bug watch added: www.libreoffice.org/bugzilla/ #44969
   http://www.libreoffice.org/bugzilla/show_bug.cgi?id=44969

** Also affects: df-libreoffice via
   http://www.libreoffice.org/bugzilla/show_bug.cgi?id=44969
   Importance: Unknown
   Status: Unknown

** Tags added: regression-proposed

-- 
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/951153

Title:
  Can't open XML files in Libreoffice 3.4 or 3.5

Status in LibreOffice Productivity Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  With Libreoffice 3.4 (PPA on Ubuntu 10.04) or Libreoffice 3.5
  (official repos Ubuntu 12.04) you can't open XML files. Libreoffice
  3.5 sent an error, libreoffice 3.4 just got locked (the lock bug is
  this: https://bugs.launchpad.net/openoffice/+bug/91759 , solved in
  3.5).

  You can test the attached file (XML Test.xml).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.94.1-0ubuntu1
  Architecture: amd64
  Date: Fri Mar  9 16:18:43 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120306)
  ProcEnviron:
   LANGUAGE=es_CO:es
   TERM=xterm
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/951153/+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 940663] [NEW] LTSP don't support native audio and video in Firefox (HTML5)

2012-02-24 Thread Julian Alarcon
Public bug reported:

This is a tricky bug.

Today I needed to play a file in a page that was using jplayer player
(jplayer.org).

This player use HTML5 capabilities in the suported Browser.

My installation of LTSP is on Ubuntu 10.04 and is using the new Firefox 10 
(that supports OGG and WebM files).
When I tried to listen the file using Jplayer it didn't work.
Then I test a only a file 
http://en.wikipedia.org/wiki/File:Big_Buck_Bunny_small.ogv and... nop...

As I see the problem, I'm not sure where is the problem.

Work a workaround (using Jplayer) go in Firefox to:
about:config
change the flags:
media.webm.enabled
media.ogg.enabled
to false.

Jplayer will fallback to Flash Player.

In chromium is working fine, so the problem is now on Firefox+LTSP

** Affects: firefox
 Importance: Undecided
 Status: New

** Affects: ltsp
 Importance: Undecided
 Status: New

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

** Also affects: firefox (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: firefox
   Importance: Undecided
   Status: New

-- 
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/940663

Title:
  LTSP don't support native audio and video in Firefox (HTML5)

Status in The Mozilla Firefox Browser:
  New
Status in Linux Terminal Server Project:
  New
Status in “firefox” package in Ubuntu:
  New

Bug description:
  This is a tricky bug.

  Today I needed to play a file in a page that was using jplayer player
  (jplayer.org).

  This player use HTML5 capabilities in the suported Browser.

  My installation of LTSP is on Ubuntu 10.04 and is using the new Firefox 10 
(that supports OGG and WebM files).
  When I tried to listen the file using Jplayer it didn't work.
  Then I test a only a file 
http://en.wikipedia.org/wiki/File:Big_Buck_Bunny_small.ogv and... nop...

  As I see the problem, I'm not sure where is the problem.

  Work a workaround (using Jplayer) go in Firefox to:
  about:config
  change the flags:
  media.webm.enabled
  media.ogg.enabled
  to false.

  Jplayer will fallback to Flash Player.

  In chromium is working fine, so the problem is now on Firefox+LTSP

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/940663/+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 459851] Re: can't use CTRL + C for copy'n' ctrl + v for paste

2012-02-24 Thread Julian Alarcon
This is a ugly one.

Please we need a fix!

-- 
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/459851

Title:
  can't use CTRL + C for copy'n' ctrl + v for paste

Status in Chat app, and Telepathy user interface:
  New
Status in “empathy” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: empathy

  I didn't know I have to write something here so let's do :-)

  ctrl+c and  ctrl +V does not work in empathy chat window;

  ProblemType: Bug
  Architecture: i386
  Date: Sat Oct 24 17:54:46 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: empathy 2.28.1-1ubuntu1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: empathy
  Uname: Linux 2.6.31-14-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/459851/+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 925740] Re: Gnome Control Center crash when configuring access to Windows Live using Gnome Online Accounts

2012-02-09 Thread Julian Alarcon
After some updates now it's working!

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

Title:
  Gnome Control Center crash when configuring access to Windows Live
  using Gnome Online Accounts

Status in “gnome-control-center” package in Ubuntu:
  Invalid

Bug description:
  When I tried to configure my account of Windows Live, Gnome crashed
  with this:

  alarconj@telintel26:~$ gnome-control-center

  GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in
  cast to `GAsyncResult'

  GLib-GIO-CRITICAL **: g_async_result_get_source_object: assertion
  `G_IS_ASYNC_RESULT (res)' failed

  GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' 
failed
  Violación de segmento (`core' generado)

  
  THis maybe is similar to LP #915233 but I configure my Google Account without 
any problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.2.2-2ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
  Uname: Linux 3.2.0-12-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Thu Feb  2 16:25:49 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120102)
  ProcEnviron:
   LANGUAGE=es_CO:es
   PATH=(custom, no user)
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to precise on 2012-01-26 (7 days ago)
  usr_lib_gnome-control-center:
   deja-dup   21.2-0ubuntu4
   gnome-bluetooth3.2.1-1ubuntu4
   indicator-datetime 0.3.1-0ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/925740/+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 925740] [NEW] Gnome Control Center crash when configuring access to Windows Live using Gnome Online Accounts

2012-02-02 Thread Julian Alarcon
Public bug reported:

When I tried to configure my account of Windows Live, Gnome crashed with
this:

alarconj@telintel26:~$ gnome-control-center

GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast
to `GAsyncResult'

GLib-GIO-CRITICAL **: g_async_result_get_source_object: assertion
`G_IS_ASYNC_RESULT (res)' failed

GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' 
failed
Violación de segmento (`core' generado)


THis maybe is similar to LP #915233 but I configure my Google Account without 
any problems.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.2.2-2ubuntu5
ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
Uname: Linux 3.2.0-12-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Thu Feb  2 16:25:49 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120102)
ProcEnviron:
 LANGUAGE=es_CO:es
 PATH=(custom, no user)
 LANG=es_CO.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to precise on 2012-01-26 (7 days ago)
usr_lib_gnome-control-center:
 deja-dup   21.2-0ubuntu4
 gnome-bluetooth3.2.1-1ubuntu4
 indicator-datetime 0.3.1-0ubuntu5

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  Gnome Control Center crash when configuring access to Windows Live
  using Gnome Online Accounts

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  When I tried to configure my account of Windows Live, Gnome crashed
  with this:

  alarconj@telintel26:~$ gnome-control-center

  GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in
  cast to `GAsyncResult'

  GLib-GIO-CRITICAL **: g_async_result_get_source_object: assertion
  `G_IS_ASYNC_RESULT (res)' failed

  GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' 
failed
  Violación de segmento (`core' generado)

  
  THis maybe is similar to LP #915233 but I configure my Google Account without 
any problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.2.2-2ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
  Uname: Linux 3.2.0-12-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Thu Feb  2 16:25:49 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120102)
  ProcEnviron:
   LANGUAGE=es_CO:es
   PATH=(custom, no user)
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to precise on 2012-01-26 (7 days ago)
  usr_lib_gnome-control-center:
   deja-dup   21.2-0ubuntu4
   gnome-bluetooth3.2.1-1ubuntu4
   indicator-datetime 0.3.1-0ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/925740/+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 925740] Re: Gnome Control Center when configuring access to Windows Live using Gnome Online Accounts

2012-02-02 Thread Julian Alarcon
** Summary changed:

- Gnome Control Center when configuring access to Windows Live using Gnome 
Online Accounts
+ Gnome Control Center crash when configuring access to Windows Live using 
Gnome Online Accounts

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

Title:
  Gnome Control Center crash when configuring access to Windows Live
  using Gnome Online Accounts

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  When I tried to configure my account of Windows Live, Gnome crashed
  with this:

  alarconj@telintel26:~$ gnome-control-center

  GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in
  cast to `GAsyncResult'

  GLib-GIO-CRITICAL **: g_async_result_get_source_object: assertion
  `G_IS_ASYNC_RESULT (res)' failed

  GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' 
failed
  Violación de segmento (`core' generado)

  
  THis maybe is similar to LP #915233 but I configure my Google Account without 
any problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.2.2-2ubuntu5
  ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
  Uname: Linux 3.2.0-12-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Thu Feb  2 16:25:49 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120102)
  ProcEnviron:
   LANGUAGE=es_CO:es
   PATH=(custom, no user)
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to precise on 2012-01-26 (7 days ago)
  usr_lib_gnome-control-center:
   deja-dup   21.2-0ubuntu4
   gnome-bluetooth3.2.1-1ubuntu4
   indicator-datetime 0.3.1-0ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/925740/+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 916357] Re: [Upstream] soffice.bin crashed with SIGSEGV in X11SalGraphics::GetResolution()

2012-01-25 Thread Julian Alarcon
When is it going to be released Libreoffice 3.5 RC1 in the Precie
reports?

-- 
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/916357

Title:
  [Upstream] soffice.bin crashed with SIGSEGV in
  X11SalGraphics::GetResolution()

Status in LibreOffice Productivity Suite:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  Crashes right at start up. This is a two-monitor configuration:

  Screen 0: minimum 320 x 200, current 3200 x 1200, maximum 8192 x 8192
  DisplayPort-0 connected 1920x1200+1280+0 (normal left inverted right x axis y 
axis) 519mm x 324mm
 1920x1200  60.0*+
 1600x1200  60.0  
 1680x1050  60.0  
 1280x1024  75.0 60.0  
 1152x864   75.0  
 1024x768   75.1 60.0  
 800x60075.0 60.3  
 640x48075.0 60.0  
 720x40070.1  
  DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 
359mm x 287mm
 1280x1024  60.0*+
 1024x768   75.1 60.0  
 800x60075.0 60.3  
 640x48075.0 60.0  
 720x40070.1  

  It does not crash if only one monitor is used.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.5.0~beta2-2ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Fri Jan 13 19:55:47 2012
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=6
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fd209039dca 
_ZN14X11SalGraphics13GetResolutionERiS0_+10:  mov0x238(%rax),%rdx
   PC (0x7fd209039dca) ok
   source 0x238(%rax) (0x0238) not located in a known VMA region (needed 
readable region)!
   destination %rdx ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   X11SalGraphics::GetResolution(int, int) () from 
/usr/lib/libreoffice/program/libvclplug_genlo.so
   ?? () from /usr/lib/libreoffice/program/libvcllo.so
   ?? () from /usr/lib/libreoffice/program/libvcllo.so
   ?? () from /usr/lib/libreoffice/program/libvcllo.so
   ?? () from /usr/lib/libreoffice/program/libvcllo.so
  Title: soffice.bin crashed with SIGSEGV in X11SalGraphics::GetResolution()
  UpgradeStatus: Upgraded to precise on 2012-01-12 (1 days ago)
  UserGroups: adm admin cdrom dialout kvm libvirtd lpadmin plugdev sambashare 
video

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/916357/+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 917160] Re: soffice.bin crashed with SIGSEGV in X11SalGraphics::GetResolution()

2012-01-16 Thread Julian Alarcon
*** This bug is a duplicate of bug 916357 ***
https://bugs.launchpad.net/bugs/916357


** Visibility changed to: Public

** This bug has been marked a duplicate of bug 916357
   soffice.bin crashed with SIGSEGV in X11SalGraphics::GetResolution()

-- 
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/917160

Title:
  soffice.bin crashed with SIGSEGV in X11SalGraphics::GetResolution()

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Any program of LibreOffice crash when I set one monitor without using
  the same graphics in both screens

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.5.0~beta2-2ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
  Uname: Linux 3.2.0-9-generic x86_64
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Mon Jan 16 08:34:58 2012
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120102)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --writer --splash-pipe=6
  ProcEnviron:
   LANGUAGE=es_CO:es
   PATH=(custom, no user)
   LANG=es_CO.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fc025792dca 
_ZN14X11SalGraphics13GetResolutionERiS0_+10:  mov0x238(%rax),%rdx
   PC (0x7fc025792dca) ok
   source 0x238(%rax) (0x0238) not located in a known VMA region (needed 
readable region)!
   destination %rdx ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   X11SalGraphics::GetResolution(int, int) () from 
/usr/lib/libreoffice/program/libvclplug_genlo.so
   ?? () from /usr/lib/libreoffice/program/libvcllo.so
   ?? () from /usr/lib/libreoffice/program/libvcllo.so
   ?? () from /usr/lib/libreoffice/program/libvcllo.so
   ?? () from /usr/lib/libreoffice/program/libvcllo.so
  Title: soffice.bin crashed with SIGSEGV in X11SalGraphics::GetResolution()
  UpgradeStatus: Upgraded to precise on 2012-01-13 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/917160/+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