[Bug 1297849] Re: [SRU] Virtual private network connection fails after distribution upgrade due to outdated Network Manager configuration files

2016-10-20 Thread Philip Muškovac
** Also affects: network-manager-openvpn (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: network-manager-vpnc (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: network-manager-applet (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: network-manager-openconnect (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** No longer affects: network-manager-applet (Ubuntu Yakkety)

** No longer affects: network-manager-openconnect (Ubuntu Yakkety)

** Changed in: network-manager-openvpn (Ubuntu Yakkety)
   Importance: Undecided => High

** Changed in: network-manager-openvpn (Ubuntu Yakkety)
   Status: New => Confirmed

** Changed in: network-manager-vpnc (Ubuntu Yakkety)
   Importance: Undecided => High

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

Title:
  [SRU] Virtual private network connection fails after distribution
  upgrade due to outdated Network Manager configuration files

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

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


[Bug 1432173] [NEW] fails to bring up network bridge

2015-03-14 Thread Philip Muškovac
Public bug reported:

Probably a dup of #1430675

After upgrading to vivid with systemd my network bridge isn't configured
on boot:

$ systemctl --all |grep ifup
● ifup-wait-all-auto.service
loadedfailed   failed  Wait 
for all auto /etc/network/interfaces to be up for network-online.target
● ifup@eth0.service 
loadedfailed   failed  ifup 
for eth0
  ifup@eth1.service 
loadedactive   exited  ifup 
for eth1
  ifup@lxcbr0.service   
loadedactive   exited  ifup 
for lxcbr0
  ifup@virbr0-nic.service   
loadedactive   exited  ifup 
for virbr0/nic
  ifup@virbr0.service   
loadedactive   exited  ifup 
for virbr0
  ifup@wlan0.service
loadedactive   exited  ifup 
for wlan0
  system-ifup.slice 
loadedactive   active  
system-ifup.slice

$ journalctl -u ifup-wait-all-auto.service
-- Logs begin at Sat 2015-03-14 15:17:08 CET, end at Sat 2015-03-14 15:21:30 
CET. --
Mar 14 15:17:56 yofel-desktop systemd[1]: Starting Wait for all auto 
/etc/network/interfaces to be up for network-online.target...
Mar 14 15:17:56 yofel-desktop sh[1114]: Segmentation fault
Mar 14 15:19:56 yofel-desktop systemd[1]: ifup-wait-all-auto.service start 
operation timed out. Terminating.
Mar 14 15:19:56 yofel-desktop systemd[1]: Failed to start Wait for all auto 
/etc/network/interfaces to be up for network-online.target.
Mar 14 15:19:56 yofel-desktop systemd[1]: Unit ifup-wait-all-auto.service 
entered failed state.
Mar 14 15:19:56 yofel-desktop systemd[1]: ifup-wait-all-auto.service failed.

$ sudo ifconfig br0 up
br0: ERROR while getting interface flags: No such device

$ sudo ifup br0
/etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link 
to /run/resolvconf/resolv.conf
Waiting for DAD... Done

resolv.conf is intentionally a regular file. But after running ifup
the bridge works fine.


interfaces:
auto lo br0 
iface lo inet loopback

iface eth0 inet manual

iface br0 inet static
address 192.168.1.5
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth1
bridge_stp off 
bridge_maxwait 0
bridge_fd 0

iface br0 inet6 static
address fec0::218:f3ff:fe2c:eb60/64
netmask 64


ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-4ubuntu5
ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
Uname: Linux 3.19.0-9-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.16.2-0ubuntu2
Architecture: amd64
Date: Sat Mar 14 15:29:24 2015
InstallationDate: Installed on 2011-01-03 (1530 days ago)
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: System manufacturer System Product Name
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=9c833d6f-4685-4a19-ad27-fa60a77a4054 ro
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/30/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1238
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5B-Deluxe
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1238:bd09/30/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5B-Deluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug systemd-boot vivid

** Tags added: systemd-boot

** Description changed:

  Probably a dup of #1430675
  
  After upgrading to vivid with systemd my network bridge isn't configured
  on boot:
  
- $ systemctl --all |grep ifup  
+ $ systemctl --all |grep ifup
  ● ifup-wait-all-auto.service  
  loadedfailed   failed  
Wait for all auto 

[Bug 1330037] Re: upower 0.99 transition

2014-08-07 Thread Philip Muškovac
kde-workspace (4:4.11.11-0ubuntu2) utopic; urgency=medium

  * Cherry pick upstream 95529335232dcf04620c7f34ba92c9e8e6b190f5
as upstream_fix-upstart-version-detect.diff so we use logind instead of 
upower

 -- Philip Muškovac yo...@kubuntu.org  Thu, 07 Aug 2014 13:52:44 +0200

** Changed in: kde-workspace (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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

[Bug 1330037] Re: upower 0.99 transition

2014-08-04 Thread Philip Muškovac
Fixed in upstream git

** Changed in: kde-workspace (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1330037] Re: upower 0.99 transition

2014-08-03 Thread Philip Muškovac
So the device management issues in kde were unrelated to upower 0.99,
which leaves the suspend issues with upstart where I'm working on a fix.

** Package changed: kde4libs (Ubuntu) = kde-workspace (Ubuntu)

** Changed in: kde-workspace (Ubuntu)
   Status: New = In Progress

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1330037] Re: upower 0.99 transition

2014-07-23 Thread Philip Muškovac
** Description changed:

  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.
  
  A transition is required as some features were removed and the SONAME
  was changed
  
  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages
  
  wmbattery and sugar will probably need removing. If a package only needs
  a rebuild, mark it fix commited, if something else is needed, in
  progress.
  
  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
- kde: works fine with systemd, suspend and device management broken with 
upstart
+ kde: works fine with systemd, suspend broken with upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1330037] Re: upower 0.99 transition

2014-06-28 Thread Philip Muškovac
** Description changed:

  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.
  
  A transition is required as some features were removed and the SONAME
  was changed
  
  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages
  
  wmbattery will probably need removing. If a package only needs a
  rebuild, mark it fix commited, if something else is needed, in progress.
  
  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
- kde: needs sc 4.13.3 
(http://quickgit.kde.org/?p=kdelibs.gita=commith=44afff90921b8b27d40e810684715d16278b335f)
+ kde: works fine with systemd, suspend and device management broken with 
upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1330037] Re: upower 0.99 transition

2014-06-25 Thread Philip Muškovac
** Package changed: kde-workspace (Ubuntu) = kde4libs (Ubuntu)

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1330037] Re: upower 0.99 transition

2014-06-25 Thread Philip Muškovac
** Description changed:

  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.
  
  A transition is required as some features were removed and the SONAME
  was changed
  
  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages
  
  wmbattery will probably need removing. If a package only needs a
  rebuild, mark it fix commited, if something else is needed, in progress.
  
  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:#276997
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
- kde: suspend issues, device notifier broken
+ kde: needs sc 4.13.3 
(http://quickgit.kde.org/?p=kdelibs.gita=commith=44afff90921b8b27d40e810684715d16278b335f)
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: no idea.
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1330037] Re: upower 0.99 transition

2014-06-21 Thread Philip Muškovac
From a quick test with kde at least the suspend support has to be
reworked as it doesn't work out of the box with ubuntu's logind
(systemd-shim doesn't provide all used interfaces)

** Description changed:

  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.
  
  A transition is required as some features were removed and the SONAME
  was changed
  
  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages
  
  wmbattery will probably need removing. If a package only needs a
  rebuild, mark it fix commited, if something else is needed, in progress.
  
  cairo-dock-plug-ins: needs rebuilding
  #gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Fixed in newest upstream release, needs packaging
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
- kde: no idea (awaiting reply)
+ kde: at least suspend broken, has logind support but ubuntu's systemd is 
missing interfaces so it doesn't work OOTB
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: no idea.
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed in new upstream release. Needs merging from debian 
experimental
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

** Also affects: kde-workspace (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1330037] Re: upower 0.99 transition

2014-06-21 Thread Philip Muškovac
Hm, nope, it's something else as it's supposed to work with upstart,
looking into it

** Changed in: kde-workspace (Ubuntu)
 Assignee: (unassigned) = Philip Muškovac (yofel)

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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

[Bug 1330037] Re: upower 0.99 transition

2014-06-21 Thread Philip Muškovac
** Description changed:

  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.
  
  A transition is required as some features were removed and the SONAME
  was changed
  
  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages
  
  wmbattery will probably need removing. If a package only needs a
  rebuild, mark it fix commited, if something else is needed, in progress.
  
  cairo-dock-plug-ins: needs rebuilding
  #gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Fixed in newest upstream release, needs packaging
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
- kde: at least suspend broken, has logind support but ubuntu's systemd is 
missing interfaces so it doesn't work OOTB
+ kde: suspend issues
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: no idea.
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed in new upstream release. Needs merging from debian 
experimental
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1330037] Re: upower 0.99 transition

2014-06-21 Thread Philip Muškovac
** Description changed:

  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.
  
  A transition is required as some features were removed and the SONAME
  was changed
  
  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages
  
  wmbattery will probably need removing. If a package only needs a
  rebuild, mark it fix commited, if something else is needed, in progress.
  
  cairo-dock-plug-ins: needs rebuilding
  #gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Fixed in newest upstream release, needs packaging
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
- kde: suspend issues
+ kde: suspend issues, device notifier broken
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: no idea.
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed in new upstream release. Needs merging from debian 
experimental
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1221955] [NEW] GNOME_KEYRING_RESULT_IO_ERROR from launchpadlib

2013-09-06 Thread Philip Muškovac
Public bug reported:

I have no reliable way to reproduce it, but every now and then when
using pull-ppa-source (from lp:kubuntu-dev-tools) the script fails with
this error: (tokens stripped from output)

Gkr-Message: received an invalid, unencryptable, or non-utf8 secret
Gkr-Message: call to daemon returned an invalid response: (null).(null)()
Gkr-Message: received an invalid, unencryptable, or non-utf8 secret
Gkr-Message: call to daemon returned an invalid response: (null).(null)()
The authorization page:
 
(https://launchpad.net/+authorize-token?oauth_token=allow_permission=DESKTOP_INTEGRATION)
should be opening in your browser. Use your browser to authorize
this program to access Launchpad on your behalf.
Press any key to continue or wait (5) seconds...
Waiting to hear from Launchpad about your decision...
00:24:38 unnamed app(24933) ClientApp::doIt: Creating ClientApp
00:24:38 kioclient(24933) ClientApp::kde_open: 
KUrl(https://launchpad.net/+authorize-token?oauth_token=allow_permission=DESKTOP_INTEGRATION)
00:24:38 kioclient(24933)/kio (KRun) KRun::slotTimeout: KRun(0x269dbe0)  
slotTimeout called
00:24:38 kioclient(24933)/kio (KRun) KRun::init: INIT called
00:24:38 kioclient(24933)/kdecore (KSycoca) KSycocaPrivate::openDatabase: 
Trying to open ksycoca from /var/tmp/kdecache-yofel/ksycoca4
00:24:38 kioclient(24933)/kfile (kdelibs) KRecentDocument::add: 
KRecentDocument::add for  
https://launchpad.net/+authorize-token?oauth_token=allow_permission=DESKTOP_INT
EGRATION
00:24:38 kioclient(24933)/kio (KRun) runTempService: runTempService: first url  
https://launchpad.net/+authorize-token?oauth_token=allow_permission=DESKTOP_INTEGRATION
00:24:38 kioclient(24933)/kio (KRun) supportedProtocols: supportedProtocols: 
(KIO)
00:24:38 kioclient(24933)/kio (KRun) runTempService: runTempService: KProcess 
args= (/usr/bin/firefox, 
https://launchpad.net/+authorize-token?oauth_token=allow_permiss
ion=DESKTOP_INTEGRATION)
00:24:38 kioclient(24933)/kdecore (KStartupInfo) 
KStartupInfo::createNewStartupId: creating:  
yofel-T510;1378506278;233618;24933_TIME0 : 
00:24:38 kioclient(24933)/kdecore (KStartupInfo) KStartupInfo::sendStartup: 
sending  new:  ID=yofel-T510;1378506278;233618;24933_TIME0   BIN=firefox 
DESCRIPTION=Launching  DESKTOP=1 WM
CLASS=0 HOSTNAME=yofel-T510 NAME=firefox SCREEN=0
00:24:38 kioclient(24933)/kdecore (KStartupInfo) KStartupInfo::sendChange: 
sending  change:  ID=yofel-T510;1378506278;233618;24933_TIME0   PID=24935
00:24:38 kioclient(24933)/kio (KRun) KRun::slotTimeout: KRun(0x269dbe0)  
slotTimeout called

(process:24935): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
Gtk-Message: Failed to load module canberra-gtk-module
Gtk-Message: Failed to load module canberra-gtk-module
00:24:38 kioclient(24933)/kio (KRun) KProcessRunner::slotProcessExited: 
firefox exitCode= 0 exitStatus= 0
00:24:38 kioclient(24933)/kdecore (KStartupInfo) KStartupInfo::sendFinish: 
sending  remove:  ID=yofel-T510;1378506278;233618;24933_TIME0   
HOSTNAME=yofel-T510 PID=24935
Gkr-Message: secret service operation failed: The secret was transferred or 
encrypted in an invalid way.
Traceback (most recent call last):
  File /usr/bin/pull-ppa-source, line 49, in module
lp = Launchpad.login_with(pull-ppa-source, production)
  File /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py, line 539, 
in login_with
credential_save_failed, version)
  File /usr/lib/python2.7/dist-packages/launchpadlib/launchpad.py, line 346, 
in _authorize_token_and_login
credentials = authorization_engine(credentials, credential_store)
  File /usr/lib/python2.7/dist-packages/launchpadlib/credentials.py, line 
520, in __call__
credential_store.save(credentials, self.unique_consumer_id)
  File /usr/lib/python2.7/dist-packages/launchpadlib/credentials.py, line 
276, in save
raise e
keyring.errors.PasswordSetError: GNOME_KEYRING_RESULT_IO_ERROR

Happens usually when using the kubuntu ppa packages batch backport
script which calls pull-ppa-source about 160 times (once for every KDE
SC source).

ProblemType: BugDistroRelease: Ubuntu 13.10
Package: gnome-keyring 3.8.2-0ubuntu3
ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
Uname: Linux 3.11.0-4-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.1-0ubuntu3
Architecture: amd64
Date: Sat Sep  7 00:27:19 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-10-08 (699 days ago)
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
MarkForUpload: TrueSourcePackage: gnome-keyring
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

** Description changed:

  I have no reliable way to reproduce it, but every now and then when
  using pull-ppa-source (from lp:kubuntu-dev-tools) the script fails with
  this error: (tokens stripped from output)
  
  Gkr-Message: received an invalid, 

[Bug 1197988] [NEW] ERROR:root:Could not find any typelib for GnomeKeyring from python-keyring when gir1.2-gnomekeyring-1.0 is missing

2013-07-04 Thread Philip Muškovac
Public bug reported:

On my Kubuntu system something recently pulled in gnome-keyring. Now,
every time I run a launchpadlib script I get

ERROR:root:Could not find any typelib for GnomeKeyring

from python-keyring I guess.
The error/warning went away once I installed gir1.2-gnomekeyring-1.0, so I 
guess something should at least recommend that.

ProblemType: BugDistroRelease: Ubuntu 13.10
Package: gnome-keyring 3.8.2-0ubuntu3
ProcVersionSignature: Ubuntu 3.10.0-1.8-generic 3.10.0-rc7
Uname: Linux 3.10.0-1-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.10.2-0ubuntu3
Architecture: amd64
Date: Fri Jul  5 00:12:58 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-10-08 (635 days ago)
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
MarkForUpload: TrueSourcePackage: gnome-keyring
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

** Description changed:

  On my Kubuntu system something recently pulled in gnome-keyring. Now,
  every time I run a launchpadlib script I get
  
  ERROR:root:Could not find any typelib for GnomeKeyring
  
  from python-keyring I guess.
- The error/warning goes away once I installed gir1.2-gnomekeyring-1.0, so I 
guess something should at least recommend that.
+ The error/warning went away once I installed gir1.2-gnomekeyring-1.0, so I 
guess something should at least recommend that.
  
- ProblemType: Bug
- DistroRelease: Ubuntu 13.10
+ ProblemType: BugDistroRelease: Ubuntu 13.10
  Package: gnome-keyring 3.8.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.10.0-1.8-generic 3.10.0-rc7
  Uname: Linux 3.10.0-1-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.10.2-0ubuntu3
  Architecture: amd64
  Date: Fri Jul  5 00:12:58 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-10-08 (635 days ago)
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
- MarkForUpload: True
- SourcePackage: gnome-keyring
+ MarkForUpload: TrueSourcePackage: gnome-keyring
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  ERROR:root:Could not find any typelib for GnomeKeyring from python-
  keyring when gir1.2-gnomekeyring-1.0 is missing

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

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


[Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2013-03-07 Thread Philip Muškovac
** No longer affects: kdegraphics (Ubuntu)

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

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

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

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


[Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2012-02-25 Thread Philip Muškovac
Fixed in packaging, will be uploaded with 4.8.1

** Changed in: libkdcraw (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

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

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


[Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2012-02-14 Thread Philip Muškovac
Libkdcraw was fixed upstream, so the fix needs to be cherry-picked.

** Changed in: libkdcraw (Ubuntu)
 Assignee: (unassigned) = Philip Muškovac (yofel)

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

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

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

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

[Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2012-02-14 Thread Philip Muškovac
kdegraphics was split up and only exists as a transitional metapackage
in precise.

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

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

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

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

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


[Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2012-02-14 Thread Philip Muškovac
I'm merging digikam 2.5 from debian so will look at this too while at
it.

** Changed in: digikam (Ubuntu)
 Assignee: (unassigned) = Philip Muškovac (yofel)

** Changed in: digikam (Ubuntu)
   Status: New = In Progress

** Changed in: libkdcraw (Ubuntu)
   Status: New = In Progress

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

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

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

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

[Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2012-02-14 Thread Philip Muškovac
lcms2 support for digikam requested upstream -
https://bugs.kde.org/show_bug.cgi?id=294105

** Bug watch added: KDE Bug Tracking System #294105
   http://bugs.kde.org/show_bug.cgi?id=294105

** Also affects: digikam via
   http://bugs.kde.org/show_bug.cgi?id=294105
   Importance: Unknown
   Status: Unknown

** Changed in: digikam (Ubuntu)
   Status: In Progress = Triaged

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

Title:
  Completely replace lcms1 by lcms2 in Ubuntu

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

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


[Bug 929114] Re: apparmor prevents oxygen-gtk3 from setting the right color scheme

2012-02-08 Thread Philip Muškovac
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/929114

Title:
  apparmor prevents oxygen-gtk3 from setting the right color scheme

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

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


[Bug 929114] [NEW] apparmor prevents oxygen-gtk3 from setting the right color scheme

2012-02-08 Thread Philip Muškovac
Public bug reported:

Using gtk3-engines-oxygen in KDE evince will only use the default color scheme 
as apparmor prevents oxygen-gtk3 from setting the correct one:
[181901.662752] type=1400 audit(1328735171.422:4361): apparmor=DENIED 
operation=exec parent=7588 profile=/usr/bin/evince 
name=/usr/bin/kde4-config pid=7590 comm=evince requested_mask=x 
denied_mask=x fsuid=1000 ouid=0

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: evince 3.3.5-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-13.23~ppa1-generic 3.2.2
Uname: Linux 3.2.0-13-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Wed Feb  8 22:09:14 2012
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta amd64 (20111007)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US.UTF-8
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apparmor apport-bug precise

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

Title:
  apparmor prevents oxygen-gtk3 from setting the right color scheme

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

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


[Bug 869790] Re: Nautilus crash when open it, Ubuntu 11.10

2011-10-07 Thread Philip Muškovac
Not a bug in apport. Also, instead of attaching the crash file can you please 
open a terminal and run
apport-bug the crash file you mentioned
please? That will file a proper crash bug then, thanks in advance.

** Project changed: apport = nautilus (Ubuntu)

** Changed in: nautilus (Ubuntu)
   Status: New = Incomplete

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

Title:
  Nautilus crash when open it, Ubuntu 11.10

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

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


[Bug 708508] Re: Debug Setting Broken in C++

2011-07-11 Thread Philip Muškovac
Confirmed, debug output is there again after upgrading
libgstreamer0.10-0 0.10.32-3ubuntu3 - 0.10.32-3ubuntu3.1

** Tags added: verification-done
** Tags removed: verification-needed

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

Title:
  Debug Setting Broken in C++

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

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


[Bug 709365] Re: alacarte crashed with TypeError in on_menu_tree_cursor_changed(): iter should be a GtkTreeIter

2011-06-11 Thread Philip Muškovac
Confirmed by duplicates.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Visibility changed to: Public

** Changed in: alacarte (Ubuntu)
   Importance: Undecided = Medium

** Changed in: alacarte (Ubuntu)
   Status: New = Confirmed

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

Title:
  alacarte crashed with TypeError in on_menu_tree_cursor_changed(): iter
  should be a GtkTreeIter

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

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


[Bug 524844] Re: alacarte crashed with TypeError in on_menu_tree_cursor_changed()

2011-06-11 Thread Philip Muškovac
*** This bug is a duplicate of bug 709365 ***
https://bugs.launchpad.net/bugs/709365

Marking a duplicate of the newer bug 709365 which is followed by the retracer. 
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug has been marked a duplicate of bug 709365
   alacarte crashed with TypeError in on_menu_tree_cursor_changed(): iter 
should be a GtkTreeIter

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/524844

Title:
  alacarte crashed with TypeError in on_menu_tree_cursor_changed()

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

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


[Bug 524844] Re: alacarte crashed with TypeError in on_menu_tree_cursor_changed()

2011-06-10 Thread Philip Muškovac
Reopening, the full trace is in the topic.

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

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/524844

Title:
  alacarte crashed with TypeError in on_menu_tree_cursor_changed()

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

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


[Bug 743988] Re: gcalctool crashed with SIGSEGV in unit_convert_from()

2011-04-05 Thread Philip Muškovac
Seems to be fixed indeed.

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

Title:
  gcalctool crashed with SIGSEGV in unit_convert_from()

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


[Bug 703741] Re: gnome quick launch icon does not update properly

2011-04-02 Thread Philip Muškovac
** Package changed: ubuntu = gnome-panel (Ubuntu)

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

Title:
  gnome quick launch icon does not update properly

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


[Bug 745780] Re: multiple prompts from gnome-keyring

2011-03-30 Thread Philip Muškovac
I'm getting 2 password prompts here too suddenly.

** Changed in: gnome-keyring (Ubuntu)
   Status: New = Confirmed

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

Title:
  multiple prompts from gnome-keyring

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


[Bug 405006] Re: doesn't allow to input password after pressing alt+_key

2011-03-30 Thread Philip Muškovac
Can't reproduce this anymore

** Changed in: gdm (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  doesn't allow to input password after pressing alt+_key

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


[Bug 739964] Re: segfault on start

2011-03-29 Thread Philip Muškovac
Thank you for taking your time to report this bug. Unfortunately we need
a Stacktrace to debug the crash. When gcalctool crashed apport should
have collected information about the crash. Please file a new bug
containing this information with

ubuntu-bug /var/crash/_usr_bin_gcalctool.1000.crash

note that the filename might be a bit different in your case. Thanks!

** Changed in: gcalctool (Ubuntu)
   Status: New = Incomplete

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

Title:
  segfault on start

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


[Bug 744798] Re: gcalctool crashed with SIGSEGV in unit_convert_from()

2011-03-29 Thread Philip Muškovac
Confirmed in Natty (same Stacktrace).

** Visibility changed to: Public

** Changed in: gcalctool (Ubuntu)
   Status: New = Confirmed

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

Title:
  gcalctool crashed with SIGSEGV in unit_convert_from()

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


[Bug 744798] Re: gcalctool crashed with SIGSEGV in unit_convert_from()

2011-03-29 Thread Philip Muškovac
Forgot to add that It crashed when I tried to switch from simply to
advanced mode from the menu.

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

Title:
  gcalctool crashed with SIGSEGV in unit_convert_from()

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


[Bug 743988] Re: gcalctool crashed with SIGSEGV in unit_convert_from()

2011-03-29 Thread Philip Muškovac
** Visibility changed to: Public

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

Title:
  gcalctool crashed with SIGSEGV in unit_convert_from()

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


[Bug 709565] Re: Inspiron 1545 does not suspend

2011-03-23 Thread Philip Muškovac
** Package changed: ubuntu = gnome-power-manager (Ubuntu)

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

Title:
  Inspiron 1545 does not suspend

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


[Bug 690650] Re: Evince should remember settings automatically

2011-01-09 Thread Philip Muškovac
Setting Wishlist on ElPasmos request.

** Changed in: evince (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Evince should remember settings automatically

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


[Bug 693976] [NEW] [natty] Copying to clipboard broken

2010-12-23 Thread Philip Muškovac
Public bug reported:

Filing this against gtk since KDE/Qt works fine and I can paste to gtk
apps fine, but if I want to copy something in a gtk app nothing arrives
in the clipboard, Xclipboard doesn't work either.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: libgtk2.0-0 2.23.3-1ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-11.25-generic 2.6.37-rc7
Uname: Linux 2.6.37-11-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Dec 24 00:31:35 2010
InstallationMedia: Kubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US.UTF-8
SourcePackage: gtk+2.0

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug natty

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

Title:
  [natty] Copying to clipboard broken

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


[Bug 693976] Re: [natty] Copying to clipboard broken

2010-12-23 Thread Philip Muškovac


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

Title:
  [natty] Copying to clipboard broken

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


[Bug 687641] Re: After start up auto log out after opening an application

2010-12-10 Thread Philip Muškovac
** Project changed: ubuntu-keystroke = null

** Changed in: null
   Status: New = Invalid

** Changed in: null
 Assignee: Fatharrahman Tijany (fatharrahman) = (unassigned)

** Also affects: gdm (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  After start up auto log out after opening an application

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


[Bug 687641] Re: After start up auto log out after opening an application

2010-12-10 Thread Philip Muškovac
** Tags added: maverick ubuntu-une

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

Title:
  After start up auto log out after opening an application

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


[Bug 676162] Re: ubuntu-bug crashes when it cannot read /var/log/kern.log

2010-11-16 Thread Philip Muškovac
Thanks for taking your time to file this bug report. This happens when you try 
to report a bug about evince and you're not in the adm group (user without 
admin rights) since the file permissions for kern.log are:
2662751 148K -rw-r- 1 syslog adm 144K 2010-11-16 18:05 /var/log/kern.log

** Package changed: apport (Ubuntu) = evince (Ubuntu)

** Changed in: evince (Ubuntu)
   Importance: Undecided = Low

** Changed in: evince (Ubuntu)
   Status: New = Confirmed

-- 
ubuntu-bug crashes when it cannot read /var/log/kern.log
https://bugs.launchpad.net/bugs/676162
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 257908] Re: gnome-power-manager ignores unchecked dim on idle while on ac

2010-09-15 Thread Philip Muškovac
Please file a new bug with 'ubuntu-bug gnome-power-manager', thanks!

-- 
gnome-power-manager ignores unchecked dim on idle while on ac
https://bugs.launchpad.net/bugs/257908
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 628703] Re: svg files use low quality preview

2010-09-03 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

apport-collect 628703

This will help us to find and resolve the problem. Bear in mind that you
may need to install the python-launchpadlib package from the universe
repository.  Additionally, when prompted to give apport-collect
permissions for Launchpad you will need to give it at least the ability
to Change Non-Private data as it will be adding information to your
bug report.  Thanks in advance!

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = nautilus (Ubuntu)

** Changed in: nautilus (Ubuntu)
   Status: New = Incomplete

-- 
svg files use low quality preview
https://bugs.launchpad.net/bugs/628703
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 628703] Re: svg files use low quality preview

2010-09-03 Thread Philip Muškovac
** Tags added: lucid

** Changed in: nautilus (Ubuntu)
   Status: Incomplete = New

-- 
svg files use low quality preview
https://bugs.launchpad.net/bugs/628703
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 622702] Re: [maverick regression] Evince crashes when repeatedly doing text selections

2010-08-24 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Please try to obtain a valgrind log following the
instructions at https://wiki.ubuntu.com/Valgrind and attach the file to
the bug report. This will greatly help us in tracking down your problem.

** Tags added: maverick regression-potential

** Package changed: ubuntu = evince (Ubuntu)

** Changed in: evince (Ubuntu)
   Status: New = Incomplete

-- 
[maverick regression] Evince crashes when repeatedly doing text selections
https://bugs.launchpad.net/bugs/622702
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 328040] Re: counter-intuitive behaviuor of Esc when changing display resolution

2010-08-16 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in gnome-control-center.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = gnome-control-center (Ubuntu)

** Tags added: hardy

-- 
counter-intuitive behaviuor of Esc when changing display resolution
https://bugs.launchpad.net/bugs/328040
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 344343] Re: Installation for theme name_of_the_theme failed. Can't move directory over directory

2010-08-16 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in gnome-control-center.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = gnome-control-center (Ubuntu)

-- 
Installation for theme name_of_the_theme failed. Can't move directory over 
directory
https://bugs.launchpad.net/bugs/344343
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 344333] Re: Repotely browsed files open strangly

2010-08-16 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in nautilus. Is this still reproducable in the latest
release?

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = nautilus (Ubuntu)

-- 
Repotely browsed files open strangly
https://bugs.launchpad.net/bugs/344333
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 617296] Re: [maverick] latest update breaks nautilus completely

2010-08-13 Thread Philip Muškovac
Affecting nautilus

** Package changed: ubuntu = nautilus (Ubuntu)

-- 
[maverick] latest update breaks nautilus completely
https://bugs.launchpad.net/bugs/617296
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 617044] Re: gdmsetup unlock screen doesn't show what is done

2010-08-13 Thread Philip Muškovac
Indeed, you can't identify what is supposed to be done with those
priviledges from that window.

** Changed in: gdm (Ubuntu)
   Status: New = Confirmed

-- 
gdmsetup unlock screen doesn't show what is done
https://bugs.launchpad.net/bugs/617044
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 310742] Re: cannot Unlock Users Settings

2010-08-13 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in gnome-system-tools.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = gnome-system-tools (Ubuntu)

-- 
cannot Unlock Users Settings
https://bugs.launchpad.net/bugs/310742
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu.

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


[Bug 615828] Re: [maverick] gnome-power-preferences no longer allows Always show icon

2010-08-10 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in gnome-power-manager.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = gnome-power-manager (Ubuntu)

** Tags added: maverick

-- 
[maverick] gnome-power-preferences no longer allows Always show icon
https://bugs.launchpad.net/bugs/615828
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 615823] Re: [maverick] launching gnome-power-preferences triggers a policykit window for gnome-power-backlight-helper

2010-08-10 Thread Philip Muškovac
** Package changed: ubuntu = gnome-power-manager (Ubuntu)

** Tags added: maverick

-- 
[maverick] launching gnome-power-preferences triggers a policykit window for 
gnome-power-backlight-helper
https://bugs.launchpad.net/bugs/615823
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 615506] Re: Underscore must be a part of the word

2010-08-09 Thread Philip Muškovac
Setting Wishlist on drizzles request. Thanks for finding the upstream
report.

** Changed in: gedit (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: gedit (Ubuntu)
   Status: Confirmed = Triaged

** Tags added: lucid

-- 
Underscore must be a part of the word
https://bugs.launchpad.net/bugs/615506
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

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


[Bug 574212] Re: Nibbles - Unexpected Death

2010-08-09 Thread Philip Muškovac
Patch accepted

 Thomas Andersen   [gnome-games developer]  2010-08-09 23:19:11 UTC

Hey Felix. Thanks a lot for the patch :) And thank you Philip for forwarding it
to the right place.

Ideally bugs/patches like this should just go to gnome bugzilla directly. It
would save us all a lot of work (and I would also not have found your nice
clarification of the patch after I had already reviewed it). I only went to lp
afterwards to look for your email to give proper credit in the commit.

I did not find your email so I'll just commit it now and put your name in the
comment. If you plan to send more patches please consider sending them to
bugzilla directly as git formatted patches. It will save me a lot of trouble
and probably also get your work committed faster... :)

Thanks again.

Committed to master:
http://git.gnome.org/browse/gnome-games/commit/?id=c99525beee74d22c7ebf4d8daa0a70ed1197cd89

** Tags added: patch-accepted-upstream
** Tags removed: patch-forwarded-upstream

-- 
Nibbles - Unexpected Death
https://bugs.launchpad.net/bugs/574212
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 614166] Re: upgrade procedure: karmic -- lucid

2010-08-07 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in deskbar-applet.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Tags added: karmic

** Package changed: ubuntu = deskbar-applet (Ubuntu)

-- 
upgrade procedure: karmic -- lucid
https://bugs.launchpad.net/bugs/614166
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to deskbar-applet in ubuntu.

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


[Bug 613715] Re: Error org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1

2010-08-05 Thread Philip Muškovac
*** This bug is a duplicate of bug 613412 ***
https://bugs.launchpad.net/bugs/613412

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 613412, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 613412
   packagekit in maverick causes error in apt operations

-- 
Error org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with 
unknown return code 1
https://bugs.launchpad.net/bugs/613715
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 543948] Re: unuseful categories upon rhythmbox report a problem

2010-08-02 Thread Philip Muškovac
The ui is constructed by the rhythmbox package hook which isn't part of
apport.

** Project changed: apport = null

** Changed in: null
   Status: New = Invalid

** Also affects: rhythmbox (Ubuntu)
   Importance: Undecided
   Status: New

-- 
unuseful categories upon rhythmbox report a problem
https://bugs.launchpad.net/bugs/543948
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 174809] Re: Nautilus using more and more memory (depending on the system up-time)

2010-07-25 Thread Philip Muškovac
** Tags added: jaunty karmic maverick

-- 
Nautilus using more and more memory (depending on the system up-time)
https://bugs.launchpad.net/bugs/174809
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 607437] Re: the grid on desktop is much too fine

2010-07-20 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in nautilus.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = nautilus (Ubuntu)

-- 
the grid on desktop is much too fine
https://bugs.launchpad.net/bugs/607437
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 607437] Re: the grid on desktop is much too fine

2010-07-20 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

apport-collect 607437

This will help us to find and resolve the problem. Bear in mind that you
may need to install the python-launchpadlib package from the universe
repository.  Additionally, when prompted to give apport-collect
permissions for Launchpad you will need to give it at least the ability
to Change Non-Private data as it will be adding information to your
bug report.  Thanks in advance!

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: nautilus (Ubuntu)
   Status: New = Incomplete

-- 
the grid on desktop is much too fine
https://bugs.launchpad.net/bugs/607437
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 414107] Re: Palimpsest GUI impossible to use on small screen

2010-07-20 Thread Philip Muškovac
Changing tag as the patch was sent upstream.

** Tags added: patch-forwarded-upstream
** Tags removed: patch

-- 
Palimpsest GUI impossible to use on small screen
https://bugs.launchpad.net/bugs/414107
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu.

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


[Bug 574212] Re: Nibbles - Unexpected Death

2010-07-17 Thread Philip Muškovac
Patch attached to the upstream bug.

** Tags added: patch-forwarded-upstream
** Tags removed: patch

-- 
Nibbles - Unexpected Death
https://bugs.launchpad.net/bugs/574212
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 606357] Re: connect to server

2010-07-16 Thread Philip Muškovac
This should go to nautilus then.

** Changed in: ubuntu
   Status: Incomplete = New

** Package changed: ubuntu = nautilus (Ubuntu)

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

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


[Bug 605759] Re: apport-gtk crashed with ImportError in module()

2010-07-15 Thread Philip Muškovac
 ImportError: libgirepository-1.0.so.0: cannot open shared object file:
No such file or directory

This is odd, what does 
apt-cache policy libgirepository1.0-0
tell you?

** Package changed: apport (Ubuntu) = pygobject (Ubuntu)

** Changed in: pygobject (Ubuntu)
   Status: New = Incomplete

-- 
apport-gtk crashed with ImportError in module()
https://bugs.launchpad.net/bugs/605759
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygobject in ubuntu.

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


[Bug 605759] Re: apport-gtk crashed with ImportError in module()

2010-07-15 Thread Philip Muškovac
This would be a bug in the ppa package then, please contact the ppa
owner. (Maybe something needs to be rebuilt?)

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

-- 
apport-gtk crashed with ImportError in module()
https://bugs.launchpad.net/bugs/605759
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygobject in ubuntu.

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


[Bug 384568] Re: Show progress of single file operation in title bar

2010-07-14 Thread Philip Muškovac
Switching upstream bug as it was a duplicate.

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

** Changed in: nautilus
   Status: New = Unknown

** Changed in: nautilus
 Remote watch: GNOME Bug Tracker #590071 = GNOME Bug Tracker #584530

-- 
Show progress of single file operation in title bar
https://bugs.launchpad.net/bugs/384568
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 201470] Re: Should be a way to mount silently (no desktop icon, no window opening)

2010-07-11 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in nautilus.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = nautilus (Ubuntu)

** Tags added: hardy

-- 
Should be a way to mount silently (no desktop icon, no window opening)
https://bugs.launchpad.net/bugs/201470
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 155287] Re: [gutsy] gnome menu not editable

2010-07-10 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in alacarte.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = alacarte (Ubuntu)

-- 
[gutsy] gnome menu not editable
https://bugs.launchpad.net/bugs/155287
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to alacarte in ubuntu.

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


[Bug 569723] Re: Drives with a size greater than 1024 GB are still displayed with GB instead of TB

2010-07-08 Thread Philip Muškovac
Thanks for the follow up.

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

-- 
Drives with a size greater than 1024 GB are still displayed with GB instead of 
TB
https://bugs.launchpad.net/bugs/569723
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 589076] Re: Nautilus Segmentation Fault 0x010719a5 in IA__gtk_range_set_value

2010-06-03 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in nautilus.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = nautilus (Ubuntu)

-- 
Nautilus Segmentation Fault 0x010719a5 in IA__gtk_range_set_value
https://bugs.launchpad.net/bugs/589076
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 92127] Re: SVG images look blurry when zoomed in

2010-05-08 Thread Philip Muškovac
** Tags removed: patch

-- 
SVG images look blurry when zoomed in
https://bugs.launchpad.net/bugs/92127
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 575528] Re: when I signed switch user and then login, black screen will happen, and then I must reboot the computer

2010-05-08 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in gdm.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Tags added: lucid

** Package changed: ubuntu = gdm (Ubuntu)

-- 
when I signed switch user and then login, black screen will happen, and then 
I must reboot the computer
https://bugs.launchpad.net/bugs/575528
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 460708] Re: suspends automatically when unplugged from AC power

2010-05-08 Thread Philip Muškovac
** This bug is no longer a duplicate of bug 545738
   package PACKAGE failed to install/upgrade: error writing to 'standard 
output': No such file or directory

-- 
suspends automatically when unplugged from AC power
https://bugs.launchpad.net/bugs/460708
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 441714] Re: mysterious here \n end) on the gnome desktop as a name for a working usb storage device

2010-05-06 Thread Philip Muškovac
Not a bug in ubuntu-meta. Reassigning to the Desktop.

** Package changed: ubuntu-meta (Ubuntu) = nautilus (Ubuntu)

-- 
mysterious here \n end) on the gnome desktop as a name for a working usb 
storage device
https://bugs.launchpad.net/bugs/441714
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 92127] Re: SVG images look blurry when zoomed in

2010-05-04 Thread Philip Muškovac
Tagging as fixed upstream an unsubscribing reviewers.

** Tags added: patch-accepted-upstream

-- 
SVG images look blurry when zoomed in
https://bugs.launchpad.net/bugs/92127
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 474952] Re: sound unmuted after resume from suspend

2010-05-04 Thread Philip Muškovac
@Jan-Philipp: where did the fix get committed?

-- 
sound unmuted after resume from suspend
https://bugs.launchpad.net/bugs/474952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 370619] Re: Wishlist: Display visual feedback for xkbd layout change using notify-osd

2010-04-25 Thread Philip Muškovac
Setting correct package and setting triaged as this is already being
worked on upstream.

** Package changed: ubuntu-meta (Ubuntu) = gnome-settings-daemon
(Ubuntu)

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = Triaged

-- 
Wishlist: Display visual feedback for xkbd layout change using notify-osd
https://bugs.launchpad.net/bugs/370619
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 569330] Re: gnome icon theme is old

2010-04-24 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in gnome-icon-theme.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = gnome-icon-theme (Ubuntu)

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

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


[Bug 567408] Re: Ctrl+a shortcut in find box selects all text in document

2010-04-22 Thread Philip Muškovac
Thanks for reporting this upstream too.

** Changed in: evince (Ubuntu)
   Importance: Undecided = Low

** Changed in: evince (Ubuntu)
   Status: New = Triaged

-- 
Ctrl+a shortcut in find box selects all text in document
https://bugs.launchpad.net/bugs/567408
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 556085] Re: software-center crashed with SIGSEGV in gtk_paint_flat_box()

2010-04-15 Thread Philip Muškovac
Looking at the Stacktrace this seems to be a crash in PyGTK.

** Package changed: software-center (Ubuntu) = pygtk (Ubuntu)

-- 
software-center crashed with SIGSEGV in gtk_paint_flat_box()
https://bugs.launchpad.net/bugs/556085
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 550836] Re: [LUCID] gnome-appearance-properties crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2010-04-01 Thread Philip Muškovac
*** This bug is a duplicate of bug 552132 ***
https://bugs.launchpad.net/bugs/552132

** This bug has been marked a duplicate of bug 552132
   gnome-appearance-properties crashed with SIGSEGV in 
g_cclosure_marshal_VOID__VOID()

-- 
[LUCID] gnome-appearance-properties crashed with SIGSEGV in 
g_cclosure_marshal_VOID__VOID()
https://bugs.launchpad.net/bugs/550836
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 552552] Re: gnome-appearance-properties crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2010-03-31 Thread Philip Muškovac
** Visibility changed to: Public

-- 
gnome-appearance-properties crashed with SIGSEGV in 
g_cclosure_marshal_VOID__VOID()
https://bugs.launchpad.net/bugs/552552
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 401944] Re: all power state changes cause suspend on acer aspire one

2010-03-27 Thread Philip Muškovac
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

** Tags added: karmic

-- 
all power state changes cause suspend on acer aspire one
https://bugs.launchpad.net/bugs/401944
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 549641] Re: reboot

2010-03-27 Thread Philip Muškovac
*** This bug is a duplicate of bug 549640 ***
https://bugs.launchpad.net/bugs/549640

** This bug has been marked a duplicate of bug 549640
   reboot

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

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


[Bug 549130] Re: gnome-panel crashed with SIGSEGV in ORBit_c_stub_invoke()

2010-03-27 Thread Philip Muškovac
*** This bug is a duplicate of bug 548898 ***
https://bugs.launchpad.net/bugs/548898

** Visibility changed to: Private

-- 
gnome-panel crashed with SIGSEGV in ORBit_c_stub_invoke()
https://bugs.launchpad.net/bugs/549130
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 401944] Re: all power state changes cause suspend on acer aspire one

2010-03-27 Thread Philip Muškovac
** Changed in: gnome-power-manager (Ubuntu)
   Status: Incomplete = New

-- 
all power state changes cause suspend on acer aspire one
https://bugs.launchpad.net/bugs/401944
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 535097] Re: Power Manager Brightness not clickable

2010-03-26 Thread Philip Muškovac
Bug known upstream so setting Triaged.

** Changed in: gnome-power-manager (Ubuntu)
   Status: Confirmed = Triaged

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 547251] [NEW] package libpango1.0-dev 1.26.2-1 failed to install/upgrade: trying to overwrite '/usr/share/gir-1.0/Pango-1.0.gir', which is also in package gobject-introspection-repository 0:0.6.5

2010-03-25 Thread Philip Muškovac
Public bug reported:

$ apt-cache policy gobject-introspection-repository
gobject-introspection-repository:
  Installed: 0.6.5-0ubuntu1
  Candidate: 0.6.5-0ubuntu1
  Version table:
 *** 0.6.5-0ubuntu1 0
 50 http://de.archive.ubuntu.com/ubuntu/ karmic/main Packages
100 /var/lib/dpkg/status

karmic leftover...

ProblemType: Package
Architecture: amd64
Date: Wed Mar 24 23:51:41 2010
DistroRelease: Ubuntu 10.04
ErrorMessage: trying to overwrite '/usr/share/gir-1.0/Pango-1.0.gir', which is 
also in package gobject-introspection-repository 0:0.6.5-0ubuntu1
NonfreeKernelModules: nvidia
Package: libpango1.0-dev 1.26.2-1
ProcVersionSignature: Ubuntu 2.6.32-16.25-server
SourcePackage: pango1.0
Title: package libpango1.0-dev 1.26.2-1 failed to install/upgrade: trying to 
overwrite '/usr/share/gir-1.0/Pango-1.0.gir', which is also in package 
gobject-introspection-repository 0:0.6.5-0ubuntu1
Uname: Linux 2.6.32-16-server x86_64

** Affects: pango1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

-- 
package libpango1.0-dev 1.26.2-1 failed to install/upgrade: trying to overwrite 
'/usr/share/gir-1.0/Pango-1.0.gir', which is also in package 
gobject-introspection-repository 0:0.6.5-0ubuntu1
https://bugs.launchpad.net/bugs/547251
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pango1.0 in ubuntu.

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


[Bug 547251] Re: package libpango1.0-dev 1.26.2-1 failed to install/upgrade: trying to overwrite '/usr/share/gir-1.0/Pango-1.0.gir', which is also in package gobject-introspection-repository 0:0.6.5-0

2010-03-25 Thread Philip Muškovac

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/41991984/AptOrdering.txt

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

** Attachment added: Df.txt
   http://launchpadlibrarian.net/41991986/Df.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/41991987/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/41991988/DpkgTerminalLog.gz

-- 
package libpango1.0-dev 1.26.2-1 failed to install/upgrade: trying to overwrite 
'/usr/share/gir-1.0/Pango-1.0.gir', which is also in package 
gobject-introspection-repository 0:0.6.5-0ubuntu1
https://bugs.launchpad.net/bugs/547251
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pango1.0 in ubuntu.

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


[Bug 548358] Re: Screenshot option shows error while listening to music

2010-03-25 Thread Philip Muškovac
Setting Triaged/Low at bbordwells request.

** Changed in: totem (Ubuntu)
   Importance: Undecided = Low

** Changed in: totem (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: totem (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

** Changed in: totem (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Screenshot option shows error while listening to music
https://bugs.launchpad.net/bugs/548358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 545996] Re: very slow copy by nautilus-(normal by cp!)

2010-03-25 Thread Philip Muškovac
** Changed in: ubuntu
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
very slow copy by nautilus-(normal by cp!)
https://bugs.launchpad.net/bugs/545996
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 539216] Re: Lights Off crashes

2010-03-15 Thread Philip Muškovac
** Tags added: lucid

-- 
Lights Off crashes
https://bugs.launchpad.net/bugs/539216
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 538327] Re: file management preferences does not fit 800x600 screens

2010-03-13 Thread Philip Muškovac
Setting Triaged/Medium on Jasons request

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Medium

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Triaged

-- 
file management preferences does not fit 800x600 screens
https://bugs.launchpad.net/bugs/538327
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 528954] Re: Computer is Logging off automatically

2010-02-27 Thread Philip Muškovac
** Package changed: ubuntu = gdm (Ubuntu)

-- 
Computer is Logging off automatically
https://bugs.launchpad.net/bugs/528954
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 523631] Re: Softlink arrow icons too large on small images' thumbnails

2010-02-24 Thread Philip Muškovac
** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Softlink arrow icons too large on small images' thumbnails
https://bugs.launchpad.net/bugs/523631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 523631] Re: Softlink arrow icons too large on small images' thumbnails

2010-02-24 Thread Philip Muškovac
Thanks malev.

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Triaged

-- 
Softlink arrow icons too large on small images' thumbnails
https://bugs.launchpad.net/bugs/523631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 521014] Re: trying to backup home folder causes permission error

2010-02-13 Thread Philip Muškovac
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in nautilus.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = nautilus (Ubuntu)

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
trying to backup home folder causes permission error
https://bugs.launchpad.net/bugs/521014
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


  1   2   >