Bug#766701: gnome-orca: Conf files

2014-10-27 Thread Mario Lang
Jean-Philippe MENGUAL te...@accelibreinfo.eu writes:

 Package: gnome-orca
 Version: 3.14.0-1
 Followup-For: Bug #766701

 Dear Maintainer,

 Here are 3 files:
 Pidgin.conf and pidgin.py (in app-settings), from orca 3.12-1.
 Pidginupdate.conf, which is the Pidgin.conf with Orca 3.14. (pidgin.py 
 missing)

Jean-Philippe,

I am sorry, but this bug report is absolutely useless.
The title does not describe what it is about.
And the text of the initial mail is not understandable to me.

Please, you're part of our community for many many years now.
Finally, LEARN how to write proper bug reports.

-- 
CYa,
  ⡍⠁⠗⠊⠕


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#766701: gnome-orca: Conf files

2014-10-24 Thread Jean-Philippe MENGUAL
Package: gnome-orca
Version: 3.14.0-1
Followup-For: Bug #766701

Dear Maintainer,

Here are 3 files:
Pidgin.conf and pidgin.py (in app-settings), from orca 3.12-1.
Pidginupdate.conf, which is the Pidgin.conf with Orca 3.14. (pidgin.py missing)


Regards

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-orca depends on:
ii  gir1.2-glib-2.01.42.0-2
ii  gir1.2-gtk-3.0 3.14.3-1
ii  gir1.2-pango-1.0   1.36.8-2
ii  gir1.2-wnck-3.03.4.9-2
ii  gsettings-desktop-schemas  3.14.0-1
ii  python33.4.2-1
ii  python3-brlapi 5.0-3
ii  python3-cairo  1.10.0+dfsg-4+b1
ii  python3-gi 3.14.0-1
ii  python3-louis  2.5.3-3
ii  python3-pyatspi2.14.0+dfsg-1
ii  python3-speechd0.8-6
pn  python3:anynone
ii  speech-dispatcher  0.8-6

Versions of packages gnome-orca recommends:
ii  libgail-common  2.24.25-1
ii  xbrlapi 5.0-3

gnome-orca suggests no packages.

-- no debconf information
{
profiles: {
default: {
general: {
chatMessageVerbosity: 2,
chatAnnounceBuddyTyping: true,
chatRoomHistories: true
},
pronunciations: {},
keybindings: {}
}
}
}{
profiles: {
default: {
pronunciations: {},
keybindings: {},
general: {
useColorNames: true,
findResultsVerbosity: 2,
caretNavTriggersFocusMode: true,
chatAnnounceBuddyTyping: true,
speakSpreadsheetCoordinates: true,
structuralNavigationEnabled: true,
layoutMode: true,
chatMessageVerbosity: 2,
structNavTriggersFocusMode: true,
findResultsMinimumLength: 0.0,
chatRoomHistories: true
}
}
}
}# -*- coding: utf-8 -*-
# pidgin.py - custom Orca application settings
# Generated by orca.  DO NOT EDIT THIS FILE!!!
# If you want permanent customizations that will not
# be overwritten, edit pidgin-customizations.py.
#
import importlib
import orca.settings
import orca.acss


# Set up a user key-bindings profile
#
def overrideAppKeyBindings(script, keyB):
   return keyB


# User customized application specific pronunciation dictionary settings
#
import orca.pronunciation_dict

def overridePronunciations(script, pronunciations):
return pronunciations

orca.settings.overridePronunciations = overridePronunciations

orca.settings.chatSpeakRoomName = False
orca.settings.chatAnnounceBuddyTyping = True
orca.settings.chatRoomHistories = False

orca.settings.chatMessageVerbosity = orca.settings.CHAT_SPEAK_ALL_IF_FOCUSED

try:
importlib.import_module(app-settings.pidgin-customizations)
except ImportError:
pass