[Desktop-packages] [Bug 2036597] Re: Strange permissions and/or links to default directories in home folder (Music, Pictures, Public, Templates and Videos))

2023-10-25 Thread Gabriele
Dropping an update here, [same as I did on Stack Exchange](https://askubuntu.com/a/1490412/1105829): I bumped into the same issue, and I was lucky enough to remember that the only change I made to my system today was to install [okular](https://github.com/KDE/okular). The fix above works fine, as

[Desktop-packages] [Bug 1970050] Re: [H97M-HD3, Intel Haswell HDMI, Digital Out, HDMI] No sound at all because of upgrade from 20.04 LTS to 22.04

2022-04-24 Thread Gabriele Lagana'
Edit /etc/default/grub and add intel_iommu=on,igfx_off in line: GRUB_CMDLINE_LINUX="intel_iommu=on,igfx_off" save file and update grub: sudo update-grub reboot -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. h

[Desktop-packages] [Bug 1970050] Re: [H97M-HD3, Intel Haswell HDMI, Digital Out, HDMI] No sound at all because of upgrade from 20.04 LTS to 22.04

2022-04-24 Thread Gabriele Lagana'
** Changed in: alsa-driver (Ubuntu) Assignee: (unassigned) => Gabriele (eros23) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1970050 Title: [H97M-HD3, Intel Haswell H

[Desktop-packages] [Bug 1918658] [NEW] Display glitches when showing context menu

2021-03-11 Thread gabriele
Public bug reported: I am using Android Studio to develop Applications. When i have lots of windows opened and i try to open a context menu or write code, it shows a frame of some applications that are below the current window. In the video it is more clear. I don't know if this is a problem relat

[Desktop-packages] [Bug 1917191]

2021-03-05 Thread Gabriele Svelto
Ugh, this bug is affecting Linux users real badly on 86. Do we have a way to reach out to distro maintainers to try and help them roll out a local fix for their 86 builds? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu.

[Desktop-packages] [Bug 1917801] [NEW] Multi monitor bug opening windows

2021-03-04 Thread gabriele
*** This bug is a security vulnerability *** Public security bug reported: When i open a window like Spotify or GitKracken, that should open in my second monitor (because i always use them there), Ubuntu draws it in my main monitor, but, if i try to move it, resize or press an area of the window,

[Desktop-packages] [Bug 1833116] Re: [chtmax98090 on Bay Trail Chromebooks] audio not working, shows "Dummy Output"

2020-09-29 Thread Gabriele Tettamanzi
For Focal Fossa 20.04 and newer releases, check bug 1871306 out: https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1871306 The bug has been assigned, the priority is now high: we're going to have it fixed. Temporary work around: get the missing config UCM2 files from alsa project gith

[Desktop-packages] [Bug 1849542] Re: Thunderbird empty after update to 19.10 - corrupted global-messages-db.sqlite

2020-01-10 Thread Gabriele Tozzi
I have a similar problem (see #1859043) but my my global-messages- db.sqlite is not corrupted: it works fine on any Thunderbird <68. Deleting it means losing useful data like contacts, threads, etc… so it really isn't a solution or workaround. I am assuming people is using Thunderbird to manage th

[Desktop-packages] [Bug 1859043] Re: thunderbird completely broken after upgrade

2020-01-10 Thread Gabriele Tozzi
*** This bug is a duplicate of bug 1849542 *** https://bugs.launchpad.net/bugs/1849542 I don't think this is a duplicate because my global-messages-db.sqlite is not corrupted. I commented in bug #1849542 anyway. -- You received this bug notification because you are a member of Desktop Packa

[Desktop-packages] [Bug 1859043] [NEW] thunderbird completely broken after upgrade

2020-01-09 Thread Gabriele Tozzi
Public bug reported: When trying to start thunderbird 1.68 with my 1.60 profile, the following error appears: JavaScript error: resource:///modules/gloda/gloda.js, line 1922: TypeError: aAttrDef.objectNounDef is undefined JavaScript error: resource:///modules/gloda/gloda.js, line 1922: TypeError

[Desktop-packages] [Bug 1849615]

2019-12-19 Thread Gabriele Svelto
(In reply to Ryan VanderMeulen [:RyanVM] from comment #13) > Looks like this grafts cleanly to ESR68 - did you want to nominate it for > uplift? Yes, let's do it. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https:

[Desktop-packages] [Bug 1849615]

2019-12-19 Thread Gabriele Svelto
Comment on attachment 9104623 Bug 1590984 - Use poll() instead of select() in WebRTC code r=drno ### ESR Uplift Approval Request * **If this is not a sec:{high,crit} bug, please state case for ESR consideration**: This fixes a crash that can easily occur when using WebRTC. * **User impact if decl

[Desktop-packages] [Bug 1849615]

2019-12-19 Thread Gabriele Svelto
There's quite a few crashes coming from ESR68 on Debian. The patch is not large and low-risk, maybe we could uplift it. I'll see if it applies cleanly there. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.

[Desktop-packages] [Bug 1849615]

2019-12-19 Thread Gabriele Svelto
No testing is needed, thanks Catalin. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1849615 Title: WebRTC-related crashes Status in Mozilla Firefox: Fix Released Status in firefox

[Desktop-packages] [Bug 1849615]

2019-10-29 Thread Gabriele Svelto
Taking this as I've got a WIP patch. It just needs some good testing. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1849615 Title: WebRTC-related crashes Status in Mozilla Firefox:

[Desktop-packages] [Bug 1849615]

2019-10-29 Thread Gabriele Svelto
Created attachment 9104623 Bug 1590984 - Use poll() instead of select() in WebRTC code r=drno The use of select() was leading to crashes when the file descriptor value was larger than FD_SETSIZE. Recent versions of glibc have checks in the FD_CLR(), FD_SET() and FD_ISSET() macros that will abort()

[Desktop-packages] [Bug 1849615]

2019-10-26 Thread Gabriele Svelto
(In reply to Dan Minor [:dminor] from comment #3) > Hi Gabriele, this code is our local modification to webrtc.org that we have > never merged upstream. As such, feel free to rewrite it to use poll() if that > will fix things. I'm not the original author, I just happened

[Desktop-packages] [Bug 1849615] Re: WebRTC-related crashes

2019-10-24 Thread Gabriele Svelto
Nevermind, this isn't WebRTC-specific and not even Ubuntu-specific since I could find Debian instances of it. It's caused by select() being used instead of more modern methods that don't have limits on the file descriptor values you pass to them. Sorry for the noise. -- You received this bug noti

[Desktop-packages] [Bug 1849615] Re: WebRTC-related crashes

2019-10-24 Thread Gabriele Svelto
I did some further digging and this isn't a WebRTC-specific issue though it tends to crash WebRTC code more often than other code. See this for another similar crash in code we don't control (and which might also be using select() and thus triggering the safety check): https://crash-stats.mozilla

[Desktop-packages] [Bug 1849615] [NEW] WebRTC-related crashes

2019-10-24 Thread Gabriele Svelto
Public bug reported: In Mozilla we've detected a spike of crashes in the Ubuntu-packaged version of Firefox 69.0.x. All the crashes are happening in the WebRTC code and specifically libc's FD_SET, FD_CLR and FD_ISSET range-checking safety is causing an abort. Is it possible that Firefox is being b

[Desktop-packages] [Bug 1849615] Re: WebRTC-related crashes

2019-10-24 Thread Gabriele Svelto
Here's the relevant bug on our tracker: https://bugzilla.mozilla.org/show_bug.cgi?id=1590984 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1849615 Title: WebRTC-related crashes Stat

[Desktop-packages] [Bug 1845205] Re: Cannot submit crash reports from firefox' "this tab crashed" page

2019-10-08 Thread Gabriele Svelto
Interesting, that shouldn't happen. The minidump-analyzer executable greatly improves our crash telemetry but it's not strictly needed for crash reporting. I'll file a bug on our side to fix that issue. -- You received this bug notification because you are a member of Desktop Packages, which is s

[Desktop-packages] [Bug 1845205] Re: Cannot submit crash reports from firefox' "this tab crashed" page

2019-10-07 Thread Gabriele Svelto
Yes, manual submission via about:crashes works fine. It's just the tab crash reporter that doesn't show up as it should. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/1845205 Title:

[Desktop-packages] [Bug 1845205] [NEW] Cannot submit crash reports from firefox' "this tab crashed" page

2019-09-24 Thread Gabriele Svelto
Public bug reported: Steps to reproduce: - Launch firefox - Enter "about:crashcontent" in the URL bar - Upon hitting return, the tab should crash and display the "This tab just crashed" page - Ensure that the checkmark to send the crash report is ticked - Add a comment (anything will do, a non-e

[Desktop-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails after a while

2019-06-11 Thread Gabriele Ara
Will do, thanks. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1818802 Title: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails after a while Status in linux p

[Desktop-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails after a while

2019-06-11 Thread Gabriele Ara
I can confirm that the same problem affects 19.04 too. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1818802 Title: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fa

[Desktop-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails after a while

2019-06-11 Thread Gabriele Ara
Hey there, same problem here, audio has strange glitches, maybe we could reopen this issue? Both a collegue and I bought this same laptop and we are both affected by this issue, even on recent kernel builds. -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 1831301] [NEW] sound doesn't works in both kernel. no one cards is recognize by system-

2019-05-31 Thread gabriele
Public bug reported: . ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: alsa-base (not installed) ProcVersionSignature: Ubuntu 5.0.0-15.16~18.04.1-generic 5.0.6 Uname: Linux 5.0.0-15-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.6 Architecture: amd64 Date: Sat Jun 1 04:26:10 2019 Installati

[Desktop-packages] [Bug 1766137] Re: [regression] Password accepted but login fails (blank purple screen and mouse pointer only)

2018-04-30 Thread gabriele
Had the same issue after a clean install of Ubuntu 18.04. After installing the proprietary drivers of the NVIDIA graphic card it did not happened again! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell in Ubuntu. https://bugs.l

[Desktop-packages] [Bug 1725667] Re: Wacom Intuos comic/draw/photo/art is not detected

2017-10-23 Thread Gabriele
** Bug watch added: GNOME Bug Tracker #789287 https://bugzilla.gnome.org/show_bug.cgi?id=789287 ** Also affects: gnome-control-center via https://bugzilla.gnome.org/show_bug.cgi?id=789287 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Desktop-packages] [Bug 1725667] [NEW] Wacom Intuos comic/draw/photo/art is not detected

2017-10-21 Thread Gabriele
Public bug reported: The tablet works but since it's not detected it's not possible to change settings from the control center. However, command-line commands such as ''xsetwacom'' do work to an extent (could map the output to a specific monitor but could not assign a key to all 4 buttons of th

[Desktop-packages] [Bug 1723943] [NEW] gnome-shell crashed with signal 5 in _XIOError()

2017-10-16 Thread Gabriele Tramonte
Public bug reported: Description:Ubuntu Artful Aardvark (development branch) Release:17.10 gnome-shell: Installato: 3.26.1-0ubuntu3 Candidato: 3.26.1-0ubuntu3 Tabella versione: *** 3.26.1-0ubuntu3 500 500 http://it.archive.ubuntu.com/ubuntu artful/main amd64 Packages

[Desktop-packages] [Bug 1481240] Re: Can't get correct location information before use other GPS apps

2016-10-26 Thread Gabriele
the scope will return the updated values to the actual position Gabriele -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1481240 Title: Can't get correct location inform

[Desktop-packages] [Bug 1598246] [NEW] package shared-mime-info 1.5-2ubuntu0.1 failed to install/upgrade: il sottoprocesso installato script di post-installation è stato terminato dal segnale (Ucciso)

2016-07-01 Thread Gabriele De Luca
Public bug reported: I faced it while starting the Unity Desktop environment ProblemType: Package DistroRelease: Ubuntu 16.04 Package: shared-mime-info 1.5-2ubuntu0.1 ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13 Uname: Linux 4.4.0-28-generic x86_64 NonfreeKernelModules: wl ApportVersio

[Desktop-packages] [Bug 1565367] [NEW] Lightdm fails to show login screen

2016-04-02 Thread Gabriele Tozzi
Public bug reported: Hello, there! When I start the PC, it boots correctly. Lightdm starts and shows the login prompt for about 1-2 seconds, then the screen goes black, like lightdm just crashed. If i CTRL+ALT+F5-F9, lightdm is gone, there is no more graphical screen prompting for login. If i C

[Desktop-packages] [Bug 1455711] Re: pidgin icon does not appear in the System Tray on kde 5

2015-10-30 Thread Gabriele Tozzi
I think for me and most users having something that works on am old sub- optimal protocol is better than having a shining modern protocol that nobody yet adopted. Please fix this. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pidgin in

[Desktop-packages] [Bug 1195101] Re: package lightdm (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2015-08-13 Thread Gabriele Sani
*** This bug is a duplicate of bug 1109338 *** https://bugs.launchpad.net/bugs/1109338 Happened to me when tried to purge lightdm -- 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/1195

[Desktop-packages] [Bug 1442877] Re: Adobe Reader 9 (Acrobat) printing no longer works

2015-07-14 Thread Gabriele Magi
Hello, just to confirm that I have found the same bug in Ubuntu Gnome 15.04. Adobe 9.5.5 is working correctly in Ubuntu 14.04, 12.04, and SolydK/Debian8: all of them are 32 bit, so I think that using a 32bit version on a 64 bit distro is not relevant. I tried printing a file with two different p

[Desktop-packages] [Bug 1411976] [NEW] nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module failed to build

2015-01-17 Thread Gabriele
Public bug reported: After a sistem update, i get this error each time i turn on my computer. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: nvidia-331-updates 331.113-0ubuntu0.0.4 ProcVersionSignature: Ubuntu 3.13.0-44.73-lowlatency 3.13.11-ckt12 Uname: Linux 3.13.0-44-lowlatency x86_

[Desktop-packages] [Bug 1378443] [NEW] Encrypted disk images are read only in nautilus but not via shell access

2014-10-07 Thread Gabriele Vivinetto
Public bug reported: I created a disk image with "Disks", without the "read only loop device" option. I formatted the disk image as ext4 encrypted, and mounted it. Accessing the mount point under /media/username/mountpoint with a terminal as the same user as the one running nautilus, let me do ev

[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-08-14 Thread Gabriele Santilli
I can connect using Blueman... but if I actually use the headset it starts distorting the audio after a minute or so and then disconnects. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bu

[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-08-10 Thread Gabriele Santilli
I confirm I can connect using Blueman. In that case though, I have to load the bluetooth module on PulseAudio manually. I guess this is an acceptable work around for now, but it would be nice if it simply worked like it did on 13.10. -- You received this bug notification because you are a member

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-08-05 Thread Gabriele
@Raymond I'm sorry, I can't follow what you are saying, I don't know much about hda nor alsa. I confirm that the pin config of 0x19 is required for microphones, without it they are not detected, I just tested it. @dbyte Did you try what I wrote in comment #34? The problem could be the same and b

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-08-04 Thread Gabriele
I got a headset and tried it, no autodetection: sound hdaudioC1D0: Headset jack set to headphone (default) mode. Regarding 0x19, I guess you are right and it's required for microphones, but I don't have one to test. Anyway, the pop noise is heard when switching between these two (Node 0x19

[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-07-29 Thread Gabriele Santilli
Should I create a new bug or do you think this is the same bug? Jul 29 13:46:22 imac kernel: [ 9194.185587] Bluetooth: Unexpected continuation frame (len 0) Jul 29 13:46:23 imac kernel: [ 9194.269541] Bluetooth: Unexpected continuation frame (len 0) Jul 29 13:46:23 imac kernel: [ 9194.594437] Bl

[Desktop-packages] [Bug 1283003] Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

2014-07-18 Thread Gabriele Santilli
I don't know if my problem is related to this one bug (any ideas?), I'm having lots of problems with Bluetooth since the update to 14.04. Just a few minutes ago, I turned my bluetooth headset on; it connected, I verified it was working correctly; I went to a Google Hangout... and the headset disco

[Desktop-packages] [Bug 1343404] [NEW] screen freezes often and randomly

2014-07-17 Thread Giacomo Gabriele
Public bug reported: the screen freezes often and randomly. by pressing ctrl + alt + f [1-6] and after ctrl + alt + f7 the system returns to normal until the next block. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8 ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.1

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-07-06 Thread Gabriele
Removing "{ 0x19, 0x03a1913d }" gets rid of an annoying pop sound on boot on my XPS13 9333, great! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1252733 Title: [XPS 12-9Q33, Real

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-07-03 Thread Gabriele
For your information, the problem is fixed on the XPS13 9333 (kernel 3.16): http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/sound/pci/hda/patch_realtek.c?id=5e6db6699b7651f02f4b7cc6a86f5b3d9359d636 (and also http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commi

[Desktop-packages] [Bug 1336438] Re: PCI/internal sound card not detected

2014-07-01 Thread gabriele
ion: 2.14.1-0ubuntu3.2 - Architecture: amd64 - AudioDevicesInUse: - USERPID ACCESS COMMAND - /dev/snd/controlC0: gabriele 2089 F pulseaudio - CurrentDesktop: Unity - Date: Tue Jul 1 20:57:20 2014 - InstallationDate: Installed on 2014-07-01 (0 days ago) - InstallationMedia: Ubu

[Desktop-packages] [Bug 1336438] [NEW] PCI/internal sound card not detected

2014-07-01 Thread gabriele
/dev/snd/controlC0: gabriele 2089 F pulseaudio CurrentDesktop: Unity Date: Tue Jul 1 20:57:20 2014 InstallationDate: Installed on 2014-07-01 (0 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) PackageArchitecture: all SourcePackage: alsa-driv

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-05-15 Thread Gabriele
@Raymond I've managed to get hda-analyzer work and with it I could do what you told me to do in #26. If you want to get rid of the white noise, run as root the python script here attached. Or run the following commands: hda-verb /dev/snd/hwC1D0 0x0c SET_AMP_GAIN_MUTE 0x5180 hda-verb /dev/snd/hwC

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-05-15 Thread Gabriele
I'm sorry again, but what I said is wrong (it simply disables the audio). I really don't know what I did before to fix the problem, but now I'm no more able to get rid of the white noise. Suggestions are more than welcome. -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-05-15 Thread Gabriele
I'm sorry, the patch I attached does not get rid of the noise apparantely. With pavucontrol I'm able to get rid of the noise: Configuration tab: Internal audio -> anything but "Off" Input devices: Port -> Microphone. The first step is to be able to change the input device to Microphone. After tha

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-05-14 Thread Gabriele
@Raymond I will try to send the patch to the alsa devel mailing list when I've time. Surely they'll know better than me what to do. Anyway, I'm not using Ubuntu, so I can't hel you with your last question. -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-05-13 Thread Gabriele
I honestly don't know how to do that. I'm trying to use hda-verb, but I'm not an expert and it's not clear to me how it works. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1252733

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-05-13 Thread Gabriele
The patch attached fixed the problem on my XPS13 9333. I don't know which is the preferred way to fix the issue, but the problem is caused by AA-loopback. (Based on http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d2e92709e88d97c001b6bb96054ecb06d99d0dc6) When the audio ca

[Desktop-packages] [Bug 1309785] [NEW] gedit: blurry font as document is longer than one page and scroll bars appear

2014-04-18 Thread gabriele
Public bug reported: I have recently installed GNOME Ubuntu 14.04 and gEdit application seems to have a strange behavior whenever the document is longer than a page and vertical scroll bars appear on the screen (I just checked the same problem with long lines that enable horizontal scroll bars).

[Desktop-packages] [Bug 1305871] [NEW] Libreoffice-kde crashes libreoffice on save

2014-04-10 Thread Gabriele Tozzi
Public bug reported: Description of problem: Libreoffice crashes every time I try to save a document with "Save as" with the following error "QWidget::repaint: Recursive repaint detected". How reproducible: Every time. Steps to Reproduce: 1.Open a new libreoffice document and type a word or two

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-02-28 Thread Gabriele
The manual says that I can connect headphones, microphones or headset (headphone and microphone combo). Nothing more specific than this. Which is the value required to disable the mic pin? I could try something, but if you could be slightly more specific it would be helpful. For now I had only t

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-02-27 Thread Gabriele
As I said, I can't test anything but my regular headphones. This is the (expected) result: <4>[ 101.031332] Headset jack set to headphone (default) mode. Disabling the fixup completely (and breaking the mic detection I guess) does nothing, the background noise is still there. If someone has oth

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-02-26 Thread Gabriele
I'm using regular headphones, not an headset. I'm currently unable to test headsets, but in any case there should be no background noise with regular headphones. I posted about this issue in the Dell forum and waiting for someone to answer, I expect some support from them since a variant of this l

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-02-25 Thread Gabriele
I'm sorry, but what I previously said about the detection is wrong. I guess I had some other changes around which broke it. However, I confirm that ALC668_FIXUP_AUTO_MUTE is not the solution, the subtle background noise is still there. I would also like to add that there's a "clicking" noise when

[Desktop-packages] [Bug 1252733] Re: [XPS 12-9Q33, Realtek ALC668, Black Headphone Out, Left] Background noise or low volume

2014-02-25 Thread Gabriele
@Raymond I tried this (I have an XPS 13 9333): --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5109,7 +5109,7 @@ static const struct snd_pci_quirk alc662_fixup_tbl[] = { SND_PCI_QUIRK(0x1025, 0x038b, "Acer Aspire 8943G", ALC662_FIXUP_ASPIRE

[Desktop-packages] [Bug 1142213] Re: emacs23/24 GUI does not start when run in Kubuntu 13.04 with oxygen-gtk theme enabled

2013-05-08 Thread Gabriele Tozzi
This is just to let you know that putty is also affected probably by this bug. I have exactly same problems described here for emacs. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk2-engines-oxygen in Ubuntu. https://bugs.launchpad.ne

[Desktop-packages] [Bug 994953] Re: [Aspire 5920, Realtek ALC1200, Speaker, Internal] No automute

2012-12-07 Thread gabriele bianchi
Dear Mark, another ''thanks'' from me. Your suggestion fixed the problem for me too. Gabriele Bianchi -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/994953 T

[Desktop-packages] [Bug 1032433] Re: Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established

2012-09-12 Thread Gabriele Vivinetto
Affects me too. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1032433 Title: Using WEP 128-bit Passphrase, Ad-hoc connection cannot be established Status in OEM Priority Pro

[Desktop-packages] [Bug 1034247] Re: package thunderbird 14.0+build1-0ubuntu0.12.04.1 failed to install/upgrade: ile tar rovinato - l'archivio del pacchetto è danneggiato

2012-08-07 Thread Gabriele De Luca
ice 0: ALC662 rev1 Analog [ALC662 rev1 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: gabriele 1278 F xfce4-volumed gabriele 1289 F pulseaudio BuildID: 2012071400

[Desktop-packages] [Bug 1034247] [NEW] package thunderbird 14.0+build1-0ubuntu0.12.04.1 failed to install/upgrade: ile tar rovinato - l'archivio del pacchetto è danneggiato

2012-08-07 Thread Gabriele De Luca
: USERPID ACCESS COMMAND /dev/snd/controlC0: gabriele 1278 F xfce4-volumed gabriele 1289 F pulseaudio BuildID: 2012071400 Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xf7eb8000 irq 43' Mixer name : 'Realtek ALC662 rev

[Desktop-packages] [Bug 97676] Re: xchat-gnome doesn't reauthenticate to nickserv when reconnecting

2012-01-24 Thread Gabriele Vivinetto
Confirmed under Oneiric Oncelot 11.10. It's very annoying: when I resume from suspend to RAM, xchat-gnome does not re-authenticate, and I can't join channels that require authentication. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xc

[Desktop-packages] [Bug 661592] Re: xchat-gnome auto-joins channels before identifying with nickserv

2012-01-24 Thread Gabriele Vivinetto
It's not a bug, see http://xchatdata.net/Using/FAQ#joindelay -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xchat-gnome in Ubuntu. https://bugs.launchpad.net/bugs/661592 Title: xchat-gnome auto-joins channels before identifying with n

[Desktop-packages] [Bug 888057] Re: The Internet Key Wave MW833UP is not recognized in Ubuntu and Ubuntu 10.04.3 10.11 32-bit version.

2011-12-06 Thread gabriele feligiotti
Ciao Fidel Non ho le competenze tecniche per risolvere un bug, ho acquistato una chiavetta per regalarla e non funziona. Ho quindi consultato i forum di riferimento ove non ho trovato una soluzione efficace. Immagino quindi si tratti di un bug o, semplicemente, di una chiavetta non funzionante,

[Desktop-packages] [Bug 888057] Re: The Internet Key Wave MW833UP is not recognized in Ubuntu and Ubuntu 10.04.3 10.11 32-bit version.

2011-12-06 Thread gabriele feligiotti
Hi Fidel, thanks for the reply. the credit is ok, and the previous key I useded with my Wind sim card worked perfectly (manifacture onda, I don't remember the model). What you means when you say: >try enabling roaming to make it work I think the problem is that: ifconfig eth0 Link encap:Et

[Desktop-packages] [Bug 888057] Re: The Internet Key Wave MW833UP is not recognized in Ubuntu and Ubuntu 10.04.3 10.11 32-bit version.

2011-12-05 Thread gabriele feligiotti
Hi everyone I have this problem, too. If someone is able to explain a good trick to solve it, I'll will be glad of it lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 11.10 Release:11.10 Codename: oneiric lsusb Bus 001 Device 005: ID 1ee8:00

[Desktop-packages] [Bug 888057] Re: The Internet Key Wave MW833UP is not recognized in Ubuntu and Ubuntu 10.04.3 10.11 32-bit version.

2011-12-05 Thread gabriele feligiotti
also Ubuntu 11.10 32-bit version. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/888057 Title: The Internet Key Wave MW833UP is not recognized in Ubuntu and Ubuntu 10.04.3 1

[Desktop-packages] [Bug 887481] Re: Unable to connect to MSN/Windows Live network

2011-11-08 Thread Gabriele Vivinetto
Same here ... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to telepathy-butterfly in Ubuntu. https://bugs.launchpad.net/bugs/887481 Title: Unable to connect to MSN/Windows Live network Status in “telepathy-butterfly” package in Ubuntu

[Desktop-packages] [Bug 863759] Re: Evolution cannot cancel Send/Receive process

2011-11-05 Thread gabriele feligiotti
That problem come out upgrading to Ubuntu oneiric. So I solved deleting the .local folder (and the others...), then reinstalling evolution. I need to delete the .local folder to resolve the problem, only reinstalling evolution didn't solve. I think that the problem was some config file and the c

[Desktop-packages] [Bug 416795] Re: Evolution freezes during sync

2011-10-27 Thread gabriele feligiotti
*** This bug is a duplicate of bug 863759 *** https://bugs.launchpad.net/bugs/863759 ** This bug has been marked a duplicate of bug 863759 Evolution cannot cancel Send/Receive process -- You received this bug notification because you are a member of Desktop Packages, which is subscribed t

[Desktop-packages] [Bug 875502] Re: In Evolution. I press "Cancel" after "Send/Receive", and Evolution stoped and freeze.

2011-10-27 Thread gabriele feligiotti
*** This bug is a duplicate of bug 863759 *** https://bugs.launchpad.net/bugs/863759 ** This bug has been marked a duplicate of bug 863759 Evolution cannot cancel Send/Receive process -- You received this bug notification because you are a member of Desktop Packages, which is subscribed t

[Desktop-packages] [Bug 863759] Re: Evolution cannot cancel Send/Receive process

2011-10-27 Thread gabriele feligiotti
** Description changed: - every time I run evolution, it is not possible to stop the send/receive - process neither close evolution process, I have to kill it! - When receiving email (e.g., by clicking 'Send/Receive' button), sometimes some mail accounts always receive and never stop, even

[Desktop-packages] [Bug 863759] Re: Evolution cannot cancel receiving email

2011-10-25 Thread gabriele feligiotti
** Description changed: + every time I run evolution, it is not possible to stop the send/receive + process neither close evolution process, I have to kill it! + When receiving email (e.g., by clicking 'Send/Receive' button), sometimes some mail accounts always receive and never stop, even

[Desktop-packages] [Bug 863759] Re: Evolution cannot cancel receiving email

2011-10-25 Thread gabriele feligiotti
Hello This bug affect me too, worse: every time I run evolution, it is not possible to stop the send/receive process neither close evolution process, I have to kill it! I use two mails: -Exchange 2007 (pop3 protocol active) that "work" (I send and receive) - @hotmail.com that "work" (I send and

[Desktop-packages] [Bug 849912] Re: Dik utility does not create aligned partitions

2011-09-14 Thread Gabriele Vivinetto
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/849912 Title: Dik utility does not create aligned partitions Status in “gnome-disk-utility” package in Ubuntu: New Bug des

[Desktop-packages] [Bug 849912] [NEW] Dik utility does not create aligned partitions

2011-09-14 Thread Gabriele Vivinetto
Public bug reported: The partitions created are not aligned. parted align-check optimal says that they are not aligned. Disk suffers poor write performance if partitioned this way. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: gnome-disk-utility 2.32.1-0ubuntu4 ProcVersionSignature: Ubun

[Desktop-packages] R: [Bug 668664] Re: package gdm 2.30.2.is.2.30.0-0ubuntu4 failed to install/upgrade:

2011-08-31 Thread gabriele
>Messaggio originale >Da: 668...@bugs.launchpad.net >Data: 31/08/2011 8.35 >A: >Ogg: R: [Bug 668664] Re: package gdm 2.30.2.is.2.30.0-0ubuntu4 failed to install/upgrade: > >The Bag is shipped automatically! >I can not find them! >I am an Internet Point with 12 Computers! > >Problem:

[Desktop-packages] R: [Bug 668664] Re: package gdm 2.30.2.is.2.30.0-0ubuntu4 failed to install/upgrade:

2011-08-30 Thread gabriele
The Bag is shipped automatically! I can not find them! I am an Internet Point with 12 Computers! Problem: No drivers x Samsung SCX-6322DN? 11.04 Ubuntu does not see printer! Samsung ML2010 Toner density of 3! No. 5?? Problem: Libbre office! Doc file opened with write-in gray! Not black? Greetin