Bug#951556: RFP: git-mount -- Mount a specific revision of a git repo as FUSE filesystem

2020-02-17 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: git-mount
  Version : 0.0.01
  Upstream Author : George Shank
* URL : https://github.com/taterbase/git-mount
* License : MIT
  Programming Lang: Go
  Description : Mount a specific revision of a git repo as FUSE filesystem

git-mount let's you mount your repo as a filesystem based on a revision.
If only one argument is passed in git-mount treats that argument as a treeish. 
Based on your current location in the repo it will mount all files and folders 
from that level and deeper. git-mount will only ever descend files, never 
ascend, so if you are in folder foo and folder foo is the top level of th repo 
the whole repo will be mounted. If you go into foo/bar and call git-mount 
{treeish} then only bar and its descendants will be mounted.



Bug#951555: RFP: gitfs -- Version controlled file system

2020-02-17 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: gitfs
  Version : 0.5.3
  Upstream Author : Vlad Temian 
* URL : https://www.presslabs.com/code/gitfs/
* License : Apache-2.0
  Programming Lang: Python
  Description : Version controlled file system

gitfs is a FUSE file system that fully integrates with git. You can mount a 
remote repository's branch locally, and any subsequent changes made to the 
files will be automatically committed to the remote.

gitfs was developed by the awesome engineering team at Presslabs, a Managed 
WordPress Hosting provider.
What's its purpose?

gitfs was designed to bring the full powers of git to everyone, no matter how 
little they know about versioning. A user can mount any repository and all 
their changes will be automatically converted into commits. gitfs will also 
expose the history of the branch you're currently working on by simulating 
snapshots of every commit.

gitfs is useful in places where you want to keep track of all your files, but 
at the same time you don't have the possibility of organizing everything into 
commits yourself. A FUSE filesystem for git repositories, with local cache.

Features

Automatically commits changes: create, delete, update files and their 
metadata
Browse through working index and commit history
Merges with upstream by automatically accepting local changes
Caching commits reduces the memory footprint and speeds up navigation
Reduces the number of pushes by batching commits



Bug#951554: RFP: latte-integrale -- Lattice point Enumeration is a computer software dedicated to the problems of counting lattice points and integration inside convex polytopes.

2020-02-17 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: latte-integrale
  Version : 1.7.5
  Upstream Author : Matthias Köppe 
* URL : https://www.math.ucdavis.edu/~latte/
* License : GPL
  Programming Lang: C++
  Description : Lattice point Enumeration is a computer software dedicated 
to the problems of counting lattice points and integration inside convex 
polytopes.

This is LattE integrale, the official new version of LattE.

In addition to the traditional LattE function of counting lattice
points in polytopes by variants of Barvinok's algorithm, LattE
integrale can also compute volumes and integrate polynomial functions
over polytopes.  It supersedes LattE macchiato, an improved version of 
LattE.


Bug#951553: RFP: qepcad -- Quantifier Elimination by Partial Cylindrical Algebraic Decomposition

2020-02-17 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: qepcad
  Version : B 1.72
  Upstream Author : Christopher W Brown 
* URL : https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html
* License : BSD, MIT
  Programming Lang: C
  Description : Quantifier Elimination by Partial Cylindrical Algebraic 
Decomposition

QEPCAD is an implementation of quantifier elimination by partial cylindrical 
algebraic decomposition due orginally to Hoon Hong, and subsequently added on 
to by many others. It is an interactive command-line program written in C/C++, 
and based on the SACLIB library. Presented here is QEPCAD B version 1.x, the 
"B" designating a substantial departure from the original QEPCAD and 
distinguishing it from any development of the original that may proceed in a 
different direction. QEPCAD and the SACLIB library are the result of a program 
of research by George Collins and his PhD students that has spanned several 
decades ... and continues still!

I extended and improved QEPCAD for several years. Improvements that didn't 
involve changes to the way the program interacted with the user I'd just go 
ahead and make. However, changes that affected the interaction of QEPCAD and 
the user, or changes that added new features were "tacked on" to the program, 
requiring the user to know about extra commands. Moreover, there was no 
cannonical source for QEPCAD distribution or documentation, and no internet 
accessible source at all. This branch of QEPCAD, QEPCAD "B", was introduced to 
address those problems - to make QEPCAD easily accessable through the internet, 
to provide good documentation, and to incorporate many improvements and 
extensions in a way that makes them most accessible to the user. 



Bug#951552: RFP: aldor -- The Aldor Programming Language

2020-02-17 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: aldor
  Version : 1.2.0
  Upstream Author : Pippijn van Steenhoven 
* URL : http://pippijn.github.io/aldor/
* License : Apache-2.0
  Programming Lang: C
  Description : The Aldor Programming Language

Compiler and libraries for the Aldor Programming Language
The Aldor Programming Language is the successor of A# as the extension
language of the Axiom computer algebra system.
The Aldor language combines imperative, functional, and object-oriented
features. It has an elaborate dependent type system, allowing types to be used
as first-class values. Aldor's syntax is heavily influenced by Pascal, but it
is optionally indentation-sensitive, like Python. In its current
implementation, it is compiled, but an interactive listener is provided.



Bug#951094: RFP: tides -- Taylor series Integrator for Differential EquationS

2020-02-10 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: tides
  Version : 2.0
  Upstream Author : A. Abad, R. Barrio
* URL : https://sourceforge.net/projects/tidesodes/
* License : GPLv3
  Programming Lang: C, fortran
  Description : Taylor series Integrator for Differential EquationS

TIDES permits to integrate numerically ODE problems with double or multiple 
precision (using MPFR, and GMP libraries), that means that you can solve ODE 
problems up to any precision level in a reasonable computer time.
TIDES may solve directly sensitivity equations with respect to initial 
conditions or parameters up to any any order.
TIDES integrates by using the Taylor Series method with an optimized 
variable-stepsize and variable-order formulation, and extended formulas for 
variational equations.
The software has been done to be extremely easy to use: with MathTIDES we 
write, in a natural way, the ODE and their parameters, together with the 
parameters of the integration. Then, MathTIDES writes the C (Fortran) code, 
that, compiled and linked with libTIDES, integrates the ODE.
The derivatives and partial derivatives are obtained by using Automatic 
Differentiation (AD) techniques.
MathTIDES writes automatically the code to compute partial derivatives of the 
solution of the ODE with respect to any variable or parameter (using AD and 
avoiding the use of any variational equation or sensitivity with respect to the 
parameters).
TIDES may detect events of ODEs, i. e. points where a function of the solution 
of the ODE satisfies an event function, like it becomes zero or reaches an 
extremum.



Bug#951092: RFP: topcom -- TOPCOM is a package for computing Triangulations Of Point Configurations and Oriented Matroids.

2020-02-10 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: topcom
  Version : 0.17.8
  Upstream Author : Joerg Rambau 
* URL : http://www.rambau.wm.uni-bayreuth.de/TOPCOM/
* License : GPL
  Programming Lang: C++
  Description : TOPCOM is a package for computing Triangulations Of Point 
Configurations and Oriented Matroids.

It was very much inspired by the maple program PUNTOS, which was written by 
Jesus de Loera. TOPCOM is entirely written in C++, so there is a significant 
speed up compared to PUNTOS.



Bug#951027: RFP: r-cran-glmm -- Generalized Linear Mixed Models via Monte Carlo Likelihood Approximation

2020-02-09 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: r-cran-glmm
  Version : 1.3.0
  Upstream Author : Christina Knudson 
* URL : https://cran.r-project.org/package=glmm
* License : GPL-2
  Programming Lang: R
  Description : Generalized Linear Mixed Models via Monte Carlo Likelihood 
Approximation

Approximates the likelihood of a generalized linear mixed model using Monte 
Carlo likelihood approximation. Then maximizes the likelihood approximation to 
return maximum likelihood estimates, observed Fisher information, and other 
model information.



Bug#950907: RFP: git-repo-updater -- A console script that allows you to easily update multiple git repositories at once

2020-02-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: github-earwig-git-repo-updater
  Version : 0.5.1
  Upstream Author : Ben Kurtovic 
* URL : https://github.com/earwig/git-repo-updater
* License : MIT
  Programming Lang: Python
  Description : A console script that allows you to easily update multiple 
git repositories at once

gitup (the git-repo-updater)

gitup is a tool for updating multiple git repositories at once. It is smart 
enough to handle several remotes, dirty working directories, diverged local 
branches, detached HEADs, and more. It was originally created to manage a large 
collection of projects and deal with sporadic internet access.

gitup should work on macOS, Linux, and Windows. You should have the latest 
version of git and either Python 2.7 or Python 3 installed.



Bug#950906: RFP: zsh-history-substring-search -- ZSH port of Fish history search (up arrow)

2020-02-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: zsh-history-substring-search
  Version : 1.0.2
  Upstream Author : Suraj N. Kurapati
* URL : https://github.com/zsh-users/zsh-history-substring-search
* License : BSD
  Programming Lang: ZSH
  Description : ZSH port of Fish history search (up arrow)

This is a clean-room implementation of the Fish shell's history search feature, 
where you can type in any part of any command from history and then press 
chosen keys, such as the UP and DOWN arrows, to cycle through matches.



Bug#950905: RFP: ruby-whole-history-rating -- A pure ruby implementation of Rémi Coulom's Whole-History Rating (WHR) algorithm.

2020-02-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: whole-history-rating
  Version : 0.1.2
  Upstream Author : Pete Schwamb
* URL : https://rubygems.org/gems/whole_history_rating
* License : MIT
  Programming Lang: Ruby
  Description : A pure ruby implementation of Rémi Coulom's Whole-History 
Rating (WHR) algorithm.

A system for ranking game players by skill, based on Rémi Coulom's Whole 
History Rating algorithm, with modifications to support handicaps.

Developed for use on GoShrine, but the code is not go specific. It can support 
any two player game, as long as the outcome is a simple win/loss.

This gem provides a library and executables that take as input as set of games 
and output a set of skill rankings for the players of those games.


Bug#950904: RFP: mod-tile -- Renders and serves map tiles using apache

2020-02-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: mod-tile
  Version : 0.4
  Upstream Author : 
* URL : https://github.com/openstreetmap/mod_tile
* License : GPL-2.0
  Programming Lang: C, C++
  Description : Renders and serves map tiles using apache

mod_tile is a system to serve raster tiles for example to use within a slippy 
map. It provides a dynamic combination of efficient caching and on the fly 
rendering. Due to its dynamic rendering, only a small fraction of overall tiles 
need to be kept on disk, reducing the resources required. At the same time, its 
caching strategy allows for a high performance serving and can support several 
thousand requests per second.

Mod_tile was originally written for serving the tiles of the main OSM map 
(Mapnik layer), but since is being used on a variety of different servers 
providing maps ontop of OpenStreetMap data. 



Bug#949506: RFP: wayback-machine-downloader -- Download an entire website from the Wayback Machine.

2020-01-21 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: wayback-machine-downloader
  Version : 2.2.1
  Upstream Author : Julian Khaleghy
* URL : https://github.com/hartator/wayback-machine-downloader
* License : MIT
  Programming Lang: Ruby
  Description : Download an entire website from the Wayback Machine.

It will download the last version of every file present on Wayback Machine to 
./websites/example.com/. It will also re-create a directory structure and 
auto-create index.html pages to work seamlessly with Apache and Nginx. All 
files downloaded are the original ones and not Wayback Machine rewritten 
versions. This way, URLs and links structure are the same as before.



Bug#948386: RFP: pelias -- Pelias is a modular open-source geocoder using Elasticsearch.

2020-01-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: pelias
  Version : 
  Upstream Author : Peter Johnson pelias.t...@gmail.com
* URL : https://github.com/pelias/pelias
* License : MIT
  Programming Lang: JavaScript
  Description : Pelias is a modular open-source geocoder using 
Elasticsearch.

metapackage for:
https://github.com/pelias/schema/
https://github.com/pelias/api/
https://github.com/pelias/placeholder
https://github.com/pelias/pip-service
https://github.com/pelias/libpostal-service
https://github.com/pelias/interpolation/
https://github.com/pelias/polylines
https://github.com/pelias/openstreetmap/
https://github.com/pelias/whosonfirst/
https://github.com/pelias/geonames/
https://github.com/pelias/csv-importer
https://github.com/pelias/openaddresses/


A modular, open-source geocoder built on top of Elasticsearch for fast and 
accurate global search.

What are the most interesting features of Pelias?

Completely open-source and MIT licensed
A powerful data import architecture: Pelias supports many open-data 
projects out of the box but also works great with private data
Support for searching and displaying results in many languages
Fast and accurate autocomplete for user-facing geocoding
Support for many result types: addresses, venues, cities, countries, and 
more
Modular design, so you don't need to be an expert in everything to make 
changes
Easy installation with minimal external dependencies

What are the main goals of the Pelias project?

Provide accurate search results
Work equally well for a small city and the entire planet
Be highly configurable, so different use cases can be handled easily and 
efficiently
Provide a friendly, welcoming, helpful community that takes input from 
people all over the world

Where did Pelias come from?

Pelias was created in 2014 as an early project at Mapzen. After Mapzen's 
shutdown in 2017, Pelias is now part of the Linux Foundation.
How does it work?

Like any geocoder, Pelias combines full text search techniques with knowledge 
of geography to quickly search over many millions of records, each representing 
some sort of location on Earth.
The Pelias architecture has three main components and several smaller pieces.

Data importers

The importers filter, normalize, and ingest geographic datasets into the Pelias 
database. Currently there are six officially supported importers:

OpenStreetMap: supports importing nodes and ways from OpenStreetMap
OpenAddresses: supports importing the hundreds of millions of global 
addresses collected from various authoritative government sources by 
OpenAddresses
Who's on First: supports importing admin areas and venues from Who's on 
First
Geonames: supports importing admin records and venues from Geonames
Polylines: supports any data in the Google Polyline format. It's mainly 
used to import roads from OpenStreetMap
CSV: supports importing any data in CSV format, which is great for custom 
data or proprietary data

We are always discussing supporting additional datasets. Pelias users can also 
write their own importers, for example to import proprietary data into your own 
instance of Pelias.
Database

The underlying datastore that does most of the query heavy-lifting and powers 
our search results. We use Elasticsearch. Currently version 6 is supported, 
with plans to support Elasticsearch 7 soon.

We've built a tool called pelias-schema that sets up Elasticsearch indices 
properly for Pelias.
Frontend services

This is where the actual geocoding process happens, and includes the components 
that users interact with when performing geocoding queries. The services are:

API: The API service defines the Pelias API, and talks to Elasticsearch or 
other services as needed to perform queries.
Placeholder: A service built specifically to capture the relationship 
between administrative areas (a catch-all term meaning anything like a city, 
state, country, etc). Elasticsearch does not handle relational data very well, 
so we built Placeholder specifically to manage this piece.
PIP: For reverse geocoding, it's important to be able to perform 
point-in-polygon(PIP) calculations quickly. The PIP service is is very good at 
quickly determining which admin area polygons a given point lies in.
Libpostal: Pelias uses the libpostal project for parsing addresses using 
the power of machine learning. We use a Go service built by the Who's on First 
team to make this happen quickly and efficiently.
Interpolation: This service knows all about addresses and streets. With 
that knowledge, it is able to supplement the known addresses that are stored 
directly in Elasticsearch and return fairly accurate estimated address results 
for many more queries than would otherwise be possible.

Dependencies

These are software projects that are not used directly but are used by other 
components of Pelias.

There are lots of 

Bug#948384: RFP: elasticsearch -- Open Source, Distributed, RESTful Search Engine

2020-01-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: elasticsearch
  Version : 7.5
  Upstream Author : i...@elastic.co
* URL : https://github.com/elastic/elasticsearch
* License : Apache-2.0
  Programming Lang: Java
  Description : Open Source, Distributed, RESTful Search Engine


Fully free version here: https://www.elastic.co/downloads/elasticsearch-oss
Already packaged by upstream here: 
https://www.elastic.co/guide/en/elasticsearch/reference/7.5/deb.html#deb-repo


Elasticsearch is a distributed RESTful search engine built for the cloud. 
Features include:

Distributed and Highly Available Search Engine.

Each index is fully sharded with a configurable number of shards.

Each shard can have one or more replicas.

Read / Search operations performed on any of the replica shards.

Multi Tenant.

Support for more than one index.

Index level configuration (number of shards, index storage, …​).

Various set of APIs

HTTP RESTful API

All APIs perform automatic node operation rerouting.

Document oriented

No need for upfront schema definition.

Schema can be defined for customization of the indexing process.

Reliable, Asynchronous Write Behind for long term persistency.

(Near) Real Time Search.

Built on top of Apache Lucene

Each shard is a fully functional Lucene index

All the power of Lucene easily exposed through simple configuration / 
plugins.

Per operation consistency

Single document level operations are atomic, consistent, isolated and 
durable.


Bug#948383: RFP: golang-github-missinglink-pbf -- utilities for parsing OpenStreetMap PBF files and extracting geographic data

2020-01-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: golang-github-missinglink-pbf
  Version : 0.0.0
  Upstream Author : Peter Johnson
* URL : https://github.com/missinglink/pbf
* License : MIT
  Programming Lang: Go
  Description : Utilities for parsing OpenStreetMap PBF files and 
extracting geographic data



Bug#948382: RFP: libpostal -- international street address NLP

2020-01-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: libpostal
  Version : v1.1-alpha
  Upstream Author : Al Barrentine
* URL : https://github.com/openvenues/libpostal
* License : MIT
  Programming Lang: C
  Description : International street address NLP

Libpostal is a C library for parsing/normalizing street addresses around the 
world using statistical NLP and open data. The goal of this project is to 
understand location-based strings in every language, everywhere.
Addresses and the locations they represent are essential for any application 
dealing with maps (place search, transportation, on-demand/delivery services, 
check-ins, reviews). Yet even the simplest addresses are packed with local 
conventions, abbreviations and context, making them difficult to index/query 
effectively with traditional full-text search engines. This library helps 
convert the free-form addresses that humans use into clean normalized forms 
suitable for machine comparison and full-text indexing. Though libpostal is not 
itself a full geocoder, it can be used as a preprocessing step to make any 
geocoding application smarter, simpler, and more consistent internationally.
The core library is written in pure C. Language bindings for Python, Ruby, Go, 
Java, PHP, and NodeJS are officially supported and it's easy to write bindings 
in other languages.



Bug#947455: RFP: cocalc -- CoCalc: Collaborative Calculation in the Cloud

2019-12-26 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: cocalc
  Version : 
  Upstream Author : William Stein wst...@sagemath.com
* URL : https://github.com/sagemathinc/cocalc
* License : AGPL
  Programming Lang: python, javascript
  Description : CoCalc: Collaborative Calculation in the Cloud

Collaborative Calculation in the Cloud

CoCalc offers collaborative calculation in the cloud. This includes working 
with the full (scientific) Python stack, SageMath, Julia, R, Octave, and more. 
It also offers capabilities to author documents in LaTeX, R/knitr or Markdown, 
storing and organizing files, a web-based Linux Terminal, communication tools 
like a chat, course management and more.



Bug#947395: RFP: node-forever -- A simple CLI tool for ensuring that a given script runs continuously (i.e. forever).

2019-12-26 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: node-forever
  Version : 1.0.0
  Upstream Author : Charlie Robbins
* URL : https://www.npmjs.com/package/forever
* License : MIT
  Programming Lang: javascript
  Description : A simple CLI tool for ensuring that a given script runs 
continuously (i.e. forever).

You can use forever to run scripts continuously (whether it is written in 
node.js or not).



Bug#947382: RFP: python3-ipyleaflet -- A Jupyter - Leaflet.js bridge

2019-12-25 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: python3-ipyleaflet
  Version : 0.11.6
  Upstream Author : Sylvain Corlay
* URL : https://github.com/jupyter-widgets/ipyleaflet
* License : MIT
  Programming Lang: Python, javascript
  Description : A Jupyter - Leaflet.js bridge

A Jupyter / Leaflet bridge enabling interactive maps in the Jupyter notebook.

Eventually needed for cocalc packaging.



Bug#947379: RFP: r-cran-irdisplay -- An interface to the rich display capabilities of Jupyter front-ends. Designed to be used from a running IRkernel.

2019-12-25 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: r-cran-irdisplay
  Version : 0.7.0
  Upstream Author : Thomas Kluyver
* URL : https://cran.r-project.org/package=IRdisplay
* License : MIT
  Programming Lang: R
  Description : An interface to the rich display capabilities of 'Jupyter' 
front-ends. Designed to be used from a running IRkernel.


IRdisplay is a front-end package for Jupyter. It’s automatically integrated 
into IRkernel when you open a Jupyter notebook using that kernel.

The primary, high level functions are:

display(obj, ..., mimetypes=, error_handler=stop)

display_png(data = NULL, file = NULL, width = NULL, height = NULL)
# display_jpeg(…); display_pdf(…); display_svg(…)

display_html(data = NULL, file = NULL)
# display_javascript(…), display_json(…), display_markdown(…), display_latex(…)

Use display to display an object in all configured mime types (see 
Configuration), and the display_* functions to display raw data you have in 
form of a file or a variable.

Manual use is possible via the *_mimebundle functions:

prepare_mimebundle(obj, mimetypes=, metadata=NULL, 
error_handler=stop)
publish_mimebundle(data, metadata = NULL)

Where prepare_mimebundle uses repr to create a mimebundle containing 
representations of objects, and publish_mimebundle sends such mimebundles to 
Jupyter.


Bug#947378: RFP: python-octave-kernel -- A Jupyter kernel for Octave.

2019-12-25 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: python-octave-kernel
  Version : v0.31.1
  Upstream Author : Steven Silvester
* URL : https://github.com/Calysto/octave_kernel
* License : BSD-3
  Programming Lang: Python
  Description : A Jupyter kernel for Octave.

Useful together with sage, needed for an eventual packaging of cocalc



Bug#933557: coinor-libipopt-dev: please provide AmplTNLP.hpp header

2019-07-31 Thread Alessandro Barbieri
Package: coinor-libipopt-dev
Version: 3.11.9-2.2
Severity: wishlist

Dear Maintainer,

Trying to build Bonmin but it needs AmplTNLP.hpp from IPOPT

-- System Information:
Debian Release: 10.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-debug'), (500, 'proposed-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_GB:en_US (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages coinor-libipopt-dev depends on:
ii  coinor-libipopt1v5  3.11.9-2.2
ii  libmumps-seq-dev5.1.2-4+b2

coinor-libipopt-dev recommends no packages.

coinor-libipopt-dev suggests no packages.

-- no debconf information



Bug#930643: npm: same error when building atom

2019-07-22 Thread Alessandro Barbieri
Package: npm
Version: 5.8.0+ds6-4
Followup-For: Bug #930643

Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Alessandro Barbieri 
To: Debian Bug Tracking System <930...@bugs.debian.org>
Subject: npm: same error when building atom
Message-ID: <156383100105.9441.3420895093212984226.reportbug@Debian>
X-Mailer: reportbug 7.5.2
Date: Mon, 22 Jul 2019 23:30:01 +0200

Package: npm
Version: 5.8.0+ds6-4
Followup-For: Bug #930643

Dear Maintainer,

I have the same issue

   * What led up to the situation?

Building atom as explained here 
https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux
after running script/build from a fresh unpack of the tarball this error appear
prior to this I have removed $HOME/.node-gyp and $HOME/.npm

-- System Information:
Debian Release: 10.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-debug'), (500, 'proposed-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_GB:en_US (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages npm depends on:
ii  ca-certificates 20190110
ii  node-abbrev 1.1.1-1
ii  node-ansi   0.3.0-3
ii  node-ansi-regex 3.0.0-1
ii  node-ansistyles 0.1.3-1
ii  node-aproba 1.2.0-1
ii  node-archy  1.0.0-2
ii  node-bluebird   3.5.1+dfsg2-2
ii  node-boxen  1.2.2-1
ii  node-cacache11.3.2-2
ii  node-call-limit 1.1.0-1
ii  node-chownr 1.1.1-1
ii  node-config-chain   1.1.11-1
ii  node-detect-indent  5.0.0-1
ii  node-detect-newline 2.1.0-1
ii  node-editor 1.0.0-1
ii  node-encoding   0.1.12-2
ii  node-errno  0.1.4-1
ii  node-from2  2.3.0-1
ii  node-fs-vacuum  1.2.10-2
ii  node-fs-write-stream-atomic 1.0.10-4
ii  node-glob   7.1.3-2
ii  node-graceful-fs4.1.11-1
ii  node-gyp3.8.0-6
ii  node-has-unicode2.0.1-2
ii  node-hosted-git-info2.7.1-1
ii  node-iferr  1.0.2-1
ii  node-import-lazy3.0.0.REALLY.2.1.0-1
ii  node-inflight   1.0.6-1
ii  node-inherits   2.0.3-1
ii  node-ini1.3.5-1
ii  node-is-npm 1.0.0-1
ii  node-json-parse-better-errors   1.0.2-2
ii  node-jsonstream 1.3.2-1
ii  node-latest-version 3.1.0-1
ii  node-lazy-property  1.0.0-3
ii  node-libnpx 10.2.0+repack-1
ii  node-lockfile   1.0.4-1
ii  node-lru-cache  5.1.1-4
ii  node-mississippi3.0.0-1
ii  node-mkdirp 0.5.1-1
ii  node-move-concurrently  1.0.1-2
ii  node-nopt   3.0.6-3
ii  node-normalize-package-data 2.4.0-1
ii  node-npm-package-arg6.0.0-2
ii  node-npmlog 4.1.2-1
ii  node-once   1.4.0-3
ii  node-opener 1.4.3-1
ii  node-osenv  0.1.5-1
ii  node-path-is-inside 1.0.2-1
ii  node-promise-inflight   1.0.1-1
ii  node-promzard   0.3.0-1
ii  node-qw 1.0.1-1
ii  node-read   1.0.7-1
ii  node-read-package-json  2.0.13-1
ii  node-request2.88.1-2
ii  node-resolve-from   4.0.0-1
ii  node-retry  0.10.1-1
ii  node-rimraf 2.6.2-1
ii  node-safe-buffer5.1.2-1
ii  node-semver 5.5.1-1
ii  node-semver-diff2.1.0-2
ii  node-sha2.0.1-1
ii  node-slide  1.1.6-2
ii  node-sorted-object  2.0.1-1
ii  node-ssri   5.2.4-2
ii  node-stream-iterate 1.2.0-4
ii  node-strip-ansi 4.0.0-1
ii  node-tar4.4.6+ds1-3
ii  node-text-table 0.2.0-2
ii  node-uid-number 0.0.6-1
ii  node-unique-filename1.1.0+ds-2
ii  node-unpipe 1.0.0-1
ii  node-validate-npm-package-name  3.0.0-1
ii  node-which  1.3.0-2
ii  node-wrappy 1.0.2-1
ii  node-write-file-atomic  2.3.0-1
ii  node-xdg-basedir3.0.0-1
ii  nodejs  10.15.2~dfsg-2

npm recommends no packages.

npm suggests no packages.

-- no debconf information

-- System Infor

Bug#928777: RFP: keepass2-plugin-keepass-rpc -- The KeePassRPC plugin that needs to be installed inside KeePass in order for Kee to be able to connect your browser to your passwords

2019-05-10 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: keepass2-plugin-keepassrpc
  Version : 1.9.0
  Upstream Author : Chris Tomlinson
* URL : https://github.com/kee-org/keepassrpc
* License : GPL-2.0
  Programming Lang: C#
  Description : The KeePassRPC plugin that needs to be installed inside
KeePass in order for Kee to be able to connect your browser to your passwords

Kee adds free, secure and easy to use password management features to your web
browser which save you time and keep your private data more secure.

Login automatically, never forget another password, stay in control of your
passwords and improve their security. Powered by the world-renowned KeePass
Password Safe.

Kee is a Firefox and Chrome add-on for linking browsers to KeePass, using the
KeePassRPC KeePass plugin contained within this repository.

Official website with download instructions: https://www.kee.pm

Community support forum: https://forum.kee.pm

Download KeePassRPC from the releases page.

KeePass will notify you when updates are available but it does not support
automatic updates so you will need to perform the update manually. You can find
instructions on the forum.

KeePassRPC supports multiple clients, although the Kee web browser add-on is
the most widely used. Other known uses include Thunderbird integration and
integration with old web browsers such as Firefox before version 57 was
released in 2017.



Bug#928708: RFP: franz -- Franz is your messaging app for WhatsApp, Facebook Messenger, Slack, Telegram and many many more.

2019-05-09 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: franz
  Version : 5.1.0
  Upstream Author : Stefan Malzner ste...@adlk.io
* URL : https://meetfranz.com/
* License : Apache-2.0
  Programming Lang: javascript
  Description : Franz is your messaging app for WhatsApp, Facebook
Messenger, Slack, Telegram and many many more.

What is Franz?

Franz is the former Emperor of Austria - but also a messaging app that combines
chat & messaging services into one application. Franz currently supports Slack,
WhatsApp, WeChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype
and many more.

One service
unlimited accounts

Franz allows you to add each service many times. This makes Franz the perfect
tool to manage multiple business and private accounts all at the same time. You
could even use five different Facebook Messenger accounts at once, if some
inexplicable reason urges you to do so.

Endless possibilities

Franz supports a great variety of business and private messaging & chat
services like Slack, WhatsApp, WeChat, Messenger, Telegram, Google Hangouts,
Skype, Zendesk and many more.

It does not matter if you just want to keep in touch with your friends or are
managing a multi-seat customer care team. Franz got you covered.

Get in sync

You need your messaging setup at work, home and 42 other places and don't want
to add all services again and again and again?

Franz 5 offers built in service synchronization. Just sign in to your Franz
account on as many devices as you want and you are ready to go.

Usernames and passwords will not be synchronized.

Franz for Teams

You and your team use Franz? You can now manage Premium subscriptions for as
many colleagues, friends or family members as you want, all from within one
account.

Franz for Teams gives you the option to invite co-workers to your team by
sending them email invitations and manage their subscriptions in your account’s
preferences. Don’t waste time setting up subscriptions for every team member
individually, forget about multiple invoices and different billing cycles - one
team to rule them all!

Extend Franz

The extensive plugin architecture of Franz 5 allows you add and create
unlimited services to adapt Franz a 100% to your needs – not the other way
around.

Together with the amazing Franz community, we are constantly adding new
services to offer a platform that perfectly fits your needs.

Franz is truly an emperor with exceptional communication skills. He is trained
in almost every major language like English, German, French, Spanish,
(Brazilian) Portuguese, Russian, Japanese and many many more. The amazing Franz
community helps Franz to learn new things everyday and is constantly teaching
him new languages to make Franz a truly personalized experience.


Bug#928670: RFP: openocl -- Open Optimal Control Library

2019-05-08 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: openocl
  Version : 4.20
  Upstream Author : Jonas Koenemann jonas.koenem...@yahoo.de
* URL : https://openocl.org/
* License : GPL-3.0
  Programming Lang: MATLAB/Octave
  Description : Open Optimal Control Library

With the Open Optimal Control Library you can:

Model dynamical systems
Formulate optimal control problems
Automatically generate necessary derivatives (jacobian, hessian)
Solve trajectory optimization problems
Implement a model-predictive controller (MPC)

The software can be used from Matlab and Octave. Python and C++ implementations
as well as a unified optimal control modeling language are under development.

OpenOCL interfaces Ipopt to numerically solve the optimal control problems and
CasADi to automatically calculate the necessary derivatives by algorithmic
differentiation. It implements direct methods to optimal control
(collocation/pseudo-spectral methods).



Bug#928669: RFP: golang-github-erroneousboat-slack-term -- Slack client for your terminal

2019-05-08 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: golang-github-erroneousboat-slack-term
  Version : 0.4.1
  Upstream Author : Jean Pieter Bruins Slot
* URL : https://github.com/erroneousboat/slack-term/
* License : MIT
  Programming Lang: Go
  Description : Slack client for your terminal



Bug#920156: RFP: clfft -- a software library containing FFT functions written in OpenCL

2019-01-22 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: clfft
  Version : 2.12.2
  Upstream Author : Bragadeesh Natarajan
* URL : https://github.com/clMathLibraries/clFFT
* License : Apache-2.0
  Programming Lang: C++
  Description : a software library containing FFT functions written in 
OpenCL

clFFT is a software library containing FFT functions written in OpenCL. In 
addition to GPU devices, the library also supports running on CPU devices to 
facilitate debugging and heterogeneous programming.

Introduction to clFFT

The FFT is an implementation of the Discrete Fourier Transform (DFT) that makes 
use of symmetries in the FFT definition to reduce the mathematical intensity 
required from O(N^2) to O(N log2(N)) when the sequence length N is the product 
of small prime factors. Currently, there is no standard API for FFT routines. 
Hardware vendors usually provide a set of high-performance FFTs optimized for 
their systems: no two vendors employ the same interfaces for their FFT 
routines. clFFT provides a set of FFT routines that are optimized for AMD 
graphics processors, but also are functional across CPU and other compute 
devices.

The clFFT library is an open source OpenCL library implementation of discrete 
Fast Fourier Transforms. The library:

provides a fast and accurate platform for calculating discrete FFTs.

works on CPU or GPU backends.

supports in-place or out-of-place transforms.

supports 1D, 2D, and 3D transforms with a batch size that can be greater 
than 1.

supports planar (real and complex components in separate arrays) and 
interleaved (real and complex components as a pair contiguous in memory) 
formats.

supports dimension lengths that can be any combination of powers of 2, 3, 
5, 7, 11 and 13.

Supports single and double precision floating point formats.



Bug#920152: RFP: clrng -- an OpenCL based software library containing random number generation functions

2019-01-22 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: clrng
  Version : 1.0.0
  Upstream Author : Bragadeesh Natarajan
* URL : https://github.com/clMathLibraries/clRNG
* License : https://github.com/clMathLibraries/clRNG/blob/master/LICENSE
  Programming Lang: C
  Description : an OpenCL based software library containing random number 
generation functions

A library for uniform random number generation in OpenCL.

Streams of random numbers act as virtual random number generators. They can be 
created on the host computer in unlimited numbers, and then used either on the 
host or on computing devices by work items to generate random numbers. Each 
stream also has equally-spaced substreams, which are occasionally useful. The 
API is currently implemented for four different RNGs, namely the MRG31k3p, 
MRG32k3a, LFSR113 and Philox-4×32-10 generators.


Bug#920151: RFP: blockify -- mute spotify adverts on linux

2019-01-22 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: python-blockify
  Version : 3.6.3
  Upstream Author : Max Demian serialoverf...@gmail.com 
* URL : https://github.com/serialoverflow/blockify
* License : MIT
  Programming Lang: Python
  Description : mute spotify adverts on linux

Blockify is a linux only application that allows you to automatically mute 
songs and advertisements in Spotify.



Bug#920150: RFP: vexcl -- VexCL is a C++ vector expression template library for OpenCL/CUDA

2019-01-22 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: vexcl
  Version : 1.4.1
  Upstream Author : Denis Demidov dennis.demi...@gmail.com
* URL : https://github.com/ddemidov/vexcl
* License : MIT
  Programming Lang: C++
  Description : VexCL is a C++ vector expression template library for 
OpenCL/CUDA

VexCL is a vector expression template library for OpenCL/CUDA. It has been 
created for ease of GPGPU development with C++. VexCL strives to reduce amount 
of boilerplate code needed to develop GPGPU applications. The library provides 
convenient and intuitive notation for vector arithmetic, reduction, sparse 
matrix-vector products, etc. Multi-device and even multi-platform computations 
are supported. The source code of the library is distributed under very 
permissive MIT license.

See VexCL documentation at http://vexcl.readthedocs.io/



Bug#920149: RFP: open-match -- Flexible, extensible, and scalable video game matchmaking.

2019-01-22 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: open-match
  Version : 0.3.2
  Upstream Author : Joseph Holley
* URL : https://github.com/GoogleCloudPlatform/open-match
* License : Apache-2.0
  Programming Lang: Go
  Description : Flexible, extensible, and scalable video game matchmaking.

Open Match is an open source game matchmaking framework designed to allow game 
creators to build matchmakers of any size easily and with as much possibility 
for sharing and code re-use as possible. It’s designed to be flexible (run it 
anywhere Kubernetes runs), extensible (match logic can be customized to work 
for any game), and scalable.

Matchmaking is a complicated process, and when large player populations are 
involved, many popular matchmaking approaches touch on significant areas of 
computer science including graph theory and massively concurrent processing. 
Open Match is an effort to provide a foundation upon which these difficult 
problems can be addressed by the wider game development community. As Josh 
Menke — famous for working on matchmaking for many popular triple-A franchises 
— put it:

"Matchmaking, a lot of it actually really is just really good engineering. 
There's a lot of really hard networking and plumbing problems that need to be 
solved, depending on the size of your audience."

This project attempts to solve the networking and plumbing problems, so game 
developers can focus on the logic to match players into great games.


Bug#920148: RFP: python-mapillary-tools -- Useful tools and scripts related to Mapillary

2019-01-22 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: python-mapillary-tools
  Version : 0.4.0
  Upstream Author : supp...@mapillary.com
* URL : https://github.com/mapillary/mapillary_tools
* License : BSD-2
  Programming Lang: Python
  Description : Useful tools and scripts related to Mapillary

Mapillary Tools is a library for processing and uploading images to Mapillary.



Bug#919693: RFP: kaitai-struct-compiler -- Kaitai Struct: compiler to translate .ksy => .cpp / .cs / .dot / .java / .js / .php / .pm / .py / .rb http://kaitai.io/

2019-01-18 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: kaitai-struct-compiler
  Version : 0.8
  Upstream Author : Mikhail Yakshin greycat.na@gmail.com
* URL : https://github.com/kaitai-io/kaitai_struct_compiler
* License : GPL-3.0
  Programming Lang: Scala
  Description : Kaitai Struct: compiler to translate .ksy => .cpp / .cs / 
.dot / .java / .js / .php / .pm / .py / .rb

This project is an official reference compiler for Kaitai Struct project.
Kaitai Struct is a declarative language used to describe various binary data 
structures, laid out in files or in memory: i.e. binary file formats, network 
stream packet formats, etc.
The main idea is that a particular format is described in Kaitai Struct 
language (.ksy files) only once and then can be compiled with this compiler 
into source files in one of the supported programming languages. These modules 
will include the generated code for a parser that can read described data 
structure from a file / stream and give access to it in a nice, 
easy-to-comprehend API.


This program is already packaged in an unofficial repository.



Bug#919691: RFP: cocos2d-x -- Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.

2019-01-18 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: cocos2d-x
  Version : 3.17.1
  Upstream Author : Ricardo Quesada ricardoques...@gmail.com
* URL : https://github.com/cocos2d/cocos2d-x
* License : MIT
  Programming Lang: C++
  Description : Cocos2d-x is a suite of open-source, cross-platform, 
game-development tools used by millions of developers all over the world.

cocos2d-x is a multi-platform framework for building 2d games, interactive 
books, demos and other graphical applications. It is based on cocos2d-iphone, 
but instead of using Objective-C, it uses C++. It works on iOS, Android, OS X, 
Windows, Linux and Web platforms.



Bug#919689: RFP: opensiv3d -- OpenSiv3D is a C++17 framework for games and interactive media.

2019-01-18 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: opensiv3d
  Version : 0.2.3α
  Upstream Author : Ryo Suzuki reputeless+git...@gmail.com
* URL : https://github.com/Siv3D/OpenSiv3D
* License : MIT
  Programming Lang: C++
  Description : OpenSiv3D is a C++17 framework for games and interactive 
media.

Successor to the current Siv3D.


Bug#919685: RFP: python-pyjq -- A Python binding for ./jq

2019-01-18 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: python-pyjq
  Version : 2.3.0
  Upstream Author : OMOTO Kenji doloopwh...@gmail.com
* URL : https://github.com/doloopwhile/pyjq
* License : BSD-2
  Programming Lang: C,Python,Cython
  Description : A Python binding for ./jq

pyjq is a Python bindings for jq (http://stedolan.github.io/jq/).

You can seamlessly call jq script (like regular expression) and process plain 
python data structure.



Bug#919684: RFP: python-jq -- Python bindings for jq

2019-01-18 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: python-jq
  Version : 0.1.6
  Upstream Author : Michael Williamson he...@zwobble.org
* URL : https://github.com/mwilliamson/jq.py
* License : BSD-2
  Programming Lang: Python
  Description : Python bindings for jq

jq.py: a lightweight and flexible JSON processor

This project contains Python bindings for jq.



Bug#919682: RFP: safeclib -- safec libc extension with all C11 Annex K functions

2019-01-18 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: safeclib
  Version : 3.4.0
  Upstream Author : Reini Urban rur...@cpan.org
* URL : https://github.com/rurban/safeclib/
* License : MIT like
  Programming Lang: C
  Description : safec libc extension with all C11 Annex K functions

This library implements the secure C11 Annex K functions on top of most libc
implementations, which are missing from them.

The ISO TR24731 Bounds Checking Interface documents indicate that the key
motivation for the new specification is to help mitigate the ever increasing
security attacks, specifically the buffer overrun.

The rationale document says ``Buffer overrun attacks continue to be a security
problem. Roughly 10% of vulnerability reports cataloged by CERT from
01/01/2005 to 07/01/2005 involved buffer overflows. Preventing buffer overruns
is the primary, but not the only, motivation for this technical report.''

The rationale document continues ``that these only mitigate, that is lessen,
security problems. When used properly, these functions decrease the danger
buffer overrun attacks. Source code may remain vulnerable due to other bugs
and security issues. The highest level of security is achieved by building in
layers of security utilizing multiple strategies.''

.The rationale document lists the following key points for TR24731:
- Guard against overflowing a buffer
- Do not produce unterminated strings
- Do not unexpectedly truncate strings
- Provide a library useful to existing code
- Preserve the null terminated string datatype
- Only require local edits to programs
- Library based solution
- Support compile-time checking
- Make failures obvious
- Zero buffers, null strings
- Runtime-constraint handler mechanism
- Support re-entrant code
- Consistent naming scheme
- Have a uniform pattern for the function parameters and return type
- Deference to existing technology

and the following can be added...

- provide a library of functions with like behavior
- provide a library of functions that promote and increase code safety and
  security
- provide a library of functions that are efficient

The C11 Standard adopted many of these points, and added some secure
`_s` variants in the Annex K.  The Microsoft Windows/MINGW secure API
did the same, but deviated in some functions from the standard.
Besides Windows (with its msvcrt, ucrt, reactos msvcrt and wine msvcrt
variants) only the unused stlport, Android's Bionic and Embarcadero
implemented this C11 secure Annex K API so far.  They are still
missing from glibc, musl, FreeBSD, darwin and DragonFly libc, OpenBSD
libc, newlib, dietlibc, uClibc, minilibc.



Bug#903231: RFP: tosdr -- Get information instantly about websites' terms of service and privacy policies, with ratings and summaries from the www.tosdr.org.

2018-07-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: tosdr
  Version : 0.6.2
  Upstream Author : t...@tosdr.org 
* URL : https://tosdr.org
* License : AGPL-3.0  CC BY-SA 3.0  CC BY 3.0 unported license
  Programming Lang: javascript
  Description : Get information instantly about websites' terms of service 
and privacy policies, with ratings and summaries from the www.tosdr.org.

“I have read and agree to the Terms” is the biggest lie on the web. We aim to 
fix that. “Terms of Service; Didn't Read” is a user rights initiative to rate 
and label website terms & privacy policies, from very good (class A) to very 
bad (class E).

This extension informs you instantly of your rights online by showing an 
unintrusive icon in the toolbar. You can click on this icon to get summaries 
from the Terms of Service; Didn't Read initiative.


Bug#903230: RFP: tile-tabs-we -- Take tabs from parent windows and arrange them in layouts of tiled sub-windows, using the toolbar button, context menu or keyboard shortcuts. Makes it easy to browse,

2018-07-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: tile-tabs-we
  Version : 10.0
  Upstream Author : dw-...@gmx.com
* URL : https://addons.mozilla.org/addon/tile-tabs-we/
* License : GPL 2
  Programming Lang: javascript
  Description : Take tabs from parent windows and arrange them in layouts 
of tiled sub-windows, using the toolbar button, context menu or keyboard 
shortcuts. Makes it easy to browse, compare or monitor multiple pages. 
Synchronize scroll. Save and re-open layouts.

Reasons why you might want to use Tile Tabs WE

• To compare multiple web pages side-by-side.
• To synchronize scroll multiple web pages side-by-side.
• To open links from one tab in adjacent existing tabs.
• To save tiled layouts which can be re-opened for future use.

-

OVERVIEW

Tile Tabs WE provides facilities to take tabs from a parent window and arrange 
them in a layout of tiled sub-windows. This makes it easy to browse or monitor 
multiple web pages, or to compare multiple web pages using synchronized scroll. 
Layouts can be saved and later re-opened.

Tile Tabs WE is an alternative no-restart version of the well established Tile 
Tabs add-on for Firefox.

Tile Tabs WE is implemented using the new WebExtensions API and is available 
for both Firefox and Chrome with identical functions and user interfaces.

BASIC OPERATION

Tile Tabs WE emulates 'split browser' functionality with simple switching 
between the normal view and the tiled view.

Tile Tabs WE displays multiple tabs in a layout of tiled sub-windows ('tiles') 
within the area of the parent browser window. The tiles can be arranged 
horizontally, vertically, or in a grid.

A tiled layout can be created using the toolbar button, button menu, context 
menu, quick menu, or keyboard shortcuts. The parent window is indicated by a 
badge on the toolbar button showing the current number of tiles. Tiles are 
indicated by a badge on their toolbar buttons showing the letter 'T'.

When a tiled layout is created, tabs from the parent window are moved into the 
new tiles in the following order: first the selected tab, then tabs to the 
right of the selected tab, then tabs to the left of the selected tab, and 
finally if there are insufficient tabs then new tabs will be created.

A tiled layout can be saved and previously saved layouts can be opened or 
deleted. A default layout can be configured.

Dragging the borders between two tiles will resize both tiles (and any 
sub-tiles).


Bug#903229: RFP: updatescanner -- Firefox addon to monitors web pages for updates.

2018-07-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: updatescanner
  Version : 4.3.0
  Upstream Author : 
* URL : https://github.com/sneakypete81/updatescanner
* License : MPL 2.0
  Programming Lang: javascript
  Description : Firefox addon to monitors web pages for updates.

Monitors web pages for updates. Useful for websites that don't provide Atom or 
RSS feeds.



Bug#903228: RFP: wxif -- View the EXIF/IPTC/XMP data for images.

2018-07-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: wxif
  Version : 0.2
  Upstream Author : Gian-Carlo Pascutto g...@sjeng.org
* URL : https://github.com/gcp/wxif
* License : MPL 2.0
  Programming Lang: javascript
  Description : View the EXIF/IPTC/XMP data for images.

wxIF is a port of FxIF to WebExtensions. It adds a context menu that allows one 
to view EXIF, IPTC and XMP metadata from images.



Bug#903227: RFP: python3-gspread -- Google Spreadsheets Python API

2018-07-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: python3-gspread
  Version : 3.0.1
  Upstream Author : Anton Burnashev
* URL : https://github.com/burnash/gspread
* License : MIT
  Programming Lang: Python
  Description : Google Spreadsheets Python API

Manage your spreadsheets with gspread in Python.

Features:

Google Sheets API v4.
Open a spreadsheet by its title or url.
Extract range, entire row or column values.



Bug#903226: RFP: python3-gplearn -- gplearn implements Genetic Programming in Python, with a scikit-learn inspired and compatible API.

2018-07-07 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: python3-gplearn
  Version : 0.3.0
  Upstream Author : Trevor Stephens
* URL : https://gplearn.readthedocs.io
* License : BSD 3 clause
  Programming Lang: Python
  Description : gplearn implements Genetic Programming in Python, with a 
scikit-learn inspired and compatible API.

While Genetic Programming (GP) can be used to perform a very wide variety of 
tasks, gplearn is purposefully constrained to solving symbolic regression 
problems. This is motivated by the scikit-learn ethos, of having powerful 
estimators that are straight-forward to implement.

Symbolic regression is a machine learning technique that aims to identify an 
underlying mathematical expression that best describes a relationship. It 
begins by building a population of naive random formulas to represent a 
relationship between known independent variables and their dependent variable 
targets in order to predict new data. Each successive generation of programs is 
then evolved from the one that came before it by selecting the fittest 
individuals from the population to undergo genetic operations.

gplearn retains the familiar scikit-learn fit/predict API and works with the 
existing scikit-learn pipeline and grid search modules. The package attempts to 
squeeze a lot of functionality into a scikit-learn-style API. While there are a 
lot of parameters to tweak, reading the documentation here should make the more 
relevant ones clear for your problem.

gplearn currently supports regression through the SymbolicRegressor as well as 
transformation for automated feature engineering with the SymbolicTransformer, 
which is designed to support regression problems, but should also work for 
binary classification. Future versions of the package will expand this class to 
support more complicated multi-target classification problems, and much more is 
planned too.



Bug#903023: duplicate

2018-07-05 Thread Alessandro Barbieri
Duplicate of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650636

Inviato da Posta per Windows 10



Bug#901690: RFP: machinekit -- Machinekit is a platform for machine control applications.

2018-06-16 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: machinekit
* Version : 0.1
  Upstream Author : Alexander Rössler a...@machinekoder.com
* URL : http://www.machinekit.io/
* License : GPL-v2
  Programming Lang: C, C++, Python
  Description : Machinekit is a platform for machine control applications.

Machinekit is portable across a wide range of hardware platforms and real-time 
environments, and delivers excellent performance at low cost. It is based on 
the HAL component architecture, an intuitive and easy to use circuit model that 
includes over 150 building blocks for digital logic, motion, control loops, 
signal processing, and hardware drivers. Machinekit supports local and 
networked UI options, including ubiquitous platforms like phones or tablets.

---

Packages already exist here http://deb.machinekit.io/debian but it will be nice 
to have them polished and in the official Debian repository.


Bug#899218: RFP: mbdyn -- MBDyn is the first and possibly the only free general purpose Multibody Dynamics analysis software

2018-05-20 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: mbdyn
  Version : 1.7.3
  Upstream Author : Pierangelo Masarati pierangelo.masar...@polimi.it
* URL : http://www.mbdyn.org/
* License : GPL-2.1
  Programming Lang: C++, Fortran
  Description : MBDyn is the first and possibly the only free general 
purpose Multibody Dynamics analysis software

MBDyn features the integrated multidisciplinary simulation of multibody, 
multiphysics systems, including nonlinear mechanics of rigid and flexible 
bodies (geometrically exact & composite-ready beam and shell finite elements, 
component mode synthesis elements, lumped elements) subjected to kinematic 
constraints, along with smart materials, electric networks, active control, 
hydraulic networks, and essential fixed-wing and rotorcraft aerodynamics.

MBDyn simulates the behavior of heterogeneous mechanical, aeroservoelastic 
systems based on first principles equations.

MBDyn can be easily coupled to external solvers for co-simulation of 
multiphysics problems, e.g. Computational Fluid Dynamics (CFD), terradynamics, 
block-diagram solvers like Scicos, Scicoslab and Simulink, using a simple C, 
C++ or Python peer-side API.

MBDyn is being actively developed and used in the aerospace (aircraft, 
helicopters, tiltrotors, spacecraft), wind energy (wind turbines), automotive 
(cars, trucks) and mechatronic fields (industrial robots, parallel robots, 
micro aerial vehicles (MAV)) for the analysis and simulation of the dynamics of 
complex systems.

Run-time loading of user-defined modules is leveraged to let users extend the 
feature library (elements, drives, constitutive laws, and more).

On GNU/Linux, real-time execution is supported under RTAI, the Real-Time 
Application Interface, and POSIX tight scheduling.



Bug#899149: RFP: chrono -- An Open Source Multi-physics Simulation Engine

2018-05-19 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: chrono
  Version : 3.0.0
  Upstream Author : Alessandro Tasora alessandro.tas...@unipr.it
* URL : projectchrono.org
* License : BSD-3
  Programming Lang: C++
  Description : An Open Source Multi-physics Simulation Engine

Chrono is a physics-based modelling and simulation infrastructure based on a 
platform-independent open-source design implemented in C++. A PROJECTCHRONO 
library can be embedded in a software project to simulate, for instance, 
wheeled and tracked vehicles operating on deformable terrains, robots, 
mechatronic systems, compliant mechanisms, and fluid solid interaction 
phenomena. Systems can be made of rigid and flexible/compliant parts with 
constraints, motors and contacts; parts can have three-dimensional shapes for 
collision detection.



Bug#898967: RFP: octave-scicosim -- Toolbox provides the functions for variable exchange between Octave and Scilab workspaces, and for the remote commands execution in Scilab, such as starting xcos si

2018-05-17 Thread Alessandro Barbieri
Package: wnpp
Severity: wishlist

* Package name: octave-scicosim
  Version : 0.1.3
  Upstream Author : Romanov Alexey roma...@mirea.ru
* URL : https://wiki.octave.org/Sci_cosim
* License : New BSD
  Programming Lang: Octave
  Description : Toolbox provides the functions for variable exchange 
between Octave and Scilab workspaces, and for the remote commands execution in 
Scilab, such as starting xcos simulation.

The main goal of this toolbox is to make an alternative for Simulink in Octave 
from Scilab xcos. But it can be also used to uses functions from Scilab 
toolboxes, that are unavailable for Octave. 



Bug#833062: fortunes-it: error in quote

2016-07-31 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: l10n

Dear Maintainer,


   * What led up to the situation?

In file "luke" in line
 Metti una rivendita di cosmetici sull'atra riva di questo fiume, e

"sull'atra" is wrong

   * What outcome did you expect instead?

replace with "sull'altra"


-- System Information:
Debian Release: 8.5
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- no debconf information



Bug#792271: fortunes-it: error in quote

2015-07-13 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: newcomer

Dear Maintainer,

in the file zuse, at the line with 'carrozziere, da apporre sul croscotto, 
con la scritta: Corri, pensa a me.'

correct croscotto into cruscotto

-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- no debconf information


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



Bug#790695: pidgin-plugin-pack: infopane segfault when closing window

2015-06-30 Thread Alessandro Barbieri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: pidgin-plugin-pack
Version: 2.7.0-2
Severity: important

Dear Maintainer,

To reproduce this bug, you have to close the chat window when someone
writes to you, they write me through xmpp of League of Legends.
I get a segfault every time.

Backtrace here

Program received signal SIGSEGV, Segmentation fault.
0x7fffeacc5815 in ?? () from /usr/lib/pidgin/infopane.so
(gdb) bt full
#0  0x7fffeacc5815 in ?? () from /usr/lib/pidgin/infopane.so
No symbol table info available.
#1  0x7556a613 in ?? () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x75569b6d in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3  0x75569f48 in ?? () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4  0x7556a272 in g_main_loop_run ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5  0x76813597 in gtk_main ()
   from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
No symbol table info available.
#6  0x5558f557 in main (argc=1, argv=0x7fffd538)
at /tmp/buildd/pidgin-2.10.11/./pidgin/gtkmain.c:937
opt_help = -20032
opt_version = 1440890512
opt_config_dir_arg = 0x0
accounts = 0x0
sigset = {__val = {82950, 0 repeats 15 times}}
errmsg = '\000' repeats 376 times...
- ---Type return to continue, or q return to quit---
signal_channel = 0x0
signal_status = G_IO_STATUS_ERROR
error = 0x0
opt = 0
debug_enabled = 80
active_accounts = 0x0
long_options = {{name = 0x5562c2e7 config, has_arg = 1,
flag = 0x0, val = 99}, {name = 0x5561a779 debug,
 has_arg = 0, flag = 0x0, val = 100}, {
name = 0x556282d1 force-online, has_arg = 0, flag =
0x0, val = 102}, {name = 0x5561c2fa help, has_arg =
0, flag = 0x0, val = 104}, {name = 0x5562817d login,
has_arg = 2, flag = 0x0, val = 108}, {
name = 0x556282de multiple, has_arg = 0, flag = 0x0,
val = 109}, {name = 0x556282e7 nologin, has_arg = 0,
flag = 0x0, val = 110}, {name = 0x5562c2fa session,
has_arg = 1, flag = 0x0, val = 115}, {
name = 0x5561eb7a version, has_arg = 0, flag = 0x0,
val = 118}, {name = 0x5562c2f0 display, has_arg = 1,
flag = 0x0, val = 68}, {name = 0x55628e53 sync,
has_arg = 0, flag = 0x0, val = 83}, {name = 0x0, has_arg =
0, flag = 0x0, val = 0}}
(gdb)



- -- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500,
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pidgin-plugin-pack depends on:
ii  libatk1.0-0 2.14.0-1
ii  libc6   2.19-18
ii  libcairo2   1.14.0-2.1
ii  libenchant1c2a  1.6.0-10.1
ii  libfontconfig1  2.11.0-6.3
ii  libfreetype62.5.2-3
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libgtk2.0-0 2.24.25-3
ii  libgtkspell02.0.16-1.1
ii  libpango1.0-0   1.36.8-3
ii  libpurple0  2.10.11-1

pidgin-plugin-pack recommends no packages.

pidgin-plugin-pack suggests no packages.

- -- no debconf information
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJVkxIFAAoJEA/Z4QLlYWVugQMIAKvIJSuuFWHRnqdh4Koqiy9V
cH2VLtc/eUeq6w6fAr69ZHP0x+tJtUTHBWhq9ZBmLy2SiRdO0sZ03hO+z48aI+F7
/Gc/lPM8xRvURyqXRErRu3dgG/Ks4S12hOYIQ9vzi9VSZLaQkJVyuZe4MujDNQbb
c9ckAMBg4V/iBVMYDCIh0Bm5/6wPHmKgx6yOnZaaGpEQxEvb6BqGiSHyBMONTYjM
wehfF7i+45kBPt10CAvFVyJs4NYVsgrLlN8YNe8j56xvBnTlF8rqkP0L64gSy4db
0DycoHKjDRWCqTC9Foo1uUaJn98jmr35C4S4Mx+EuExe/TpZQCDQo+vXs6swEJ4=
=/qL1
-END PGP SIGNATURE-


0xE561656E.asc
Description: application/pgp-keys


0xE561656E.asc.sig
Description: PGP signature


Bug#788119: iceweasel: huge memory usage on linkedin.com profiles

2015-06-08 Thread Alessandro Barbieri
Package: iceweasel
Version: 38.0.1-2~bpo80+1
Severity: important

Dear Maintainer,


   * What led up to the situation?

when browsing linkedin.com 

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

go to linkedin.com and click on a user profile

   * What was the outcome of this action?

iceweasel stops responding and start using *all* ram and swap available

tested in safe mode and the problem is still here
my computer is *very* slow when using swap

-- Package-specific info:

-- Extensions information
Name: Adblock Edge
Location: ${PROFILE_EXTENSIONS}/{fe272bd1-5f76-4ea4-8501-a05d35d823fc}.xpi
Status: enabled

Name: AdDetector
Location: ${PROFILE_EXTENSIONS}/19b15b40-23f9-11e4-8c21-0800200c9...@jetpack.xpi
Status: enabled

Name: Ageless
Location: ${PROFILE_EXTENSIONS}/2341n...@gmail.com.xpi
Status: enabled

Name: Aptana Debugger
Location: ${PROFILE_EXTENSIONS}/debug...@aptana.com
Status: enabled

Name: Cache Status
Location: ${PROFILE_EXTENSIONS}/ca...@status.org
Status: enabled

Name: CacheViewer2
Location: ${PROFILE_EXTENSIONS}/cachevi...@scriptkitz.ml
Status: enabled

Name: Carbon Light theme
Status: user-disabled

Name: Clean Links
Location: ${PROFILE_EXTENSIONS}/{158d7cb3-7039-4a75-8e0b-3bd0a464edd2}.xpi
Status: enabled

Name: Debian buttons
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{8fb11c5b-84eb-4da0-9128-292eacce2dcb}
Package: xul-ext-debianbuttons
Status: enabled

Name: DownThemAll!
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{DDC359D1-844A-42a7-9AA1-88A850A938A8}
Package: xul-ext-downthemall
Status: enabled

Name: DuckDuckGo Plus
Location: ${PROFILE_EXTENSIONS}/jid1-zadieub7xoz...@jetpack.xpi
Status: enabled

Name: Extended Statusbar
Location: ${PROFILE_EXTENSIONS}/{daf44bf7-a45e-4450-979c-91cf07434c3d}.xpi
Status: enabled

Name: File Hosting Download Manager Disabler greasemonkey-user-script
Status: enabled

Name: Firebug
Location: ${PROFILE_EXTENSIONS}/fire...@software.joehewitt.com.xpi
Status: enabled

Name: FireTray
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{9533f794-00b4-4354-aa15-c2bbda6989f8}
Package: xul-ext-firetray
Status: user-disabled

Name: Flagfox
Location: ${PROFILE_EXTENSIONS}/{1018e4d6-728f-4b20-ad56-37578a4de76b}.xpi
Status: enabled

Name: Flash and Video Download
Location: ${PROFILE_EXTENSIONS}/{bee6eb20-01e0-ebd1-da83-080329fb9a3a}
Status: enabled

Name: Form History Control
Location: ${PROFILE_EXTENSIONS}/formhist...@yahoo.com
Status: enabled

Name: Gestione sessioni
Location: ${PROFILE_EXTENSIONS}/{1280606b-2510-4fe0-97ef-9b5a22eafe30}.xpi
Status: enabled

Name: Github Comment Enhancer greasemonkey-user-script
Status: enabled

Name: Github User Info greasemonkey-user-script
Status: enabled

Name: Greasemonkey
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}.xpi
Status: enabled

Name: hideTwitterPromoted greasemonkey-user-script
Status: enabled

Name: HTML5 Video Everywhere!
Location: ${PROFILE_EXTENSIONS}/html5-video-everywh...@lejenome.me.xpi
Status: enabled

Name: HTTPS Finder
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{6bdc61ae-7b80-44a3-9476-e1d121ec2238}
Package: xul-ext-https-finder
Status: enabled

Name: HTTPS-Everywhere
Location: ${PROFILE_EXTENSIONS}/https-everywh...@eff.org
Status: enabled

Name: I don't care about cookies
Location: ${PROFILE_EXTENSIONS}/jid1-kkzogwgsw3a...@jetpack.xpi
Status: enabled

Name: Italiano (IT) Language Pack locale
Location: 
/usr/lib/iceweasel/browser/extensions/langpack...@iceweasel.mozilla.org.xpi
Package: iceweasel-l10n-it
Status: enabled

Name: La7.tv direct link greasemonkey-user-script
Status: enabled

Name: LinkedIn service
Status: enabled

Name: Loading Bar
Location: ${PROFILE_EXTENSIONS}/loading...@xertoz.se.xpi
Status: enabled

Name: MAFIAAFire: ThePirateBay Dancing!
Location: ${PROFILE_EXTENSIONS}/thepirate...@mafiaafire.com.xpi
Status: enabled

Name: No Flash
Location: ${PROFILE_EXTENSIONS}/jid1-cplltty501t...@jetpack.xpi
Status: enabled

Name: Novell Moonlight
Location: ${PROFILE_EXTENSIONS}/moonli...@novell.com
Status: enabled

Name: Open Livestreamer
Location: ${PROFILE_EXTENSIONS}/jid1-y6bhymm8goz...@jetpack.xpi
Status: enabled

Name: Original Content greasemonkey-user-script
Status: enabled

Name: Pastel Gradient theme
Status: user-disabled

Name: Perspectives
Location: 
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/perspecti...@cmu.edu
Package: xul-ext-perspectives
Status: enabled

Name: Privacy Badger Firefox
Location: ${PROFILE_EXTENSIONS}/jid1-mnnxcxisbpn...@jetpack.xpi
Status: enabled

Name: Rai.tv native video player and direct links greasemonkey-user-script
Status: enabled

Name: Resurrect Pages
Location: ${PROFILE_EXTENSIONS}/{0c8fbd76-bdeb-4c52-9b24-d587ce7b9dc3}.xpi
Status: enabled

Name: RightToClick
Location: ${PROFILE_EXTENSIONS}/{cd617375-6743-4ee8-bac4-fbf10f35729e}.xpi

Bug#655465: No thumbnails created in Gnome 3.2.1

2015-06-08 Thread Alessandro Barbieri
Package: gnome-xcf-thumbnailer
Version: 1.0-1.1
Followup-For: Bug #655465

Dear Maintainer,

I confirm that the bug is still open
a possible fix working for me is creating 
/usr/share/thumbnailers/gnome-xcf.thumbnailer
with this inside

[Thumbnailer Entry]
TryExec=gnome-xcf-thumbnailer
Exec=gnome-xcf-thumbnailer %i %o
MimeType=image/x-xcf;image/x-compressed-xcf;


-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gnome-xcf-thumbnailer depends on:
ii  gconf23.2.6-3
ii  libc6 2.19-18
ii  libglib2.0-0  2.42.1-1
ii  libpng12-01.2.50-2+b2

gnome-xcf-thumbnailer recommends no packages.

gnome-xcf-thumbnailer suggests no packages.

-- no debconf information


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



Bug#659321: ooo-thumbnailer: No thumbnail generated in Gnome 3 Nautilus

2015-06-08 Thread Alessandro Barbieri
Package: ooo-thumbnailer
Version: 0.2-5
Followup-For: Bug #659321

Dear Maintainer,

I can confirm the bug is still open
and the solution proposed is working for me

-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ooo-thumbnailer depends on:
ii  gconf2   3.2.6-3
ii  imagemagick  8:6.8.9.9-5
ii  unzip6.0-16

ooo-thumbnailer recommends no packages.

ooo-thumbnailer suggests no packages.

-- no debconf information


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



Bug#788097: fortunes-it: error in quote

2015-06-08 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: newcomer

Dear Maintainer,

in the paolotedeschi file, at line with
Per coloro che amano la pace e la queite: un filo senza telefono!

correct

queite - quiete

-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- no debconf information


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



Bug#787140: fortunes-it: error in quote

2015-05-28 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: newcomer

Dear Maintainer,

In the file 'italia' at the line with 'fanno un lacio da 5000 metri'
correct 'lacio' - 'lancio'

-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- no debconf information


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



Bug#785493: fortunes-it: put a space in quote

2015-05-16 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: newcomer l10n

Dear Maintainer,

In the file italia, at the line with

-- Emilio Fede, direttore del Tg4, sulLa Stampa del

put a space between `sul' and `La Stampa'

like this

`sul La Stampa'


-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- no debconf information


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



Bug#784805: fortunes-it: error in quote

2015-05-08 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: newcomer l10n

Dear Maintainer,

in the luke file, ath the line with per sensibilizzare i givernanti
givernanti is wrong, should be governanti.


-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- no debconf information


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



Bug#783967: fortunes-it: error in quote

2015-05-01 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: newcomer l10n

Dear Maintainer,

in Luttazzi file, Lacome should be Lancôme


-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- no debconf information


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



Bug#783534: fortunes-it: error in quote

2015-04-27 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: newcomer l10n

Dear Maintainer,

in the norm file
in the 'Lichtenberg, Osservazioni e pensieri' quote
'prefido' is wrong, to be corrected in 'perfido'

https://it.wikiquote.org/wiki/Georg_Christoph_Lichtenberg

-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (700, 'stable'), (500, 'stable-updates'), (500, 
'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- no debconf information


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



Bug#780073: pidgin: Twitch IRC Unknown message 'WHO'

2015-04-11 Thread Alessandro Barbieri
Package: pidgin
Version: 2.10.11-1
Followup-For: Bug #780073

Dear Maintainer,

Googleing I found this:

https://trac.adium.im/ticket/15489

I think is the same issue but they set it as invalid ...

hope might be of help.


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pidgin depends on:
ii  gconf2  3.2.6-3
ii  libatk1.0-0 2.14.0-1
ii  libc6   2.19-17
ii  libcairo2   1.14.0-2.1
ii  libdbus-1-3 1.8.16-1
ii  libdbus-glib-1-20.102-1
ii  libfontconfig1  2.11.0-6.3
ii  libfreetype62.5.2-3
ii  libgadu31:1.12.0-5
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libgstreamer0.10-0  0.10.36-1.5
ii  libgtk2.0-0 2.24.25-3
ii  libgtkspell02.0.16-1.1
ii  libice6 2:1.0.9-1+b1
ii  libpango-1.0-0  1.36.8-3
ii  libpangocairo-1.0-0 1.36.8-3
ii  libpangoft2-1.0-0   1.36.8-3
ii  libpurple0  2.10.11-1
ii  libsm6  2:1.2.2-1+b1
ii  libx11-62:1.6.2-3
ii  libxml2 2.9.1+dfsg1-5
ii  libxss1 1:1.2.2-1
ii  perl-base [perlapi-5.20.1]  5.20.2-3
ii  pidgin-data 2.10.11-1

Versions of packages pidgin recommends:
ii  gstreamer0.10-alsa  0.10.36-2
ii  gstreamer0.10-ffmpeg1:0.10.13-dmo2
ii  gstreamer0.10-plugins-base  0.10.36-2
ii  gstreamer0.10-plugins-good  0.10.31-3+nmu4+b1

Versions of packages pidgin suggests:
ii  libsqlite3-0  3.8.7.1-1

-- no debconf information


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



Bug#782247: dropbox: huge memory usage when updating

2015-04-09 Thread Alessandro Barbieri
Package: dropbox
Version: 2015.02.12
Severity: important

Dear Maintainer,


   * What led up to the situation?

Updating dropbox (not with apt)

   
   * What was the outcome of this action?

Dropbox process is using 2.5 GiB of res memory and 5.6 GiB of virt memory.
My computer is swapping 4 GiB of memory cause of this and hangs. 


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dropbox depends on:
ii  libatk1.0-02.14.0-1
ii  libc6  2.19-17
ii  libcairo2  1.14.0-2.1
ii  libglib2.0-0   2.42.1-1
ii  libgtk2.0-02.24.25-3
ii  libpango1.0-0  1.36.8-3
ii  lsb-release4.1+Debian13+nmu1
ii  procps 2:3.3.9-9
ii  python 2.7.9-1
ii  python-gtk22.24.0-4

dropbox recommends no packages.

Versions of packages dropbox suggests:
ii  nautilus  3.14.1-2
ii  python-gpgme  0.3-1+b1

-- no debconf information


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



Bug#782101: calendar-google-provider: can't connect to calendar

2015-04-07 Thread Alessandro Barbieri
Package: calendar-google-provider
Version: 31.6.0-1
Severity: normal

Dear Maintainer,

I have a google for education account: i have to login twice in order to access 
(once in google and once in university site)
and i set up 2 calendars to sync, they don't sync and i get this debug log


[calICSCalendar] Refreshing uni
[calICSCalendar] Refreshing OSM
[calCachedCalendar] Performing playback operation add on 0 items to ASME@unibs
[calCachedCalendar] Performing playback operation modify on 0 items to 
ASME@unibs
[calCachedCalendar] Performing playback operation delete on 0 items to 
ASME@unibs
[calCachedCalendar] Doing changelog based sync for calendar 
googleapi://a.barbieri...@studenti.unibs.it/?calendar=**%40group.calendar.google.com
[calGoogleCalendar] Skipping calendarList request to reduce requests
[calGoogleSession] Token expired 1428440112 seconds ago, resetting
[calGoogleCalendar] Logging in session a.barbieri...@studenti.unibs.it
[calGoogleCalendar] No access token for a.barbieri...@studenti.unibs.it, 
refreshing token
[calGoogleSession] Adding item 
https://www.googleapis.com/calendar/v3/calendars/**%40group.calendar.google.com/events
 to queue
[calICSCalendar] Loading ICS succeeded, needs further processing: true
[calICSCalendar] Parsing ICS succeeded for 
http://elearning.unibs.it/calendar/export_execute.php?preset_what=allpreset_time=recentupcominguserid=authtoken=
[calICSCalendar] Loading ICS succeeded, needs further processing: true
[calICSCalendar] Parsing ICS succeeded for 
http://calendar.openstreetmap.org.uk/events.ics
[calGoogleCalendar] Failed to acquire a new OAuth token for 
a.barbieri...@studenti.unibs.it data: { error: http_404 }
[JavaScript Error: [calGoogleSession] Authentication failure: { error: 
http_404 }]
[calGoogleCalendar] Error syncing:
2147500037:[Exception... http_404  nsresult: 0x80004005 (NS_ERROR_FAILURE)  
location: JS frame :: resource://gdata-provider/modules/gdataSession.jsm :: 
calGoogleSession.prototype.login/authFailed :: line 244  data: no]
[JavaScript Error: [calCachedCalendar] replay action failed: null, 
uri=googleapi://a.barbieri...@studenti.unibs.it/?calendar=**%40group.calendar.google.com,
 result=http_404, op=[xpconnect wrapped calIOperation]]
[calCachedCalendar] replayChangesOn finished.
[calCachedCalendar] sync queue empty.


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information


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



Bug#782040: fortunes-it: error in quote

2015-04-06 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: l10n

Dear Maintainer,

In the file italia at the line:

-- Cartello nel Rand Hotel, New York, 1907

Grand not Rand.

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- no debconf information


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



Bug#782046: cairo-dock: quick-browser doesn't open folder with mate

2015-04-06 Thread Alessandro Barbieri
Package: cairo-dock
Version: 3.4.0-1
Severity: normal

Dear Maintainer,

when using quick-browser no window opens (middle click or menu open this 
folder), i have mate and then caja as file manager.


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cairo-dock depends on:
ii  cairo-dock-core  3.4.0-1
ii  cairo-dock-plug-ins  3.4.0-1+b1

cairo-dock recommends no packages.

cairo-dock suggests no packages.

-- no debconf information


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



Bug#781925: boinc-client: soffice.bin/oosplash processes started by boinc are hard to kill at shutdown

2015-04-04 Thread Alessandro Barbieri
Package: boinc-client
Version: 7.4.23+dfsg-1
Severity: normal

Dear Maintainer,

* What led up to the situation?
When i open boinc-client it spawns 2 processes: oosplah and soffice.bin 
(libreoffice) and when i close they remain and at shutdown I have to wait to 
the OS to forcibly kill them.

   * What outcome did you expect instead?
Fast shutdown, not waiting to the process to be killed.

OT

Why libreoffice is needed for running boinc-client?


-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED=1

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE=1

# The BOINC core client will be started with the permissions of this user.
BOINC_USER=boinc

# This is the data directory of the BOINC core client.
BOINC_DIR=/var/lib/boinc-client

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT=/usr/local/bin/boinc
BOINC_CLIENT=/usr/bin/boinc

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS=--allow_remote_gui_rpc
BOINC_OPTS=

# Scheduling options

# Set SCHEDULE=0 if prefering to run with upstream default priority
# settings.

# Nice levels. When systems are truly busy, e.g. because of too many active
# scientific applications started by the boinc client, there is a chance for
# the boinc client not to be granted sufficient opportunity to check for
# scientific applications to be alive and make the (wrong) decision to
# terminate the scientific app. This is particularly an issue with many
# apps started in parallel on modern multi-core systems and extra overheads
# for the download and uploads of files with the project servers. Another
# concern is the latency for scientific applications to communicate with the
# graphics card, which should be low. All such values should be set and
# controled from within the BOINC client. The Debian init script also sets
# extra constrains via chrt on real time performance and via ionice on 
# I/O performance, which is beyond the regular BOINC client. It then was
# too easy to use that code to also constrain minimal nice levels. We still
# think about how to best distinguish GPU applications from regular apps.
BOINC_NICE_CLIENT=10
BOINC_NICE_APP_DEFAULT=19
#BOINC_NICE_APP_GPU=5# not yet used

# ionice classes. See manpage of ionice (1) in the util-linux package.
BOINC_IONICE_CLIENT=3# idle
#BOINC_IONICE_APP_DEFAULT=3  # idle, not yet used
#BOINC_IONICE_APP_GPU=2  # best effort, not yet used


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages boinc-client depends on:
ii  adduser3.113+nmu3
ii  ca-certificates20141019
ii  debconf [debconf-2.0]  1.5.56
ii  libboinc7  7.4.23+dfsg-1
ii  libc6  2.19-17
ii  libcurl3   7.38.0-4
ii  libgcc11:4.9.2-10
ii  libstdc++6 4.9.2-10
ii  python 2.7.9-1
ii  zlib1g 1:1.2.8.dfsg-2+b1

boinc-client recommends no packages.

Versions of packages boinc-client suggests:
pn  boinc-amd-opencl   none
ii  boinc-manager  7.4.23+dfsg-2exp1
ii  boinc-nvidia-cuda  7.4.23+dfsg-2exp1
ii  x11-xserver-utils  7.7+3+b1

-- Configuration Files:
/etc/boinc-client/cc_config.xml changed:
cc_config
log_flags
file_xfer1/file_xfer
sched_ops1/sched_ops
task1/task
android_debug0/android_debug
app_msg_receive0/app_msg_receive
app_msg_send0/app_msg_send
async_file_debug0/async_file_debug
benchmark_debug0/benchmark_debug
checkpoint_debug0/checkpoint_debug
coproc_debug0/coproc_debug
cpu_sched0/cpu_sched
cpu_sched_debug0/cpu_sched_debug
cpu_sched_status0/cpu_sched_status
dcf_debug0/dcf_debug
disk_usage_debug0/disk_usage_debug
file_xfer_debug0/file_xfer_debug
gui_rpc_debug0/gui_rpc_debug
heartbeat_debug0/heartbeat_debug
http_debug0/http_debug
http_xfer_debug0/http_xfer_debug
mem_usage_debug0/mem_usage_debug

Bug#781629: mate-panel: help not finding document

2015-03-31 Thread Alessandro Barbieri
Package: mate-panel
Version: 1.8.1+dfsg1-3
Severity: normal

Dear Maintainer,



   * What led up to the situation?

Clicking help on the clock/calendar applet

   * What was the outcome of this action?

Yelp telling me that the URI help:mate-clock/clock-settings  points to a 
non valid page

   * What outcome did you expect instead?

Reading the help.



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mate-panel depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-15
ii  libcairo21.14.0-2.1
ii  libcanberra-gtk0 0.30-2.1
ii  libcanberra0 0.30-2.1
ii  libdbus-1-3  1.8.16-1
ii  libdbus-glib-1-2 0.102-1
ii  libdconf10.22.0-1
ii  libfontconfig1   2.11.0-6.3
ii  libfreetype6 2.5.2-3
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.1-1
ii  libgtk2.0-0  2.24.25-3
ii  libice6  2:1.0.9-1+b1
ii  libmate-desktop-2-17 1.8.1+dfsg1-2
ii  libmate-menu21.8.0-5
ii  libmate-panel-applet-4-1 1.8.1+dfsg1-3
ii  libmateweather1  1.8.0-2
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libpangoft2-1.0-01.36.8-3
ii  librsvg2-2   2.40.5-1
ii  libsm6   2:1.2.2-1+b1
ii  libstartup-notification0 0.12-4
ii  libwnck222.30.7-2
ii  libx11-6 2:1.6.2-3
ii  libxau6  1:1.0.8-1
ii  libxrandr2   2:1.4.2-1+b1
ii  mate-desktop 1.8.1+dfsg1-2
ii  mate-menus   1.8.0-5
ii  mate-panel-common1.8.1+dfsg1-3
ii  mate-polkit  1.8.0+dfsg1-4
ii  menu-xdg 0.5
ii  python   2.7.9-1

mate-panel recommends no packages.

mate-panel suggests no packages.

-- no debconf information


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



Bug#773097: mate-notification-daemon: this is still an issue with the latest 1.8.2-1 re; eased to experimental.

2015-03-30 Thread Alessandro Barbieri
On Tue, 17 Mar 2015 00:54:17 +0530 
=?UTF-8?B?c2hpcmlzaCDgpLbgpL/gpLDgpYDgpLc=?= shirisha...@gmail.com wrote:

 at bottom :-

 On 3/16/15, Mike Gabriel mike.gabr...@das-netzwerkteam.de wrote:
  Dear shirish,
 
  On So 15 Mär 2015 20:20:10 CET, shirish शिरीष wrote:
 
  Dear Maintainer,
  As can be seen it's still an issue even with the binary on
  experimental. As shared by others there is nothing on the TUI/CLI but
  the moment you click on preview you get the preview only on the top
  right, not on top left as shared. Tried changing both theme and
  position but neither of the two changed.
 
  Please let us know if any more info. is needed.
 
  I cannot confirm this issue here.
 
  Is it possible that you are actually seeing notifications from another
  notification-daemon provider, e.g., notify-osd (XFCE),
  notification-daemon (GNOMEv3), etc.?
 
  Check output of ps aux | grep notif, what daemon is actually running
  and if mate-notification is _really_ running for the current $DISPLAY.

 Aha, that solved it. First kde-notify was rearing it head. Once I
 disabled it, then xfce4-notifyd was doing the same.

 Once I disabled both (commenting both the services at
 /usr/share/dbus-1/services) namely org.kde.knotify.service and
 org.xfce.xfce4-notifyd.Notifications.service the Exec part, rebooted
 and it was working as it should be.

 So false alarm at my end at least. Maybe the others need to check as 
well.


  Mike
 

I resolved disinstalling dunst. Thank all for the help given.

--
ekiga-button
sip:alebar...@ekiga.net

attachment: ale_barbio.vcf

Bug#781488: mate-netspeed: incorrect unit when show bits is selected

2015-03-29 Thread Alessandro Barbieri
Package: mate-netspeed
Version: 1.8.0+dfsg1-2
Severity: minor
Tags: newcomer upstream

Dear Maintainer,

When showing bits the unit is mb/s (which means milli bit per second)
and is wrong: should be Mb/s (mega bit per second)

I have italian localization.

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mate-netspeed depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-15
ii  libcairo21.14.0-2.1
ii  libfontconfig1   2.11.0-6.3
ii  libfreetype6 2.5.2-3
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.1-1
ii  libgtk2.0-0  2.24.25-3
ii  libgtop2-7   2.28.5-2+b1
ii  libmate-panel-applet-4-1 1.8.1+dfsg1-3
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libpangoft2-1.0-01.36.8-3

mate-netspeed recommends no packages.

mate-netspeed suggests no packages.

-- no debconf information


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



Bug#781358: boinc-client: window with no content at startup

2015-03-27 Thread Alessandro Barbieri
Package: boinc-client
Version: 7.4.23+dfsg-1
Severity: normal
Tags: upstream

Dear Maintainer,



   * What led up to the situation?

Sometimes when I start boinc-client, a window with 3 checkboxes and no text 
appear, if i press next i will go to the add new project window.
   
   * What outcome did you expect instead?

A window with text to tell me what I'm doing.



-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED=1

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE=1

# The BOINC core client will be started with the permissions of this user.
BOINC_USER=boinc

# This is the data directory of the BOINC core client.
BOINC_DIR=/var/lib/boinc-client

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT=/usr/local/bin/boinc
BOINC_CLIENT=/usr/bin/boinc

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS=--allow_remote_gui_rpc
BOINC_OPTS=

# Scheduling options

# Set SCHEDULE=0 if prefering to run with upstream default priority
# settings.

# Nice levels. When systems are truly busy, e.g. because of too many active
# scientific applications started by the boinc client, there is a chance for
# the boinc client not to be granted sufficient opportunity to check for
# scientific applications to be alive and make the (wrong) decision to
# terminate the scientific app. This is particularly an issue with many
# apps started in parallel on modern multi-core systems and extra overheads
# for the download and uploads of files with the project servers. Another
# concern is the latency for scientific applications to communicate with the
# graphics card, which should be low. All such values should be set and
# controled from within the BOINC client. The Debian init script also sets
# extra constrains via chrt on real time performance and via ionice on 
# I/O performance, which is beyond the regular BOINC client. It then was
# too easy to use that code to also constrain minimal nice levels. We still
# think about how to best distinguish GPU applications from regular apps.
BOINC_NICE_CLIENT=10
BOINC_NICE_APP_DEFAULT=19
#BOINC_NICE_APP_GPU=5# not yet used

# ionice classes. See manpage of ionice (1) in the util-linux package.
BOINC_IONICE_CLIENT=3# idle
#BOINC_IONICE_APP_DEFAULT=3  # idle, not yet used
#BOINC_IONICE_APP_GPU=2  # best effort, not yet used


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages boinc-client depends on:
ii  adduser3.113+nmu3
ii  ca-certificates20141019
ii  debconf [debconf-2.0]  1.5.56
ii  libboinc7  7.4.23+dfsg-1
ii  libc6  2.19-15
ii  libcurl3   7.38.0-4
ii  libgcc11:4.9.2-10
ii  libstdc++6 4.9.2-10
ii  python 2.7.9-1
ii  zlib1g 1:1.2.8.dfsg-2+b1

boinc-client recommends no packages.

Versions of packages boinc-client suggests:
pn  boinc-amd-opencl   none
ii  boinc-manager  7.4.23+dfsg-2exp1
ii  boinc-nvidia-cuda  7.4.23+dfsg-2exp1
ii  x11-xserver-utils  7.7+3+b1

-- Configuration Files:
/etc/boinc-client/cc_config.xml changed:
cc_config
log_flags
file_xfer1/file_xfer
sched_ops1/sched_ops
task1/task
android_debug0/android_debug
app_msg_receive0/app_msg_receive
app_msg_send0/app_msg_send
async_file_debug0/async_file_debug
benchmark_debug0/benchmark_debug
checkpoint_debug0/checkpoint_debug
coproc_debug0/coproc_debug
cpu_sched0/cpu_sched
cpu_sched_debug0/cpu_sched_debug
cpu_sched_status0/cpu_sched_status
dcf_debug0/dcf_debug
disk_usage_debug0/disk_usage_debug
file_xfer_debug0/file_xfer_debug
gui_rpc_debug0/gui_rpc_debug
heartbeat_debug0/heartbeat_debug
http_debug0/http_debug
http_xfer_debug0/http_xfer_debug
mem_usage_debug0/mem_usage_debug
network_status_debug0/network_status_debug
notice_debug0/notice_debug
poll_debug0/poll_debug

Bug#781360: munin-plugin-core: nvidia plugin show terahertz

2015-03-27 Thread Alessandro Barbieri
Package: munin-plugins-core
Version: 2.0.25-1
Severity: normal

Dear Maintainer,

nvidia plugin is wrong about clock speed it show 8.59 THz instead of 1360 MHz 
(nominal clock for my NVIDIA GT 220).


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages munin-plugins-core depends on:
ii  munin-common  2.0.25-1
ii  perl  5.20.2-2

Versions of packages munin-plugins-core recommends:
ii  libnet-snmp-perl  6.0.1-2

Versions of packages munin-plugins-core suggests:
pn  conntrack   none
pn  libcache-cache-perl none
pn  libdbd-mysql-perl   none
ii  libnet-dns-perl 0.81-2
pn  libnet-netmask-perl none
pn  libnet-telnet-perl  none
ii  libxml-parser-perl  2.41-3
ii  python  2.7.9-1
ii  ruby1:2.1.5
ii  ruby2.1 [ruby-interpreter]  2.1.5-1

-- no debconf information


Bug#746380: yagf crashes when opening an image file

2015-03-25 Thread Alessandro Barbieri
Package: yagf
Version: 0.9.3.2-1
Followup-For: Bug #746380

Dear Maintainer,

DEBUG

~ ❯❯❯ gdb yagf 22s 
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
Type show configuration for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type help.
Type apropos word to search for commands related to word...
Reading symbols from yagf...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/yagf 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Got bus address:  
unix:abstract=/tmp/dbus-COkR5Hd4Qu,guid=0b18d2e49daee9b23305680a5512ee40 
Connected to accessibility bus at:  
unix:abstract=/tmp/dbus-COkR5Hd4Qu,guid=0b18d2e49daee9b23305680a5512ee40 
Registered DEC:  true 
Registered event listener change listener:  true 
QSpiAccessible::accessibleEvent not handled:  6  obj:  QMenu(0x858530, name = 
menu_Settings) menu_Settings 
QSpiAccessible::accessibleEvent not handled:  7  obj:  QMenu(0x858530, name = 
menu_Settings) menu_Settings 
QSpiAccessible::accessibleEvent not handled:  6  obj:  QMenu(0x8cac20, name = 
menuFile) menuFile 
QSpiAccessible::accessibleEvent not handled:  7  obj:  QMenu(0x8cac20, name = 
menuFile) menuFile 
QSpiAccessible::accessibleEvent not handled:  2  obj:  
QMessageBox(0x7fffc8e0)  
FIXME: handle dialog start. 
FIXME: handle dialog end. 
QSpiAccessible::accessibleEvent not handled:  6  obj:  QMenu(0x8cac20, name = 
menuFile) menuFile 
QSpiAccessible::accessibleEvent not handled:  7  obj:  QMenu(0x8cac20, name = 
menuFile) menuFile 
[New Thread 0x7fffec236700 (LWP 20069)]
QSpiAccessible::accessibleEvent not handled:  8008  obj:  QObject(0x0)   
invalid interface! 
QSpiAccessible::accessibleEvent not handled:  8008  obj:  QSidebar(0x873790, 
name = sidebar) sidebar 
FIXME: handle dialog start. 
[New Thread 0x7fffeb98b700 (LWP 20070)]
QSpiAccessible::accessibleEvent not handled:  8008  obj:  QObject(0x0)   
invalid interface! 
QSpiAccessible::accessibleEvent not handled:  8008  obj:  QObject(0x0)   
invalid interface! 
QSpiAccessible::accessibleEvent not handled:  8008  obj:  QListView(0x89ca60, 
name = listView) listView 
QSpiAccessible::accessibleEvent not handled:  8008  obj:  QObject(0x0)   
invalid interface! 
FIXME: handle dialog end. 

Program received signal SIGSEGV, Segmentation fault.
__memcpy_sse2_unaligned ()
at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:36
36  ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: File o directory 
non esistente.



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages yagf depends on:
ii  libaspell150.60.7~20110707-1.3
ii  libc6  2.19-15
ii  libgcc11:4.9.2-10
ii  libqtcore4 4:4.8.6+git64-g5dc8b2b+dfsg-3
ii  libqtgui4  4:4.8.6+git64-g5dc8b2b+dfsg-3
ii  libstdc++6 4.9.2-10
ii  tesseract-ocr  3.03.03-1

Versions of packages yagf recommends:
ii  xsane  0.998-6+b1

yagf suggests no packages.

-- no debconf information


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



Bug#781116: boinc-client: option to change cache directory

2015-03-24 Thread Alessandro Barbieri
Package: boinc-client
Version: 7.4.23+dfsg-1
Severity: wishlist

Dear Maintainer,

   * What led up to the situation?
I have a separate partition for / and the free space is getting low but about 
600 MB is for BOINC cache.

Can we have an option to change easily (or defaulting) to something like 
~./cache/BOINC or ~./BOINC/cache?


-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED=1

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE=1

# The BOINC core client will be started with the permissions of this user.
BOINC_USER=boinc

# This is the data directory of the BOINC core client.
BOINC_DIR=/var/lib/boinc-client

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT=/usr/local/bin/boinc
BOINC_CLIENT=/usr/bin/boinc

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS=--allow_remote_gui_rpc
BOINC_OPTS=

# Scheduling options

# Set SCHEDULE=0 if prefering to run with upstream default priority
# settings.

# Nice levels. When systems are truly busy, e.g. because of too many active
# scientific applications started by the boinc client, there is a chance for
# the boinc client not to be granted sufficient opportunity to check for
# scientific applications to be alive and make the (wrong) decision to
# terminate the scientific app. This is particularly an issue with many
# apps started in parallel on modern multi-core systems and extra overheads
# for the download and uploads of files with the project servers. Another
# concern is the latency for scientific applications to communicate with the
# graphics card, which should be low. All such values should be set and
# controled from within the BOINC client. The Debian init script also sets
# extra constrains via chrt on real time performance and via ionice on 
# I/O performance, which is beyond the regular BOINC client. It then was
# too easy to use that code to also constrain minimal nice levels. We still
# think about how to best distinguish GPU applications from regular apps.
BOINC_NICE_CLIENT=10
BOINC_NICE_APP_DEFAULT=19
#BOINC_NICE_APP_GPU=5# not yet used

# ionice classes. See manpage of ionice (1) in the util-linux package.
BOINC_IONICE_CLIENT=3# idle
#BOINC_IONICE_APP_DEFAULT=3  # idle, not yet used
#BOINC_IONICE_APP_GPU=2  # best effort, not yet used


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages boinc-client depends on:
ii  adduser3.113+nmu3
ii  ca-certificates20141019
ii  debconf [debconf-2.0]  1.5.56
ii  libboinc7  7.4.23+dfsg-1
ii  libc6  2.19-15
ii  libcurl3   7.38.0-4
ii  libgcc11:4.9.2-10
ii  libstdc++6 4.9.2-10
ii  python 2.7.8-4
ii  zlib1g 1:1.2.8.dfsg-2+b1

boinc-client recommends no packages.

Versions of packages boinc-client suggests:
pn  boinc-amd-opencl   none
ii  boinc-manager  7.4.23+dfsg-2exp1
ii  boinc-nvidia-cuda  7.4.23+dfsg-2exp1
ii  x11-xserver-utils  7.7+3+b1

-- Configuration Files:
/etc/boinc-client/cc_config.xml changed:
cc_config
log_flags
file_xfer1/file_xfer
sched_ops1/sched_ops
task1/task
android_debug0/android_debug
app_msg_receive0/app_msg_receive
app_msg_send0/app_msg_send
async_file_debug0/async_file_debug
benchmark_debug0/benchmark_debug
checkpoint_debug0/checkpoint_debug
coproc_debug0/coproc_debug
cpu_sched0/cpu_sched
cpu_sched_debug0/cpu_sched_debug
cpu_sched_status0/cpu_sched_status
dcf_debug0/dcf_debug
disk_usage_debug0/disk_usage_debug
file_xfer_debug0/file_xfer_debug
gui_rpc_debug0/gui_rpc_debug
heartbeat_debug0/heartbeat_debug
http_debug0/http_debug
http_xfer_debug0/http_xfer_debug
mem_usage_debug0/mem_usage_debug
network_status_debug0/network_status_debug
notice_debug0/notice_debug
poll_debug0/poll_debug
priority_debug0/priority_debug

Bug#773097: mate-notification-daemon: this is still an issue with the latest 1.8.2-1 re; eased to experimental.

2015-03-18 Thread Alessandro Barbieri
On Tue, 17 Mar 2015 00:54:17 +0530 
=?UTF-8?B?c2hpcmlzaCDgpLbgpL/gpLDgpYDgpLc=?= shirisha...@gmail.com wrote:


  Is it possible that you are actually seeing notifications from another
  notification-daemon provider, e.g., notify-osd (XFCE),
  notification-daemon (GNOMEv3), etc.?
 
  Check output of ps aux | grep notif, what daemon is actually running
  and if mate-notification is _really_ running for the current $DISPLAY.

 Aha, that solved it. First kde-notify was rearing it head. Once I
 disabled it, then xfce4-notifyd was doing the same.

 Once I disabled both (commenting both the services at
 /usr/share/dbus-1/services) namely org.kde.knotify.service and
 org.xfce.xfce4-notifyd.Notifications.service the Exec part, rebooted
 and it was working as it should be.


I commented exec in kde.notify.service because knotif was running
disabled kwin and rebooted
neiter knotify4 nor mate-notification are running

and i can't run it

/usr/lib/mate-notification-daemon/mate-notification-daemon

** (mate-notification-daemon:10327): WARNING **: Failed to acquire name 
org.freedesktop.Notifications



ps aux | grep notif
root39  0.0  0.0  0 0 ?S19:02   0:00 
[fsnotify_mark]
ale   2969  0.0  0.4 274456 16392 ?Sl   19:04   0:00 
/usr/lib/mate-panel/notification-area-applet
ale   9078  0.0  0.0  12748  2172 pts/0S+   19:09   0:00 grep 
--color=auto notif


--
sip:alebar...@ekiga.net


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



Bug#773097: mate-notification-properties - the notification window theme is not changeable

2015-03-14 Thread Alessandro Barbieri
On Sun, 15 Mar 2015 00:10:53 +0100 Alessandro Barbieri 
ale.bar...@alice.it wrote:

 Package: mate-notification-daemon
 Version: 1.8.1-3
 Followup-For: Bug #773097

 I have the same bug: can't change theme and position
 mate-notification-settings from terminal outputs nothing.

i mean mate-notification-properties

--
sip:alebar...@ekiga.net


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



Bug#773097: mate-notification-properties - the notification window theme is not changeable

2015-03-14 Thread Alessandro Barbieri
Package: mate-notification-daemon
Version: 1.8.1-3
Followup-For: Bug #773097

Dear Maintainer,

I have the same bug: can't change theme and position
mate-notification-settings from terminal outputs nothing.


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mate-notification-daemon depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-15
ii  libcairo21.14.0-2.1
ii  libcanberra-gtk0 0.30-2.1
ii  libcanberra0 0.30-2.1
ii  libdbus-1-3  1.8.16-1
ii  libdbus-glib-1-2 0.102-1
ii  libfontconfig1   2.11.0-6.3
ii  libfreetype6 2.5.2-3
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libglib2.0-0 2.42.1-1
ii  libgtk2.0-0  2.24.25-3
ii  libnotify4   0.7.6-2
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libpangoft2-1.0-01.36.8-3
ii  libwnck222.30.7-2
ii  libx11-6 2:1.6.2-3

mate-notification-daemon recommends no packages.

mate-notification-daemon suggests no packages.

-- no debconf information


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



Bug#777005: Acknowledgement (boinc-client: memory and priority idea)

2015-03-12 Thread Alessandro Barbieri

forwarded 777005 https://github.com/BOINC/boinc/issues/1355
quit

--
sip:alebar...@ekiga.net


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



Bug#780073: pidgin: Twitch IRC Unknown message 'WHO'

2015-03-08 Thread Alessandro Barbieri
Package: pidgin
Version: 2.10.11-1
Severity: normal
Tags: upstream

I'm able to reproduce this bug: https://developer.pidgin.im/ticket/16594


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'testing-updates'), 
(500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pidgin depends on:
ii  gconf2  3.2.6-3
ii  libatk1.0-0 2.14.0-1
ii  libc6   2.19-15
ii  libcairo2   1.14.0-2.1
ii  libdbus-1-3 1.8.16-1
ii  libdbus-glib-1-20.102-1
ii  libfontconfig1  2.11.0-6.3
ii  libfreetype62.5.2-3
ii  libgadu31:1.12.0-5
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libgstreamer0.10-0  0.10.36-1.5
ii  libgtk2.0-0 2.24.25-1
ii  libgtkspell02.0.16-1.1
ii  libice6 2:1.0.9-1+b1
ii  libpango-1.0-0  1.36.8-3
ii  libpangocairo-1.0-0 1.36.8-3
ii  libpangoft2-1.0-0   1.36.8-3
ii  libpurple0  2.10.11-1
ii  libsm6  2:1.2.2-1+b1
ii  libx11-62:1.6.2-3
ii  libxml2 2.9.1+dfsg1-5
ii  libxss1 1:1.2.2-1
ii  perl-base [perlapi-5.20.1]  5.20.2-2
ii  pidgin-data 2.10.11-1

Versions of packages pidgin recommends:
ii  gstreamer0.10-alsa  0.10.36-2
ii  gstreamer0.10-ffmpeg1:0.10.13-dmo2
ii  gstreamer0.10-plugins-base  0.10.36-2
ii  gstreamer0.10-plugins-good  0.10.31-3+nmu4+b1

Versions of packages pidgin suggests:
ii  libsqlite3-0  3.8.7.1-1

-- no debconf information


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



Bug#777005: R: Bug#777005: boinc-client: memory and priority idea

2015-02-05 Thread Alessandro Barbieri

Il 04/02/2015 07:09, Gianfranco Costamagna ha scritto:

Hi Alessando, can you please forward this on boinc-dev mail list?

thanks

Gianfranco

--
Il mer 4 feb 2015 00:44 CET, Alessandro Barbieri ha scritto:


Package: boinc-client
Version: 7.4.23+dfsg-1
Severity: wishlist
Tags: upstream

Dear Maintainer,

when a WU is waiting for memory can the manager run a lower priority WU (that 
uses less memory)
instead of waiting and not using all cores?

-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED=1

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE=1

# The BOINC core client will be started with the permissions of this user.
BOINC_USER=boinc

# This is the data directory of the BOINC core client.
BOINC_DIR=/var/lib/boinc-client

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT=/usr/local/bin/boinc
BOINC_CLIENT=/usr/bin/boinc

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS=--allow_remote_gui_rpc
BOINC_OPTS=

# Scheduling options

# Set SCHEDULE=0 if prefering to run with upstream default priority
# settings.

# Nice levels. When systems are truly busy, e.g. because of too many active
# scientific applications started by the boinc client, there is a chance for
# the boinc client not to be granted sufficient opportunity to check for
# scientific applications to be alive and make the (wrong) decision to
# terminate the scientific app. This is particularly an issue with many
# apps started in parallel on modern multi-core systems and extra overheads
# for the download and uploads of files with the project servers. Another
# concern is the latency for scientific applications to communicate with the
# graphics card, which should be low. All such values should be set and
# controled from within the BOINC client. The Debian init script also sets
# extra constrains via chrt on real time performance and via ionice on
# I/O performance, which is beyond the regular BOINC client. It then was
# too easy to use that code to also constrain minimal nice levels. We still
# think about how to best distinguish GPU applications from regular apps.
BOINC_NICE_CLIENT=10
BOINC_NICE_APP_DEFAULT=19
#BOINC_NICE_APP_GPU=5# not yet used

# ionice classes. See manpage of ionice (1) in the util-linux package.
BOINC_IONICE_CLIENT=3# idle
#BOINC_IONICE_APP_DEFAULT=3  # idle, not yet used
#BOINC_IONICE_APP_GPU=2  # best effort, not yet used


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages boinc-client depends on:
ii  adduser3.113+nmu3
ii  ca-certificates20141019
ii  debconf [debconf-2.0]  1.5.55
ii  libboinc7  7.4.23+dfsg-1
ii  libc6  2.19-13
ii  libcurl3   7.38.0-4
ii  libgcc11:4.9.1-19
ii  libstdc++6 4.9.1-19
ii  python 2.7.8-2
ii  zlib1g 1:1.2.8.dfsg-2+b1

boinc-client recommends no packages.

Versions of packages boinc-client suggests:
pn  boinc-amd-opencl   none
ii  boinc-manager  7.4.23+dfsg-2exp1
ii  boinc-nvidia-cuda  7.4.23+dfsg-2exp1
ii  x11-xserver-utils  7.7+3+b1

-- Configuration Files:
/etc/boinc-client/cc_config.xml changed:
cc_config
log_flags
file_xfer1/file_xfer
sched_ops1/sched_ops
task1/task
android_debug0/android_debug
app_msg_receive0/app_msg_receive
app_msg_send0/app_msg_send
async_file_debug0/async_file_debug
benchmark_debug0/benchmark_debug
checkpoint_debug0/checkpoint_debug
coproc_debug0/coproc_debug
cpu_sched0/cpu_sched
cpu_sched_debug0/cpu_sched_debug
cpu_sched_status0/cpu_sched_status
dcf_debug0/dcf_debug
disk_usage_debug0/disk_usage_debug
file_xfer_debug0/file_xfer_debug
gui_rpc_debug0/gui_rpc_debug
heartbeat_debug0/heartbeat_debug
http_debug0/http_debug
http_xfer_debug0/http_xfer_debug
mem_usage_debug0/mem_usage_debug
network_status_debug0/network_status_debug

Bug#777051: liferea: new source inner list not resizable

2015-02-04 Thread Alessandro Barbieri
Package: liferea
Version: 1.10.12-1
Severity: minor

Dear Maintainer,

the list in the new source window is not resizable and does not resize 
toghether with the window
see attachment

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages liferea depends on:
ii  dbus-x11 1.8.12-3
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  gir1.2-gtk-3.0   3.14.5-1
ii  gir1.2-peas-1.0  1.12.1-2
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-13
ii  libcairo21.14.0-2.1
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libgirepository-1.0-11.42.0-2.2
ii  libglib2.0-0 2.42.1-1
ii  libgtk-3-0   3.14.5-1
ii  libindicate5 0.6.92-2
ii  libjson-glib-1.0-0   1.0.2-1
ii  libnotify4   0.7.6-2
ii  libpango-1.0-0   1.36.8-3
ii  libpeas-1.0-01.12.1-2
ii  libsoup2.4-1 2.48.0-1
ii  libsqlite3-0 3.8.7.1-1
ii  libwebkitgtk-3.0-0   2.4.8-1
ii  libxml2  2.9.1+dfsg1-4
ii  libxslt1.1   1.1.28-2+b2
ii  liferea-data 1.10.12-1
ii  python-gi3.14.0-1
pn  python:any   none

Versions of packages liferea recommends:
ii  gir1.2-gnomekeyring-1.0  3.12.0-1+b1
ii  gnome-icon-theme 3.12.0-1
ii  gnome-keyring3.14.0-1+b1
ii  steadyflow   0.2.0-1.1

Versions of packages liferea suggests:
ii  network-manager  0.9.10.0-5

-- no debconf information


Bug#777005: boinc-client: memory and priority idea

2015-02-03 Thread Alessandro Barbieri
Package: boinc-client
Version: 7.4.23+dfsg-1
Severity: wishlist
Tags: upstream

Dear Maintainer,

when a WU is waiting for memory can the manager run a lower priority WU (that 
uses less memory)
instead of waiting and not using all cores?

-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED=1

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE=1

# The BOINC core client will be started with the permissions of this user.
BOINC_USER=boinc

# This is the data directory of the BOINC core client.
BOINC_DIR=/var/lib/boinc-client

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT=/usr/local/bin/boinc
BOINC_CLIENT=/usr/bin/boinc

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS=--allow_remote_gui_rpc
BOINC_OPTS=

# Scheduling options

# Set SCHEDULE=0 if prefering to run with upstream default priority
# settings.

# Nice levels. When systems are truly busy, e.g. because of too many active
# scientific applications started by the boinc client, there is a chance for
# the boinc client not to be granted sufficient opportunity to check for
# scientific applications to be alive and make the (wrong) decision to
# terminate the scientific app. This is particularly an issue with many
# apps started in parallel on modern multi-core systems and extra overheads
# for the download and uploads of files with the project servers. Another
# concern is the latency for scientific applications to communicate with the
# graphics card, which should be low. All such values should be set and
# controled from within the BOINC client. The Debian init script also sets
# extra constrains via chrt on real time performance and via ionice on 
# I/O performance, which is beyond the regular BOINC client. It then was
# too easy to use that code to also constrain minimal nice levels. We still
# think about how to best distinguish GPU applications from regular apps.
BOINC_NICE_CLIENT=10
BOINC_NICE_APP_DEFAULT=19
#BOINC_NICE_APP_GPU=5# not yet used

# ionice classes. See manpage of ionice (1) in the util-linux package.
BOINC_IONICE_CLIENT=3# idle
#BOINC_IONICE_APP_DEFAULT=3  # idle, not yet used
#BOINC_IONICE_APP_GPU=2  # best effort, not yet used


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages boinc-client depends on:
ii  adduser3.113+nmu3
ii  ca-certificates20141019
ii  debconf [debconf-2.0]  1.5.55
ii  libboinc7  7.4.23+dfsg-1
ii  libc6  2.19-13
ii  libcurl3   7.38.0-4
ii  libgcc11:4.9.1-19
ii  libstdc++6 4.9.1-19
ii  python 2.7.8-2
ii  zlib1g 1:1.2.8.dfsg-2+b1

boinc-client recommends no packages.

Versions of packages boinc-client suggests:
pn  boinc-amd-opencl   none
ii  boinc-manager  7.4.23+dfsg-2exp1
ii  boinc-nvidia-cuda  7.4.23+dfsg-2exp1
ii  x11-xserver-utils  7.7+3+b1

-- Configuration Files:
/etc/boinc-client/cc_config.xml changed:
cc_config
log_flags
file_xfer1/file_xfer
sched_ops1/sched_ops
task1/task
android_debug0/android_debug
app_msg_receive0/app_msg_receive
app_msg_send0/app_msg_send
async_file_debug0/async_file_debug
benchmark_debug0/benchmark_debug
checkpoint_debug0/checkpoint_debug
coproc_debug0/coproc_debug
cpu_sched0/cpu_sched
cpu_sched_debug0/cpu_sched_debug
cpu_sched_status0/cpu_sched_status
dcf_debug0/dcf_debug
disk_usage_debug0/disk_usage_debug
file_xfer_debug0/file_xfer_debug
gui_rpc_debug0/gui_rpc_debug
heartbeat_debug0/heartbeat_debug
http_debug0/http_debug
http_xfer_debug0/http_xfer_debug
mem_usage_debug0/mem_usage_debug
network_status_debug0/network_status_debug
notice_debug0/notice_debug
poll_debug0/poll_debug
priority_debug0/priority_debug
proxy_debug0/proxy_debug
rr_simulation0/rr_simulation
rrsim_detail0/rrsim_detail

Bug#776056: liferea: Italian translation: orthography error in preferences

2015-01-23 Thread Alessandro Barbieri
Package: liferea
Version: 1.10.12-1
Severity: minor

Dear Maintainer,

in preferences - Browser tab 

Abilitare plugin del broser is wrong, broser should be browser.


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages liferea depends on:
ii  dbus-x11 1.8.12-3
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  gir1.2-gtk-3.0   3.14.5-1
ii  gir1.2-peas-1.0  1.12.1-2
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-13
ii  libcairo21.14.0-2.1
ii  libgdk-pixbuf2.0-0   2.31.1-2+b1
ii  libgirepository-1.0-11.42.0-2.2
ii  libglib2.0-0 2.42.1-1
ii  libgtk-3-0   3.14.5-1
ii  libindicate5 0.6.92-2
ii  libjson-glib-1.0-0   1.0.2-1
ii  libnotify4   0.7.6-2
ii  libpango-1.0-0   1.36.8-3
ii  libpeas-1.0-01.12.1-2
ii  libsoup2.4-1 2.48.0-1
ii  libsqlite3-0 3.8.7.1-1
ii  libwebkitgtk-3.0-0   2.4.7-3
ii  libxml2  2.9.1+dfsg1-4
ii  libxslt1.1   1.1.28-2+b2
ii  liferea-data 1.10.12-1
ii  python-gi3.14.0-1
pn  python:any   none

Versions of packages liferea recommends:
ii  gir1.2-gnomekeyring-1.0  3.12.0-1+b1
ii  gnome-icon-theme 3.12.0-1
ii  gnome-keyring3.14.0-1+b1
ii  steadyflow   0.2.0-1.1

Versions of packages liferea suggests:
ii  network-manager  0.9.10.0-5

-- no debconf information


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



Bug#775207: boinc-client: add exclusive application for gpu

2015-01-12 Thread Alessandro Barbieri
Package: boinc-client
Version: 7.4.23+dfsg-1
Severity: wishlist
Tags: upstream

Dear mantainer,

can you add exclusive application for gpu only, in sense that an app excludes 
gpu computing but not cpu.


-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED=1

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE=1

# The BOINC core client will be started with the permissions of this user.
BOINC_USER=boinc

# This is the data directory of the BOINC core client.
BOINC_DIR=/var/lib/boinc-client

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT=/usr/local/bin/boinc
BOINC_CLIENT=/usr/bin/boinc

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS=--allow_remote_gui_rpc
BOINC_OPTS=

# Scheduling options

# Set SCHEDULE=0 if prefering to run with upstream default priority
# settings.

# Nice levels. When systems are truly busy, e.g. because of too many active
# scientific applications started by the boinc client, there is a chance for
# the boinc client not to be granted sufficient opportunity to check for
# scientific applications to be alive and make the (wrong) decision to
# terminate the scientific app. This is particularly an issue with many
# apps started in parallel on modern multi-core systems and extra overheads
# for the download and uploads of files with the project servers. Another
# concern is the latency for scientific applications to communicate with the
# graphics card, which should be low. All such values should be set and
# controled from within the BOINC client. The Debian init script also sets
# extra constrains via chrt on real time performance and via ionice on 
# I/O performance, which is beyond the regular BOINC client. It then was
# too easy to use that code to also constrain minimal nice levels. We still
# think about how to best distinguish GPU applications from regular apps.
BOINC_NICE_CLIENT=10
BOINC_NICE_APP_DEFAULT=19
#BOINC_NICE_APP_GPU=5# not yet used

# ionice classes. See manpage of ionice (1) in the util-linux package.
BOINC_IONICE_CLIENT=3# idle
#BOINC_IONICE_APP_DEFAULT=3  # idle, not yet used
#BOINC_IONICE_APP_GPU=2  # best effort, not yet used


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (500, 'testing-updates'), (500, 
'testing-proposed-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages boinc-client depends on:
ii  adduser3.113+nmu3
ii  ca-certificates20141019
ii  debconf [debconf-2.0]  1.5.55
ii  libboinc7  7.4.23+dfsg-1
ii  libc6  2.19-13
ii  libcurl3   7.38.0-4
ii  libgcc11:4.9.1-19
ii  libstdc++6 4.9.1-19
ii  python 2.7.8-2
ii  zlib1g 1:1.2.8.dfsg-2+b1

boinc-client recommends no packages.

Versions of packages boinc-client suggests:
pn  boinc-amd-opencl   none
ii  boinc-manager  7.4.23+dfsg-2exp1
ii  boinc-nvidia-cuda  7.4.23+dfsg-2exp1
ii  x11-xserver-utils  7.7+3+b1

-- Configuration Files:
/etc/boinc-client/cc_config.xml changed:
cc_config
log_flags
file_xfer1/file_xfer
sched_ops1/sched_ops
task1/task
android_debug0/android_debug
app_msg_receive0/app_msg_receive
app_msg_send0/app_msg_send
async_file_debug0/async_file_debug
benchmark_debug0/benchmark_debug
checkpoint_debug0/checkpoint_debug
coproc_debug0/coproc_debug
cpu_sched0/cpu_sched
cpu_sched_debug0/cpu_sched_debug
cpu_sched_status0/cpu_sched_status
dcf_debug0/dcf_debug
disk_usage_debug0/disk_usage_debug
file_xfer_debug0/file_xfer_debug
gui_rpc_debug0/gui_rpc_debug
heartbeat_debug0/heartbeat_debug
http_debug0/http_debug
http_xfer_debug0/http_xfer_debug
mem_usage_debug0/mem_usage_debug
network_status_debug0/network_status_debug
notice_debug0/notice_debug
poll_debug0/poll_debug
priority_debug0/priority_debug
proxy_debug0/proxy_debug
rr_simulation0/rr_simulation
rrsim_detail0/rrsim_detail
sched_op_debug0/sched_op_debug

Bug#775125: boinc-client: boinc does not detect mouse activity for the pourpose of suspending computation

2015-01-11 Thread Alessandro Barbieri
Package: boinc-client
Version: 7.4.23+dfsg-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?

Moving mouse does not break computation when in options is told to not compute 
when computer is in use. Keyboard pressing instead works.

   * What outcome did you expect instead?

Treat mouse movement as same as key pressing regarding computer 
activity/inactivity.


-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED=1

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE=1

# The BOINC core client will be started with the permissions of this user.
BOINC_USER=boinc

# This is the data directory of the BOINC core client.
BOINC_DIR=/var/lib/boinc-client

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT=/usr/local/bin/boinc
BOINC_CLIENT=/usr/bin/boinc

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS=--allow_remote_gui_rpc
BOINC_OPTS=

# Scheduling options

# Set SCHEDULE=0 if prefering to run with upstream default priority
# settings.

# Nice levels. When systems are truly busy, e.g. because of too many active
# scientific applications started by the boinc client, there is a chance for
# the boinc client not to be granted sufficient opportunity to check for
# scientific applications to be alive and make the (wrong) decision to
# terminate the scientific app. This is particularly an issue with many
# apps started in parallel on modern multi-core systems and extra overheads
# for the download and uploads of files with the project servers. Another
# concern is the latency for scientific applications to communicate with the
# graphics card, which should be low. All such values should be set and
# controled from within the BOINC client. The Debian init script also sets
# extra constrains via chrt on real time performance and via ionice on 
# I/O performance, which is beyond the regular BOINC client. It then was
# too easy to use that code to also constrain minimal nice levels. We still
# think about how to best distinguish GPU applications from regular apps.
BOINC_NICE_CLIENT=10
BOINC_NICE_APP_DEFAULT=19
#BOINC_NICE_APP_GPU=5# not yet used

# ionice classes. See manpage of ionice (1) in the util-linux package.
BOINC_IONICE_CLIENT=3# idle
#BOINC_IONICE_APP_DEFAULT=3  # idle, not yet used
#BOINC_IONICE_APP_GPU=2  # best effort, not yet used


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (650, 'testing'), (500, 'testing-updates'), (500, 
'testing-proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages boinc-client depends on:
ii  adduser3.113+nmu3
ii  ca-certificates20141019
ii  debconf [debconf-2.0]  1.5.55
ii  libboinc7  7.4.23+dfsg-1
ii  libc6  2.19-13
ii  libcurl3   7.38.0-4
ii  libgcc11:4.9.1-19
ii  libstdc++6 4.9.1-19
ii  python 2.7.8-2
ii  zlib1g 1:1.2.8.dfsg-2+b1

boinc-client recommends no packages.

Versions of packages boinc-client suggests:
pn  boinc-amd-opencl   none
ii  boinc-manager  7.4.23+dfsg-2
ii  boinc-nvidia-cuda  7.4.23+dfsg-2
ii  x11-xserver-utils  7.7+3+b1

-- Configuration Files:
/etc/boinc-client/cc_config.xml changed:
cc_config
log_flags
file_xfer1/file_xfer
sched_ops1/sched_ops
task1/task
android_debug0/android_debug
app_msg_receive0/app_msg_receive
app_msg_send0/app_msg_send
async_file_debug0/async_file_debug
benchmark_debug0/benchmark_debug
checkpoint_debug0/checkpoint_debug
coproc_debug0/coproc_debug
cpu_sched0/cpu_sched
cpu_sched_debug0/cpu_sched_debug
cpu_sched_status0/cpu_sched_status
dcf_debug0/dcf_debug
disk_usage_debug0/disk_usage_debug
file_xfer_debug0/file_xfer_debug
gui_rpc_debug0/gui_rpc_debug
heartbeat_debug0/heartbeat_debug
http_debug0/http_debug
http_xfer_debug0/http_xfer_debug
mem_usage_debug0/mem_usage_debug
network_status_debug0/network_status_debug
notice_debug0/notice_debug
poll_debug0/poll_debug
priority_debug0/priority_debug

Bug#774108: blueman: add close/exit to menu

2014-12-28 Thread Alessandro Barbieri
Package: blueman
Version: 1.99~alpha1-1
Severity: wishlist
Tags: upstream

Dear Maintainer,

I think very useful to have a close/exit entry in the menu. 
The only way to close blueman is to kill the process.


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages blueman depends on:
ii  bluez   5.23-2
ii  dbus1.8.12-1
ii  dunst [notification-daemon] 1.1.0-1
ii  gir1.2-appindicator3-0.10.4.92-3.1
ii  gir1.2-gconf-2.03.2.6-3
ii  gir1.2-gdkpixbuf-2.02.31.1-2+b1
ii  gir1.2-glib-2.0 1.42.0-2.2
ii  gir1.2-gtk-3.0  3.14.5-1
ii  gir1.2-notify-0.7   0.7.6-2
ii  gir1.2-pango-1.01.36.8-3
ii  gnome-icon-theme3.12.0-1
ii  libatk1.0-0 2.14.0-1
ii  libbluetooth3   5.23-2
ii  libc6   2.19-13
ii  libcairo-gobject2   1.14.0-2.1
ii  libcairo2   1.14.0-2.1
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libgtk-3-0  3.14.5-1
ii  libpango-1.0-0  1.36.8-3
ii  libpangocairo-1.0-0 1.36.8-3
ii  libpulse-mainloop-glib0 5.0-13
ii  libpython2.72.7.8-11
ii  librsvg2-common 2.40.5-1
ii  libstartup-notification00.12-4
ii  mate-notification-daemon [notification-daemon]  1.8.1-2
ii  notification-daemon 0.7.6-2
ii  obex-data-server0.4.5-1+b4
ii  python  2.7.8-2
ii  python-dbus 1.2.0-2+b3
ii  python-gi   3.14.0-1
ii  python-gi-cairo 3.14.0-1

Versions of packages blueman recommends:
ii  policykit-1  0.105-8

blueman suggests no packages.

-- no debconf information


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



Bug#772196: lapack: package libtmg

2014-12-05 Thread Alessandro Barbieri
Source: lapack
Version: 3.5
Severity: wishlist

Dear Maintainer,

i was trying to build PLASMA from
http://icl.eecs.utk.edu/plasma/
who needs libtmg.a but is not cointained in any of the packages of LAPACK under 
Debian.
Can you package it?


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

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


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



Bug#771368: fortunes-it: orthograpy error in quote

2014-11-28 Thread Alessandro Barbieri
Package: fortunes-it
Version: 1.99-3
Severity: minor
Tags: upstream

Dear Maintainer,

There is an error in the quote named Legge del Centimetro Perso in the file 
leggi, second line says cotruzione.
To be corrected in costruzione.

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

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

Versions of packages fortunes-it depends on:
ii  fortune-mod  1:1.99.1-7

fortunes-it recommends no packages.

Versions of packages fortunes-it suggests:
ii  fortunes-it-off  1.99-3

-- no debconf information


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



Bug#761241: nvidia proprietary driver

2014-09-17 Thread Alessandro Barbieri
On Sun, 14 Sep 2014 09:57:33 +0200 Andreas Henriksson andr...@fatal.se 
wrote:

 Control: reassign -1 libclutter-gtk-1.0-0
 Control: forcemerge 761009 -1

 Hello!

 Thanks for the confirmation abouth the proprietary nvidia driver is
 in use.

 Unfortunately it is not that easy to just blacklist the nvidia driver.
 The driver also replaces your entire graphics stack once it's 
installed.

 You'll basically need to reinstall your system to get rid of it.

 Anyway, the problem should be worked around in clutter-gtk. Thus 
reassigning

 and merging your bug report.
 Try upgrading to a newer version of clutter-gtk.

 Regards,
 Andreas Henriksson

 PS. My ISP where having problems which should now be resolved.



Today i upgraded and now works, thank for the support.

PS

this message didn't reached me, i had to reply from the site and icedove 
still refuse to send mail to you Andreas :(


--
sip:alebar...@ekiga.net


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



Bug#761286: blueman: set caja as a possible file browser

2014-09-17 Thread Alessandro Barbieri

Il 17/09/2014 16:03, Christopher Schramm ha scritto:

Hi Alessandro, I've created an upstream item for this:
https://github.com/blueman-project/blueman/issues/94

I think it should be possible to set an arbitrary browser command, but I
need to check that. Anyway, built-in caja support would definitely be good.

Thanks Cristopher,

I can't set it from the applet, see bug #761284 and i can't find 
configuration files.


--
sip:alebar...@ekiga.net


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



Bug#761241: gnome-maps: fail to start

2014-09-13 Thread Alessandro Barbieri
Package: gnome-maps
Version: 3.12.2-1
Followup-For: Bug #761241

Dear Maintainer,

I have blacklisted nvidia driver, changed xorg.conf and rebooted as request.
Now the error is:

(gnome-maps:3036): Gdk-ERROR **: The program 'gnome-maps' received an X Window 
System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 346 error_code 8 request_code 72 (core protocol) minor_code 
0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)


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

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

Versions of packages gnome-maps depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.20.0-2
ii  geoclue-2.0  2.1.8-1
ii  gir1.2-champlain-0.120.12.8-1
ii  gir1.2-clutter-1.0   1.18.4-2
ii  gir1.2-cogl-1.0  1.18.2-2
ii  gir1.2-gdkpixbuf-2.0 2.30.8-1
ii  gir1.2-geocodeglib-1.0   3.12.2-1
ii  gir1.2-glib-2.0  1.40.0-2
ii  gir1.2-gtk-3.0   3.12.2-3+b1
ii  gir1.2-gtkchamplain-0.12 0.12.8-1
ii  gir1.2-gtkclutter-1.01.5.4-1
ii  gjs  1.40.1-4
ii  libc62.19-10
ii  libgirepository-1.0-11.40.0-2
ii  libgjs0e [libgjs0-libmozjs-24-0] 1.40.1-4
ii  libglib2.0-0 2.40.0-5

gnome-maps recommends no packages.

gnome-maps suggests no packages.

-- no debconf information


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



Bug#761284: blueman: can't set alternative file browser

2014-09-12 Thread Alessandro Barbieri
Package: blueman
Version: 1.99~alpha1-1
Severity: important

Dear Maintainer,

   * What led up to the situation?

I have a mate desktop environment and bluemon don't recognize caja as 
file browser (want to use thunar) when i try to explore a smartphone folder. It 
tell me to change the browser in the preferences.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Click on the tray icon  local services  transfer

   * What was the outcome of this action?

Grey box with nothing inside and no way to set the alternate browser

   * What outcome did you expect instead?

Set caja as file browser in alternative to thunar or nautilus


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

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

Versions of packages blueman depends on:
ii  bluez   5.21-3
ii  dbus1.8.6-2
ii  dunst [notification-daemon] 1.1.0-1
ii  gir1.2-appindicator3-0.10.4.92-3
ii  gir1.2-gconf-2.03.2.6-3
ii  gir1.2-gdkpixbuf-2.02.30.8-1
ii  gir1.2-glib-2.0 1.40.0-2
ii  gir1.2-gtk-3.0  3.12.2-3+b1
ii  gir1.2-notify-0.7   0.7.6-2
ii  gir1.2-pango-1.01.36.7-1
ii  gnome-icon-theme3.12.0-1
ii  libatk1.0-0 2.12.0-1
ii  libbluetooth3   5.21-3
ii  libc6   2.19-10
ii  libcairo-gobject2   1.12.16-5
ii  libcairo2   1.12.16-5
ii  libgdk-pixbuf2.0-0  2.30.8-1
ii  libglib2.0-02.40.0-5
ii  libgtk-3-0  3.12.2-3+b1
ii  libpango-1.0-0  1.36.7-1
ii  libpangocairo-1.0-0 1.36.7-1
ii  libpulse-mainloop-glib0 5.0-6
ii  libpython2.72.7.8-6
ii  librsvg2-common 2.40.3-2
ii  libstartup-notification00.12-4
ii  mate-notification-daemon [notification-daemon]  1.8.0-2
ii  notification-daemon 0.7.6-1
ii  obex-data-server0.4.5-1+b3
ii  python  2.7.8-1
ii  python-dbus 1.2.0-2+b3
ii  python-gi   3.12.2-1
ii  python-gi-cairo 3.12.2-1

Versions of packages blueman recommends:
ii  policykit-1  0.105-6.1

blueman suggests no packages.

-- no debconf information


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



Bug#761286: blueman: set caja as a possible file browser

2014-09-12 Thread Alessandro Barbieri
Package: blueman
Version: 1.99~alpha1-1
Severity: wishlist

Dear Maintainer,

   * What led up to the situation?

Try to open a smartphone folder in a mate desktop environment

   * What was the outcome of this action?
   
A window telling me impossible to launch thunar 

* What outcome did you expect instead?

Browsing file in the smartphone with caja

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

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

Versions of packages blueman depends on:
ii  bluez   5.21-3
ii  dbus1.8.6-2
ii  dunst [notification-daemon] 1.1.0-1
ii  gir1.2-appindicator3-0.10.4.92-3
ii  gir1.2-gconf-2.03.2.6-3
ii  gir1.2-gdkpixbuf-2.02.30.8-1
ii  gir1.2-glib-2.0 1.40.0-2
ii  gir1.2-gtk-3.0  3.12.2-3+b1
ii  gir1.2-notify-0.7   0.7.6-2
ii  gir1.2-pango-1.01.36.7-1
ii  gnome-icon-theme3.12.0-1
ii  libatk1.0-0 2.12.0-1
ii  libbluetooth3   5.21-3
ii  libc6   2.19-10
ii  libcairo-gobject2   1.12.16-5
ii  libcairo2   1.12.16-5
ii  libgdk-pixbuf2.0-0  2.30.8-1
ii  libglib2.0-02.40.0-5
ii  libgtk-3-0  3.12.2-3+b1
ii  libpango-1.0-0  1.36.7-1
ii  libpangocairo-1.0-0 1.36.7-1
ii  libpulse-mainloop-glib0 5.0-6
ii  libpython2.72.7.8-6
ii  librsvg2-common 2.40.3-2
ii  libstartup-notification00.12-4
ii  mate-notification-daemon [notification-daemon]  1.8.0-2
ii  notification-daemon 0.7.6-1
ii  obex-data-server0.4.5-1+b3
ii  python  2.7.8-1
ii  python-dbus 1.2.0-2+b3
ii  python-gi   3.12.2-1
ii  python-gi-cairo 3.12.2-1

Versions of packages blueman recommends:
ii  policykit-1  0.105-6.1

blueman suggests no packages.

-- no debconf information


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



Bug#746380: yagf crashes when opening an image file

2014-09-12 Thread Alessandro Barbieri
Package: yagf
Version: 0.9.3.2-1
Followup-For: Bug #746380

Dear Maintainer,

I'm able to reproduce, just open an image and it goes in segmentation fault.

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

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

Versions of packages yagf depends on:
ii  libaspell150.60.7~20110707-1.1
ii  libc6  2.19-10
ii  libgcc11:4.9.1-12
ii  libqtcore4 4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libqtgui4  4:4.8.6+git64-g5dc8b2b+dfsg-2
ii  libstdc++6 4.9.1-12
ii  tesseract-ocr  3.03.03-1

Versions of packages yagf recommends:
ii  xsane  0.998-6

yagf suggests no packages.

-- no debconf information


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



Bug#761241: gnome-maps: fail to start

2014-09-11 Thread Alessandro Barbieri
Package: gnome-maps
Version: 3.12.2-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I get this error when starting gnome-maps:

(gnome-maps:1330): Gdk-ERROR **: The program 'gnome-maps' received an X Window 
System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 313 error_code 8 request_code 155 (GLX) minor_code 31)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)



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

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

Versions of packages gnome-maps depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.20.0-2
ii  geoclue-2.0  2.1.8-1
ii  gir1.2-champlain-0.120.12.8-1
ii  gir1.2-clutter-1.0   1.18.4-2
ii  gir1.2-cogl-1.0  1.18.2-2
ii  gir1.2-gdkpixbuf-2.0 2.30.8-1
ii  gir1.2-geocodeglib-1.0   3.12.2-1
ii  gir1.2-glib-2.0  1.40.0-2
ii  gir1.2-gtk-3.0   3.12.2-3+b1
ii  gir1.2-gtkchamplain-0.12 0.12.8-1
ii  gir1.2-gtkclutter-1.01.5.4-1
ii  gjs  1.40.1-4
ii  libc62.19-10
ii  libgirepository-1.0-11.40.0-2
ii  libgjs0e [libgjs0-libmozjs-24-0] 1.40.1-4
ii  libglib2.0-0 2.40.0-5

gnome-maps recommends no packages.

gnome-maps suggests no packages.

-- no debconf information


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