[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#766701: gnome-orca: Conf files



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.0            1.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.0            3.4.9-2
ii  gsettings-desktop-schemas  3.14.0-1
ii  python3                    3.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-pyatspi            2.14.0+dfsg-1
ii  python3-speechd            0.8-6
pn  python3:any                <none>
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

Reply to: