<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.ubuntu.bugsquad">
    <title>gmane.linux.ubuntu.bugsquad</title>
    <link>http://blog.gmane.org/gmane.linux.ubuntu.bugsquad</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3756"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3755"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3750"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3749"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3748"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3744"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3743"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3742"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3741"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3740"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3735"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3732"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3731"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3730"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3729"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3727"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3724"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3723"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3722"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3720"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3756">
    <title>[Ubuntu Wiki] Update of "Chromium/Debugging" by uusijani</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3756</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "Chromium/Debugging" page has been changed by uusijani:
http://wiki.ubuntu.com/Chromium/Debugging?action=diff&amp;amp;rev1=9&amp;amp;rev2=10

Comment:
restructuring, language

  ## page was renamed from Chromium/Debug
+ If Chromium crashes and you want to file a bug upstream, use their [[http://code.google.com/p/chromium/issues/entry?template=Defect%20on%20Linux|linux template]]. Always include the output from the following command:
- When you want to file a bug, it should be filed '''upstream''' using this '''[[http://code.google.com/p/chromium/issues/entry?template=Defect%20on%20Linux|linux template]]'''.
- Please always include the result of the following command:
- {{{
- dpkg -l | grep chromium-}}}
- 
- = Debugging Chromium crashes =
- 
- If chromium crashes and if you want to file a '''[[http://code.google.com/p/chromium/issues/entry?template=Defect%20on%20Linux|bug upstream]]''', you need to provide a pr&lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-21T16:01:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3755">
    <title>[Ubuntu Wiki] Update of "Chromium/Debugging" by uusijani</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3755</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "Chromium/Debugging" page has been changed by uusijani:
http://wiki.ubuntu.com/Chromium/Debugging?action=diff&amp;amp;rev1=10&amp;amp;rev2=11

Comment:
typo: just +like any

  You'll need to provide a [[https://wiki.ubuntu.com/Backtrace|backtrace]]. It can be produced using gdb, with the help of debugging symbols.
  
  == Getting a backtrace ==
- Debugging symbols come in packages that can be [[InstallingSoftware|installed just any other software package]] in Ubuntu. The debugging symbols package for Chromium is called ''chromium-browser-dbg''. Once you've installed it, open a terminal and proceed as follows:
+ Debugging symbols come in packages that can be [[InstallingSoftware|installed just like any other software package]] in Ubuntu. The debugging symbols package for Chromium is called ''chromium-browser-dbg''. Once you've installed it, open a terminal and proceed as follows:
  
  {{{
  $ chromium-browser -&lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-21T16:02:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3750">
    <title>[Ubuntu Wiki] Update of "Bugs/Responses" by veger</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3750</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "Bugs/Responses" page has been changed by veger:
http://wiki.ubuntu.com/Bugs/Responses?action=diff&amp;amp;rev1=349&amp;amp;rev2=350

  
  If the specific release has reached EOL per https://wiki.ubuntu.com/Releases and there is not enough information to work on the bug, then you can set to '''Incomplete''' and use the following response (Note RELEASE and DATE are placeholders):
  
- ||&amp;lt;tablestyle="background-color: #eee"&amp;gt;Thank you for reporting this bug to Ubuntu.  RELEASE reached EOL on DATE.&amp;lt;&amp;lt;BR&amp;gt;&amp;gt;Please see this document for currently supported Ubuntu releases:&amp;lt;&amp;lt;BR&amp;gt;&amp;gt;https://wiki.ubuntu.com/Releases &amp;lt;&amp;lt;BR&amp;gt;&amp;gt;&amp;lt;&amp;lt;BR&amp;gt;&amp;gt;I've tried recreating this bug with RELEASE and was unable to, given the information you've provided.  Please either a) upgrade and test or b) increase the verbosity of the steps to recreate it so we can try again.&amp;lt;&amp;lt;BR&amp;gt;&amp;gt;&amp;lt;&amp;lt;BR&amp;gt;&amp;gt;Please feel free to report any other bugs you may find.||
+ ||&amp;lt;tablestyle="b&lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-19T08:55:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3749">
    <title>apport: removing passwords from "modified.conffile..."</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3749</link>
    <description>&lt;pre&gt;Hi again,

I have another problem: How to remove passwords from apport-attachments 
which are automagically added?
I have searched for modified_conffile throughout the sources, but cannot 
find anything, except in test-scenarios...
In the file /etc/aiccu.conf and modified.conffile..etc.aiccu.conf.txt 
there are sensitive login-information:
 &amp;gt; username LxxxxxxE
 &amp;gt; password xxxxxxx
maybe even in comments :(

Lars

&lt;/pre&gt;</description>
    <dc:creator>Lars Duesing</dc:creator>
    <dc:date>2012-05-19T07:17:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3748">
    <title>apport: removing passwords from "modified.conffile..."</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3748</link>
    <description>&lt;pre&gt;Hi again,

I have another problem: How to remove passwords from apport-attachments 
which are automagically added?
I have searched for modified_conffile throughout the sources, but cannot 
find anything, except in test-scenarios...
In the file /etc/aiccu.conf and modified.conffile..etc.aiccu.conf.txt 
there are sensitive login-information:
 &amp;gt; username LxxxxxxE
 &amp;gt; password xxxxxxx
maybe even in comments :(

Lars

&lt;/pre&gt;</description>
    <dc:creator>Lars Duesing</dc:creator>
    <dc:date>2012-05-19T10:21:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3744">
    <title>[Ubuntu Wiki] Update of "DebuggerTalk_it" by fabiomarconi</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3744</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "DebuggerTalk_it" page has been changed by fabiomarconi:
http://wiki.ubuntu.com/DebuggerTalk_it?action=diff&amp;amp;rev1=1&amp;amp;rev2=2

  
  Nell'arena pratica, io posso mostrare come utilizzare per il debug un progetto GNU automake. Ad esempio, ci potrebbe essere un campo teorico su come strutturare la scrittura di un debugger. (There could be a theoretical area such as how to structure writing a debugger. (Quelli per ruby e Python sono interessanti qui).
  
- In passato, qualcuno mi chieset ''"cosa c'è di affascinante in un debugger?"'' Oppure un'osservazione fatta da un imprenditore fù "''Non ho mai usato un debugger, io '''scrivo''' codice''". As a systems administrator one is often confronted with lots of code that you didn't write. You suspect the code might not even be written all that well, but you are more sure that there isn't much in the way of documentation or comments in the code. And you've &lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-18T16:22:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3743">
    <title>Adding a package special log file to apport</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3743</link>
    <description>&lt;pre&gt;Hi all,
Is there any way to add a log file to apport on crash of a specific  
package?
I need /var/log/aiccu.log on crash of aiccu...

Thanks,
Lars

&lt;/pre&gt;</description>
    <dc:creator>Lars Düsing</dc:creator>
    <dc:date>2012-05-18T17:39:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3742">
    <title>[Ubuntu Wiki] Update of "DebuggerTalk_it" by fabiomarconi</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3742</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "DebuggerTalk_it" page has been changed by fabiomarconi:
http://wiki.ubuntu.com/DebuggerTalk_it

Comment:
Italian translation started

New page:
||&amp;lt;tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"&amp;gt;&amp;lt;&amp;lt;TableOfContents&amp;gt;&amp;gt;||

== Introduzione ==
Praticamente affronteremo una discussione sui debugger che ho scrittto o sui quali ho lavorato [[http://bashdb.sf.net|GNU bash]], [[http://bashdb.sf.net/remake|GNU make]], [[http://bashdb.sf.net/pydb|Python]],e [[http://rubyforge.org/projects/ruby-debug/|Ruby]]. Gli agomenti affrontati andranno dallo storico al pratico.

Nell'arena pratica, io posso mostrare come utilizzare per il debug un progetto GNU automake. Ad esempio, ci potrebbe essere un campo teorico su come strutturare la scrittura di un debugger. (There could be a theoretical area such as how to structure writing a debugger. (Quel&lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-18T15:40:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3741">
    <title>[Community Ubuntu Documentation] Update of "ReportingBugs" by penalvch</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3741</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Community Ubuntu Documentation" for change notification.

The "ReportingBugs" page has been changed by penalvch:
http://help.ubuntu.com/community/ReportingBugs?action=diff&amp;amp;rev1=174&amp;amp;rev2=175

Comment:
Added note about how do not apport-collect unless O.R. or asked == Adding Apport Debug Information to an Existing Launchpad Bug ==

  
  == Adding Apport Debug Information to an Existing Launchpad Bug ==
  
- If you have already reported a bug directly via Launchpad, but want to add additional debugging information via ''Apport'' to the bug report, you can do this by running the command `apport-collect bug_number` via "Run Application" or terminal window.
+ If you have already reported a bug directly via Launchpad, but want to add additional debugging information via ''Apport'' to the bug report, you can do this by running the command `apport-collect bug_number` via "Run Application" or terminal window. If you are not the original reporter,&lt;/pre&gt;</description>
    <dc:creator>Help Ubuntu</dc:creator>
    <dc:date>2012-05-18T05:56:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3740">
    <title>[Ubuntu Wiki] Update of "Bugs/Responses" by fabiomarconi</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3740</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "Bugs/Responses" page has been changed by fabiomarconi:
http://wiki.ubuntu.com/Bugs/Responses?action=diff&amp;amp;rev1=348&amp;amp;rev2=349

  
  Determining whether a bug report is actually a support request can be quite challenging, but if you decide the bug is a support request you can convert it to such by clicking "Convert to a question" at the top of the bug's web page. This will mark the bug as "Invalid", create a new question in the answer tracker and link it to the bug. In the comment dialog that you receive, post a comment to inform the reporter about your action, and advise them to use the support tracker for any future problems.
  
- ||&amp;lt;tablestyle="background-color: #eee"&amp;gt; Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in th&lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-17T10:33:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3735">
    <title>New message for Bug/Responses#Release_has_reached_EOL</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3735</link>
    <description>&lt;pre&gt;Hi,

I would like to propose this text as the default message for Bug/Responses#Release_has_reached_EOL:

Thank you for reporting this bug to Ubuntu. RELEASE reached EOL on DATE.
See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases 

I've tried recreating this bug with RELEASE and was unable to, given the information you've provided. Please either a) upgrade and test or b) increase the verbosity of the steps to recreate it so we can try again.

Do feel free to report any other bugs you may find.


I removed some 'please' words from the text, as I often do not include"I've tried recreating this bug with RELEASE and was unable to, given the information you've provided." because the issue is really too old or impossible to retry.
When removing that part, there are 3 sentences starting with 'Please' directly under each other in the current default message.

Any opinions about this proposed change? Is it too commanding/demanding without the 'Please' words?

Regards,
  Maarte&lt;/pre&gt;</description>
    <dc:creator>Maarten Bezemer</dc:creator>
    <dc:date>2012-05-17T09:57:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3732">
    <title>Core vs. Non-Core definitions</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3732</link>
    <description>&lt;pre&gt;Hiya, all.

This came up (during UDS) in a discussion I had with micahg on IRC, and
came up again today in #ubuntu-bugs with roadmr.  (NOTE: These are the
users' IRC nicks, I do not have their names readily available)

The definition of a bug's importance includes the difference between core
and non-core on this page here: https://wiki.ubuntu.com/Bugs/Importance


There is currently no clear definition of what core or non-core means.  At
every time I have run into a bug that needs its importance set, I've
avoided identifying whether a bug is related to a core or non-core program
(except for Universe and Multiverse package bugs), simply because there is
no clear-cut definition of what is or is not core.

This lack of a definition can sometimes make a recommendation for "medium"
actually end up as "low", and vice versa, based on core-vs-noncore.  This
makes determining importance that much more difficult.

Since this is a critical part of determining a bug's importance, we need
to, in my opinion, do one of the&lt;/pre&gt;</description>
    <dc:creator>Thomas Ward</dc:creator>
    <dc:date>2012-05-16T01:21:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3731">
    <title>[Ubuntu Wiki] Update of "LibreOfficeBugWrangling_it" by fabiomarconi</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3731</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "LibreOfficeBugWrangling_it" page has been changed by fabiomarconi:
http://wiki.ubuntu.com/LibreOfficeBugWrangling_it?action=diff&amp;amp;rev1=1&amp;amp;rev2=2

Comment:
Italian translation

   * Per cortesia non riportare più di un bug per ogni segnalazione.
   * Per cortesia evitare commenti sul tempo necessario alla riparazione, specialmente se non si sono seguiti i fondamentali passi di debugging in seguito descritti. Siate consapevoli che noi tutti vorremmo vedere i bug riparati immediatamente, ma purtroppo gli ostacoli maggiori si incontrano nella riproducibilità e chiarezza della segnalazione.
  
- = Debugging Procedure =
- == Document Issues ==
+ = Procedure per il debugging =
+ == Problemi con il documento ==
  
- === Bug importing a non-MS Office document ===
-   * If you are reporting about importing a non-MS Office document, please attach the document to the bug report before opening in LibreOffi&lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-15T09:24:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3730">
    <title>[Ubuntu Wiki] Update of "LibreOfficeBugWrangling_it" by fabiomarconi</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3730</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "LibreOfficeBugWrangling_it" page has been changed by fabiomarconi:
http://wiki.ubuntu.com/LibreOfficeBugWrangling_it?action=diff&amp;amp;rev1=2&amp;amp;rev2=3

Comment:
Italian translation done

   * Nei casi in cui solamente LibreOffice crasha ed il sistema rimane comunque funzionante, vi preghiamo di segnalare il bug utilizzando [[https://wiki.ubuntu.com/Apport_it|Apport]] assicurandosi di avere preventivamente installato i simboli di debug (libreoffice-dbg, uno-libs3-dbg, and ure-dbg). Inoltre, se il bug si verifica durante l'apertura di un particolare documento o la sua lavorazione, vi preghiamo di allegarlo alla segnalazione fornendo anche una dettagliata descrizione, click per click, su come riprodurre il crash.
   * Nei rari casi che anche seguendo la procedura sopraelencata Apport non si avvii, vi preghiamo di allegare alla segnalazione un backtrace, valgrind e strace seguendo le istruzioni in [[https&lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-15T11:04:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3729">
    <title>[Ubuntu Wiki] Update of "DebuggerTalk" by rocky-bernstein</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3729</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "DebuggerTalk" page has been changed by rocky-bernstein:
http://wiki.ubuntu.com/DebuggerTalk?action=diff&amp;amp;rev1=28&amp;amp;rev2=29

Comment:
Revice for more recent activity

  
  In the practical arena, I could show how to use to debug an GNU automake project. There could be a theoretical area such as how to structure writing a debugger. (The ones for Ruby and Python are interesting here.)
  
- In the past people have asked me in the past, ''"what's the fascination with the debugger thing?"'' Or another favorite remark from a contractor is "''I never use a debugger, I just '''write''' code''". As a systems administrator one is often confronted with lots of code that you didn't write. You suspect the code might not even be written all that well, but you are more sure that there isn't much in the way of documentation or comments in the code. And you've got a problem to solve. Here is where a debugger comes&lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-15T08:45:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3727">
    <title>fixing bugs</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3727</link>
    <description>&lt;pre&gt;Hi all, I would like to make Ubuntu better fixing bugs. Could you give
me some pages where I can find new bugs (quite easy, if possible), please?

Also I would like to know if http://harvest.ubuntu.com/ is active and up
to date.

Thanks in advance

&lt;/pre&gt;</description>
    <dc:creator>Alessandro Losavio</dc:creator>
    <dc:date>2012-05-13T17:53:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3724">
    <title>[Ubuntu Wiki] Update of "DebuggingScreenLocking/HowScreenLockingWorks" by aquaherd</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3724</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "DebuggingScreenLocking/HowScreenLockingWorks" page has been changed by aquaherd:
http://wiki.ubuntu.com/DebuggingScreenLocking/HowScreenLockingWorks?action=diff&amp;amp;rev1=12&amp;amp;rev2=13

Comment:
Details for xubuntu added

  
  (This section needs to be completed.)
  
- = XFCE (Xubuntu, Mythbuntu) =
+ = Xfce 4 (Xubuntu, Mythbuntu) =
  
- (This section needs to be completed.)
+ Screen locking is handled by the `xflock4` script that is a small command dispatcher to the following commands:
+  
+  * `xscreensaver-command` when found `xscreensaver` running
+  * `gnome-screensaver-command` when found `gnome-screensaver` running
+  * `slock` when available
+  * `xlock` when the above three options failed
+ 
+ First found from the above will be called with the appropriate parameters.
  
  ----
  CategoryBugSquad

&lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-13T09:21:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3723">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3723</link>
    <description>&lt;pre&gt;Hi

i ve got a problem with ubuntu recently

i can't open the ubutu library and i've got this ;message instead

 

E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/archive.canonical.com_dists_precise_partner_binary-i386_Packages, E:The package lists or status file could not be parsed or opened.

 

can someone explain how to do?

thank you

 

Maurice EXPOSITO
&lt;/pre&gt;</description>
    <dc:creator>Maurice EXPOSITO</dc:creator>
    <dc:date>2012-05-12T15:13:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3722">
    <title>[Bug #975197] Validity against 'linux'</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3722</link>
    <description>&lt;pre&gt;https://bugs.launchpad.net/ubuntu/+source/linux/+bug/975197

This bug was referenced on IRC in #ubuntu-bugs on freenode.

When I looked at this, it was marked 'confirmed' against the 'linux'
package.

I am not certain it is valid against the 'linux' package, as the package
does not necessarily have anything to directly deal with mounting at boot
time.

Should this be marked as 'Opinion' and then filed as a bug against whatever
controls samba mounting?

------
Thomas
LP ID: trekcaptainusa-tw
Ubuntu Member
BugSquad Member
&lt;/pre&gt;</description>
    <dc:creator>Thomas Ward</dc:creator>
    <dc:date>2012-05-13T16:11:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3720">
    <title>Just joined: Advice before I start making changes?‏</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3720</link>
    <description>&lt;pre&gt;
Hello all,

I would like to help out working with Ubuntu bugs, and I just joined.  Is there a meeting time or other event in the near future for me to sync up with someone on IRC or other live chat to guide me through working on simple tasks for the team?

As some background, I am a Masters student with specialization in systems and machine intelligence (a.k.a. "AI"). Despite my "specialization", I try to keep my skills up in low-level programming (assembly, C not plus plus, Java, electronics) like I am now to not cripple my job seeking potential.
I have been working with Linux on my home, workstation, and small fileservers since Debian "Sarge" / Ubuntu Dapper. I want to help with Ubuntu development to learn and pad my CV. Note my only experience with Linux is as a USER - my closest to development I've gotten so far is compiling my own kernel for video drivers a few years back. However, I have co-op work experience in both "sides" of bugs - 4+8 months as a tester creating test cases and filing bugs, 4 month&lt;/pre&gt;</description>
    <dc:creator>Patrick Santos</dc:creator>
    <dc:date>2012-05-10T20:17:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3716">
    <title>[Ubuntu Wiki] Update of "LibreOfficeBugWrangling_it" by fabiomarconi</title>
    <link>http://comments.gmane.org/gmane.linux.ubuntu.bugsquad/3716</link>
    <description>&lt;pre&gt;Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.

The "LibreOfficeBugWrangling_it" page has been changed by fabiomarconi:
http://wiki.ubuntu.com/LibreOfficeBugWrangling_it

Comment:
Italian translation

New page:
&amp;lt;&amp;lt;Include(Debugging/Header)&amp;gt;&amp;gt;
||&amp;lt;tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-image: url('https://librarian.launchpad.net/1812570/bugsquad.png'); background-repeat: no-repeat; background-position:  98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;"&amp;gt;'''Contents'''&amp;lt;&amp;lt;BR&amp;gt;&amp;gt;&amp;lt;&amp;lt;TableOfContents&amp;gt;&amp;gt;||

= Come fare una segnalazione =

 * Vi preghiamo di non segnalare bug inerenti LibreOffice senza avere prima letto questa pagina ed avere eseguito le necessarie azioni riportate in seguito. La mancata inosservanza causerà ritardi nell'indirizzamento della vostra segnalazione.
 * Vi preghiamo di segnalare tutti i vostri bug in LibreOffice eseguendo nel terminale: &amp;lt;&amp;lt;BR&amp;gt;&amp;gt; {{{ubuntu-bug &amp;lt;PACCHETTO&amp;gt;}}} &amp;lt;&amp;lt;BR&amp;gt;&amp;gt; &amp;lt;&amp;lt;BR&amp;gt;&amp;gt; dov&lt;/pre&gt;</description>
    <dc:creator>Ubuntu Wiki</dc:creator>
    <dc:date>2012-05-09T19:52:28</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.ubuntu.bugsquad">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.ubuntu.bugsquad</link>
  </textinput>
</rdf:RDF>

