[Bug 1881932] Re: subiquity isn't able to create btrfs subvolumes during installation

2024-05-01 Thread Riccardo Musso
+1 for @ and @home by default. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1881932 Title: subiquity isn't able to create btrfs subvolumes during installation To manage notificatio

[Bug 1875845] Re: keyring cannot be unlocked if used fingerprint to login gnome session

2020-09-16 Thread Riccardo Maffei
I was about to submit this same bug... I can confirm that every time you login to your gnome session with a fingerprint you can't unlock your login keyring. It seems that the prompt asking for the password fails to appear. For example, opening seahorse and clicking "unlock" has no effect (the butt

[Bug 1766230] Re: Strange window matching behaviour between Slack and Chrome

2020-04-30 Thread Riccardo
[Ubuntu 19.10] PhpStorm, snap installed, seems working well (eg. when I run a debug session it opens chromium and the launcher icons are well associated). When I open a link on Slack, also snap installed, the new window appears in the "all windows" section of the contextual menu of the Slack launch

[Bug 1826043] [NEW] Events spanning multiple days are displayed on the wrong day in week view

2019-04-23 Thread Riccardo Maffei
Public bug reported: In gnome-calendar week view, events spanning multiple days are shown in the wrong day. Also, the event is shown in only one day (ending at midnight). Steps to reproduce:  1. Add an event starting on Monday at 21:00 and ending on Tuesday at 06:00.  2. Switch to week view. Exp

[Bug 1589240] Re: Gnome on-screen keyboard doesn't appear when a text field is focused

2017-05-31 Thread Riccardo Maffei
Tested the new package from -proposed and fixes the bug. Package version: 3.18.5-0ubuntu0.3. Release: xenial (Ubuntu Gnome 16.04.2). I'll restore "verification-needed" tag for other releases. ** Tags removed: verification-done ** Tags added: verification-done-xenial verification-needed -- You r

[Bug 1589240] Re: Gnome on-screen keyboard doesn't appear when a text field is focused

2017-05-31 Thread Riccardo Maffei
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1589240 Title: Gnome on-screen keyboard doesn't appear when

[Bug 1633162] Re: Files application throws an error 'Oops! Something went wrong' when clicked on 'Recents'

2017-01-08 Thread Riccardo
Same for me, workaround #15 works (Ubuntu 16.10 Unity) after reboot. (Editing /usr/lib/systemd/user/gvfs-daemon.service requires root privileges). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launch

[Bug 1585818] [NEW] The selection is not shown when renaming in nautilus.

2016-05-25 Thread Riccardo Maffei
Public bug reported: When you rename something in nautilus and select part of the text, the selection is not shown. Steps to reproduce: * Right click on a file or a folder and click rename. (at this time the name should be automatically selected) * If not automatically selected, manually sel

[Bug 1241972] Re: Drag and drop from Dash to Desktop doesn't work

2014-12-14 Thread Riccardo Padovani
** Changed in: unity (Ubuntu) Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1241972 Title: Drag and drop from Dash to Desktop doesn't wor

[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-11-06 Thread Riccardo 'c10ud'
Ok, since I wanted to run gtk3 in Precise, I uploaded a modified version of light-themes in the emesene-stable PPA. https://launchpad.net/~emesene-team/+archive/emesene- stable/+build/3959490 This version differs from the precise-proposed one: it removes the transition properties that make the pr

[Bug 950352] Re: Online Accounts UI Missing

2012-10-20 Thread Riccardo Giuntoli
** Attachment added: "Screenshot from 2012-10-20 21:19:33.png" https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/950352/+attachment/3406411/+files/Screenshot%20from%202012-10-20%2021%3A19%3A33.png -- You received this bug notification because you are a member of Ubuntu Desk

[Bug 950352] Re: Online Accounts UI Missing

2012-10-20 Thread Riccardo Giuntoli
I've just upgraded a 12.04 to 12.10 and i've got the same problem: taglio@hammer:/var/log$ gnome-control-center -v online-accounts ** (gnome-control-center:5632): WARNING **: Could not find settings panel "online-accounts" ** (gnome-control-center:5632): WARNING **: Could not load setting panel

[Bug 631088] Re: Incompatibilty with Windows font Deja Vu Sans 9.9990234375 makes evince menu unreadable

2012-10-02 Thread Riccardo G
I have the same problem! There's no solution?? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pango1.0 in Ubuntu. https://bugs.launchpad.net/bugs/631088 Title: Incompatibilty with Windows font Deja Vu Sans 9.9990234375 makes evin

[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-14 Thread Riccardo 'c10ud'
transition: 0ms ease-in-out; transition: 0ms ease-in-out; Needs to be commented out as well. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/1002792 Title: emesene crashes wi

[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-14 Thread Riccardo 'c10ud'
** Also affects: gtk Importance: Undecided Status: New ** Also affects: light-themes Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net

[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-14 Thread Riccardo 'c10ud'
Needs to be tested in Quantal - add this to your gtk-widgets.css: GtkComboBox, .button { transition: 100ms ease-in-out; } And see if issue persists -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu. https://bugs

[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-14 Thread Riccardo 'c10ud'
with Precise's light-themes package (reproducible crash): $ cat /usr/share/themes/Ambiance/gtk-3.0/gtk-widgets.css | grep transition transition: 100ms ease-in-out; transition: 750ms linear loop; transition: 0ms ease-in-out; transition: 0ms ease-in-out; -- You received this bug n

[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-14 Thread Riccardo 'c10ud'
commenting out: /*transition: 100ms ease-in-out;*/ appears to fix (or workaround the issue). The relevant part: GtkComboBox, .button { background-image: -gtk-gradient (linear, left top, left bottom, from (shade (@button_bg_color, 1.1)),

[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-12 Thread Riccardo 'c10ud'
Cimi (thanks!) suggests searching for "transition" in gtk-widgets.css and make some tests with Precise-stock theme. He says it's probably a bug in gtk regarding that thing. For comparison, here's the relevant part in Quantal's theme: $ cat /usr/share/themes/Ambiance/gtk-3.0/gtk-widgets.css | grep

[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-08-30 Thread Riccardo 'c10ud'
I installed Quantal's theme and theme engine in Precise and i cannot reproduce the issue anymore. However with Precise's stock theme the segfault can still be reproduced. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ub

[Bug 515155] Re: unlocking screensaver hangs when ecryptfs is unmounted

2012-07-10 Thread Riccardo Murri
I can confirm this with 12.04 (precise) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/515155 Title: unlocking screensaver hangs when ecryptfs is unmounted To manage notifications about this bug g

[Bug 754569] Re: Empathy does not support Google Application- Specific Passwords

2012-02-29 Thread Riccardo Murri
The workaround suggested by Patrick Dessalle on 2011-07-07 worked for me as well. Inspecting the saved passwords with Seahorse, I found out that the *account name, not the password* had been saved as "IM account password for jabber". No wonder it could not authenticate. After deleting it, the cor

[Bug 925541] Re: gnome-terminal gets stuck until another key is pressed

2012-02-02 Thread Riccardo Pelizzi
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/925541 Title: gnome-terminal gets stuck until another key is pressed To manage notifications about this bug go to: https://bug

[Bug 925541] [NEW] gnome-terminal gets stuck until another key is pressed

2012-02-02 Thread Riccardo Pelizzi
Public bug reported: Sometimes gnome-terminal does not update its displayed output until i press another key. For example, if i am in the home directory and type "Pictu" the terminal might get stuck at "Pict". To make the u appear, i need to press another key (doesn't matter if i press the left

[Bug 818027] Re: package gdm 2.32.1-0ubuntu3.2 failed to install/upgrade: ErrorMessage: subprocess vecchio script di post-installation was killed by signal (Errore di segmentazione)

2011-07-29 Thread Riccardo Orfei
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/818027 Title: package gdm 2.32.1-0ubuntu3.2 failed to install/upgrade: ErrorMessage: subprocess vecchio script di post-installation was

[Bug 818027] [NEW] package gdm 2.32.1-0ubuntu3.2 failed to install/upgrade: ErrorMessage: subprocess vecchio script di post-installation was killed by signal (Errore di segmentazione)

2011-07-29 Thread Riccardo Orfei
Public bug reported: while upgrading from 10.10. ProblemType: Package DistroRelease: Ubuntu 11.04 Package: gdm 2.32.1-0ubuntu3.2 ProcVersionSignature: Ubuntu 2.6.31-11.154-rt Uname: Linux 2.6.31-11-rt i686 Architecture: i386 Date: Fri Jul 29 13:27:53 2011 ErrorMessage: ErrorMessage: subprocess ve

[Bug 763487] Re: gnome-screenshot will not start the option to capture the current window

2011-04-17 Thread Riccardo Angelino
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-utils in Ubuntu. https://bugs.launchpad.net/bugs/763487 Title: gnome-screenshot will not start the option to capture the current window -- desktop-bugs mailing list desktop-bu

[Bug 763487] [NEW] gnome-screenshot will not start the option to capture the current window

2011-04-17 Thread Riccardo Angelino
Public bug reported: Binary package hint: gnome-utils When I opened the application gnome-screenshot, I selected the option capture the current window and I clicked screen capture the application doesn't work. Step to reproduce: 1) Start the gnome-screenshot; 2) Select the option capture the cur

[Bug 683850] Re: natty 20101201.1 amd 64, loop at login screen

2011-01-09 Thread Riccardo Angelino
** Changed in: gconf (Ubuntu) Status: Invalid => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gconf in ubuntu. https://bugs.launchpad.net/bugs/683850 Title: natty 20101201.1 amd 64, loop at login screen -- d

[Bug 673980] Re: Cannot ping any network adress

2010-11-15 Thread Riccardo
Network tools - PING The ping tool is not working inside the network tools. Command line works fine. I've already check the interface (ethernet) Eth0 and works fine. BYE R ** Changed in: gnome-nettool (Ubuntu) Status: Incomplete => Fix Committed ** Changed in: gnome-nettool (Ubuntu)

[Bug 653686] Re: Automatic non-login keyring unlock does not work

2010-10-10 Thread Riccardo Ancona
I forgot to say that if I have Compiz installed, the bug won't let me enter nothing at all in the password input window, forcing me to enter in "safe mode", and unistall compiz... I don't know why, but this is VERY frustrating... -- Automatic non-login keyring unlock does not work https://bugs.la

[Bug 653686] Re: Automatic non-login keyring unlock does not work

2010-10-10 Thread Riccardo Ancona
This affects me too, it is quite frustrating every time after every login re-insert another password to continue using ubuntu... :( -- Automatic non-login keyring unlock does not work https://bugs.launchpad.net/bugs/653686 You received this bug notification because you are a member of Ubuntu Desk

[Bug 609095] [NEW] [Wishlist] under View gnome-terminal should offer a readonly tickbox

2010-07-23 Thread Riccardo Poli
Public bug reported: Binary package hint: gnome-terminal Whenever I run a process in the terminal that takes a long time to complete, I fear I may inadvertently hit some key (e.g., CTRL-C...) that may harm/kill the process. I know there are workarounds, but I just thought it would be so conven

[Bug 598753] Re: Nautilus 2.30.1 does not search

2010-07-08 Thread Riccardo Poli
I can confirm that nautilus 2.30.1 on Lucid 64 bit does not search. As davisortrix says, however, it is possible to search if one lunches the search from the Places menu. -- Nautilus 2.30.1 does not search https://bugs.launchpad.net/bugs/598753 You received this bug notification because you are a

Re: [Bug 364031] Re: imap email read status not updated on server

2009-04-28 Thread Riccardo
e: Undecided => Low > > ** Changed in: evolution (Ubuntu) >Status: New => Incomplete > > ** Changed in: evolution (Ubuntu) > Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs) > -- Cordiali saluti. -- Riccardo Gimelli -- JTech Srl Gruppo

Re: [Bug 364031] Re: imap email read status not updated on server

2009-04-21 Thread Riccardo
pdate your view on gmail forlder: sometime some emails appear as read If you try the same test path with thunderbird you will see that te read status is immediately updated . 3- Jaunty I could installa jaunty and try maybe next week. Regards Riccardo Il giorno lun, 20/04/2009 alle 12.41 +

[Bug 364031] Re: imap email read status not updated on server

2009-04-20 Thread Riccardo
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/25781205/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/25781206/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/25781207/ProcStatus.txt -- imap e

[Bug 364031] [NEW] imap email read status not updated on server

2009-04-20 Thread Riccardo
Public bug reported: Binary package hint: evolution Ubuntu 8.10 evolution 2.24.3-0ubuntu1 When I read an email or mark an email as read I expect that Evolution change the state on the server too. Instead, if I open the imap folder with another working imap mail browser as thunderbird the email

[Bug 340569] Re: hangs while trying to write audio cd

2009-04-04 Thread Márcio Riccardo
Tested with Jaunty, same problem. -- hangs while trying to write audio cd https://bugs.launchpad.net/bugs/340569 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.

[Bug 34813] Re: gedit fails to save files over smbfs/cifs

2008-06-11 Thread Riccardo Cossu
Alejandro's fix doesn't work for me; I use Ubuntu 7.10 and have the problem with sshfs. I switched to another editor for that purpose... :-( -- gedit fails to save files over smbfs/cifs https://bugs.launchpad.net/bugs/34813 You received this bug notification because you are a member of Ubuntu Des

[Bug 182674] Re: webdav on mediacenter.gmx.net dos not work

2008-05-01 Thread Riccardo Casatta
here is a screenshot ** Attachment added: "Schermata-5.png" http://launchpadlibrarian.net/14063767/Schermata-5.png -- webdav on mediacenter.gmx.net dos not work https://bugs.launchpad.net/bugs/182674 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 182674] Re: webdav on mediacenter.gmx.net dos not work

2008-05-01 Thread Riccardo Casatta
i mount correctly the gmx dav repo, but when i try to connect to my own dav repo (it works with gutsy) that doesn't use the standard port, it doesn't work... one example is better than thousand words: that's the link that work in gutsy davs://myrepo:/public this link doesn't work anymore in

[Bug 126456] Re: all menubars/panels disappears

2007-10-25 Thread Riccardo Carlesso
rors but I dont find anything useful. Thanx, Riccardo ** Attachment added: "My Xsession errors" http://launchpadlibrarian.net/10168327/.xsession-errors -- all menubars/panels disappears https://bugs.launchpad.net/bugs/126456 You received this bug notification because you are a

[Bug 131973] Re: desktop random freezes in feisty

2007-08-25 Thread Riccardo Lucchese
Yes, you are right durilka: basically there are some kmodules that enable cpu frequency scaling and the userspace daemons. Therefore is it interesting that removing powernowd the machine still freezes. !!! Before a few months ago I never experienced such problems: so there must be some commit (po

[Bug 131973] Re: desktop random freezes in feisty

2007-08-25 Thread Riccardo Lucchese
ps to previous entry: I forgot to say that if I apt-get --purge remove powernowd the machine still freezes at reboot :) re-installing powernowd and stopping it at every login keeps the machine running good 100%. Very interesting, isn't it? -- desktop random freezes in feisty https://bugs.launch

[Bug 121310] Re: capture checkbutton stuck

2007-08-24 Thread Riccardo Lucchese
** Changed in: gnome-volume-manager (Ubuntu) Status: Incomplete => Invalid -- capture checkbutton stuck https://bugs.launchpad.net/bugs/121310 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gnome-volume-manager in ubuntu. --

[Bug 131973] Re: desktop random freezes in feisty

2007-08-24 Thread Riccardo Lucchese
ked to debug the crash :), but actually there is nothing I can do in my case: no way to get into the pc, no ssh, no ping, no nothing... (an already opened ssh session from a remote client to the freezing machine also freezes at the same time:) ) Hope to hear soon about ideas on how to fix this and ho

[Bug 121310] Re: capture checkbutton stuck

2007-07-05 Thread Riccardo Lucchese
I see that "bug-status" is incomplete. How can I help? What infos are needed? -- capture checkbutton stuck https://bugs.launchpad.net/bugs/121310 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gnome-volume-manager in ubuntu. -- de

[Bug 121310] Re: capture checkbutton stuck

2007-06-20 Thread Riccardo Lucchese
Ubuntu Feisty gnome-volume-manager version 2.17.0 -- capture checkbutton stuck https://bugs.launchpad.net/bugs/121310 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gnome-volume-manager in ubuntu. -- desktop-bugs mailing list deskt

[Bug 121310] capture checkbutton stuck

2007-06-20 Thread Riccardo Lucchese
alsamixer but i couldn't get rid of how to do it. Also if interesting, my shortcuts on keyboard to change speaker's volume are now connected to the microphone slider. Thanks, Riccardo. ps. if somebody may give me some _fair_ (exact) hints i can look at the code. ** Affects: gno

[Bug 121310] capture checkbutton stuck

2007-06-20 Thread Riccardo Lucchese
ied to the same in alsamixer but i couldn't get rid of how to do it. Also if interesting, my shortcuts on keyboard to change speaker's volume are now connected to the microphone slider. Thanks, Riccardo. ps. if somebody may give me some _fair_ (exact) hints i can look at the code.

[Bug 87711] Re: [apport] gnome-panel crashed with SIGSEGV

2007-02-24 Thread Riccardo Lucchese
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/6526506/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/6526507/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/6526508/Disassembly.txt ** Attachm

[Bug 87711] [apport] gnome-panel crashed with SIGSEGV

2007-02-24 Thread Riccardo Lucchese
Public bug reported: Binary package hint: gnome-panel well... :) I don't actually know what happened but I have my icons in the gnome panel in reversed order know :D Thanks for your work, Riccardo ProblemType: Crash CrashCounter: 1 Date: Sun Feb 25 01:24:08 2007 DistroRelease: Ubuntu

[Bug 84237] Re: GNOME Control Center Crash

2007-02-10 Thread Riccardo Lucchese
gnome-control-center --version : 2.16.1 in synaptic : 1:2.16.1-0ubuntu4.2 -- GNOME Control Center Crash https://launchpad.net/bugs/84237 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 84237] GNOME Control Center Crash

2007-02-09 Thread Riccardo Lucchese
r/lib/libglib-2.0.so.0 No symbol table info available. #18 0xb7b1b574 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #19 0x08061d8c in main () No symbol table info available. #0 0xe410 in __kernel_vsyscall () Thanks, Riccardo ** Affects: control-center (Ubu

[Bug 82936] Re: Gaim crash

2007-02-02 Thread Riccardo Lucchese
** Attachment added: "crash system generated file" http://librarian.launchpad.net/6143281/_usr_bin_gaim.1000.crash -- Gaim crash https://launchpad.net/bugs/82936 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 82936] Gaim crash

2007-02-02 Thread Riccardo Lucchese
Public bug reported: Binary package hint: gaim I don't know what happened exactly. I turned off my monitor and when I came back half an hour later I found the crash message. Thanks, Riccardo ** Affects: gaim (Ubuntu) Importance: Undecided Status: Unconfirmed -- Gaim

[Bug 62015] Re: commands from terminal no longer work

2006-09-23 Thread Riccardo Setti
confirmed, here also doesn't work ** Changed in: rhythmbox (Ubuntu) Status: Unconfirmed => Confirmed -- commands from terminal no longer work https://launchpad.net/bugs/62015 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bug

[Bug 59365] Re: ubuntu theme

2006-09-10 Thread Riccardo Setti
dsc ** Attachment added: "dsc" http://librarian.launchpad.net/4212529/gnome-screensaver_2.16.0-0ubuntu1.dsc ** Changed in: gnome-screensaver (Ubuntu) Status: Unconfirmed => Fix Committed -- ubuntu theme https://launchpad.net/bugs/59365 -- desktop-bugs mailing list desktop-bugs@lists

[Bug 59365] Re: ubuntu theme

2006-09-10 Thread Riccardo Setti
i'm adding diff.gz and dsc ** Attachment added: "diff.gz" http://librarian.launchpad.net/4212527/gnome-screensaver_2.16.0-0ubuntu2.diff.gz -- ubuntu theme https://launchpad.net/bugs/59365 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/d

[Bug 59365] Re: ubuntu theme

2006-09-08 Thread Riccardo Setti
it's already implemented, you have to add those files to the gnome- screensaver package. i could provide a diff.gz if you need it. -- ubuntu theme https://launchpad.net/bugs/59365 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 59365] Re: ubuntu theme

2006-09-07 Thread Riccardo Setti
please put the desktop file in usr/share/gnome-screensaver/themes and the png in usr/share/pixmaps ** Attachment added: "ubuntu logo png" http://librarian.launchpad.net/4167904/ubuntu.png -- ubuntu theme https://launchpad.net/bugs/59365 -- desktop-bugs mailing list desktop-bugs@lists.ubunt

[Bug 59365] Re: ubuntu theme

2006-09-07 Thread Riccardo Setti
** Attachment added: "ubuntu screensaver theme .desktop" http://librarian.launchpad.net/4167902/ubuntu-logo.desktop -- ubuntu theme https://launchpad.net/bugs/59365 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 59365] ubuntu theme

2006-09-07 Thread Riccardo Setti
Public bug reported: morning, this should be a whishlist bug, i know that today i FF day but probably we are in time for add it. i'm going to add .destkop and a ubuntu_logo.png , if you agree you could add it in g-s. ** Affects: gnome-screensaver (Ubuntu) Importance: Untriaged S

[Bug 58914] Re: [Bug 58914] Re: orca doesn't start

2006-09-05 Thread Riccardo Setti
Il giorno mar, 05/09/2006 alle 09.55 +, Henrik Nilsen Omma ha scritto: hello Henrik, > We are currently testing some different solutions to this. Prefereably > we want the setup GUI to appear from the menu, or we might simply remove > vit from the menu. atm, as you say, you can start the GUI

[Bug 58914] Re: orca doesn't start

2006-09-04 Thread Riccardo Setti
ok, i found the problem gnome-orca needs to be started in a gnome-session with accessibility feature enabled. ihmo ubuntu shouldn't have a gnome with accessibilty feature enabled, but probably this should be documented somewhere. My english skills are <0, so i'm not the right person who can do

[Bug 58914] orca doesn't start

2006-09-04 Thread Riccardo Setti
Public bug reported: hello daniel, orca doesn't start when people click on the desktop-launch icon. cause orca should start runned in a terminal i've attached a patch that fix the bug ** Affects: gnome-orca (Ubuntu) Importance: Untriaged Status: Unconfirmed -- orca doesn't start

[Bug 58914] Re: orca doesn't start

2006-09-04 Thread Riccardo Setti
-- orca doesn't start https://launchpad.net/bugs/58914 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 48513] Re: libsexy2 should depend on libenchant1c2a

2006-09-02 Thread Riccardo Setti
hello, Ehrr, i don't see the problem since libsexy2 has a Deps: on libenchant :) +Package: libsexy2 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends}, libenchant1c2a taken form the ubuntu1.diff.gz -- libsexy2 should depend on libenchant1c2a https://launchpad.net/bu