[Desktop-packages] [Bug 1869798] [NEW] Opening a combo box will draw windows from other workspaces on current workspace

2020-03-30 Thread David Klasinc
Public bug reported:

When a combo box is selected all the currently open windows will be
drawn on the screen, even if those windows are on other workspaces.

How to reproduce:

- Open different windows: Files and Terminal
- Send one window to a different Workspace: right-click on the title bar, Move 
to Workspace Down/Up
- Open Settings | Appearance
- Open 'Position On Screen' combo box

- Windows that were sent to other the worspaces will appear on the
screen. Windows aren't active and you're not able to interact with them,
they are just displayed.

Some windows will have a title bar that can be interacted with. In my
example, it was Brave browser, I was able to click on
minimize/maxime/close buttons and move the window around, but window
content wasn't responsive. However, Terminal, Files, Settings were
completely unresponsive.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.36.0-2ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24
Uname: Linux 5.4.0-18-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu21
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Mar 30 23:03:34 2020
DisplayManager: gdm3
InstallationDate: Installed on 2020-03-30 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200329)
RelatedPackageVersions: mutter-common 3.36.0-2ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  Opening  a combo box will draw windows from other workspaces on
  current workspace

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  When a combo box is selected all the currently open windows will be
  drawn on the screen, even if those windows are on other workspaces.

  How to reproduce:

  - Open different windows: Files and Terminal
  - Send one window to a different Workspace: right-click on the title bar, 
Move to Workspace Down/Up
  - Open Settings | Appearance
  - Open 'Position On Screen' combo box

  - Windows that were sent to other the worspaces will appear on the
  screen. Windows aren't active and you're not able to interact with
  them, they are just displayed.

  Some windows will have a title bar that can be interacted with. In my
  example, it was Brave browser, I was able to click on
  minimize/maxime/close buttons and move the window around, but window
  content wasn't responsive. However, Terminal, Files, Settings were
  completely unresponsive.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.0-2ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24
  Uname: Linux 5.4.0-18-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu21
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Mar 30 23:03:34 2020
  DisplayManager: gdm3
  InstallationDate: Installed on 2020-03-30 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200329)
  RelatedPackageVersions: mutter-common 3.36.0-2ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1869798/+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 1247683] Re: Gnome-screensaver does not lock if "turn screen off" is disabled

2015-10-22 Thread David Klasinc
This is still an issue.  Because of bug #1295267 I can't set the screen
to turn off automatically.  So I turned off screen blanking  and left
lock on. I was a little bit surprised that screen lock didn't engage
after an idle period.

Also, I am trying to understand why screen blank + lock would work, but
only a screen lock wouldn't.

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

Title:
  Gnome-screensaver does not lock if "turn screen off" is disabled

Status in gnome-screensaver package in Ubuntu:
  Confirmed

Bug description:
  The "Screensaver & Lock settings dialog" for the gnome screensaver is
  misleading and is a security risk.

  It allows you to specify whether or not the screen will be turned off
  after a certain time, and it allows you to specify whether or not the
  session will lock (and require a password) after a certain time. The
  dialog presents these as indpeendent options, but in reality, the lock
  will NEVER operate unless you also enable "Turn screen off ...".

  The "Lock" option should be grayed out/disabled if "Turn screen off"
  is not enabled.

  Much better would be to change the code so that the two functions are
  independent of each other. Surely it should be possible to lock the
  session after a set time even if you don't have the screen set to turn
  off.

  As it stands, users can be fooled into thinking that their session
  will lock after a set time when in reality that will not happen unless
  they have also enabled "Turn screen off".

  In addition, at present the Lock options for 30 secs, 1 minute, etc
  actually represent the time delay AFTER the screen is turned off. So
  for example if you set "Turn screen off" to 5 minutes and "Lock" to 2
  minutes, the session will lock after 5+2 = 7 minutes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1247683/+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 1330228] [NEW] Surface.create_for_data: Not Implemented yet.

2014-06-15 Thread David Klasinc
Public bug reported:

Kazam Screen caster, written in Python3, is using Cairo for doing
graphics. Now, I've run into this:

File ../kazam/frontend/window_countdown.py, line 181, in createDropShadow
surface = cairo.ImageSurface.create_for_data(data, format, width, height)
NotImplementedError: Surface.create_for_data: Not Implemented yet.

It appears that Surface.create_for_data isn't implemented. After
inspecting the weird code in the original tar.gz I confirmed this:

static PyObject *
image_surface_create_for_data (PyTypeObject *type, PyObject *args) {
  cairo_surface_t *surface;
  cairo_format_t format;
  unsigned char *buffer;
  int width, height, stride = -1, res;
  Py_ssize_t buffer_len;
  PyObject *obj;

  // buffer function disabled
  PyErr_SetString(PyExc_NotImplementedError, Surface.create_for_data: Not 
Implemented yet.);
  return NULL;/* By BigW: Everything past here is dead code */

  if (!PyArg_ParseTuple(args, Oiii|i:Surface.create_for_data,
obj, format, width, height, stride))
return NULL;


However, after checking couple of other repositories with pycairo, 
create_for_data() function is different, without the weird return call.

I've checked:

http://cgit.freedesktop.org/pycairo/
git://git.cairographics.org/git/pycairo

Can this patch from 2011 be included in Ubuntu?
http://lists.cairographics.org/archives/cairo/2011-December/022563.html

And why am I the first one running into this? :)

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

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

Title:
  Surface.create_for_data: Not Implemented yet.

Status in “py3cairo” package in Ubuntu:
  New

Bug description:
  Kazam Screen caster, written in Python3, is using Cairo for doing
  graphics. Now, I've run into this:

  File ../kazam/frontend/window_countdown.py, line 181, in createDropShadow
  surface = cairo.ImageSurface.create_for_data(data, format, width, height)
  NotImplementedError: Surface.create_for_data: Not Implemented yet.

  It appears that Surface.create_for_data isn't implemented. After
  inspecting the weird code in the original tar.gz I confirmed this:

  static PyObject *
  image_surface_create_for_data (PyTypeObject *type, PyObject *args) {
cairo_surface_t *surface;
cairo_format_t format;
unsigned char *buffer;
int width, height, stride = -1, res;
Py_ssize_t buffer_len;
PyObject *obj;

// buffer function disabled
PyErr_SetString(PyExc_NotImplementedError, Surface.create_for_data: Not 
Implemented yet.);
return NULL;/* By BigW: Everything past here is dead code */

if (!PyArg_ParseTuple(args, Oiii|i:Surface.create_for_data,
  obj, format, width, height, stride))
  return NULL;

  
  However, after checking couple of other repositories with pycairo, 
create_for_data() function is different, without the weird return call.

  I've checked:

  http://cgit.freedesktop.org/pycairo/
  git://git.cairographics.org/git/pycairo

  Can this patch from 2011 be included in Ubuntu?
  http://lists.cairographics.org/archives/cairo/2011-December/022563.html

  And why am I the first one running into this? :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/py3cairo/+bug/1330228/+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 1099942] Re: Can't record video in any format

2013-01-29 Thread David Klasinc
Thanks to Laney and the upstream bunch, this issue is resolved.

** Changed in: kazam
   Status: Confirmed = Fix Released

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

Title:
  Can't record video in any format

Status in Kazam Screencaster:
  Fix Released
Status in Python bindings for GObject:
  Unknown
Status in “gstreamer1.0” package in Ubuntu:
  Fix Released
Status in “pygobject” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu Raring x64, latest updates.
  Recorded file have 0 bytes.

  Running of kazam, and recording (from terminal):
  nazar-pc@nazar-pc:~$ kazam

  ** (kazam:17690): WARNING **: Can't load fallback CSS resource: Failed
  to import: Ресурс из «/org/gnome/adwaita/gtk-fallback.css» не
  существует

  ** (kazam:17690): WARNING **: Can't load fallback CSS resource: Failed
  to import: Ресурс из «/org/gnome/adwaita/gtk-fallback.css» не
  существует

  (kazam:17690): Gtk-WARNING **: Can't set a parent on widget which has
  a parent

  (kazam:17690): Gtk-WARNING **: Can't set a parent on widget which has
  a parent

  /usr/lib/python3/dist-packages/kazam/frontend/indicator.py:195: 
PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
    GObject.timeout_add(500, self.blink)
  /usr/lib/python3/dist-packages/kazam/frontend/window_countdown.py:85: 
PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
    GObject.timeout_add(1000, self.countdown)
  /usr/lib/python3/dist-packages/kazam/frontend/indicator.py:215: 
PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
    GObject.timeout_add(200, self.blink)
  /usr/lib/python3/dist-packages/kazam/frontend/window_countdown.py:89: 
PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
    GObject.timeout_add(400, self.counter_finished)
  /usr/lib/python3/dist-packages/gi/module.py:153: Warning: cannot register 
existing type `GstState'
    wrapper = enum_register_new_gtype_and_add(info)
  Traceback (most recent call last):
    File /usr/lib/python3/dist-packages/kazam/app.py, line 566, in 
cb_counter_finished
  self.recorder.start_recording()
    File /usr/lib/python3/dist-packages/kazam/backend/gstreamer.py, line 386, 
in start_recording
  self.pipeline.set_state(Gst.State.PLAYING)
    File /usr/lib/python3/dist-packages/gi/module.py, line 316, in __getattr__
  return getattr(self._introspection_module, name)
    File /usr/lib/python3/dist-packages/gi/module.py, line 153, in __getattr__
  wrapper = enum_register_new_gtype_and_add(info)
  RuntimeError: Unable to register enum 'GstState'
  INFO Main - Unable to delete one of the temporary files. Check your temporary 
directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kazam/+bug/1099942/+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 1096370] Re: unity keeps malformed mouse cursor after kazam usage

2013-01-06 Thread David Klasinc
** Changed in: kazam
   Status: Fix Committed = Fix Released

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

Title:
  unity keeps malformed mouse cursor after kazam usage

Status in Kazam Screencaster:
  Fix Released
Status in Unity:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  After using the screenrecorder 'kazam' the mouse cursor keeps to be a
  cross, also when kazam is closed(contolled with gnome-system-monitor).

  Expected: A normal default mouse cursor when a normal user space
  program is closed(kazam in this case).

  
  Steps to reproduce(tested: always reproducible):

  1.Install kazam
  2.Start kazam
  3. Choose the drop down menu on the right site of the menu button sequence: 
Fullscreen , All monitors, Window , (than it comes:little arrow).
  4.Choose in this drop down 'Area'
  5.See that the mouse cursor transforms to a cross.
  6.Close kazam
  7.See that the mouse cursor keeps a cross. It does not switch back to 
normal/default.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 6.12.0daily12.12.05-0ubuntu1
  ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
  Uname: Linux 3.7.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.7-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Sat Jan  5 15:33:21 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI Device [1002:9808] (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:1885]
  InstallationDate: Installed on 2013-01-01 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130101)
  Lsusb:
   Bus 001 Device 002: ID 04f2:b2f4 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Hewlett-Packard HP 655 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no username)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-7-generic 
root=UUID=bab61698-a2f1-4664-ba5e-de1d66d72c46 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/27/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.02
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1885
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 66.11
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.02:bd04/27/2012:svnHewlett-Packard:pnHP655NotebookPC:pvr07981000521000260:rvnHewlett-Packard:rn1885:rvr66.11:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 655 Notebook PC
  dmi.product.version: 07981000521000260
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.9~daily12.12.05-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.40-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.1-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.1-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0.902-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.0.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.16-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.4-0ubuntu1
  xserver.bootTime: Sat Jan  5 15:27:24 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.0.902-0ubuntu1
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/kazam/+bug/1096370/+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 1096370] Re: unity keeps malformed mouse cursor after kazam usage

2013-01-05 Thread David Klasinc
** Changed in: unity
   Status: New = Invalid

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

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

Title:
  unity keeps malformed mouse cursor after kazam usage

Status in Kazam Screencaster:
  Fix Committed
Status in Unity:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  After using the screenrecorder 'kazam' the mouse cursor keeps to be a
  cross, also when kazam is closed(contolled with gnome-system-monitor).

  Expected: A normal default mouse cursor when a normal user space
  program is closed(kazam in this case).

  
  Steps to reproduce(tested: always reproducible):

  1.Install kazam
  2.Start kazam
  3. Choose the drop down menu on the right site of the menu button sequence: 
Fullscreen , All monitors, Window , (than it comes:little arrow).
  4.Choose in this drop down 'Area'
  5.See that the mouse cursor transforms to a cross.
  6.Close kazam
  7.See that the mouse cursor keeps a cross. It does not switch back to 
normal/default.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 6.12.0daily12.12.05-0ubuntu1
  ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
  Uname: Linux 3.7.0-7-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.7-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Sat Jan  5 15:33:21 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI Device [1002:9808] (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:1885]
  InstallationDate: Installed on 2013-01-01 (3 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130101)
  Lsusb:
   Bus 001 Device 002: ID 04f2:b2f4 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Hewlett-Packard HP 655 Notebook PC
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no username)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-7-generic 
root=UUID=bab61698-a2f1-4664-ba5e-de1d66d72c46 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/27/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.02
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1885
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 66.11
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.02:bd04/27/2012:svnHewlett-Packard:pnHP655NotebookPC:pvr07981000521000260:rvnHewlett-Packard:rn1885:rvr66.11:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 655 Notebook PC
  dmi.product.version: 07981000521000260
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.9~daily12.12.05-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.40-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.1-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.1-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0.902-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.0.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.16-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.4-0ubuntu1
  xserver.bootTime: Sat Jan  5 15:27:24 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.0.902-0ubuntu1
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/kazam/+bug/1096370/+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 658004] Re: brasero dvd capacity estimation is broken

2012-11-12 Thread David Klasinc
I've attached a small patch against 3.4.1-0ubuntu3 version which is
currently in 12.10.


** Patch added: session_size_bug.diff
   
https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/658004/+attachment/3431669/+files/session_size_bug.diff

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

Title:
  brasero dvd capacity estimation is broken

Status in A disc burning application for gnome 2:
  New
Status in “brasero” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: brasero

  ubuntu-10.10-desktop-i386.iso live env.
  GNOME 2.32
  brasero 2.32.0-0ubuntu2
  nautilus 1:2.32.0-0ubuntu1

  Brasero claims an iso file is too large for the disc.
  The inserted disc is a blanked DVD+RW.
  The file is 4,700,372,992 bytes big, which is the official capacity of DVD+RW 
discs (as per wikipedia and other sources).

  What I did:
   - insert a DVD+RW with content
   - cp /dev/sr0 dvd.iso
   - check dvd.iso size to be 4,700,372,992 bytes
   - right click dvd.iso and select Write to Disc...

  Result:
  The brasero/nautilus dialog claims: The data size is too large for the disc 
even with the overburn option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/brasero/+bug/658004/+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 1028115] [NEW] Gdk.cairo_region_create_from_surface() raises an error in GI

2012-07-23 Thread David Klasinc
Public bug reported:

This happens on current 12.10 daily:

 from gi.repository import Gdk
 import cairo
 surface = cairo.ImageSurface(0, 100, 100)
 Gdk.cairo_region_create_from_surface(surface)
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.7/dist-packages/gi/types.py, line 47, in function
return info.invoke(*args, **kwargs)
TypeError: Couldn't find conversion for foreign struct 'cairo.Region'

Upstream has some additional info and a couple of patches for this:
https://bugzilla.gnome.org/show_bug.cgi?id=667959
https://bugs.freedesktop.org/show_bug.cgi?id=44336

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

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

Title:
  Gdk.cairo_region_create_from_surface() raises an error in GI

Status in “pygobject” package in Ubuntu:
  New

Bug description:
  This happens on current 12.10 daily:

   from gi.repository import Gdk
   import cairo
   surface = cairo.ImageSurface(0, 100, 100)
   Gdk.cairo_region_create_from_surface(surface)
  Traceback (most recent call last):
File stdin, line 1, in module
File /usr/lib/python2.7/dist-packages/gi/types.py, line 47, in function
  return info.invoke(*args, **kwargs)
  TypeError: Couldn't find conversion for foreign struct 'cairo.Region'

  Upstream has some additional info and a couple of patches for this:
  https://bugzilla.gnome.org/show_bug.cgi?id=667959
  https://bugs.freedesktop.org/show_bug.cgi?id=44336

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/1028115/+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 782933] Re: Impossible to copy movie from EOS 550D: gvfsd-gphoto2 uses 3 GB of memoy and gvfs-fuse-daemon crashes

2012-05-19 Thread David Klasinc
I can confirm that this is still the case. Here's the debian bug report
with a little bit more information.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631295


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

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

Title:
  Impossible to copy movie from EOS 550D: gvfsd-gphoto2 uses 3 GB of
  memoy and gvfs-fuse-daemon crashes

Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gvfs

  Hi,

  while trying to copy a 3.2 GB video file from a Canon EOS 550D, the
  gvfsd-gphoto2 process uses more and more memory, my system starts to
  swap itself to death at about 2.5 GB. (80% of system memory) Finally
  the gvfs-fuse-daemon crashed, this is the error I'm reporting here
  with apport and the transfer fails with the error message Error in
  stream protocol: End of stream

  I've tried it on Ubuntu 10.04 using a different notebook, the memory
  usage problem was the same, I had to reboot the system manually.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gvfs-fuse 1.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  Date: Sun May 15 10:38:14 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfs-fuse-daemon
  ProcCmdline: /usr/lib/gvfs//gvfs-fuse-daemon /home/username/.gvfs
  ProcEnviron:
   SHELL=/bin/bash
   LC_MESSAGES=en_US.UTF-8
   PATH=(custom, user)
   LANGUAGE=en_US:en_GB:en
   LANG=de_DE.UTF-8
  Signal: 6
  SourcePackage: gvfs
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/gio/modules/libgvfsdbus.so
  Title: gvfs-fuse-daemon crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to natty on 2011-04-13 (31 days ago)
  UserGroups: adm admin audio cdrom cyberjack dialout dip fax floppy fuse 
lpadmin netdev plugdev sambashare scard tape vboxusers video wireshark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/782933/+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 782933] Re: Impossible to copy movie from EOS 550D: gvfsd-gphoto2 uses 3 GB of memoy and gvfs-fuse-daemon crashes

2012-05-19 Thread David Klasinc
I am using Precise Pangolin. And this is a real show stopper for anyone
working with large files on cameras.

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

Title:
  Impossible to copy movie from EOS 550D: gvfsd-gphoto2 uses 3 GB of
  memoy and gvfs-fuse-daemon crashes

Status in “gvfs” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gvfs

  Hi,

  while trying to copy a 3.2 GB video file from a Canon EOS 550D, the
  gvfsd-gphoto2 process uses more and more memory, my system starts to
  swap itself to death at about 2.5 GB. (80% of system memory) Finally
  the gvfs-fuse-daemon crashed, this is the error I'm reporting here
  with apport and the transfer fails with the error message Error in
  stream protocol: End of stream

  I've tried it on Ubuntu 10.04 using a different notebook, the memory
  usage problem was the same, I had to reboot the system manually.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gvfs-fuse 1.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  Date: Sun May 15 10:38:14 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfs-fuse-daemon
  ProcCmdline: /usr/lib/gvfs//gvfs-fuse-daemon /home/username/.gvfs
  ProcEnviron:
   SHELL=/bin/bash
   LC_MESSAGES=en_US.UTF-8
   PATH=(custom, user)
   LANGUAGE=en_US:en_GB:en
   LANG=de_DE.UTF-8
  Signal: 6
  SourcePackage: gvfs
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/gio/modules/libgvfsdbus.so
  Title: gvfs-fuse-daemon crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to natty on 2011-04-13 (31 days ago)
  UserGroups: adm admin audio cdrom cyberjack dialout dip fax floppy fuse 
lpadmin netdev plugdev sambashare scard tape vboxusers video wireshark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/782933/+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 529759] Re: The reply function is duplicated

2012-05-08 Thread David Klasinc
Hi, this bug has been reported for the old version of the client and it
is not valid anymore.

** Changed in: gwibber (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: gwibber
   Status: Incomplete = Invalid

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

Title:
  The reply function is duplicated

Status in Gwibber:
  Invalid
Status in “gwibber” package in Ubuntu:
  Invalid

Bug description:
  The reply function is at once with the icon of the envelope and also
  in gear

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/529759/+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 954374] Re: gwibber-service crashed with UnicodeEncodeError in meth(): 'ascii' codec can't encode character u'\xe6' in position 33: ordinal not in range(128)

2012-03-31 Thread David Klasinc
I had a lot of trouble replicating this and I think I nailed it now.
I'll produce a patch later today.

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

Title:
  gwibber-service crashed with UnicodeEncodeError in meth(): 'ascii'
  codec can't encode character u'\xe6' in position 33: ordinal not in
  range(128)

Status in Gwibber:
  Triaged
Status in “gwibber” package in Ubuntu:
  Confirmed

Bug description:
  Happened shortly after logging in.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gwibber-service 3.3.91-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Tue Mar 13 20:37:23 2012
  ExecutablePath: /usr/bin/gwibber-service
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/gwibber-service
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/gwibber-service']
  SourcePackage: gwibber
  Title: gwibber-service crashed with UnicodeEncodeError in meth(): 'ascii' 
codec can't encode character u'\xe6' in position 33: ordinal not in range(128)
  UpgradeStatus: Upgraded to precise on 2012-03-13 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/954374/+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 957919] Re: inconsistent behaviour when switching virtual Desktops

2012-03-27 Thread David Klasinc
This is not a Kazam issue, I'll mark this as invalid.

** Changed in: kazam
   Status: New = Invalid

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

Title:
  inconsistent behaviour when switching virtual Desktops

Status in Kazam Screencaster:
  Invalid
Status in NVIDIA Drivers Ubuntu:
  New
Status in Wine:
  New
Status in “unity” package in Ubuntu:
  New

Bug description:
  When pressing Super+W and then holding the Super Key and pressing
  Super+S I sometimes get a Super+W Overview on all my virtual
  Desktops when its zooming out to show the virtual Desktops after
  pressing Super+S.

  This is not reproducable all the time. The real Problem with this is
  that after selecting one of the virtual Desktops or Windows unity
  switches to the desired virtual Desktop and the Windows are somehow
  deactivated and dont react. only the Super+W and Super+S works and
  after playing around with them a bit the system continues to work
  normal again.

  how Im trying to reproduce this:

  1) have kazam running in background
  2) have World of Warcraft running inside wine (maybe another Game does the 
job too so at least have wine running)
  3) press Super+W and hold the Super key pressed
  4) with still holding the Super Key press Super+S

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.6.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Ist ein Verzeichnis: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.20  Mon Feb  6 21:07:30 
PST 2012
   GCC version:  gcc-Version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu3)
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,place,regex,gnomecompat,imgpng,mousepoll,vpswitch,move,resize,grid,snap,animation,wall,fade,scale,session,unitymtgrabhandles,expo,workarounds,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Sat Mar 17 14:59:52 2012
  DistUpgraded: Log time: 2012-03-14 14:21:01.971859
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-current-updates, 295.20, 3.0.0-16-generic, x86_64: installed
   nvidia-current-updates, 295.20, 3.2.0-18-generic, x86_64: installed
   virtualbox, 4.1.8, 3.2.0-18-generic, x86_64: installed
  GraphicsCard: NVIDIA Corporation G92 [GeForce 9800 GTX] [10de:0612] (rev a2) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  JockeyStatus:
   xorg:nvidia_current - Beschleunigter Grafiktreiber von NVIDIA (Proprietär, 
Deaktiviert, Nicht benutzt)
   xorg:nvidia_current_updates - NVIDIAs beschleunigte Grafiktreiber 
(Nachträgliche Aktualisierungen) (Proprietär, Aktiviert, In Benutzung)
  MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7395
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic 
root=UUID=56d23492-5b0c-4d10-9428-c7f00aa1231f ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to precise on 2012-03-14 (2 days ago)
  dmi.bios.date: 11/06/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.4
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: MS-7395
  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.:bvrV1.4:bd11/06/2008:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7395:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7395:rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
  dmi.product.name: MS-7395
  dmi.product.version: 1.0
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu34
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu4
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To manage notifications about this bug go to:

[Desktop-packages] [Bug 946049] Re: gwibber-service crashed with URLError in do_open(): urlopen error [Errno 110] Connection timed out

2012-03-12 Thread David Klasinc
** Changed in: gwibber
   Status: New = Confirmed

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

Title:
  gwibber-service crashed with URLError in do_open(): urlopen error
  [Errno 110] Connection timed out

Status in Gwibber:
  Confirmed
Status in “gwibber” package in Ubuntu:
  New

Bug description:
  I'm not sure exactly what happened, but I think this happened when I
  resumed my notebook when I opened the lid and it was trying to connect
  to the network. We had been having some issues with our wifi recently
  so that might be part of the problem.

  More info:
   * OS: Ubuntu 12.04 fully updated as of today
   * Notebook: Acer Aspire 4750G

  How to reproduce:
   * Close lid of notebook
   * Wait for it to suspend by closing the lid
   * Open lid and while network manager is trying to connect to the wifi 
network receive the above error.

  I hope this bare bug helps - I'll try to reproduce it again to get
  more information.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gwibber-service 3.3.90-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  ApportVersion: 1.94-0ubuntu1
  Architecture: amd64
  Date: Sat Mar  3 23:10:48 2012
  ExecutablePath: /usr/bin/gwibber-service
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/gwibber-service
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/gwibber-service']
  SourcePackage: gwibber
  Title: gwibber-service crashed with URLError in do_open(): urlopen error 
[Errno 110] Connection timed out
  UpgradeStatus: Upgraded to precise on 2012-03-01 (2 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/946049/+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 61786] Re: 'Create folder in here' context menu option for nautilus

2011-11-14 Thread David Klasinc
What do you mean it is not an issue? Create folder option is still
missing from the right click menu when list view populates whole window.

In fact, because of the global menu, the issue got even worse, now  you
have to go to the top of of the screen to use a global menu.

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

Title:
  'Create folder in here' context menu option for nautilus

Status in One Hundred Paper Cuts:
  Invalid
Status in Nautilus:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: nautilus

  When browsing nautilus in list view, it is not always easy to simply
  create new  folders.

  The main issue i have come across is if a folder is full such that to
  display all the contents, a vertical scroller is required.  In this
  case there is no 'empty space' to right click and select 'create
  folder'.

  The simplest way to remedy this in my opinion is to offer an option in
  the menu, when right clicking on a folder, to 'create folder in here'
  type option, similar to the 'paste into folder' option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/61786/+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 812039] Re: message icons and lettering bleed through the reply box

2011-09-07 Thread David Klasinc
This happens because there is no concept of z-index in GTK and when
widgets (and containers including other widgets) overlap unpredictable
things can happen.

I am currently working on a solution for this.

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

Title:
  message icons and lettering bleed through the reply box

Status in Gwibber:
  Triaged
Status in “gwibber” package in Ubuntu:
  Confirmed

Bug description:
  See picture attached for an idea of what I see.

  Basically I clicked on reply and then as you can see lettering from
  below bleeds through on the text entry field and icon bleed through
  where the send button is.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gwibber 3.1.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-5.6-generic 3.0.0-rc7
  Uname: Linux 3.0.0-5-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Sun Jul 17 23:10:06 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110705.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gwibber
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/812039/+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 812039] Re: message icons and lettering bleed through the reply box

2011-09-07 Thread David Klasinc
I couldn't find a way on how to tame all the widgets that were bleeding
and how to prevent that. The workaround fix for this is that messages
move down and make room for reply box.

I attached the relevant branch.

** Branch linked: lp:~bigwhale/gwibber/UI-fixes

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

Title:
  message icons and lettering bleed through the reply box

Status in Gwibber:
  Triaged
Status in “gwibber” package in Ubuntu:
  Confirmed

Bug description:
  See picture attached for an idea of what I see.

  Basically I clicked on reply and then as you can see lettering from
  below bleeds through on the text entry field and icon bleed through
  where the send button is.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gwibber 3.1.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-5.6-generic 3.0.0-rc7
  Uname: Linux 3.0.0-5-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Sun Jul 17 23:10:06 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110705.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gwibber
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/812039/+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