[Desktop-packages] [Bug 1246734] Re: [Gimp] Save/Export only works in HUD, not in file dialog

2014-02-10 Thread John McCabe-Dansted
This seems to be caused by the appmenu Bug #1263205

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

Title:
  [Gimp] Save/Export only works in HUD, not in file dialog

Status in “gimp” package in Ubuntu:
  Confirmed

Bug description:
  I cannot save or export files anymore in Gimp. In the file dialog the
  corresponding option (Save, Save as..., Save as copy..., Export,
  Export to) are all greyed out and cannot be clicked - see attachment.

  What I want to do:
  - File  New
  - File  Save #This option as well as any other save/export option is greyed 
out

  What I do instead:
  - Press Alt key #Opens HUD
  - Type Save or Export
  - Press Enter
  - Corresponding Dialog opens
  - Action is performed as usual

  __
  Ubuntu 13.10
  gimp 2.8.6-1ubuntu1

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

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


[Desktop-packages] [Bug 900324] Re: apparmor profile provides too much access

2012-08-03 Thread John McCabe-Dansted
Unfortunately, evince needs access to the X server. Since apparmor
doesn't yet support XACE or equivalent this means that evince can still
launch keylogging and keyspoofing attacks. I think our first priority
should be stopping evince from sending keypresses to a terminal in the
background (which is is on the roadmap for apparmor I understand). Once
we do that we can think about fixing this bug right, e.g. using the
LD_PRELOAD trick Plash uses to replace the GTK file/open save dialog box
with one that passes the rights to the file the user selects (and only
the file the user selects).

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

Title:
  apparmor profile provides too much access

Status in “evince” package in Ubuntu:
  Won't Fix

Bug description:
  Hi,

  evince comes with apparmor profiles.

  
  1) The profiles are incomplete/outdated. Kernel keeps complaining because 
evince tries to read from udev which has been moved to /run/udev by some ubuntu 
berserks: 

  Dec  5 16:10:19 sodom kernel: [24711.331270] type=1400
  audit(1323097819.959:148): apparmor=DENIED operation=open
  parent=22723 profile=/usr/bin/evince name=/run/udev/data/b253:6
  pid=23251 comm=evince requested_mask=r denied_mask=r fsuid=1000
  ouid=0

  
  2) The profiles are mostly useless because the open almost everything for 
read/write anyway, e.g. 

@{HOME}/** rw,

  
  What's the point in having a apparmor profile if it opens all doors? The idea 
of apparmor is to restrict particular access, not to open everything to make it 
run like without an apparmor profile. 

  BTW, the file design is poor. The master profile should contain only
  what evince needs to run (like /usr/lib... and such things) and not
  intermix with the files to read or write for working. These options
  should be put into a separate file to allow the admin to modify it to
  local needs without breaking the upgrade process for the main part of
  the profile.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evince-common 3.2.1-0ubuntu2
  ProcVersionSignature: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/proc/version_signature'
  Uname: Linux 3.2.0-030200rc2-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Dec  5 16:14:31 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/tcsh
  SourcePackage: evince
  UpgradeStatus: Upgraded to oneiric on 2011-10-29 (36 days ago)

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

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


[Desktop-packages] [Bug 1022962] [NEW] LXDE: Show Containing Folder button failed to execute err

2012-07-10 Thread John McCabe-Dansted
Public bug reported:

In Ubuntu 12.04 LTS I get the following error whenever I use the File-Open 
Containing Folder feature.
  Could not open the containing folder.
  Failed to execute child process pcmanfm (Permission denied)

This is precisely bug #864992, but for LXDE instead of Gnome.

 The problem is fixed for LXDE (and presumably KDE and XFCE) by
replacing /usr/bin/nautilus Cx - sanitized_helper with  the following
to /etc/apparmor.d/usr.bin.evince

  /usr/bin/nautilus Cx - sanitized_helper, #Gnome File Manager
  /usr/bin/pcmanfm Cx - sanitized_helper,  #LXDE File Manager
  /usr/bin/krusader Cx - sanitized_helper, #KDE File Manager
  /usr/bin/thunar Cx - sanitized_helper,   #XFCE File Manager

(and then running: sudo /etc/init.d/apparmor reload)

As with bug #864992 the chance of a regression is low, and it should not
increase the attack surface in the slightest unless pcmanfm, krusader or
thunar were installed (they wouldn't exist in a default Ubuntu install,
unless the user manually installed them, in which case the user probably
wants to be allowed to use them).

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: evince-common 3.4.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic i686
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Tue Jul 10 20:40:45 2012
InstallationMedia: Lubuntu 12.04 Precise Pangolin - Release i386 (20120423)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 LANGUAGE=en_AU:en
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.apparmor.d.usr.bin.evince: 2012-07-10T20:40:30.549025

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


** Tags: apparmor apport-bug i386 precise

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

Title:
  LXDE: Show Containing Folder button failed to execute err

Status in “evince” package in Ubuntu:
  New

Bug description:
  In Ubuntu 12.04 LTS I get the following error whenever I use the File-Open 
Containing Folder feature.
Could not open the containing folder.
Failed to execute child process pcmanfm (Permission denied)

  This is precisely bug #864992, but for LXDE instead of Gnome.

   The problem is fixed for LXDE (and presumably KDE and XFCE) by
  replacing /usr/bin/nautilus Cx - sanitized_helper with  the
  following to /etc/apparmor.d/usr.bin.evince

/usr/bin/nautilus Cx - sanitized_helper, #Gnome File Manager
/usr/bin/pcmanfm Cx - sanitized_helper,  #LXDE File Manager
/usr/bin/krusader Cx - sanitized_helper, #KDE File Manager
/usr/bin/thunar Cx - sanitized_helper,   #XFCE File Manager

  (and then running: sudo /etc/init.d/apparmor reload)

  As with bug #864992 the chance of a regression is low, and it should
  not increase the attack surface in the slightest unless pcmanfm,
  krusader or thunar were installed (they wouldn't exist in a default
  Ubuntu install, unless the user manually installed them, in which case
  the user probably wants to be allowed to use them).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: evince-common 3.4.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic i686
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  Date: Tue Jul 10 20:40:45 2012
  InstallationMedia: Lubuntu 12.04 Precise Pangolin - Release i386 (20120423)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_AU.UTF-8
   LANGUAGE=en_AU:en
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.apparmor.d.usr.bin.evince: 2012-07-10T20:40:30.549025

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

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


[Desktop-packages] [Bug 1022962] Re: LXDE: Show Containing Folder button failed to execute err

2012-07-10 Thread John McCabe-Dansted
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1022962

Title:
  LXDE: Show Containing Folder button failed to execute err

Status in “evince” package in Ubuntu:
  New

Bug description:
  In Ubuntu 12.04 LTS I get the following error whenever I use the File-Open 
Containing Folder feature.
Could not open the containing folder.
Failed to execute child process pcmanfm (Permission denied)

  This is precisely bug #864992, but for LXDE instead of Gnome.

   The problem is fixed for LXDE (and presumably KDE and XFCE) by
  replacing /usr/bin/nautilus Cx - sanitized_helper with  the
  following to /etc/apparmor.d/usr.bin.evince

/usr/bin/nautilus Cx - sanitized_helper, #Gnome File Manager
/usr/bin/pcmanfm Cx - sanitized_helper,  #LXDE File Manager
/usr/bin/krusader Cx - sanitized_helper, #KDE File Manager
/usr/bin/thunar Cx - sanitized_helper,   #XFCE File Manager

  (and then running: sudo /etc/init.d/apparmor reload)

  As with bug #864992 the chance of a regression is low, and it should
  not increase the attack surface in the slightest unless pcmanfm,
  krusader or thunar were installed (they wouldn't exist in a default
  Ubuntu install, unless the user manually installed them, in which case
  the user probably wants to be allowed to use them).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: evince-common 3.4.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic i686
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  Date: Tue Jul 10 20:40:45 2012
  InstallationMedia: Lubuntu 12.04 Precise Pangolin - Release i386 (20120423)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_AU.UTF-8
   LANGUAGE=en_AU:en
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.apparmor.d.usr.bin.evince: 2012-07-10T20:40:30.549025

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

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


[Desktop-packages] [Bug 972198] Re: I cannot cannot choose a download server

2012-04-03 Thread John McCabe-Dansted
** Attachment added: Screenshot from 2012-04-03 07:34:04.png
   
https://bugs.launchpad.net/bugs/972198/+attachment/2994360/+files/Screenshot%20from%202012-04-03%2007%3A34%3A04.png

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

Title:
  I cannot cannot choose a download server

Status in “software-center” package in Ubuntu:
  New

Bug description:
  I open the Choose a Download Server window in the Ubuntu Software
  Center (12.04 beta 2, x64). I then click on Australia expecting an
  ftp.iinet.net.au option to appear but nothing happens except
  highlighting the Australia option. The Choose Server button in the
  lower right corner remains greyed out.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.13.2
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.312
  Date: Tue Apr  3 07:33:23 2012
  LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 949813] Re: nm-applet crashed with SIGSEGV in quark_strdup()

2012-04-02 Thread John McCabe-Dansted
Well it now works with the x64 version of beta2 at least.

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

Title:
  nm-applet crashed with SIGSEGV in quark_strdup()

Status in “network-manager-applet” package in Ubuntu:
  Incomplete

Bug description:
  This occurred with a
Network controller: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01)
  as my wireless card. Ubuntu 12.04 still cannot detect wireless networks with 
this card, so I thought I'd try connecting to a hidden wireless network. Every 
time I try to connect to a hidden wireless network, I get this SIGSEGV. The 
laptop is a Lenovo E420 ThinkPad.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.2.0+git.20120126t000800.5151959-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic-pae 3.2.6
  Uname: Linux 3.2.0-17-generic-pae i686
  NonfreeKernelModules: wl
  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  CasperVersion: 1.305
  Date: Thu Mar  8 17:58:07 2012
  ExecutablePath: /usr/bin/nm-applet
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IpRoute:
   
  LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120301)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcCmdline: nm-applet
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xb6f58fb4 g_datalist_id_set_data_full+356:  mov
0x0(%ebp),%ecx
   PC (0xb6f58fb4) ok
   source 0x0(%ebp) (0xaaa8) not located in a known VMA region (needed 
readable region)!
   destination %ecx ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: network-manager-applet
  StacktraceTop:
   g_datalist_id_set_data_full () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/libnm-gtk.so.0
  Title: nm-applet crashed with SIGSEGV in g_datalist_id_set_data_full()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  nmcli-con:
   ** WARNING **: handle_property_changed: failed to update property 
'active-connections' of object type NMClient.
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 155467a98-69ef-4f6f-9fbc-9e13caadc860   
802-3-ethernet1331229182   Thu 08 Mar 2012 05:53:02 PM UTCyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   ** WARNING **: handle_property_changed: failed to update property 
'active-connections' of object type NMClient.
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   unavailable   
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   ** WARNING **: handle_property_changed: failed to update property 
'active-connections' of object type NMClient.
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.3.0disconnectedenabled   enabled 
disabled   enabled enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/949813/+subscriptions

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