django template engine and bootstrap modals

2022-02-10 Thread Andrea Villani
Hi everyone! I am developing an appweb and I'm stuck. My homepage is structured as a ListView, where each row shows every object's attributes using django template engine (ex: {{object.attribute}}. Last column shows a button to do an action through a bootstrap modal and if I put {{object .attrib

[sage-support] direct product and direct sum of groups

2021-03-24 Thread Mattia Villani
How can I calculate the direct product of two groups and/or the direct sum? For example given: G.=FreeGroup() H=G.quotient([x*y]) how do I calculate H+H and HxH? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group an

Re: [sage-support] Find group from matrix presentation

2021-03-24 Thread Mattia Villani
I think the author uses "present" to say "generate" Il giorno mercoledì 24 marzo 2021 alle 09:35:05 UTC+1 vdelecroix ha scritto: > What does it mean "it presents Z5"? > > Le 24/03/2021 à 09:28, Mattia Villani a écrit : > > That matrix comes from the

Re: [sage-support] Find group from matrix presentation

2021-03-24 Thread Mattia Villani
the group it generates > in GL(2,QQ) is necessarily infinite. > > Le 24/03/2021 à 08:47, Mattia Villani a écrit : > > I do not have real code, only a matrix: > > > > matrix([[1,-3],[-3,4]]) > > > > which should be a representation of the group Z5: I want to veri

Re: [sage-support] Find group from matrix presentation

2021-03-24 Thread Mattia Villani
I do not have real code, only a matrix: matrix([[1,-3],[-3,4]]) which should be a representation of the group Z5: I want to verify it with Sage Il giorno martedì 23 marzo 2021 alle 17:18:12 UTC+1 dim...@gmail.com ha scritto: > On Tue, Mar 23, 2021 at 2:00 PM Mattia Villani wrote: > &g

[sage-support] Find group from matrix presentation

2021-03-23 Thread Mattia Villani
Is is possible to find the group given the matrix presentation? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To vie

[R-sig-Debian] I cannot install any R package on Ubuntu: help, please!

2021-03-04 Thread Valerio Villani
om you. All the best, Valerio Villani ___ *Mr Valerio Villani* PhD Student at the Lab of Action and Body <http://manostsakiris.com/> Department of Psychology *Royal Holloway, University of London* <https://twitter.com/ValerioVillani> <https

Missing dependency (WEB API deployed in path with space )

2021-02-26 Thread Alessandro Villani
Hi , i need to load elements located in a subfolder of my Web Api project ( C#). These plugins expose a class that implement IWindsorInstaller. I try to load these with : container.Install(Castle.Windsor.Installer.FromAssembly.InDirectory(new AssemblyFilter("bin\\Plugins"))); or container.Instal

[sage-support] How to cite?

2020-10-04 Thread Mattia Villani
I have used Sagemath for my work: are there any pubblications I can cite to acknowledge sagemath authors? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-s

[sage-support] How to define a generic function?

2020-10-04 Thread Mattia Villani
I am trying to calculate the general expression of the Kretschmann scalar of metric depending a non specified function m(r): how do I define such a function? II have tried with def m(r) but it is wrong since it expects a definition of the function -- You received this message because you are

[sage-support] Re: Parallelization of contractions

2020-01-28 Thread Mattia Villani
the processors. Il giorno mercoledì 22 gennaio 2020 07:43:52 UTC+1, Mattia Villani ha scritto: > > How to use parallelization on contraction of tensor? Consider the case I > have two successive contraction like this: > > Tud=etuu['^{ab}']*eamup['^c_b'] >

[sage-support] Parallelization of contractions

2020-01-21 Thread Mattia Villani
How to use parallelization on contraction of tensor? Consider the case I have two successive contraction like this: Tud=etuu['^{ab}']*eamup['^c_b'] Tp=Tud['^{ab}']*eamup['^c_a'] How con I parallelize it? -- You received this message because you are subscribed to the Google Groups "sage-suppor

[sage-support] Memory efficient calculation of the Kretschmann scalar

2019-12-29 Thread Mattia Villani
Currently I use the following code to calculate the Kretschmann scalar kr of my metric g: R=g.Riemann(); uR=R.up(g) dR=R.down(g) kr=uR['^{abcd}']*dR['_{abcd}'] It works, but it consumes a lot of memory: is there a more memory efficient way to calculate the Kretschamann scalar? -- You receive

Re: [sage-support] Condition of type: STORAGE-EXHAUSTED

2019-12-20 Thread Mattia Villani
of the Kretschmann scalar from theta=pi") print(limit(limit(kr.expr().subs(m=10,L=1,A=6,alpha=2,beta=4),th=pi),r=0)) Il giorno venerdì 20 dicembre 2019 11:11:46 UTC+1, Jori Mäntysalo (TAU) ha scritto: > > On Thu, 19 Dec 2019, Mattia Villani wrote: > > >

[sage-support] Condition of type: STORAGE-EXHAUSTED

2019-12-20 Thread Mattia Villani
I got the error Condition of type: STORAGE-EXHAUSTED while running my program. After some Googling I have found that it means that my program has reached the memory limit. My question is: how to incr

[sage-support] How to increase the memory that SageMath can use?

2019-12-20 Thread Mattia Villani
While running my program (after a few hours of computation), Sage threw the error Condition of type: STORAGE-EXHAUSTED After some Googling i have found out that this is due to the fact that Sage ha

Re: [Users] Failed installation

2019-09-29 Thread Villani
g for almost a week now and always got the message: 554 5.7.1 Service unavailable; Client host [209.85.221.47] blocked using dnsbl.sorbs.net; Currently Sending Spam See: http://www.sorbs.net/lookup.shtml?209.85.221.47 as a response. Il 25/09/19 15:12, Haas, Roland ha scritto: Hello Villa

Re: [Users] Failed installation

2019-09-25 Thread Villani
ile:256: set di istruzioni per l'obiettivo "sim" non riuscito make: *** [sim] Errore 2 Il 24/09/19 16:47, Steven R. Brandt ha scritto: Can you copy and pate the complete error message? Thanks. --Steve On 9/23/2019 10:27 PM, Villani wrote: I am trying to install Einstein ToolKi

Re: [Users] Failed installation

2019-09-24 Thread Villani, Mattia
I have tried everything you wrote, but nothing has changed. Il mar 24 set 2019, 15:23 Haas, Roland ha scritto: > Hello Villani, > > > Thanks for the prompt answer. I did what you wrote, but I still get the > same error. > > > > I am trying to install ET on a Ubuntu 1

Re: [Users] Failed installation

2019-09-24 Thread Villani
Thanks for the prompt answer. I did what you wrote, but I still get the same error. I am trying to install ET on a Ubuntu 16.04 machine, could it be a problem? Il 24/09/19 14:48, Haas, Roland ha scritto: > Hello Villani, > >> I am trying to install Einstein ToolKit on my laptop fol

[Users] Failed installation

2019-09-24 Thread Villani
I am trying to install Einstein ToolKit on my laptop following these instructions: https://nbviewer.jupyter.org/github/nds-org/jupyter-et/blob/master/CactusTutorial.ipynb but I run into errors when using the (last) command: ./simfactory/bin/sim build --mdbkey make'make -j2' --thornlist ../ei

D6687: Adding support to ipv*.route-metric

2017-07-17 Thread Paulo Villani
pvillani added a comment. In https://phabricator.kde.org/D6687#125529, @lvsouza wrote: > The summary says this patch adds route metric support to IPv4 too, but no IPv4 file is touched by this patch. Have you missed the IPv4 changes? Added the missing files. Aboute your comment

D6687: Adding support to ipv*.route-metric

2017-07-17 Thread Paulo Villani
pvillani updated this revision to Diff 16836. pvillani added a comment. Adding missing files and making possible to set route-metric as 0, as described in NetworkManager documentation. REPOSITORY R282 NetworkManagerQt CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6687?vs=16697&i

D6687: Adding support to ipv*.route-metric

2017-07-14 Thread Paulo Villani
pvillani requested review of this revision. REPOSITORY R282 NetworkManagerQt REVISION DETAIL https://phabricator.kde.org/D6687 To: pvillani, jgrulich, lvsouza Cc: #frameworks

D6687: Adding support to ipv*.route-metric

2017-07-14 Thread Paulo Villani
pvillani added a comment. Done REPOSITORY R282 NetworkManagerQt REVISION DETAIL https://phabricator.kde.org/D6687 To: pvillani, jgrulich, lvsouza Cc: #frameworks

D6687: Adding support to ipv*.route-metric

2017-07-14 Thread Paulo Villani
pvillani updated this revision to Diff 16697. pvillani retitled this revision from "Adding support to ipv4.route-metric" to "Adding support to ipv*.route-metric". pvillani edited the summary of this revision. pvillani edited the test plan for this revision. pvillani added a comment. Adding sup

D6687: Adding support to ipv4.route-metric

2017-07-13 Thread Paulo Villani
pvillani edited reviewers, added: lvsouza; removed: Frameworks. REPOSITORY R282 NetworkManagerQt REVISION DETAIL https://phabricator.kde.org/D6687 To: pvillani, jgrulich, lvsouza Cc: #frameworks

D6687: Adding support to ipv4.route-metric

2017-07-13 Thread Paulo Villani
pvillani added a reviewer: Frameworks. REPOSITORY R282 NetworkManagerQt REVISION DETAIL https://phabricator.kde.org/D6687 To: pvillani, jgrulich, #frameworks Cc: #frameworks

D6687: Adding support to ipv4.route-metric

2017-07-13 Thread Paulo Villani
pvillani added a comment. Sorry if something are missing, its my first pull request, let me know if any change are needed. I've tested and it's working fine. REPOSITORY R282 NetworkManagerQt REVISION DETAIL https://phabricator.kde.org/D6687 To: pvillani, jgrulich Cc: #frameworks

D6687: Adding support to ipv4.route-metric

2017-07-13 Thread Paulo Villani
pvillani created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. REPOSITORY R282 NetworkManagerQt REVISION DETAIL https://phabricator.kde.org/D6687 AFFECTED FILES autotests/settings/ipv4settingtest.cpp src/settings

Re: Debina 64bits instalar pacote 32bits

2016-07-11 Thread villani
t; > > > > > >De: villani > Para: debian-user...@lists.debian.org > Enviadas: Segunda-feira, 11 de Julho de 2016 8:31 > Assunto: Re: Debina 64bits instalar pacote 32bits > > > Em sábado, 9 de julho de 2016 19:10:02 UTC-3, listei...@yahoo.com.br 

Re: Debina 64bits instalar pacote 32bits

2016-07-11 Thread villani
Jul 2016 10:45:37 -0400 > Alcione Ferreira escreveu: > > > Em 08-07-2016 22:03, villani escreveu: > > > Boa noite, > > > > > > Tenho um debian 6 64bits, preciso instalar um pacote 32bits, estou > > > tentando executar: > > > > > &g

Debina 64bits instalar pacote 32bits

2016-07-08 Thread villani
Boa noite, Tenho um debian 6 64bits, preciso instalar um pacote 32bits, estou tentando executar: dpkg --add-architecture i386 dpkg: opção desconhecida --add-architecture Escreva dpkg --help para ajuda sobre instalar e desinstalar pacotes [*]; Utilize `dselect' ou `aptitude' para gestão de paco

Re: [Opensim-users] Items purchased on Hypergrid never delivered in inventory...

2015-02-16 Thread Luca Villani
the wrong tree. Yes, I can make tests for this. Let me know when I can perform a checkout, you can contact me in pvt: luca.vill...@opensailing.org -- Luca Villani - OpenSailing.org, NOC manager UIN: 76272621Skype: luca.villani GPG public key available __

Re: [Opensim-users] Items purchased on Hypergrid never delivered in inventory...

2015-02-13 Thread Luca Villani
Il 13/02/2015 14:07, Luca Villani ha scritto: >> I am seeing a similar... but not identical.. issue where a HG visitor >> takes a copy of a full perm item (or clicks to get the contents of a box >> given) and they appear to arrive in the My Suitcase folder. But on >> ret

Re: [Opensim-users] Items purchased on Hypergrid never delivered in inventory...

2015-02-13 Thread Luca Villani
tcase folder. But on > return to the visitors home grid those items will not rez and report > unable to find assets by UUID > > See http://opensimulator.org/mantis/view.php?id=7397 Never see this problem on my simulator, now I'm at work but later in the afternoon I will try on Ope

[Opensim-users] Items purchased on Hypergrid never delivered in inventory...

2015-02-12 Thread Luca Villani
lator version works fine if I started a standalone simulator with hypergrid enables, we got the same behaviour with both binary and starting from source package... I think it's only a configuration problem, but every test I made was unsuccessfuly. Can someone give me some hints? -- Lu

Re: [vagrant-up] Update on VMware fusion linked clone support?

2014-07-18 Thread Lorenzo Villani
Is there any update on this? I have around 5 Windows 2008 Server VMs lying around and each one of them takes around 13 Gb to start with, plus the stuff I install inside each one of them. Saving the space of the base image would be a huge boon and I frequently have to shave some Gb here and ther

Re: Samba4 Debian 7 (kerberos)

2014-06-25 Thread villani
Em quarta-feira, 25 de junho de 2014 11h30min02s UTC-3, Fábio Rabelo escreveu: > A única coisa que eu consigo pensar é falta de sincronização dos > > horários dos dois sistemas, o Sr. já verificou isto ? > > > > > > Fábio Rabelo > > > > Em 25 de

Samba4 Debian 7 (kerberos)

2014-06-25 Thread villani
Bom dia, Tenho o samba4 AD rodando no Debian 7, a alguns dias estou tendo problema com usuário administrator, recebo a mensagem que a conta foi desativada, ja desabilitei e habilitei novamente pelo samba-tool mas não consigo utilizar: kinit administrator Password for "administra...@teste.com.br

Qmail Debian

2014-06-18 Thread villani
Bom dia, tenho o qmail rodando no Debian, gostaria de saber se tem como eu limitar o envio de e-mail por endereço, por exemplo, o email1 pode enviar somente para email2 e email4, e o email2 pode enviar somente para email3. Alguém sabe se é possível fazer com qmail? Obrigado. Att. Thiago --

[Desktop-packages] [Bug 1283981] Re: Multi-monitor: wrong screen layout in desktop wall

2014-03-22 Thread Lorenzo Villani
After updating the laptop, this problem is no more. ** Changed in: compiz Status: New => Invalid ** Changed in: unity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matchin

[Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-03-22 Thread Lorenzo Villani
I upgraded my personal laptop and I don't experience the problem anymore. I'm marking this issue as Invalid. ** Changed in: unity (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Desktop-packages] [Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-03-22 Thread Lorenzo Villani
I upgraded my personal laptop and I don't experience the problem anymore. I'm marking this issue as Invalid. ** Changed in: unity (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubun

[Dx-packages] [Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-03-22 Thread Lorenzo Villani
I upgraded my personal laptop and I don't experience the problem anymore. I'm marking this issue as Invalid. ** Changed in: unity (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. M

[Bug 1283981] Re: Multi-monitor: wrong screen layout in desktop wall

2014-03-22 Thread Lorenzo Villani
After updating the laptop, this problem is no more. ** Changed in: compiz Status: New => Invalid ** Changed in: unity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Dx-packages] [Bug 1283981] Re: Multi-monitor: wrong screen layout in desktop wall

2014-03-22 Thread Lorenzo Villani
After updating the laptop, this problem is no more. ** Changed in: compiz Status: New => Invalid ** Changed in: unity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching sub

[Dx-packages] [Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-03-19 Thread Lorenzo Villani
I can't seem to reproduce it on a VirtualBox VM with two monitors using yesterday's live image installed onto the hard drive. I hope to have the time to update and try again on my real laptop some time this week. -- You received this bug notification because you are a member of DX Packages, whic

[Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-03-19 Thread Lorenzo Villani
I can't seem to reproduce it on a VirtualBox VM with two monitors using yesterday's live image installed onto the hard drive. I hope to have the time to update and try again on my real laptop some time this week. -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Desktop-packages] [Bug 1284519] [NEW] Unable to open the Dash by pressing the unless an application window is visible

2014-02-25 Thread Lorenzo Villani
Public bug reported: I can't seem to be able to open the Dash to launch an application by pressing the Super key right after boot. As soon as I launch an application (e.g. Chrome) pressing the key works again. This happens on my main system (a laptop with both Unity and Gnome- Shell) and my work

[Dx-packages] [Bug 1284519] [NEW] Unable to open the Dash by pressing the unless an application window is visible

2014-02-25 Thread Lorenzo Villani
Public bug reported: I can't seem to be able to open the Dash to launch an application by pressing the Super key right after boot. As soon as I launch an application (e.g. Chrome) pressing the key works again. This happens on my main system (a laptop with both Unity and Gnome- Shell) and my work

[Bug 1284519] [NEW] Unable to open the Dash by pressing the unless an application window is visible

2014-02-25 Thread Lorenzo Villani
Public bug reported: I can't seem to be able to open the Dash to launch an application by pressing the Super key right after boot. As soon as I launch an application (e.g. Chrome) pressing the key works again. This happens on my main system (a laptop with both Unity and Gnome- Shell) and my work

[Compiz] [Bug 1275516] Re: compiz crashed with SIGSEGV

2014-02-24 Thread Lorenzo Villani
** Information type changed from Private to Public -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1275516 Title: compiz crashed with SIGSEGV To manage notifications about this bug go

[Bug 1275516] Re: compiz crashed with SIGSEGV

2014-02-24 Thread Lorenzo Villani
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1275516 Title: compiz crashed with SIGSEGV To manage notifications about this bug go to: https://bug

[Desktop-packages] [Bug 1148935] Re: lightdm crashed with SIGSEGV in check_stopped()

2014-02-24 Thread Lorenzo Villani
** Information type changed from Private to Public -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1148935 Title: lightdm crashed with SIGSEGV in check_stopped() Status in “lightdm” p

[Bug 1148935] Re: lightdm crashed with SIGSEGV in check_stopped()

2014-02-24 Thread Lorenzo Villani
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1148935 Title: lightdm crashed with SIGSEGV in check_stopped() To manage notifications about this bu

[Dx-packages] [Bug 1283981] Re: Multi-monitor: wrong screen layout in desktop wall

2014-02-24 Thread Lorenzo Villani
** Attachment added: "out.mp4" https://bugs.launchpad.net/compiz/+bug/1283981/+attachment/3994757/+files/out.mp4 -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.ne

[Bug 1283981] Re: Multi-monitor: wrong screen layout in desktop wall

2014-02-24 Thread Lorenzo Villani
** Attachment added: "out.mp4" https://bugs.launchpad.net/compiz/+bug/1283981/+attachment/3994757/+files/out.mp4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1283981 Title: Multi-monitor: wrong

[Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-02-24 Thread Lorenzo Villani
** Description changed: Given this set-up: - * Bigger primary screen (1920x1080) + * Bigger primary screen (1920x1200) * Smaller secondary screen (1600x900) to the right of primary screen It seems that the outputs are swapped. I.e.: I get the wallpaper of the smaller screen on the pr

[Dx-packages] [Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-02-24 Thread Lorenzo Villani
** Description changed: Given this set-up: - * Bigger primary screen (1920x1080) + * Bigger primary screen (1920x1200) * Smaller secondary screen (1600x900) to the right of primary screen It seems that the outputs are swapped. I.e.: I get the wallpaper of the smaller screen on the pr

[Dx-packages] [Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-02-24 Thread Lorenzo Villani
This may be related to #1283981 -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1283992 Title: Multi-monitor: wallpaper is corrupted Status in “unity” pac

[Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-02-24 Thread Lorenzo Villani
This may be related to #1283981 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1283992 Title: Multi-monitor: wallpaper is corrupted To manage notifications about this bug go to: https://bugs.launchp

[Dx-packages] [Bug 1283992] [NEW] Multi-monitor: wallpaper is corrupted

2014-02-24 Thread Lorenzo Villani
Public bug reported: Given this set-up: * Bigger primary screen (1920x1080) * Smaller secondary screen (1600x900) to the right of primary screen It seems that the outputs are swapped. I.e.: I get the wallpaper of the smaller screen on the primary output, and the bigger one on the secondary (see

[Bug 1283992] [NEW] Multi-monitor: wallpaper is corrupted

2014-02-24 Thread Lorenzo Villani
Public bug reported: Given this set-up: * Bigger primary screen (1920x1080) * Smaller secondary screen (1600x900) to the right of primary screen It seems that the outputs are swapped. I.e.: I get the wallpaper of the smaller screen on the primary output, and the bigger one on the secondary (see

[Desktop-packages] [Bug 1283992] [NEW] Multi-monitor: wallpaper is corrupted

2014-02-24 Thread Lorenzo Villani
Public bug reported: Given this set-up: * Bigger primary screen (1920x1080) * Smaller secondary screen (1600x900) to the right of primary screen It seems that the outputs are swapped. I.e.: I get the wallpaper of the smaller screen on the primary output, and the bigger one on the secondary (see

[Dx-packages] [Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-02-24 Thread Lorenzo Villani
** Attachment added: "Screenshot from 2014-02-24 09:05:48.png" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1283992/+attachment/3993988/+files/Screenshot%20from%202014-02-24%2009%3A05%3A48.png -- You received this bug notification because you are a member of DX Packages, which is subs

[Bug 1283992] Re: Multi-monitor: wallpaper is corrupted

2014-02-24 Thread Lorenzo Villani
** Attachment added: "Screenshot from 2014-02-24 09:05:48.png" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1283992/+attachment/3993988/+files/Screenshot%20from%202014-02-24%2009%3A05%3A48.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Desktop-packages] [Bug 1283981] Re: Multi-monitor: wrong screen layout in desktop wall

2014-02-24 Thread Lorenzo Villani
** Attachment added: "Screenshot from 2014-02-24 09:00:56.png" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1283981/+attachment/3993938/+files/Screenshot%20from%202014-02-24%2009%3A00%3A56.png ** Also affects: compiz Importance: Undecided Status: New ** Description changed:

[Desktop-packages] [Bug 1283981] [NEW] Multi-monitor: wrong screen layout in desktop wall

2014-02-24 Thread Lorenzo Villani
Public bug reported: I have configured my main screen on the left and a smaller screen to the right. However when I press +S to show all desktops I get the primary (bigger) screen on the right and the smaller on the left (see attached screenshot). The outputs are effectively swapped. This leads to

[Dx-packages] [Bug 1283981] Re: Multi-monitor: wrong screen layout in desktop wall

2014-02-24 Thread Lorenzo Villani
** Attachment added: "Screenshot from 2014-02-24 09:00:56.png" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1283981/+attachment/3993938/+files/Screenshot%20from%202014-02-24%2009%3A00%3A56.png ** Also affects: compiz Importance: Undecided Status: New ** Description changed:

[Bug 1283981] [NEW] Multi-monitor: wrong screen layout in desktop wall

2014-02-24 Thread Lorenzo Villani
Public bug reported: I have configured my main screen on the left and a smaller screen to the right. However when I press +S to show all desktops I get the primary (bigger) screen on the right and the smaller on the left (see attached screenshot). The outputs are effectively swapped. This leads to

[Dx-packages] [Bug 1283981] [NEW] Multi-monitor: wrong screen layout in desktop wall

2014-02-24 Thread Lorenzo Villani
Public bug reported: I have configured my main screen on the left and a smaller screen to the right. However when I press +S to show all desktops I get the primary (bigger) screen on the right and the smaller on the left (see attached screenshot). The outputs are effectively swapped. This leads to

[Bug 1283981] Re: Multi-monitor: wrong screen layout in desktop wall

2014-02-24 Thread Lorenzo Villani
** Attachment added: "Screenshot from 2014-02-24 09:00:56.png" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1283981/+attachment/3993938/+files/Screenshot%20from%202014-02-24%2009%3A00%3A56.png ** Also affects: compiz Importance: Undecided Status: New ** Description changed:

[Bug 1280622] Re: Add gtk2-engines-murrine:i386 to Skype dependencies

2014-02-21 Thread Lorenzo Villani
I would also consider adding gnome-themes-standard:i386 which improves integration for gnome-shell users using the default Adwaita theme. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1280622 Title:

[Canonical-partner-dev] [Bug 1280622] Re: Add gtk2-engines-murrine:i386 to Skype dependencies

2014-02-21 Thread Lorenzo Villani
I would also consider adding gnome-themes-standard:i386 which improves integration for gnome-shell users using the default Adwaita theme. -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to skype in Ubuntu. https://bugs.launchpad.

[Bug 1282631] Re: Update fish package to version 2.1

2014-02-20 Thread Lorenzo Villani
I'm volunteering co-maintainership of the package if needed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1282631 Title: Update fish package to version 2.1 To manage notifications about this bug g

[Bug 1282631] [NEW] Update fish package to version 2.1

2014-02-20 Thread Lorenzo Villani
Public bug reported: Please update the fish package to version 2.1. Maybe the package can be pulled from the official PPA: https://launchpad.net/~fish-shell/+archive/release-2 ** Affects: fish (Ubuntu) Importance: Undecided Status: New ** Tags: upgrade-software-version ** Tags a

[Bug 1280622] Re: Add gtk2-engines-murrine:i386 to Skype dependencies

2014-02-15 Thread Lorenzo Villani
** Attachment added: "Skype Before After.png" https://bugs.launchpad.net/ubuntu/+source/skype/+bug/1280622/+attachment/3981812/+files/Skype%20Before%20After.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Canonical-partner-dev] [Bug 1280622] Re: Add gtk2-engines-murrine:i386 to Skype dependencies

2014-02-15 Thread Lorenzo Villani
** Attachment added: "Skype Before After.png" https://bugs.launchpad.net/ubuntu/+source/skype/+bug/1280622/+attachment/3981812/+files/Skype%20Before%20After.png -- You received this bug notification because you are a member of Canonical Partner Developers, which is subscribed to skype in Ubun

[Bug 1280622] [NEW] Add gtk2-engines-murrine:i386 to Skype dependencies

2014-02-15 Thread Lorenzo Villani
Public bug reported: Adding gtk2-engines-murrine:i386 to Skype dependencies improves integration with the default Unity desktop on 64-bit systems since it allows Skype (Qt) to pick-up the Ambiance theme instead of Clearlooks. I'm attaching a screenshot to compare the looks before and after the in

[Canonical-partner-dev] [Bug 1280622] [NEW] Add gtk2-engines-murrine:i386 to Skype dependencies

2014-02-15 Thread Lorenzo Villani
Public bug reported: Adding gtk2-engines-murrine:i386 to Skype dependencies improves integration with the default Unity desktop on 64-bit systems since it allows Skype (Qt) to pick-up the Ambiance theme instead of Clearlooks. I'm attaching a screenshot to compare the looks before and after the in

[Bug 1270555] Re: The Text Entry dialog shows invalid keyboard shortcuts to change layout

2014-02-15 Thread Lorenzo Villani
In between I reported the bug I installed Ubuntu GNOME on my "test" partition and did the previous test by installing the 'ubuntu-desktop' metapackage to get Unity back. For some reason it didn't pull unity- settings-daemon which wasn't installed when I ran the test. I installed it manually and co

[Desktop-packages] [Bug 1270555] Re: The Text Entry dialog shows invalid keyboard shortcuts to change layout

2014-02-15 Thread Lorenzo Villani
In between I reported the bug I installed Ubuntu GNOME on my "test" partition and did the previous test by installing the 'ubuntu-desktop' metapackage to get Unity back. For some reason it didn't pull unity- settings-daemon which wasn't installed when I ran the test. I installed it manually and co

[Desktop-packages] [Bug 1270555] Re: The Text Entry dialog shows invalid keyboard shortcuts to change layout

2014-02-15 Thread Lorenzo Villani
Hi William, I have added your PPA, installed these new packages and then restarted my session but Super+Space and Shift+Super+Space do not work yet. Let me know if/how I can do further tests. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Bug 1270555] Re: The Text Entry dialog shows invalid keyboard shortcuts to change layout

2014-02-15 Thread Lorenzo Villani
Hi William, I have added your PPA, installed these new packages and then restarted my session but Super+Space and Shift+Super+Space do not work yet. Let me know if/how I can do further tests. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Desktop-packages] [Bug 1270555] [NEW] The Text Entry dialog shows invalid keyboard shortcuts to change layout

2014-01-19 Thread Lorenzo Villani
Public bug reported: On Ubuntu Trusty: Clicking the "Text entry settings" on indicator-keyboard opens the "Text Entry" configuration panel. However, this panel shows two keybindings to switch between keyboard layouts which are unusable in their default setting: - Switch to next source using: Sup

[Bug 1270555] [NEW] The Text Entry dialog shows invalid keyboard shortcuts to change layout

2014-01-19 Thread Lorenzo Villani
Public bug reported: On Ubuntu Trusty: Clicking the "Text entry settings" on indicator-keyboard opens the "Text Entry" configuration panel. However, this panel shows two keybindings to switch between keyboard layouts which are unusable in their default setting: - Switch to next source using: Sup

[Bug 1270555] [NEW] The Text Entry dialog shows invalid keyboard shortcuts to change layout

2014-01-19 Thread Lorenzo Villani
Public bug reported: On Ubuntu Trusty: Clicking the "Text entry settings" on indicator-keyboard opens the "Text Entry" configuration panel. However, this panel shows two keybindings to switch between keyboard layouts which are unusable in their default setting: - Switch to next source using: Sup

Re: Croatian OO translation

2013-12-02 Thread Marcelo Villani
I'm traslating from spanish to catalan on the web of apache. 2013/12/1 Bojan Rogulja : > Hello, > > my name is Bojan. Can You please tell me what is needed or how many things > needs > translation from US, EN to Croatian? > Is it an XML or ini, txt file etc? > > Thx, > > I believe I can help sprea

RE:[acupa-l] Ombudsman Policy

2013-12-01 Thread Diane Villani
f some help. Cheers, Diane Diane Villani Associate Director, Student Administration (Policy and Compliance) Academic Services Division | La Trobe University | Bundoora 3086 T: 03 9479 1854 | F: 03 9479 3375 | E: d.vill...@latrobe.edu.au<mailto:d.vill...@latrobe.edu.au> | www.la

[libreoffice-marketing] Am I ready registered?

2013-10-24 Thread Gianpiero Villani
Sorry, I'm sending this mail to ask for if i'm already registered to the marketing list. If so it's not necessary to send me answer messages Gianpiero -- To unsubscribe e-mail to: marketing+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsu

[libreoffice-marketing] Subscribe to the marketing list

2013-10-08 Thread Gianpiero Villani
I' want to be in Gianpiero Villani -- To unsubscribe e-mail to: marketing+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive:

[Desktop-packages] [Bug 1124966] Re: [precise] Update/backport hplip to support newer printers

2013-05-04 Thread Lorenzo Villani
*** This bug is a duplicate of bug 1176346 *** https://bugs.launchpad.net/bugs/1176346 I filed a proper backport request here in bug #1176346, marking this as duplicate. ** This bug has been marked a duplicate of bug 1176346 Please backport hplip 3.13.3-1 (main) from raring -- You receiv

[Bug 1124966] Re: [precise] Update/backport hplip to support newer printers

2013-05-04 Thread Lorenzo Villani
*** This bug is a duplicate of bug 1176346 *** https://bugs.launchpad.net/bugs/1176346 I filed a proper backport request here in bug #1176346, marking this as duplicate. ** This bug has been marked a duplicate of bug 1176346 Please backport hplip 3.13.3-1 (main) from raring -- You receiv

[Bug 1092960] Re: Please backport hplip 3.12.11-0ubuntu1 from Raring

2013-05-04 Thread Lorenzo Villani
*** This bug is a duplicate of bug 1176346 *** https://bugs.launchpad.net/bugs/1176346 I filed a proper backport request using the "requestbackport" tool, and marked this bug as duplicate of that bug. Please test the package on Quantal and update bug #1176346 accordingly. ** This bug has been

[Bug 1176346] [NEW] Please backport hplip 3.13.3-1 (main) from raring

2013-05-04 Thread Lorenzo Villani
Public bug reported: Please backport hplip 3.13.3-1 (main) from raring to precise, quantal. Reason for the backport: Support for new printers (e.g.: HP Deskjet 3350 e-All-in-one) on Precise. Testing: Mark off items in the checklist [X] as you test them, but plea

[Bug 1175930] [NEW] Please backport ansible 1.1+dfsg-1 (universe) from saucy

2013-05-03 Thread Lorenzo Villani
Public bug reported: Please backport ansible 1.1+dfsg-1 (universe) from saucy to precise, quantal, raring. Reason for the backport: It is a useful, lightweight and simple configuration management engine, an alternative to Puppet and Chef. It currently has to be installed

[Bug 1172132] Re: Please sync ansible from debian sid

2013-04-27 Thread Lorenzo Villani
*** This bug is a duplicate of bug 1173599 *** https://bugs.launchpad.net/bugs/1173599 ** This bug has been marked a duplicate of bug 1173599 Sync ansible 1.1+dfsg-1 (universe) from Debian unstable (main) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1173602] [NEW] Sync ansible 1.1+dfsg-1 (universe) from Debian unstable (main)

2013-04-27 Thread Lorenzo Villani
*** This bug is a duplicate of bug 1173599 *** https://bugs.launchpad.net/bugs/1173599 Public bug reported: Please sync ansible 1.1+dfsg-1 (universe) from Debian unstable (main) All changelog entries: ansible (1.1+dfsg-1) unstable; urgency=low * New upstream release. * Update patches d

[Bug 1173599] [NEW] Sync ansible 1.1+dfsg-1 (universe) from Debian unstable (main)

2013-04-27 Thread Lorenzo Villani
Public bug reported: Please sync ansible 1.1+dfsg-1 (universe) from Debian unstable (main) All changelog entries: ansible (1.1+dfsg-1) unstable; urgency=low * New upstream release. * Update patches disable-google-analytics.patch and remove-external-image.patch to apply cleanly. * Add

  1   2   3   4   5   6   7   8   9   >