Re: [ubuntu-art] Pictograms

2011-03-01 Thread rAX
Hello Vishnoo,

Sorry for the late reply, I was Having problems the my ISP.

Thanks for the additional information, I already made some of them while I
was offline.

As for sending the sketches to Marcus Haslam, I don't have his email
address, feel free to forward the message to him if you have his address.


Additionally, I would love to see a list of missing pictograms.
Thank you.




-- 
*deviantART*: http://0rAX0.deviantart.com
attachment: Preview.svg-- 
ubuntu-art mailing list
ubuntu-art@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-art


Re: [ubuntu-art] Pictograms

2011-03-01 Thread rAX
Yes, I saw that they exist, I just wanted to make versions that made sense
to me, for instance, the official 'upgrade' icon does look more like
'refresh'.

Thanks.


-- 
*deviantART*: http://0rAX0.deviantart.com
-- 
ubuntu-art mailing list
ubuntu-art@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-art


Re: rfc: permissions on package branches

2011-03-01 Thread Martin Pool
On 18 February 2011 17:27, Robert Collins robe...@robertcollins.net wrote:
 On Fri, Feb 18, 2011 at 6:30 PM, Martin Pool m...@canonical.com wrote:
 On 18 February 2011 16:27, Robert Collins robe...@robertcollins.net wrote:
 What about 3 - have no owner at all: there is a unique path for each
 package branch, so we could just use that, and only that, for the
 branch path for official package branches.

 That's fine with me.  It seemed like it might be harder to implement
 inside Launchpad?  We can either go there directly, or actually do 1
 (celebrity owner) but make it look like 3.

 We probably want an owner in the same sense that a team has an owner:
 someone that has administrative privilege over the thing but no direct
 access to the content of the thing. (For instance, the owner of a team
 can set an administrator, but can't join the teams mailing list).
 [modulo bugs :P]. I'd make *that* owner for these branches the owner
 of the distro series the branch is for, not a celebrity.

 Making package upload rights supercede 'owners' rights should be very
 straight forward.
 The nominal owner - the distro series owner - would
 provide a regular namespace today, and it should be pretty straight
 forward to coerce the official package branches into just having their
 official namespace as default.

(In passing, there doesn't seem to be any way on
https://launchpad.net/ubuntu/maverick to see who the owner is, but
the api tells me it is ~techboard. http://pad.lv/727632)

OK, so it seems like this doesn't _necessarily_ require any changes to
Launchpad: only the distro series owner (ie ~techboard) can mark a
branch as official.  They could simply refrain from doing that except
on branches they own themselves, in which case only ~techboard plus
the package uploaders would have access to it.

However, there is a bit of a trap there that they might not realize
the security implications of making a branch owned by someone else be
official.

From the thread so far, it seems like the simplest thing might be to
allow branches to only be made official when they are also directly
owned by the distro series owner?

Martin

-- 
ubuntu-distributed-devel mailing list
ubuntu-distributed-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-distributed-devel


[ubuntu-in] USB Mobile Broadband Service

2011-03-01 Thread Kaushal Shriyan
Hi

How do we address the issues of making it work the latest chipset provided
by the Service Provider to make it work on Ubuntu Desktops. I mean whenever
there is a new USB Mobile Broadband Service chipset available in Market how
do we make them work in Ubuntu. Do i need to update my Desktop to the latest
release every time ?

For example : I use Tata Photon + with EC1260 chipset which works in Ubuntu
10.10 but when i try to use the latest Tata Photon + with EC152 chipset it
does not work out of the box.

Please suggest/guide further.

Thanks

Kaushal
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] USB Mobile Broadband Service

2011-03-01 Thread Ramnarayan.K
On Tue, Mar 1, 2011 at 7:21 PM, Kaushal Shriyan
kaushalshri...@gmail.com wrote:

 Hi

 How do we address the issues of making it work the latest chipset provided by 
 the Service Provider to make it work on Ubuntu Desktops. I mean whenever 
 there is a new USB Mobile Broadband Service chipset available in Market how 
 do we make them work in Ubuntu. Do i need to update my Desktop to the latest 
 release every time ?

 For example : I use Tata Photon + with EC1260 chipset which works in Ubuntu 
 10.10 but when i try to use the latest Tata Photon + with EC152 chipset it 
 does not work out of the box.

 Please suggest/guide further.

usually the problem with USB devices is that they don't get recognized
by Ubuntu (linux) and one needs to tll Ubuntu to recognize the device
and correlate it to a particular port and once that happens the next
step is for Ubuntu to load the driver (the drivers are usually built
onto the device) and then it gets to work.

The process i normally follow for a new device is
1. plug in the device and in a command line run dmesg
-$ dmesg  - c

if the device is recognized it will usually have an output (last few
lines) some like gsm device recognised and attached to ttyusb0 or
ttyusb1 etc

if this happens your device should work

if it does not then one has to find out the device product  id and vendor id


for this
run (in a terminal)
lsusb

see if you can identify the device -
some like
Bus 004 Device 004: ID 19d2:fffe ONDA Communication S.p.A.

**
if you can identify the device then just get that data but running
lsusb -v - s bus number

leave out the   when typing the bus number (some thing like 001 or 004 etc)

**
if not then run lsusb -v  which will give the details of all usb devices

then browse through the entire list and find what is relevant to your data card.

mine looks something like this
Bus 004 Device 004: ID 19d2:fffe ONDA Communication S.p.A.
Device Descriptor:
 snipped
  idVendor   0x19d2 ONDA Communication S.p.A.
  idProduct  0xfffe
  bcdDevice    0.00
  iManufacturer   1 ZTE, Incorporated
  iProduct    2 ZTE CDMA Tech
  iSerial 0

here the vendor and product id is given note this detail down

**
If the device is not recognized at all then some of the technical
heavies will need to weigh in.

**
However if you can get the vendor and product id the next stage is to
install wvdial

sudo apt-get install wvdial

If no internet works on your machine - then you can ask some one to
download then and provide you the necessary file (like via apton or
something)

**
The next few steps are to try and load the driver (make sure the
device is plugged in)

run
$ sudo modprobe usbserial vendor=0x19d2 product=0xfffd

replace the vendor and product id with your specific ones

you could also  mknod's (it might already be there but making it again
won't do anything atleast the first time)

-$ mknod /dev/ttyUSB0 c 188 0
-$ mknod /dev/ttyUSB1 c 188 1

**
after all this run dmesg -c and see if your device is attached (as in
the attached to ttysub0 etc)

if this is the case all you need now to make it connect to the internet

for this we will use wvdial (you can later on figure out gnome-ppp
etc) but wvdial is simple and effective and a sureshot way to know
your device works (till and Ubuntu (linux) version gets it to work
directly

run sudo gedit /etc/wvdial.conf

this will open a file called wvdial.conf for editing. It may already
have some contents - copy that over with the following lines

**
[Modem0]
Modem = /dev/ttyUSB0
Baud = 230400
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
FlowControl = Hardware (CRTSCTS)
Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
Modem Type = Analog Modem
New PPPD = yes
Idle Seconds = 90
Auto Reconnect = off

[Dialer any name]
Modem = /dev/ttyUSB0
Phone = #777
Stupid Mode = 1
Username = username
Password = password

**
replace the words / numbers in   with your specific details

**
once this is done

open a terminal and type

sudo wvdial any name

this should show up some details about connecting and the an ip
address and some dns address will show up which means the internet is
connected

to disconnect press control c in the terminal.

If this works - then next time all you need to do is make a launcher
and that should be a one click button to start your internet

however - if there is a problem of your Ubuntu not recognizing the
device every time then the only step you need to repeat - (only once
everytime you start up)

is the modprobe line

**
I know this looks like a lot of work and a lot of command line,
however this is a pretty much sure shot way and once it works it quite
nice.

happy browsing
ram

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] USB Mobile Broadband Service

2011-03-01 Thread Ramnarayan.K
On Tue, Mar 1, 2011 at 7:21 PM, Kaushal Shriyan
kaushalshri...@gmail.com wrote:

 For example : I use Tata Photon + with EC1260 chipset which works in Ubuntu
 10.10 but when i try to use the latest Tata Photon + with EC152 chipset it
 does not work out of the box.

 Please suggest/guide further.

before my solution also try google ;-)

ram

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] USB Mobile Broadband Service

2011-03-01 Thread stereotactic

Great explaination Ram. Keep up the good work and a big thanks.

--
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] USB Mobile Broadband Service

2011-03-01 Thread Ramnarayan.K
On Tue, Mar 1, 2011 at 10:38 PM, Nitesh Mistry mail...@mistrynitesh.net wrote:
 Simply awesome. Think of wikifying it?

thank you

unfortunately my moments of helpful endeavor end at writing the email
and in spite of encouragement i usually find something else to do and
never get around to documenting it properly.

However apologies for some horrible grammar and spelling.
 and i will try and wikify it or something :-)

ram


 On Tue, Mar 01, 2011 at 08:23:47PM +0530, Ramnarayan.K wrote:
 On Tue, Mar 1, 2011 at 7:21 PM, Kaushal Shriyan
 kaushalshri...@gmail.com wrote:
 
  Hi
 
  How do we address the issues of making it work the latest chipset provided 
  by the Service Provider to make it work on Ubuntu Desktops. I mean 
  whenever there is a new USB Mobile Broadband Service chipset available in 
  Market how do we make them work in Ubuntu. Do i need to update my Desktop 
  to the latest release every time ?
 
  For example : I use Tata Photon + with EC1260 chipset which works in 
  Ubuntu 10.10 but when i try to use the latest Tata Photon + with EC152 
  chipset it does not work out of the box.
 
  Please suggest/guide further.

 usually the problem with USB devices is that they don't get recognized
 by Ubuntu (linux) and one needs to tll Ubuntu to recognize the device
 and correlate it to a particular port and once that happens the next
 step is for Ubuntu to load the driver (the drivers are usually built
 onto the device) and then it gets to work.

 The process i normally follow for a new device is
 1. plug in the device and in a command line run dmesg
 -$ dmesg  - c

 if the device is recognized it will usually have an output (last few
 lines) some like gsm device recognised and attached to ttyusb0 or
 ttyusb1 etc

 if this happens your device should work

 if it does not then one has to find out the device product  id and vendor id


 for this
 run (in a terminal)
 lsusb

 see if you can identify the device -
 some like
 Bus 004 Device 004: ID 19d2:fffe ONDA Communication S.p.A.

 **
 if you can identify the device then just get that data but running
 lsusb -v - s bus number

 leave out the   when typing the bus number (some thing like 001 or 004 etc)

 **
 if not then run lsusb -v  which will give the details of all usb devices

 then browse through the entire list and find what is relevant to your data 
 card.

 mine looks something like this
 Bus 004 Device 004: ID 19d2:fffe ONDA Communication S.p.A.
 Device Descriptor:
  snipped
   idVendor   0x19d2 ONDA Communication S.p.A.
   idProduct  0xfffe
   bcdDevice    0.00
   iManufacturer   1 ZTE, Incorporated
   iProduct    2 ZTE CDMA Tech
   iSerial 0

 here the vendor and product id is given note this detail down

 **
 If the device is not recognized at all then some of the technical
 heavies will need to weigh in.

 **
 However if you can get the vendor and product id the next stage is to
 install wvdial

 sudo apt-get install wvdial

 If no internet works on your machine - then you can ask some one to
 download then and provide you the necessary file (like via apton or
 something)

 **
 The next few steps are to try and load the driver (make sure the
 device is plugged in)

 run
 $ sudo modprobe usbserial vendor=0x19d2 product=0xfffd

 replace the vendor and product id with your specific ones

 you could also  mknod's (it might already be there but making it again
 won't do anything atleast the first time)

 -$ mknod /dev/ttyUSB0 c 188 0
 -$ mknod /dev/ttyUSB1 c 188 1

 **
 after all this run dmesg -c and see if your device is attached (as in
 the attached to ttysub0 etc)

 if this is the case all you need now to make it connect to the internet

 for this we will use wvdial (you can later on figure out gnome-ppp
 etc) but wvdial is simple and effective and a sureshot way to know
 your device works (till and Ubuntu (linux) version gets it to work
 directly

 run sudo gedit /etc/wvdial.conf

 this will open a file called wvdial.conf for editing. It may already
 have some contents - copy that over with the following lines

 **
 [Modem0]
 Modem = /dev/ttyUSB0
 Baud = 230400
 SetVolume = 0
 Dial Command = ATDT
 Init1 = ATZ
 FlowControl = Hardware (CRTSCTS)
 Init2 = ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
 Modem Type = Analog Modem
 New PPPD = yes
 Idle Seconds = 90
 Auto Reconnect = off

 [Dialer any name]
 Modem = /dev/ttyUSB0
 Phone = #777
 Stupid Mode = 1
 Username = username
 Password = password

 **
 replace the words / numbers in   with your specific details

 **
 once this is done

 open a terminal and type

 sudo wvdial any name

 this should show up some details about connecting and the an ip
 address and some dns address will show up which means the internet is
 connected

 to disconnect press control c in the terminal.

 If this works - then next time all you need to do is make a launcher
 and that should be a one click button to start your internet

 however - if there is a problem of your 

Re: [ubuntu-in] USB Mobile Broadband Service

2011-03-01 Thread Ramnarayan.K
On Tue, Mar 1, 2011 at 11:01 PM, Kaushal Shriyan
kaushalshri...@gmail.com wrote:
 Hi Ram

 Its not lsusb -v - s bus number


 Bus 005 Device 003: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260
 Wireless Data Modem HSD USB Card
 Device Descriptor:
snipped
   idVendor   0x12d1 Huawei Technologies Co., Ltd.
   idProduct  0x140b EC1260 Wireless Data Modem HSD USB Card
   iManufacturer   1 HUA�WEI TECHNOLOGIES
   iProduct    2 HUAWEI Mobile
   iSerial 4 ���
snipped
**
seems ok
the relevant data is - HUAWEI Mobile
idVendor   0x12d1
idProduct  0x140b

**
what does your dmesg -c say

ram
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Ubuntu Global Jam on 1-3 April

2011-03-01 Thread Nitesh Mistry
Hello all,

As many of you might have already heard/read about [0], Ubuntu Global Jam
(UGJ) [1] will be held from 1st to 3rd of April this year for Natty
release cycle.

UGJ is a global event (as the name suggests) where all the local
communities (LoCos) around the world participate to make Ubuntu better.
There are many ways to get involved as mentioned on the wiki page [1].

Though it is preferable to have this event organised in person, it is also
possible to conduct this event on irc. Considering that organising such
event in person on a pan-India level might be too cumbersome, I suggest we
have a irc event this time. If there are enough people (read 3 or more)
willing to gather in a particular city, they can also conduct an in-person
event in parallel.

For the irc event I suggest we gather at #ubuntu-in channel where more
experienced among us can make themselves available in guiding others to
triage bugs, documentation, translations, testing, etc.

The intention of this mail is to invite suggestions in planning UGJ India
event.

In short, lets rock together and make this Indian community shine globally.
:)

[0] http://www.jonobacon.org/2011/02/15/ubuntu-global-jam-call-for-events/
[1] https://wiki.ubuntu.com/UbuntuGlobalJam


-- 
Regards,
Nitesh Mistry | www.mistrynitesh.com
PGP key id: A6FEF696 | 'geekosopher' on freenode irc


pgpd4EybtSfaU.pgp
Description: PGP signature
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Reminder - Next LoCo meeting on Friday 4th March at 9.00 pm IST

2011-03-01 Thread Nitesh Mistry
Hello all,

Just a reminder that we are going to have our next monthly Indian LoCo
meeting on Friday, 4th March at 9.00 pm IST. Anyone and everyone is welcome
to attend. Meeting will be held online on #ubuntu-in channel at
irc.freenode.net

Feel free to add your topics to the agenda.

Agenda: https://wiki.ubuntu.com/IndianTeam/Meetings/20110304/Agenda
Past meeting minutes: https://wiki.ubuntu.com/IndianTeam/Meetings/20110204


-- 
Regards,
Nitesh Mistry | www.mistrynitesh.com
PGP key id: A6FEF696 | 'geekosopher' on freenode irc


pgpEAYzaqQEvV.pgp
Description: PGP signature
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [Ubuntu-QC] ubuntu-ly

2011-03-01 Thread Fabián Rodríguez
On 02/28/2011 11:39 PM, David Tremblay wrote:
 Faire un message n'est pas très difficile mais qui va l'écrire ?

 ça va être difficile de les rejoindre, ils n'ont pas de liste de
 diffusion active https://wiki.ubuntu.com/LibyaTeam

 y a un groupe sur facebook pour LUG

 http://www.facebook.com/group.php?gid=142024239168165

 Sinon ma petite recherche n'a pas sorti grand chose pour l'instant
Idem pour moi, sur Twitter et sur les forums aucun signe d'activité
récente, en tout cas pas en rapport aux événements qu'on connaît.
Personellement je préfère ne pas poster de message sur leurs ressources,
si qq'un réponds ça pourrait même leur causer des problèmes.

De manière plus large, je crois qu'il y a d'autre manières de manifester
l'appui/rejet de toute cause sans passer par Ubuntu Québec (étant donné,
en plus, son statut informel). Pour des questions politiques et
d'actualité, ça devient rapidement délicat et le contexte ne me semble
pas approprié (contrairement, par exemple aux poursuites intentées au
Québec par SFL). Je fais appel à votre jugement, *personellement*, je ne
peux pas appuyer un message quelconque à ce sujet.

Si quelqu'un veut proposer qq chose de plus large, il y a plusieurs
mécanismes dans la communauté Ubuntu, dont le Community Council:
https://wiki.ubuntu.com/CommunityCouncil

Surtout, dans vos communications évitez de porter à confusion, ne vous
présentez pas comme un représentant de toute la communauté.

Bonne journée,

Fabian

--
Fabián Rodríguez
http://wiki.ubuntu.com/MagicFab


-- 
Ubuntu-quebec mailing list
Ubuntu-quebec@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec


Re: [Ubuntu-QC] RAPPEL: Linux-Meetup de la ville de Quebec (1 mars 2011)

2011-03-01 Thread SIAQ
J'y seraimême si je suis qu'un simple utilisateur.ahahahahahha

Laurier
  - Original Message - 
  From: Martial Bigras 
  To: annon...@linuq.org 
  Cc: ubuntu-quebec@lists.ubuntu.com 
  Sent: Sunday, February 27, 2011 11:47 PM
  Subject: [Ubuntu-QC] RAPPEL: Linux-Meetup de la ville de Quebec (1 mars 2011)


  Bonjour à tous,


  Vous avez pensé venir au Linux-Meetup, mais les rencontres que nous faisions 
dans le Nouvo St-Roch était trop loin pour vous ?


  Pas de problème, cette année, les Linux-Meetup se feront maintenant à 
différents endroits de la région de Québec afin de se rapprocher des gens qui 
ne pouvaient pas venir.


  Ainsi, ce mois-ci, la rencontre se fera dans l'ouest de la ville dans une 
salle fermée du Pacini Quatre-Bourgeois ( 
http://www.pacini.ca/restaurants/bourgeois ) de 17:30 à 21:30 (vous pouvez même 
souper sur place avec nous). Les discussions de groupe commenceront vers 19:00.


  Le lieu de la prochaine rencontre se fera en fonction de la demande. Vous 
voulez avoir un bon Linux-Meetup organisé dans votre coin, écrivez-moi !


  Nous invitons tous les amateurs de logiciels libres (peu importe la 
plate-forme) à venir discuter. C'est vraiment une excellente occasion de 
socialiser et de faire connaissance avec les autres qui partagent les mêmes 
intérêts.


  Les Linux-Meetup se déroulent simultanément à travers le monde à tous les 
premiers mardis du mois dont dans plusieurs régions du Québec (voir 
http://www.GULQuebec.org/).


  La rencontre est gratuite et ouverte à tous (de débutants à experts) et 
rassemble des gens de diverses professions: gestionnaires, professeurs, 
administrateurs de systèmes, ingénieurs, programmeurs, retraités, étudiants, 
etc...


  Vous pouvez confirmer votre présence de deux façons:
  * sur Facebook: http://www.facebook.com/event.php?eid=191771544189319
  * ou envoyez-moi un courriel


  N.B.: Nous invitons les gens à faire du co-voiturage afin venir nombreux à la 
rencontre. Utilisez la page de l'activité sur Facebook pour indiquer si vous 
avez besoin d'un lift.




  Bienvenue à tous !


  Martial Bigras ing.
  Savoir-Faire Linux
  Directeur de la formation et du soutien technique
  275, rue du Parvis, bureau 310
  Québec, (Québec), G1K 6G7
  1-877-SFLinuxx151 (cell.: 418-264-1298)
  Certifié ISO 9001:2008




--


  -- 
  Ubuntu-quebec mailing list
  Ubuntu-quebec@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec



--



  Ce message entrant est certifié sans virus connu.
  Analyse effectuée par AVG - www.avg.fr 
  Version: 9.0.872 / Base de données virale: 271.1.1/3471 - Date: 02/27/11 
02:34:00
-- 
Ubuntu-quebec mailing list
Ubuntu-quebec@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec


Re: [Ubuntu-QC] ubuntu-ly

2011-03-01 Thread Michael Faille
J'y ait repenssé et j'aurais pu être plus sympathique.

 Votre interet est honorable.

 -
Je ne saisi pas linteret pour une communaute ubuntu-quebec.


Je vous offre toutes mes excuses Maurice.

A+
---
Michael Faille
Étudiant au baccalauréat en génie des technologies de l'information
Université du Québec - École de technologie supérieure, Montréal (Québec)
Responsable TI du club étudiant CAPRA



2011/3/1 Fabián Rodríguez magic...@ubuntu.com


 On 02/28/2011 11:39 PM, David Tremblay wrote:
  Faire un message n'est pas très difficile mais qui va l'écrire ?
 
  ça va être difficile de les rejoindre, ils n'ont pas de liste de
  diffusion active https://wiki.ubuntu.com/LibyaTeam
 
  y a un groupe sur facebook pour LUG
 
  http://www.facebook.com/group.php?gid=142024239168165
 
  Sinon ma petite recherche n'a pas sorti grand chose pour l'instant

 Idem pour moi, sur Twitter et sur les forums aucun signe d'activité
 récente, en tout cas pas en rapport aux événements qu'on connaît.
 Personellement je préfère ne pas poster de message sur leurs ressources,
 si qq'un réponds ça pourrait même leur causer des problèmes.

 De manière plus large, je crois qu'il y a d'autre manières de manifester
 l'appui/rejet de toute cause sans passer par Ubuntu Québec (étant donné,
 en plus, son statut informel). Pour des questions politiques et
 d'actualité, ça devient rapidement délicat et le contexte ne me semble
 pas approprié (contrairement, par exemple aux poursuites intentées au
 Québec par SFL). Je fais appel à votre jugement, *personellement*, je ne
 peux pas appuyer un message quelconque à ce sujet.

 Si quelqu'un veut proposer qq chose de plus large, il y a plusieurs
 mécanismes dans la communauté Ubuntu, dont le Community Council:
 https://wiki.ubuntu.com/CommunityCouncil

 Surtout, dans vos communications évitez de porter à confusion, ne vous
 présentez pas comme un représentant de toute la communauté.

 Bonne journée,

 Fabian

 --
 Fabián Rodríguez
 http://wiki.ubuntu.com/MagicFab


 --


 Ubuntu-quebec mailing list
Ubuntu-quebec@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec
-- 
Ubuntu-quebec mailing list
Ubuntu-quebec@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec


Re: [Ubuntu-QC] LibreOffice 3.3.1 est disponible

2011-03-01 Thread Gérard Talbot

Le Lun 28 février 2011 21:01, David Tremblay a écrit :
 Salut,

 Je veux pas avoir l'air d'un emmerdeur mais il y a quelque chose qui
 me chicote dans cette discussion

 La page en référence est dans le wiki d'ubuntu, ça veut dire que
 quiconque peut la modifier si on possède un compte sur
 openid/launchpad.

David,

J'ignorais que quiconque peut modifier cette page.
[Addendum: on peut modifier le contenu mais, à ce que je sache, pas les
feuilles de style, pas les déclarations CSS, quiconque ne peut pas enlever
les ancres vides ou ajouter une image ou éditer le CMS, etc. Je ne vois
pas comment en tout cas.]

J'avais en tête une façon bien précise de corriger l'erreur (une erreur de
présentation de l'information) que je voyais et je l'ai décrite
sommairement.

Après avoir examiné le code source (codage HTML et CSS), je vois bien que
c'est risqué. Cette page wiki a beaucoup problèmes de codage, y compris
des problèmes d'accessibilité.




 Fabian est pas obligé de vérifier toute la doc


Je n'ai pas dit ni suggéré que Fabian se doit de vérifier toute la doc.


 et de faire
 l'intégration des commentaires obtenus sur une liste de discussion

S'il en est l'auteur original et que ce commentaire est valable, utile et
pertinent, alors pourquoi pas?


 mes deux cennes

Moi je pense que le problème no 1 avec ces pages de documentation, c'est
qu'elles visent à s'adresser tant aux utilisateurs de Ubuntu qu'à ceux de
Kubuntu. Je verrais d'un bon oeil une démarcation claire et nette de
toutes les pages de documentation.

P.e.
https://wiki.kubuntu.com/
n'existe pas.

Gérard Talbot


 Le 27 février 2011 16:13, Martin Gamache martin.gama...@gmail.com a
 écrit :
 Personnellement, j'avais compris, mais bon, effectivement la
 disposition  du
 texte pour KDE prête un peu confusion.  Par contre, il me semble qu'il
 suffirait d'ajouter une ou deux tabulations avant Si vous utilisez
 Kubuntu...  pour bien faire comprendre que c'est subordonné au point 2.

 Mes deux cennes

 On Sun, 2011-02-27 at 14:34 -0500, Gérard Talbot wrote:

 Le Sam 26 février 2011 11:31, Fabián Rodríguez a écrit :

 Bonjour,

 Je rappelle que pour Ubuntu des instructions sont disponibles ici:
 https://wiki.ubuntu.com/LibreOffice/fr


 Fabián,

 J'ai été sur https://wiki.ubuntu.com/LibreOffice/fr , j'ai lu les
 instructions et .. ça n'a pas réussi :)

 Voici ce qui est écrit
 https://wiki.ubuntu.com/LibreOffice/fr#Installation%20compl%C3%A8te

 {
 Pour installer LibreOffice au grand complet procédez comme suit:

1.

   Installez le meta-package LibreOffice avec cette commande: sudo
 apt-get install libreoffice
2. Complétez l'installation en ajoutant l'intégration de bureau
 Ubuntu
 (Gnome):

   sudo apt-get install libreoffice-gnome

 Si vous utilisez Kubuntu (KDE) utilisez plutôt cette commande:

 *

   sudo apt-get install libreoffice-kde
 }


 Mais, dans mon esprit, je n'avais qu'à faire
 sudo apt-get install libreoffice-kde
 alors que je devais faire *aussi* (et d'abord)
 sudo apt-get install libreoffice

 Le problème c'est qu'avec cette présentation de l'information,
 l'information des étapes à effectuer peut prêter à confusion. Ça a été
 mon
 cas.

 Moi, je proposerais à Canonical de toujours faire usage des icônes
 caractéristiques de Ubuntu et Kubuntu ou même d'en faire avec les
 numéros
 de versions.

 Et ensuite de faire des encadrés, des blocs. Sur le plan repérage
 visuel,
 modulariser en blocs distincts est reconnu comme étant (présentation de
 l'information) très efficace et moins source de confusion. C'est aussi
 une
 technique bien répandu en publicité graphique.

 salutations amicales et linuxiennes de Montréal, Gérard
 --
 Internet Explorer 9 bugs: 198 bugs so far
 http://the-dees.webs.com/iepp1/
 Internet Explorer 8 bugs: 64 bugs so far
 http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/
 Internet Explorer 7 bugs: 188 bugs so far
 http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/
 Contributions to the CSS 2.1 test suite
 http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
 Guide d'utilisateur de KompoZer
 http://www.gtalbot.org/NvuSection/GuideUtilisateurNvu/GuideNvuSection1.html



 --
 Ubuntu-quebec mailing list
 Ubuntu-quebec@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec





 --
 David Tremblay

 mob: 418-208-3631
 jabber: ict4ngo
 skype : ict4ngo

 --
 Ubuntu-quebec mailing list
 Ubuntu-quebec@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec



-- 
Internet Explorer 9 bugs: 198 bugs so far
http://the-dees.webs.com/iepp1/
Internet Explorer 8 bugs: 64 bugs so far
http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/
Internet Explorer 7 bugs: 188 bugs so far
http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/
Contributions to the CSS 2.1 test suite
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
Guide d'utilisateur de KompoZer
http://www.gtalbot.org/NvuSection/GuideUtilisateurNvu/GuideNvuSection1.html


-- 
Ubuntu-quebec mailing list

Re: [Ubuntu-QC] Liste de matériel certifié

2011-03-01 Thread LeDucDuBleuet

Bonsoir Yannick!

Je me permets de te référer à une petite discussion sur le sujet 
dernièrement sur la liste:


http://ubuntu-qc.124361.n3.nabble.com/Liste-des-composantes-PC-compatibles-Ubuntu-td2470304.html

Dans l'état actuel des choses, je suis d'avis que 
http://doc.ubuntu-fr.org/materiel est un bien meilleur point de départ 
dans la plupart des cas pour de l'info en français et spécifique à Ubuntu.


Vite de même, c'est ce que je peux te partager!

Bonne radio demain!

Eric

Le 2011-03-01 21:03, Yannick Pavard a écrit :

Allo,

Vous en pensez quoi de cette page 
http://www.ubuntu.com/certification/catalog/ qui rassemble du matériel 
certifié par Ubuntu ?


Parce que je compte en parler demain à la radio.. mais je ne trouve 
pas que c'est une si bonne idée que cela, car il ne semble pas que 
l'on puisse ajouter d'autres références. Je crois que des wikis 
existent et offre un aspect plus collaboratif, dans ce cas là pourquoi 
Ubuntu sortirait sa propre liste ?


Merci de m'éclairer que je n’ai pas l'air idiot en ondes ;)



--
Ubuntu-quebec mailing list
Ubuntu-quebec@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec


Re: [Ubuntu-QC] Liste de matériel certifié

2011-03-01 Thread Gilbert Dion
On en a parlé également ici:

http://linuxatomic.wordpress.com/2011/02/13/canonical-publie-un-catalogue-de-composants-materiels-pret-pour-ubuntu/
*Gilbert*


Le 1 mars 2011 21:03, Yannick Pavard yannick.pav...@lavoixdulibre.info a
écrit :

 Allo,

 Vous en pensez quoi de cette page
 http://www.ubuntu.com/certification/catalog/ qui rassemble du matériel
 certifié par Ubuntu ?

 Parce que je compte en parler demain à la radio.. mais je ne trouve pas que
 c'est une si bonne idée que cela, car il ne semble pas que l'on puisse
 ajouter d'autres références. Je crois que des wikis existent et offre un
 aspect plus collaboratif, dans ce cas là pourquoi Ubuntu sortirait sa propre
 liste ?

 Merci de m'éclairer que je n’ai pas l'air idiot en ondes ;)

 --
 Yannick Pavard / Collectif La voix du libre
 Émission de radio sur les logiciels libres
 http://www.lavoixdulibre.info/


 --
 Ubuntu-quebec mailing list
 Ubuntu-quebec@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec

-- 
Ubuntu-quebec mailing list
Ubuntu-quebec@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec


Re: [Ubuntu-QC] Liste de matériel certifié

2011-03-01 Thread Mathieu Trudel-Lapierre
2011/3/1 Yannick Pavard yannick.pav...@lavoixdulibre.info:
 Allo,

 Vous en pensez quoi de cette page
 http://www.ubuntu.com/certification/catalog/ qui rassemble du matériel
 certifié par Ubuntu ?


Bonjour Yannick,

Il s'agit d'une liste de matériel vérifié commercialement par les
manufacturiers et Canonical, voilà pourquoi on ne peut y ajouter des
entrées. La liste de matériel a une certaine influence sur le support
technique fourni pour l'équipement certifié, Canonical fournit du
support logiciel pour ce matériel (e.g. la webcam intégrée est
certifiée mais marche pas on peut appeler le support).

Il faut aussi faire bien attention aux notes et aux mentions
Pre-installed only, ca peut vouloir dire que le système en question
n'est pas complètement fonctionnel avec les images Ubuntu standard
sans y faire des modifications.

Aussi, je déconseille d'essayer de vérifier pièce par pièce chaque
composant d'un système que vous voudriez acheter en magasin. On risque
d'y trouver des pièces certifiées mais seulement dans le cadre d'une
intégration dans une machine bien précise (e.g. le micrologiciel est
important, tout comme le bus sur lequel le composant est branché, la
version du BIOS, etc.) Ca, c'est sans compter que les noms des pièces
peuvent être sensiblement différents des noms marketing ou plus
communs qu'on peut voir dans des descriptions de systèmes. Pour plus
de certitude, il faudrait comparer les numéros PCI ou USB (USB/PCI
ID).

Oh, et pour voir des systèmes en entier plutôt que des pièces, il y a
http://www.ubuntu.com/certification/. Je doute qu'on y voient bien des
systèmes présents sur les tablettes de Future Shop ou Best Buy par
contre, c'est plutôt des systèmes disponibles sur commande.

Mes sources:
- la note sur la pré-installation:
http://www.ubuntu.com/certification/hardware/201006-6072
- 
http://victorpalau.wordpress.com/2011/02/01/ubuntu-certification-we-have-moved/
- http://victorpalau.wordpress.com/2011/02/13/the-ubuntu-component-catalogue/
- http://www.ubuntu.com/dell

/ Matt

-- 
Ubuntu-quebec mailing list
Ubuntu-quebec@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec


[ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Gordon Burgess-Parker
Laptop with standard Ubuntu 10.04 desktop installed, Netbook with Ubuntu 
10.04 Remix installed, both with Samba installed and all updates 
installed, both on same home (wireless) network.
I have made the Public folder on each User to be shared, with read/write 
permissions and guest permissions checked.
If I go to network on the Netbook I can see and open, without any 
prompts at all, the Public folder on the laptop. However, the Laptop, 
although it sees the Netbook on Network, when I click on it I get a 
dialog box Opening Netbook - you can cancel this operation by clicking 
Cancel and then I get the error message Unable to mount location - 
failed to retrieve share list from server

Both machines are logged on with the same user and the same password.
Why should the access be OK one way but not the other?

--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Paul Morgan-Roach
On Tue, Mar 1, 2011 at 3:58 PM, Gordon Burgess-Parker gbpli...@gmail.comwrote:


 Why should the access be OK one way but not the other?


Firewall rules? Samba server started?  Check ufw status on both machines,
and output netstat -auntp to see whether the necessary samba ports are open
and samba is listening for connections :)
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Gordon Burgess-Parker

On 01/03/11 16:36, Paul Morgan-Roach wrote:
On Tue, Mar 1, 2011 at 3:58 PM, Gordon Burgess-Parker 
gbpli...@gmail.com mailto:gbpli...@gmail.com wrote:



Why should the access be OK one way but not the other?


Firewall rules? Samba server started?  Check ufw status on both 
machines, and output netstat -auntp to see whether the necessary samba 
ports are open and samba is listening for connections :)
Presumably I only need to do that on the Netbook as that's the one I 
can't access?
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Paul Morgan-Roach
On Tue, Mar 1, 2011 at 4:39 PM, Gordon Burgess-Parker gbpli...@gmail.comwrote:

  On 01/03/11 16:36, Paul Morgan-Roach wrote:

 On Tue, Mar 1, 2011 at 3:58 PM, Gordon Burgess-Parker 
 gbpli...@gmail.comwrote:


 Why should the access be OK one way but not the other?


 Firewall rules? Samba server started?  Check ufw status on both machines,
 and output netstat -auntp to see whether the necessary samba ports are open
 and samba is listening for connections :)

 Presumably I only need to do that on the Netbook as that's the one I can't
 access?


Yes - sorry - I should have been more  descriptive :(

You should get something similar to the following:

$ sudo ufw status
Status: active

To Action  From
-- --  
Samba  ALLOW   Anywhere
Apache ALLOW   Anywhere
22 ALLOW   Anywhere
514/udpALLOW   Anywhere


$ sudo netstat -auntp | grep samba
tcp0  0 0.0.0.0:10240.0.0.0:*
LISTEN  1186/samba
tcp0  0 0.0.0.0:135 0.0.0.0:*
LISTEN  1186/samba
udp0  0 10.203.7.210:1370.0.0.0:*
1187/samba
udp0  0 10.203.7.255:1370.0.0.0:*
1187/samba
udp0  0 0.0.0.0:137 0.0.0.0:*
1187/samba
udp0  0 10.203.7.210:1380.0.0.0:*
1187/samba
udp0  0 10.203.7.255:1380.0.0.0:*
1187/samba
udp0  0 0.0.0.0:138 0.0.0.0:*
1187/samba

Hope this helps
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Gordon Burgess-Parker

On 01/03/11 16:51, Paul Morgan-Roach wrote:

You should get something similar to the following:

$ sudo ufw status
Status: active



Status inactive.
What does that imply?

--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Paul Morgan-Roach
On Tue, Mar 1, 2011 at 4:55 PM, Gordon Burgess-Parker gbpli...@gmail.comwrote:

 On 01/03/11 16:51, Paul Morgan-Roach wrote:

 You should get something similar to the following:

 $ sudo ufw status
 Status: active

  Status inactive.
 What does that imply?


It's not Iptables that's stopping the connection.

Did you run  sudo netstat -auntp | grep samba

Does that output anything?  If not, you'll need to run
/etc/init.d/samba4/start and try again (assuming the samba server is
installed)
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Gordon Burgess-Parker

On 01/03/11 17:37, Paul Morgan-Roach wrote:


Did you run  sudo netstat -auntp | grep samba



That's interesting - that command doesn't give any output on EITHER 
machine


--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


[ubuntu-uk] Ubuntu UK Podcast Season 4 - Live this evening!

2011-03-01 Thread Alan Pope
Hullo!

At 20:30 UTC today the Ubuntu UK Podcast goes live with the 4th Season!

If you're around and fancy listening in to us blather on for an hour
about Ubuntu and the community around it then point your browser at:-

http://podcast.ubuntu-uk.org/live/

The icecast stream URL (which is only active when the show is on) is
below, and should work in various media players.

http://podcast.ubuntu-uk.org:8000/uupc.mp3

We'd love to see you drop by the IRC channel #ubuntu-uk-podcast too!
There's a webchat thing on that page, or you can use a 'proper' IRC
client if you're so inclined.

One thing we're having a play with this season is a quiz. We're going
to be asking eachother some taxing Ubuntu related questions, and
you're welcome to join in.

If you can't join in, don't worry, we'll put the show out as a podcast tomorrow.

If you have any feedback we'd love to hear it via any of the methods below!

Phone: +44 (0) 203 298 1600, sip: podc...@sip.ubuntu-uk.org and skype:
ubuntuukpodcast
Follow our twitter feed http://twitter.com/uupc
Follow us on Identi.ca http://identi.ca/uupc
http://www.facebook.com/pages/Ubuntu-UK-Podcast/47581495708
http://uk.ubuntuforums.org/

Note: We're still fiddling with the site theme, so if it's a bit janky
bear with us! :D

Cheers,
Al.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Gordon Burgess-Parker

On 01/03/11 17:48, Gordon Burgess-Parker wrote:

On 01/03/11 17:37, Paul Morgan-Roach wrote:


Did you run  sudo netstat -auntp | grep samba



That's interesting - that command doesn't give any output on EITHER 
machine


OK. Update.
It appears that installing Samba from the Ubuntu Software Centre 
doesn't actually install Samba - it installs something else!
I've now installed Samba4 from Synaptic and running sudo netstat -auntp 
| grep samba on both machines gives me something like this:


On the laptop:
gordon@gordon-laptop:~$ sudo netstat -auntp | grep samba
[sudo] password for gordon:
tcp0  0 0.0.0.0:10240.0.0.0:*   
LISTEN  9168/samba
tcp0  0 0.0.0.0:135 0.0.0.0:*   
LISTEN  9168/samba
udp0  0 192.168.1.71:137
0.0.0.0:*   9169/samba
udp0  0 192.168.1.255:137   
0.0.0.0:*   9169/samba
udp0  0 0.0.0.0:137 
0.0.0.0:*   9169/samba
udp0  0 192.168.1.71:138
0.0.0.0:*   9169/samba
udp0  0 192.168.1.255:138   
0.0.0.0:*   9169/samba
udp0  0 0.0.0.0:138 
0.0.0.0:*   9169/samba


And on the Netbook:
gordon@gordon-netbook:~$ sudo netstat -auntp |grep samba
tcp0  0 0.0.0.0:10240.0.0.0:*   
LISTEN  1933/samba
tcp0  0 0.0.0.0:135 0.0.0.0:*   
LISTEN  1933/samba
udp0  0 192.168.1.72:137
0.0.0.0:*   1934/samba
udp0  0 192.168.1.255:137   
0.0.0.0:*   1934/samba
udp0  0 0.0.0.0:137 
0.0.0.0:*   1934/samba
udp0  0 192.168.1.72:138
0.0.0.0:*   1934/samba
udp0  0 192.168.1.255:138   
0.0.0.0:*   1934/samba
udp0  0 0.0.0.0:138 
0.0.0.0:*   1934/samba

gordon@gordon-netbook:~$

I still get the same error when trying to access the Netbook from the 
Laptop


--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Gordon Burgess-Parker

On 01/03/11 18:11, Gordon Burgess-Parker wrote:

On 01/03/11 17:48, Gordon Burgess-Parker wrote:

On 01/03/11 17:37, Paul Morgan-Roach wrote:


Did you run  sudo netstat -auntp | grep samba



That's interesting - that command doesn't give any output on EITHER 
machine


OK. Update.
It appears that installing Samba from the Ubuntu Software Centre 
doesn't actually install Samba - it installs something else!
I've now installed Samba4 from Synaptic and running sudo netstat 
-auntp | grep samba on both machines gives me something like this:


On the laptop:
gordon@gordon-laptop:~$ sudo netstat -auntp | grep samba
[sudo] password for gordon:
tcp0  0 0.0.0.0:10240.0.0.0:*   
LISTEN  9168/samba
tcp0  0 0.0.0.0:135 0.0.0.0:*   
LISTEN  9168/samba
udp0  0 192.168.1.71:137
0.0.0.0:*   9169/samba
udp0  0 192.168.1.255:137   
0.0.0.0:*   9169/samba
udp0  0 0.0.0.0:137 
0.0.0.0:*   9169/samba
udp0  0 192.168.1.71:138
0.0.0.0:*   9169/samba
udp0  0 192.168.1.255:138   
0.0.0.0:*   9169/samba
udp0  0 0.0.0.0:138 
0.0.0.0:*   9169/samba


And on the Netbook:
gordon@gordon-netbook:~$ sudo netstat -auntp |grep samba
tcp0  0 0.0.0.0:10240.0.0.0:*   
LISTEN  1933/samba
tcp0  0 0.0.0.0:135 0.0.0.0:*   
LISTEN  1933/samba
udp0  0 192.168.1.72:137
0.0.0.0:*   1934/samba
udp0  0 192.168.1.255:137   
0.0.0.0:*   1934/samba
udp0  0 0.0.0.0:137 
0.0.0.0:*   1934/samba
udp0  0 192.168.1.72:138
0.0.0.0:*   1934/samba
udp0  0 192.168.1.255:138   
0.0.0.0:*   1934/samba
udp0  0 0.0.0.0:138 
0.0.0.0:*   1934/samba

gordon@gordon-netbook:~$

I still get the same error when trying to access the Netbook from the 
Laptop


I now have a problem sharing directories on the Netbook. If I 
right-click on a directory and choose Sharing Options and check the 
Share this folder box it now says :
'net usershare' returned error 255: net usershare add: cannot convert 
name Everyone to a SID. Memory allocation error.


--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Paul Morgan-Roach
I now have a problem sharing directories on the Netbook. If I right-click on
a directory and choose Sharing Options and check the Share this folder
box it now says :

 'net usershare' returned error 255: net usershare add: cannot convert name
 Everyone to a SID. Memory allocation error.

 Ok - can you try

$ sudo service samba4 restart

?
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Gordon Burgess-Parker

On 01/03/11 18:33, Paul Morgan-Roach wrote:
I now have a problem sharing directories on the Netbook. If I 
right-click on a directory and choose Sharing Options and check the 
Share this folder box it now says :


'net usershare' returned error 255: net usershare add: cannot
convert name Everyone to a SID. Memory allocation error.

Ok - can you try

$ sudo service samba4 restart

?


I think I fixed that with a restart.
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread John MM

On 01/03/11 18:18, Gordon Burgess-Parker wrote:

On 01/03/11 18:11, Gordon Burgess-Parker wrote:

On 01/03/11 17:48, Gordon Burgess-Parker wrote:

On 01/03/11 17:37, Paul Morgan-Roach wrote:


Did you run sudo netstat -auntp | grep samba



That's interesting - that command doesn't give any output on EITHER 
machine


OK. Update.
It appears that installing Samba from the Ubuntu Software Centre 
doesn't actually install Samba - it installs something else!
I've now installed Samba4 from Synaptic and running sudo netstat 
-auntp | grep samba on both machines gives me something like this:


On the laptop:
gordon@gordon-laptop:~$ sudo netstat -auntp | grep samba
[sudo] password for gordon:
tcp 0 0 0.0.0.0:1024 0.0.0.0:* LISTEN 9168/samba
tcp 0 0 0.0.0.0:135 0.0.0.0:* LISTEN 9168/samba
udp 0 0 192.168.1.71:137 0.0.0.0:* 9169/samba
udp 0 0 192.168.1.255:137 0.0.0.0:* 9169/samba
udp 0 0 0.0.0.0:137 0.0.0.0:* 9169/samba
udp 0 0 192.168.1.71:138 0.0.0.0:* 9169/samba
udp 0 0 192.168.1.255:138 0.0.0.0:* 9169/samba
udp 0 0 0.0.0.0:138 0.0.0.0:* 9169/samba

And on the Netbook:
gordon@gordon-netbook:~$ sudo netstat -auntp |grep samba
tcp 0 0 0.0.0.0:1024 0.0.0.0:* LISTEN 1933/samba
tcp 0 0 0.0.0.0:135 0.0.0.0:* LISTEN 1933/samba
udp 0 0 192.168.1.72:137 0.0.0.0:* 1934/samba
udp 0 0 192.168.1.255:137 0.0.0.0:* 1934/samba
udp 0 0 0.0.0.0:137 0.0.0.0:* 1934/samba
udp 0 0 192.168.1.72:138 0.0.0.0:* 1934/samba
udp 0 0 192.168.1.255:138 0.0.0.0:* 1934/samba
udp 0 0 0.0.0.0:138 0.0.0.0:* 1934/samba
gordon@gordon-netbook:~$

I still get the same error when trying to access the Netbook from the 
Laptop


I now have a problem sharing directories on the Netbook. If I 
right-click on a directory and choose Sharing Options and check the 
Share this folder box it now says :
'net usershare' returned error 255: net usershare add: cannot convert 
name Everyone to a SID. Memory allocation error.




Now I would be very greatful for any help with this, as I have been 
having the same error for a while. I hope somebody can help.


--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Alan Lord (News)

On 01/03/11 18:11, Gordon Burgess-Parker wrote:

It appears that installing Samba from the Ubuntu Software Centre
doesn't actually install Samba - it installs something else!
I've now installed Samba4 from Synaptic and running sudo netstat -auntp
| grep samba on both machines gives me something like this:


Samba 4 is quite new and not really what most peeps use yet as far as 
I'm aware.


I'm running Samba 3.4.7 on my server (10.04) and a client machine 
(10.10) is showing 3.5.4. These are the standard versions AFAICT.


On my home server that runs samba I have to look for smb and nmb to find 
what if samba daemons are listening to the correct ports.


sudo netstat -auntp | grep nmbd

sudo netstat -auntp | grep smbd

These are the names of the Samba daemons. The samba client is part of 
the Linux kernel and does not need any extra software to use it.


from any computer try smbtree as this will show you what Samba can see 
on the LAN.


I'd suggest Googling for some Samba expert tips rather than blindly 
installing Samba4 possibly on on top of samba3.


Find your smb.conf and let people see what's in there too (obviously 
remove any sensitive data).


Al



--
The Open Learning Centre
http://www.theopenlearningcentre.com


--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Strange file sharing problem

2011-03-01 Thread Gordon Burgess-Parker

On 01/03/11 18:45, Alan Lord (News) wrote:
from any computer try smbtree as this will show you what Samba can see 
on the LAN.


On both machines that command gives precisely nothing!


Find your smb.conf and let people see what's in there too (obviously 
remove any sensitive data).



The smb.conf files appear to be exactly the same on both machines

--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


[ubuntu-uk] Museum of Computing events

2011-03-01 Thread Dianne Reuby
For those of you within range of Swindon, here are some up-and-coming
events:

Mar 12 and 19 National Science and Engineering Week
The theme is Communications, and we'll be having activities on both
Saturdays for all ages. Standard admission charges.

March 13 Tron gaming event / Metroplis / Tron
http://swindonfilmfestival.org/

Swindon Film Festival will be showing the original Tron and the
newly-mastered Metropolis at the Swindon Dance Studios (Town Hall),
tickets available from the museum. Anyone buying a ticket for either
film gets free admission to the museum on the Sunday from 14:00 - 19:15
for some Tron gaming.

March 26 Gaming on the Go Exhibition
http://tinyurl.com/3agf8ls
Gaming on the Go opens 26 March at the Museum of Computing in Swindon -
we'll have the new 3DS. Our kids club gave it 10 out of 10 when they
reviewed it for BBC Newsround, and were writing their 2011 Christmas
list as they left. :)  Standard admission charges.

May 14 Museums at Night - Overnight Games Programming Challenge
8pm to midnight.
Remember the 1980's when the Sinclair Spectrum and Commodore 64 were
deadly rivals? This was a time when anybody with a talent for
programming could write cool games in their bedroom and make a million!
No programming experience is needed, our resident experts will guide you
through the process of creating your dream game.
Admission is £6 which will include the staple diet of programmers
everywhere, pizza and cola. Pre-booking required -
i...@museumofcomputing.org.uk or 07834 375628

Dianne



-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Museum of Computing events

2011-03-01 Thread Matthew Daubney
On Tue, 2011-03-01 at 20:09 +, Dianne Reuby wrote:
snip
 May 14 Museums at Night - Overnight Games Programming Challenge
 8pm to midnight.
 Remember the 1980's when the Sinclair Spectrum and Commodore 64 were
 deadly rivals? This was a time when anybody with a talent for
 programming could write cool games in their bedroom and make a million!
 No programming experience is needed, our resident experts will guide you
 through the process of creating your dream game.
 Admission is £6 which will include the staple diet of programmers
 everywhere, pizza and cola. Pre-booking required -
 i...@museumofcomputing.org.uk or 07834 375628
 
 Dianne

That one actually sounds quite cool! What machines will the games be
targeted for? Speccys and Commodores?


-Matt Daubney


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


CD image ubuntustudio/natty/daily failed to build on 20110301.1

2011-03-01 Thread CD Image
= Syncing Ubuntu-Studio mirror =
Tue Mar  1 09:03:48 UTC 2011
lockfile: Sorry, giving up on 
/srv/cdimage.ubuntu.com/ftp/Archive-Update-in-Progress-antimony.canonical.com
antimony.canonical.com is unable to start rsync, lock file exists

-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Ubuntu Studio daily CD health check

2011-03-01 Thread Colin Watson
This is a daily health check report on the Ubuntu Studio CD images.
If you have any questions, contact Colin Watson cjwat...@ubuntu.com.

ubuntustudio/daily: Uninstallable packages:

nvidia-graphics-drivers-173 173.14.28-0ubuntu5 produces uninstallable binaries:
  * nvidia-173 (amd64 i386)

nvidia-graphics-drivers-96 96.43.19-0ubuntu6 produces uninstallable binaries:
  * nvidia-96 (amd64 i386)

-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Ubuntu QA Tracker: New build notification [20110301.2]

2011-03-01 Thread QA Testing Tracker

You are receiving this email because you have been subscribed to the 
following test case:

Ubuntu Studio Alternate amd64 [20110301.2]: 
http://iso.qa.ubuntu.com/qatracker/info/5060
 Install (auto-resize): http://iso.qa.ubuntu.com/qatracker/result/5060/226
 Install (entire disk with encryption): 
http://iso.qa.ubuntu.com/qatracker/result/5060/225
 Install (entire disk): http://iso.qa.ubuntu.com/qatracker/result/5060/227

Ubuntu Studio Alternate i386 [20110301.2]: 
http://iso.qa.ubuntu.com/qatracker/info/5061
 Install (auto-resize): http://iso.qa.ubuntu.com/qatracker/result/5061/222
 Install (entire disk with encryption): 
http://iso.qa.ubuntu.com/qatracker/result/5061/221
 Install (entire disk): http://iso.qa.ubuntu.com/qatracker/result/5061/223

Please report any bugs you identify in Launchpad and report on the 
success or failure of the test in the tracker:
https://launchpad.net/ubuntu/

Please see the testing team wiki pages for for further information:
https://wiki.ubuntu.com/Testing

For questions about the procedure or to coordinate testing, please join 
#ubuntu-testing on freenode.

Thank you for helping us to test Ubuntu.


-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Call for Natty Feedback!

2011-03-01 Thread Jason Warner
Hello!

Natty Feature Freeze is here and A3 is upon us! Anyone following along
closely should see and feel a fairly stable and usable system, complete with
Unity and classic Gnome.

I'd like to hear people's thoughts on Unity...and I'd like it to be pretty
unfiltered and raw. In particular, I'm interested in seeing how people feel
about:

* The look and feel

* Usability

* Stability (knowing that we are entering a heavy bug fixing time!)

* Highlights and favorite features

* Perceived shortcomings and/or wishlist items

You can reply to this email if your feedback is general/conversational or
file a bug if you are experiencing a specific issue. Filing a bug with
'ubuntu-bug unity' command would do the trick and would get seen by the
appropriate people for specific issues.

It will be fun to hear what everyone thinks! I look forward to seeing the
feedback.

Cheers,
Jason

PS. For those that like to navigate via keyboard (and who doesn't!), this
should be helpful
http://askubuntu.com/questions/28086/keyboard-shortcuts-in-unity/28087#28087
-- 
ubuntu-desktop mailing list
ubuntu-desktop@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop


Re: Call for Natty Feedback!

2011-03-01 Thread Bryce Harrington
On Tue, Mar 01, 2011 at 04:18:22PM -0500, Sean McNamara wrote:
 5. Stability has been poor in my experience; I run into X crashes from
 time to time doing fairly mundane stuff that doesn't trigger a crash
 with Gnome2.

Can you provide a bug # (with a full backtrace if possible)?  I'm
putting a priority on following up on xserver segfaults.

(Actually there are no public X crash bugs open against natty at the
moment, so I wonder that what you're seeing is not actually an xserver
segfault.  Regardless, it should be investigated.)

 6. Multi-monitor seems totally broken somehow... on a 1024x768 laptop
 with a 1680x1050 VGA LCD attached, I get no menus and no indication
 that Unity is aware of windows on the large external LCD. And the
 left-side menu doesn't come up at all anymore. It seems like there is
 an empty space above the top of my laptop's screen where my mouse can
 go, but there is nothing up there -- I configured (using the
 xrandr-based Monitors applet) the big monitor to be to the right of
 the laptop LCD.

The first half of that could be unity's handling of multi-head, which I
agree seems like it needs more QA.

The second half, regarding blank spaces where the mouse gets lost, is a
long standing known X.org issue (bug #389519).  (There's been a patch
proposed but it's not upstream yet.)

Bryce

-- 
ubuntu-desktop mailing list
ubuntu-desktop@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop


Re: Call for Natty Feedback!

2011-03-01 Thread Dylan McCall
On Tue, Mar 1, 2011 at 11:58 AM, Jason Warner
jason.war...@canonical.com wrote:
 Hello!
 Natty Feature Freeze is here and A3 is upon us! Anyone following along
 closely should see and feel a fairly stable and usable system, complete with
 Unity and classic Gnome.
 I'd like to hear people's thoughts on Unity...and I'd like it to be pretty
 unfiltered and raw. In particular, I'm interested in seeing how people feel
 about:


 * The look and feel

I like that this is somewhat consistent with the look and feel we have
in Maverick, which should really help with upgrades. As far as
prettiness, I don't know if I am looking at the final art assets or if
a big change is still coming; that makes it a little difficult to
comment.
I think it's fairly pretty in general, though the dash obviously is
still a WIP in that regard. I'm a little bothered by our half title
bar / half top panel. We can end up with some really ugly visuals with
maximised windows that are completely inconsistent with unmaximized
windows. (Especially with themes that don't style the panel like a
title bar, which is most themes because styling the panel like a title
bar is a weird thing to do). The merging itself is quite natural, but
the visuals hurt it for me.
Alas, that one is a tough nut to crack so I can probably live with it
for now, but is there any ongoing work in that direction?

The glowy backgrounds on icons are interesting. Has anyone else
noticed a strange tendency towards a really ugly, greenish yellow? I
think that particular design is actually a little tired; everyone has
been doing it since Windows 7 did it. (And Windows 7 still does the
best job with it).


 * Usability

There are always little bugs to report, but it's coming along.

I LOVE the stuff with holding Super to launch things in the panel,
especially how that works with Places. A visual representation of the
common keyboard shortcuts is something I have wanted for a long time.

The arrows in the launcher! I don't think we are doing our users a
favour when their applications start looking like pin-cushions. Lots
of things are being presented by that one idea.

I had a bit of muttering here about the widgets in the dash, but I
filed a bug report on the text field
(http://launchpad.net/bugs/727295). These have really been changing a
lot so I'm sure it will be quite a bit better soon :)

Configuration stuff is really weird to get to now. (Though it can be a
little easier depending on how the search stuff looks in the end). I
know we can't have Gnome 3's Control Centre yet (*sad face*), but
maybe there could be a nice launcher that brings up the Application
place pointing at the System category. That could also smooth the
upgrade to 11.10, where I assume we will want to stick the Control
Centre somewhere ;)


 * Stability (knowing that we are entering a heavy bug fixing time!)

It's seems to be getting there with the latest update. I have my
reservations about the global menu being implemented over dbus — it
sounds like a weird, roundabout route for that window-specific data to
take — but it is being much more reliable lately so I guess I don't
need to worry about that hitting actual users.


 * Highlights and favorite features

Dragging a file to the launcher is really cool. We've had the ability
to drag and drop to applications for a long time and this actually
makes it useful. It's neat what a little thing like that can do, and
it's wonderful when such things can plug in to existing standards so
they already work to their fullest.
This is particularly useful with an open application. I frequently
want to drag and drop a file to an entry in the window list, and
finally I can!


 * Perceived shortcomings and/or wishlist items

That dash feels a little netbook-ish. Some of the strings on it feel
awkward — very specific and task-oriented. To me, that projects a
feeling of the system itself being limited. Lots of comments people
write about the dash seem to imply the same thing. This probably has a
different effect on simpler users who really do want to just “browse
the web,” “view photos,” “check email” and “listen to music,” but I
wonder if this could use less loaded descriptions, and maybe just
application names to communicate that these are regular application
launchers. (Of course, I'm assuming by the “Shortcuts” heading that
the eventual goal is for these to be user-configured).

Finally, and I know I already filed a bug report on this but it's my
favourite wishlist item: Quit does not actually quit applications; it
closes windows and hopes that means quitting applications. Given
Ayatana has been working on that relationship, this feels distinctly
unhappy to me. For example, music players don't HAVE Quit anymore; you
close the player's main window, and the application stays running if
it needs to.
Bamf does pretty well, but I think Unity is trying to present a
knowledge of applications (as opposed to windows) that it simply does
not have at the moment, and cannot have 

Re: Call for Natty Feedback!

2011-03-01 Thread Marc Deslauriers
On Wed, 2011-03-02 at 06:28 +1030, Jason Warner wrote:
 I'd like to hear people's thoughts on Unity...and I'd like it to be
 pretty unfiltered and raw. In particular, I'm interested in seeing how
 people feel about:

So, now that the binary nVidia driver is working in Natty, I was able to
try Unity out. I've been playing with it for about 45 minutes now, and
here are my observations:

I like the overall look of things. The Unity launcher on the left is
neat. Not having menus in applications is weird at first glance,
especially when you don't see them by default in the top bar. I thought
the menus were broken until I put my mouse at the top of the screen and
they appeared. Discoverability is a little odd until you know about it,
and then it's fine. Having the menu appear half way over the name of the
applications looks bad though. It kind of looks like it's broken.

I haven't discovered where my applications are yet. I clicked on the big
button on the top left hand corner, which popped up a nice looking
dialog. Unfortunately the search bar doesn't seem to find anything, and
the find icons don't do anything when I click on them. I assume this is
unfinished, and is a known issue so I won't file a bug unless otherwise
told to. Since that wasn't working, I tried hitting Alt-F2 to start an
application, but that doesn't seem to work either. For now, I'll just
start my apps using the command line.

So, starting a terminal, the first thing I notice is it puts the
terminal underneath the launcher, and the launcher goes away. The only
way I've figured to get the launcher back is to move the terminal away
from the edge of the screen. This is kind of irritating. New windows
shouldn't get placed underneath the launcher, and there has to be some
way of getting the launcher back without moving stuff out of the way.

Second thing I notice, is there doesn't seem to be a way to start an
application more than once. How do I open more than one terminal? How do
I open more than one text editor? I seriously hope this will be
possible. I can understand that certain applications, such as Evolution,
should only be started once, but surely the terminal and the text editor
are exceptions to this. Especially when using multiple workspaces.

I am a heavy workspace user, and have been for years. Using multiple
workspaces is the way I deal with doing more than one task at a time. A
workspace for email and communications, a workspace for something I'm
working on, a workspace for another task, etc. I want to check something
out? Switch to an unused workspace and open a new browser. I used to
think only power-users used workspaces, but to my surprise, family
members who I've converted to Ubuntu have discovered workspaces by
themselves and use them regularly.

Unfortunately, workspaces are hard to use under Natty. The workspace
switcher icon doesn't have previews, so it's hard to figure out where my
stuff is. Clicking on the icon reveals a seasickness-inducing animation
of all my workspaces entering the screen. But, I can't select any. At
least, I _though_ I couldn't select any, until I finally noticed that I
need to click _once_ on the icon, and then _double-click_ on the window
I want to select.

Switching between windows in a current workspace is hard also, as the
launcher displays arrows beside applications that reside on different
workspaces. When I click on the Firefox launcher that has an arrow, am I
bringing up a firefox from this task, or will the launcher catapult me
into another workspace altogether and try and make me guess where I've
ended up?

In all, I really like Unity and am looking forward to the bugs and
usability issues to be cleared up.

Marc.





-- 
ubuntu-desktop mailing list
ubuntu-desktop@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop


Re: Call for Natty Feedback!

2011-03-01 Thread Christopher James Halse Rogers
On Tue, 2011-03-01 at 13:51 -0800, Bryce Harrington wrote:
 On Tue, Mar 01, 2011 at 04:18:22PM -0500, Sean McNamara wrote:
  5. Stability has been poor in my experience; I run into X crashes from
  time to time doing fairly mundane stuff that doesn't trigger a crash
  with Gnome2.
 
 Can you provide a bug # (with a full backtrace if possible)?  I'm
 putting a priority on following up on xserver segfaults.
 
 (Actually there are no public X crash bugs open against natty at the
 moment, so I wonder that what you're seeing is not actually an xserver
 segfault.  Regardless, it should be investigated.)
 
  6. Multi-monitor seems totally broken somehow... on a 1024x768 laptop
  with a 1680x1050 VGA LCD attached, I get no menus and no indication
  that Unity is aware of windows on the large external LCD. And the
  left-side menu doesn't come up at all anymore. It seems like there is
  an empty space above the top of my laptop's screen where my mouse can
  go, but there is nothing up there -- I configured (using the
  xrandr-based Monitors applet) the big monitor to be to the right of
  the laptop LCD.
 
 The first half of that could be unity's handling of multi-head, which I
 agree seems like it needs more QA.
 
 The second half, regarding blank spaces where the mouse gets lost, is a
 long standing known X.org issue (bug #389519).  (There's been a patch
 proposed but it's not upstream yet.)

There's a patch series for this and pointer barriers (which Unity might
want to use, too, for the BDB + multihead) on the xorg-devel mailing
list.  The crtc-clamping works and if we really wanted it the patch is
relatively safe and could be FFe'd.  The pointer-barriers need protocol
changes, and I'd be hesitant to include them before the protocol has
been finalised.


signature.asc
Description: This is a digitally signed message part
-- 
ubuntu-desktop mailing list
ubuntu-desktop@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop


Ubuntu-AU Forums - follow up to February Meetings

2011-03-01 Thread Jared Norris
Good afternoon all,

I thought it's about time we got the ball rolling with regards to a
follow up on the action item from the meeting pertaining to organising
a LoCo subforum of the main Ubuntu forum. According to the meeting
logs [1]we have the moderation issue organised (ikt  Phlosten have
agreed to moderate the area - thanks!). All we need to decide upon
according to the information required [2] is the prefix we want for
the forum address. My suggestion would be au.ubuntuforums.org but I'm
putting it out there in case someone else has a much better
suggestion. So if I can please get some feedback as to if this is the
most appropriate or if it should be different that would be
appreciated.

[1] https://wiki.ubuntu.com/AustralianTeam/Meetings/2011February8
[2] http://ubuntuforums.org/showthread.php?t=290685

Regards,

Jared Norris JP(Qual) BBehSc(Psych)
https://wiki.ubuntu.com/JaredNorris

-- 
ubuntu-au mailing list
ubuntu-au@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-au


Developer Membership Board vote results

2011-03-01 Thread Michael Bienia
On 2011-02-02 15:58:06 +0900, Emmet Hikory wrote:
Hello,

the vote ended on 2011-02-14 as no official announcement of the vote
results was done yet, I want to catch up on it.

 I've created a CIVS poll to select new members for the Developer
 Membership Board. [...]

The result of the vote is¹:

  Emmet Hikory (persia)
  Michael Bienia (geser)
  Stéphane Graber (stgraber)
  Iain Lane (Laney)
  Makenzie Morgan (maco)
  Cody Somerville (cody_somerville)

The current Developer Membership Board members are²:

  Benjamin Drung (bdrung)
  Emmet Hikory (persia)
  Michael Bienia (geser)
  Stéphane Graber (stgraber)
  Iain Lane (Laney)
  Makenzie Morgan (maco)
  Cody Somerville (cody_somerville)

Michael

¹: 
http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/results.pl?id=E_924ef5b8e9f6d03b
²: https://launchpad.net/~developer-membership-board/+members#active

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


ARM IRC Meeting Reminder

2011-03-01 Thread Michael Casadevall
Hi,

  Every Thursday at 15:00 UTC.

We'll be having the usual IRC meeting on #ubuntu-meeting, on
Thursday 2011-03-04 at 15:00 UTC.

The meeting agenda is available here:
https://wiki.ubuntu.com/MobileTeam/Meeting/2011/20110303

The meeting history page with links to prior meetings is at:
http://wiki.ubuntu.com/MobileTeam/Meeting

Thank you,
Michael

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Re: Status of the Ubuntu Docs in Natty

2011-03-01 Thread Shaun McCance
On Mon, 2011-02-28 at 13:24 +0100, David Planella wrote:
 El dv 25 de 02 de 2011 a les 15:20 -0500, en/na Shaun McCance va
 escriure:
  Are you referring to the new topic-based help (Desktop Help)
  or the old user guide (Desktop User Guide)? The default was
  changed pretty recently, and I'm not sure what build of Yelp
  you're using.
  
 
 Hey Shaun,
 
 I seem to remember it was the new topic-based help. I can no longer see
 it due to https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/726490
 (not reported upstream yet, I want to make sure it's not a distro bug
 first).

That really looks to me like the document isn't installed. What
version of gnome-user-docs do you have installed? Do you have
any .page files under /usr/share/gnome/help/gnome-help/C/ ?

 Regarding translations, what's the reason for them not being available?
 Can yelp not yet translate them, or are the translatable messages not
 yet exposed for translation, or is there any other reason?

That's a good question. I'd just assumed it was because nobody
had done any translations yet. But looking at the GNOME l10n
status pages, I don't see gnome-user-docs listed. I'll ping
gnome-i18n and let them know.

  1) Ubuntu could just ensure that, in every bit of code that
  wants to display the desktop help, Yelp is called with a URI.
...
  2) Ubuntu could patch Yelp to have a different default URI.
  I think this is what's been done in the past. It could be a
  good patch. Or I could make the default document a setting,
  and it could be a schema patch. It's a patch either way.
...
  3) Yelp could have some desktop detection, and choose the
  default URI accordingly. There's no standard way to find
  this information. There've been sporadic xdg-list threads
  on the topic. It's always shot down. We might be able to
  do some sort of process or service detection.

 Thanks a lot for the detailed analysis and for presenting the options.
 Would anyone from the Ubuntu Docs team like to comment on these to bring
 this forward?

I should also mention (4). I've been working on splitting Yelp's
core document processing into a separate library called libyelp.
At the moment, it's just part of the yelp module, but it will be
split off eventually.

This is probably not an option for the next release, but going
forward, Ubuntu could build its own help viewer based on libyelp.
A custom viewer could be much more integrated with Unity. It's
conceivable that GNOME might do something similar in the future,
making help feel more like part of the shell than an application.

To make this seamless to applications, we'll need to decide on
some generic DBus methods to invoke help, and get applications
to start using those instead of execing Yelp. This should go
to freedesktop.org, and we should get other desktops involved.

--
Shaun




-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: Status of the Ubuntu Docs in Natty

2011-03-01 Thread Matthew East
On 1 March 2011 07:29, David Planella david.plane...@ubuntu.com wrote:
 El dl 28 de 02 de 2011 a les 09:55 -0500, en/na Shaun McCance va
 escriure:
 On Mon, 2011-02-28 at 13:24 +0100, David Planella wrote:
  El dv 25 de 02 de 2011 a les 15:20 -0500, en/na Shaun McCance va
  escriure:
   Are you referring to the new topic-based help (Desktop Help)
   or the old user guide (Desktop User Guide)? The default was
   changed pretty recently, and I'm not sure what build of Yelp
   you're using.
  
 
  Hey Shaun,
 
  I seem to remember it was the new topic-based help. I can no longer see
  it due to https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/726490
  (not reported upstream yet, I want to make sure it's not a distro bug
  first).

 That really looks to me like the document isn't installed. What
 version of gnome-user-docs do you have installed?

 As far as I can tell, gnome-user-docs is not packaged, or at least I
 could not find a package for it.

 I've only got the gnome-user-guide installed, which contains the user,
 ally and admin guides.

gnome-user-docs is the source package which provides gnome-user-guide.

  Do you have
 any .page files under /usr/share/gnome/help/gnome-help/C/ ?


 No, I don't have any file there at all. In fact, the gnome-help folder
 does not exist in /usr/share/gnome/help/

I think this is the issue - gnome-user-docs needs to be updated with
the current upstream material to provide these files, and it hasn't
been uploaded yet this release.

That also depends upon how we deal with the other issues that have
been raised in this thread.

-- 
Matthew East
http://www.mdke.org
gnupg pub 1024D/0E6B06FF

-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


Re: Status of the Ubuntu Docs in Natty

2011-03-01 Thread David Planella
El dt 01 de 03 de 2011 a les 08:15 +, en/na Matthew East va
escriure:
 On 1 March 2011 07:29, David Planella david.plane...@ubuntu.com wrote:
  El dl 28 de 02 de 2011 a les 09:55 -0500, en/na Shaun McCance va
  escriure:
  On Mon, 2011-02-28 at 13:24 +0100, David Planella wrote:
   El dv 25 de 02 de 2011 a les 15:20 -0500, en/na Shaun McCance va
   escriure:
Are you referring to the new topic-based help (Desktop Help)
or the old user guide (Desktop User Guide)? The default was
changed pretty recently, and I'm not sure what build of Yelp
you're using.
   
  
   Hey Shaun,
  
   I seem to remember it was the new topic-based help. I can no longer see
   it due to https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/726490
   (not reported upstream yet, I want to make sure it's not a distro bug
   first).
 
  That really looks to me like the document isn't installed. What
  version of gnome-user-docs do you have installed?
 
  As far as I can tell, gnome-user-docs is not packaged, or at least I
  could not find a package for it.
 
  I've only got the gnome-user-guide installed, which contains the user,
  ally and admin guides.
 
 gnome-user-docs is the source package which provides gnome-user-guide.
 
   Do you have
  any .page files under /usr/share/gnome/help/gnome-help/C/ ?
 
 
  No, I don't have any file there at all. In fact, the gnome-help folder
  does not exist in /usr/share/gnome/help/
 
 I think this is the issue - gnome-user-docs needs to be updated with
 the current upstream material to provide these files, and it hasn't
 been uploaded yet this release.
 
 That also depends upon how we deal with the other issues that have
 been raised in this thread.
 

Thanks Matthew.

The intention of the original post was as well to spark the discussion
on the current issues and how to deal with them.

What do you guys think the best way forward for the Ubuntu Docs in Natty
is? Do you have any comments on some of the options Shaun presented?

I think it might be useful to start with a list or summary of pending
issues and options to get Ubuntu Docs in Natty, and then work out the
plan to solve them.

Another idea might be to organize a docs team meeting to discuss all
this, which I believe would be quite useful.

What do you think?

Regards,
David.

-- 
David Planella
Ubuntu Translations Coordinator
www.ubuntu.com / www.davidplanella.wordpress.com
www.identi.ca/dplanella / www.twitter.com/dplanella


signature.asc
Description: This is a digitally signed message part
-- 
ubuntu-translators mailing list
ubuntu-translators@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-translators


S/PDIF Envy24 Control isn't working

2011-03-01 Thread Ralf
Hi :)

I need some help.

I've got two Terratec EWX 24/96 Envy24 sound cards installed.

$ envy24control -Dhw:0  envy24control -Dhw:1

I didn't make one virtual card of them. Even for MIDI I'm using hw:0
only.

Using a SONY DTC-670 DAT recorder with optical S/PDIF in connected to a
DVD player S/PDIF out playing an audio CD, I get an audio signal for the
DAT recorder. If I connect another optical cable from the Terratec sound
card to the DAT recorder's optical S/PDIF input, there's no audio
signal, while there's audio for the analog outputs of the Terratec sound
card.

Jumpers on the sound card board and the optical cable should be ok, but
I'll test this too.

Perhaps I need to edit some settings?

Cheers!

Ralf


-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: S/PDIF Envy24 Control isn't working

2011-03-01 Thread ailo
I've never used the digital I/O for other than syncing cards, which
worked fine with M-Audio Delta cards. Did you try inputting to the cards?
Don't know what the settings should be in env24control, but I guess that
is what needs to be adjusted. Perhaps routing as well as spdif settings.
On M-Audio cards you can route I/O inside the mixer software.

On 03/01/2011 10:42 AM, Ralf wrote:
 Hi :)
 
 I need some help.
 
 I've got two Terratec EWX 24/96 Envy24 sound cards installed.
 
 $ envy24control -Dhw:0  envy24control -Dhw:1
 
 I didn't make one virtual card of them. Even for MIDI I'm using hw:0
 only.
 
 Using a SONY DTC-670 DAT recorder with optical S/PDIF in connected to a
 DVD player S/PDIF out playing an audio CD, I get an audio signal for the
 DAT recorder. If I connect another optical cable from the Terratec sound
 card to the DAT recorder's optical S/PDIF input, there's no audio
 signal, while there's audio for the analog outputs of the Terratec sound
 card.
 
 Jumpers on the sound card board and the optical cable should be ok, but
 I'll test this too.
 
 Perhaps I need to edit some settings?
 
 Cheers!
 
 Ralf
 
 


-- 
ailo

-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


[Ubuntu-BR] Chamada de trabalhos Tchelinux

2011-03-01 Thread Ivan Brasil Fuzzer

Olá!

Está aberta a chamada de trabalhos para o Seminário Tchelinux em 
Erechim. O evento será realizado no dia 30 de abril de 2011 nas 
dependências do Senac.


Os interessados em apresentar palestras devem preencher o *formulário 
https://spreadsheets.google.com/viewform?hl=pt_BRformkey=dEdjUXB2c2s3Zk9PNHdyMmg3YzhTNHc6MQ#gid=0* 
disponível no Google Forms.


No dia do evento teremos disponíveis computadores e projetores para a 
apresentação das palestras. Caso precise de algum material específico, 
nos informe no formulário no campo apropriada para tentarmos 
disponibilizar tal material. Não garantimos que conseguiremos mas 
avisaremos por email.


As propostas estarão sendo aceitas até o dia 13 de março, sem 
possibilidade de prorrogação de prazo.


Mais detalhes sobre o evento serão disponibilizados em momento oportuno. 
O evento estará sendo realizado em parceria entre o grupo Tchelinux, 
Caudilho Livre e Senac.


Caso tenha alguma dúvida, não exite em nos perguntar através do email 
ubunt...@ubuntero.com.br



Formulário em: 
https://spreadsheets.google.com/viewform?hl=pt_BRformkey=dEdjUXB2c2s3Zk9PNHdyMmg3YzhTNHc6MQ#gid=0


--


Ivan Brasil Fuzzer
Bacharel em Informática
Celular: (54) 8411-0111 - (54) 9917-1798
GTalk: ivanbra...@gmail.com
Jabber: ibra...@jabber.org
http://www.ubuntero.com.br

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Duvidas sobre o APTonCD

2011-03-01 Thread Zandre Bran
2011/2/26 Marlon yoda...@gmail.com:

Ôlas Marlon e LoCoTeam.

[...] coloca isso para rodar como um pós instalação
 para cada máquina e pronto...

 pode até fazer um scriptzinho no /etc/bash.bashrc
 que sempre veja se tem mais algum pacote para instalar
 que ele ainda não instalou...

Sem discordar da forma e apenas acrescentando; não é mais fácil
usar o apt-mirror?

 Abraço
 Marlon Valério

-- []s
-- Zandre.

:: https://launchpad.net/~zandrebran
:: http://www.linuxacessivel.org
:: Campus Party 2011: - Toca GNUuuu :)

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Jenny Horta
Amigos, estou tentando baixar e instalar o programa do Leão, mas aqui tá 
dando erro e gostaria que verificassem se possível, se acontece o mesmo 
com vocês.

http://www.receita.fazenda.gov.br/PessoaFisica/IRPF/2011/declaracao/download-programas.htm

A página diz que tenho que instalar o Java...aquela velha complicação
--
Jenny Horta
http://aprendizagemdigital.wordpress.com 
http://aprendizagemdigital.wordpress.com/ 
http://sleducacional.org http://sleducacional.org/


Diz-me, e eu esquecerei; ensina-me e eu lembrar-me-ei; envolve-me, e 
eu aprenderei. (Autor desconhecido)


Usuária Linux:#474916
Usuária Ubuntu: #23036
identica/twitter: @nynyhorta
skype: melhorart



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Customização - Inicialização mais rápida

2011-03-01 Thread Marlon
Pessoal vai me expulsar daqui... :P
mas
eu instalei o BackTrack e ele faz isso
carrega beem rápido
só no terminal
se quiser interface gráfica chama o comando startx
ele vem com o kde
e cada serviço que você quiser, você liga separado
até a rede (networking), ele é baseado em ubuntu.

ou... (para não ser expulso... vou te dar uma
solução ubuntu)...

acerta o boot para ser somente em terminal
sem o start do gdm

instala um gerenciador dos programas que iniciam junto
com o SO, ou se vc tiver as bolas, vai lá na pasta do init
e desliga os programas desnecessários.
Neste caso, o tamanho e a quantidade de programas instalados
não fará diferença, e você pode ter um ubuntu completo iniciando
rapidinho.

abrass
--

Marlon Valério
┌┐
   T0ddy Stone Brains
└┘



Em 28 de fevereiro de 2011 16:46, Leandro Marino 
leandromar...@leandromarino.com.br escreveu:

 
  Neste caso, pensas em ficar mesmo com o Ubuntu?
 

 Não necessariamente... Se tiver alguma sugestão estou aceitando!

 Como a idéia é um boot rápido para pegar o computador e, em no máximo 5
 minutos fazer o que deve ser executado e pronto, desligar!

 O Ubuntu server com instalação básica carrega rápido? Tem como instalar
 drivers proprietários via terminal?


 Atenciosamente,
 Leandro Marino
 http://www.leandromarino.com.br (Fotógrafo)
 http://est.leandromarino.com.br/Blog (Estatístico)
 Cel.: + 55 21 9845-7707
 Cel.: + 55 21 8777-7907




 Em 28 de fevereiro de 2011 15:18, Andre Cavalcante 
 andre.d.cavalca...@gmail.com escreveu:
  2011/2/28 Leandro Marino leandromar...@leandromarino.com.br
 
  Caros,
 
  gostaria de saber tirar uma dúvida com vocês.
 
  Estou querendo personalizar um ubuntu apenas para acessar coisas muito
  rapidamente. O que eu quero dizer com isto, gostaria de deixar apenas
  o básico do básico para ser instalado e com isto ganhar velocidade de
  boot. Como poderia fazer isto?
 
  Só preciso de Internet (Wifi e Cabo) + Terminal + Navegador de internet.
 
 
  Neste caso, pensas em ficar mesmo com o Ubuntu?
 
 
 
  Alguém tem o link para algum tutorial?
 
 
  Tuto:
 
  1) Instala a partir do cd do server somente o sistema básico
  2) Instala o X
  3) Instala o gdm, kdm ou xdm se precisar boot gráfico (se não podes usar
  startx a partir do console)
  4) Instala gnome ou outro gerenciador de janelas (se queres mesmo
 rapidez:
  flubox ou window maker)
  5) Instala o FF
  6) Cria um atalho no desk para o FF e o terminal
  7) Talvez queiras algumas ferramentas de configuração (escolhe-as e
  instala-as)
  8) Talvez queiras algum outro software.
 
  Note que os softwares em si não alteram o boot, somente serviços, que
 neste
  caso, não há (exceto o X claro)
  Talvez tu consigas o que tu queres com 1G ou menos.
 
  Depois podes gerar um CD com o remastersys.
 
  E só!
 
  André Cavalcante
  Almada, Portugal
  Ubuntu User number # 24370
  Quer saber sobre Open Source Software? http://sobreoss.blogspot.com
  Quer saber mais sobre Espiritismo? http://sobreespiritismo.blogspot.com
 
  Atenção: Este e-mail pode conter anexos no formato ODF (Open Document
  Format)/ABNT (extensões odt, ods, odp, odb, odg). Antes de pedir os
 anexos
  em outro formato, você pode instalar gratuita e livremente o BrOffice (
  http://www.broffice.org) ou o seguinte Plugin para Microsoft Office (
  http://www.sun.com/software/star/odf_plugin/get.jsp).
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu + Internet Lenta

2011-03-01 Thread Jeferson Rodrigues
Já sei qual é o problema, e tá no roteador wireless. Se chama preconceito,
e isto está relacionado ao uso de Software Livre.
Eu poderia afirmar que talvez seja um problema de DNS no Ubuntu, mas se vc
falou que numa VM rodando Windows XP roda normal, e sabendo que as
configurações são herdadas do sistema hospedeiro (Ubuntu), então a única
coisa que sobrou é realmente isso.

Minha sugestão é realmente trocar o modem, nem que seja um emprestado de
alguém conhecido para testar.

Abraço

Em 28 de fevereiro de 2011 17:52, tiozaoamb tiozao...@gmail.com escreveu:

 Não é D-Link não... a Telefonia deixou pra mim umModem Router Wireless Xavi
 X7868r+ :

 Eu nunca tinha visto um desses... por isso que inicialmentre pus a culpa
 nele...  =)




 On 02/28/2011 05:44 PM, Filipe Nogueira de Souza wrote:

 vc utiliza rede sem fio d-link ???

 pq tive o mesmo problema porem depois de muito muito proucurar no meu caso
 o
 problema erra o d-link tem uma configuracao nele q tinha q ser trocada
 pois
 ele veio errado de fabrica!!!

 Em 28 de fevereiro de 2011 17:40, Jeferson Rodrigues
 jefero...@gmail.comescreveu:

  Está faltando informações importantes, mas creio que o problema não seja
 com
 o Ubuntu. Vou fazer algumas perguntas iniciais.

 O compartilhamento da internet é via wireless ou cabo?
 A máquina que vc se refere (Dell) é um desktop ou notebook?

 Abraços

 Em 28 de fevereiro de 2011 16:34, tiozaoambtiozao...@gmail.com
 escreveu:

  Srs.,

 Aqui na empresa eu uso o Ubuntu em uma maquina com HD partiocionado.. e
 nunca tive problemas com velocidade da internet.
 Em casa, a minha maquina é parecida, também é um Dell, entretanto não
 uso
 partição nenhuma.. o unico SO instalado é o Ubuntu.

 Na minha casa, a conexão com a internet fica extremamente lenta... eu ja
 fiz testes de conectividade e está td normal.. a minha conexão é de

 2MB...

 eu consigo fazer downloades de 200kb de boa... agora a navegação em si é
 horrível. Se eu ligar um note da minha esposa que usa Windows, a conexão
 fica normal...

 Eu ja desabilitei o IPV6... mesmo achando que isso nao adiantaria
 muito..
 Já troquei meu DNS pelo do OpenDNS
 E já fiz alguns ajustes que achei na net para fazer especificamente no
 firefox, tornando ele mais veloz.. e as melhorias foram mínimas...

 Chego a pensar que o problema é no meu modem.. que talvez não vá com a

 cara

 do linux... não sei se estou falando besteira...

 Eu sei que o assuntu InternetLenta + Ubuntu é antigo, mas eu vasculhei
 os
 antigos e-mails da lista e as soluções que achei não me ajudaram muito.

 Alguém tem alguma idéia nova?

 Agradeço desde já pela ajuda, e desculpe-me pelo extenso e-mail.

 []'s

 Johnny Meneses
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br



  --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Luiz Fernando C Camargo

On 03/01/2011 08:50 AM, Jenny Horta wrote:

Amigos, estou tentando baixar e instalar o programa do Leão, mas aqui tá
dando erro e gostaria que verificassem se possível, se acontece o mesmo
com vocês.
http://www.receita.fazenda.gov.br/PessoaFisica/IRPF/2011/declaracao/download-programas.htm


A página diz que tenho que instalar o Java...aquela velha complicação


Aqui eu recebi a mensagem

A máquina virtual java (JVM), versão 1.6.0 (ou superior), foi
detectada neste computador. Caso haja algum problema com sua versão,
clique aqui e reinstale uma nova.

Estou baixando o programa, não instalei ainda.


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Problema de Audio

2011-03-01 Thread Marlon
Eu ia chutar problema de hardware...

cara, mic uma vez pra configurar foi tenso, até hj eu não
sei usar...

tinha um programa da alsa que era pseudo-gráfico (era no terminal)
e tinha que acertar o volume do mic lá.

att
--

Marlon Valério
┌┐
   T0ddy Stone Brains
└┘



Em 28 de fevereiro de 2011 17:11, Emilio Fernandes emili...@gmail.comescreveu:

 Pois é, o problema foi que o fabricante que montou o equipamento mandou um
 conector para
 a parte frontal junto com a placa mãe e advinha, sim o conector foi montado
 errado!!

 Pois bem, som eu consegui fazer funcionar perfeitamente tanto na parte
 Frontal quanto na Traseira,
 porém o microfone continua sem sucesso!

 Em 28 de fevereiro de 2011 16:42, Humberto Fraga xisbe...@gmail.com
 escreveu:

  Em 28 de fevereiro de 2011 16:02, Emilio Fernandes emili...@gmail.com
  escreveu:
 
   Gostaria de saber se alguém tem uma placa que usa o mesmo codec e está
  100%
   funcional, no caso a parte Traseira e Frontal
   estão funcionando tanto os speakers quanto o microfone?
  
 
  Será que em outro sistema (windows ou outra distribuição linux) funciona?
  Às
  vezes é só uma questão de os conectores do frontal não estarem
 conectados,
  ou estarem conectados de maneira errada (eu mesmo já conectei errado sem
  notar e depois pensei que era problema do ubuntu).
 
  --
  Humberto Fraga
  http://lixaonerd.wordpress.com
  http://ostelematicos.blogspot.com
 
  Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 



 --
 Emilio Seidel Fernandes
 Tec. Desenvolvimento de Sistemas Distribuídos - UTFPR Curitiba
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Atualização 10.10

2011-03-01 Thread Zandre Bran
2011/2/27 Tulio Baars ttab...@ttablet.net:
 Bom dia pessoal,

Ôlas Tulio.

 Sempre gostei de usar versões do Ubuntu com suporte a longo prazo, pela
 ideia de 'estabilidade'. Não que os outros sejam instáveis, mas os LTS
 parecem ser mais seguros. Sei lá, nóia minha mesmo.

Não é noia. Eu só uso versões LTS. Por que estas semestrais quando
estão ficando maduras para uso já tem outra saindo do forno. E tirando
o kernel é praticamente mais do mesmo. A única mudança que vejo pela
frente é o GTK-3 e talvez Btrfs.

 Beleza. Situação é a seguinte: Em Dezembro do ano passado, eu rodando o
 10.04.1, decidi atualizar para o 10.10, porque achei que algumas coisas
 (visualmente falando) ficaram bem resolvidas [...]

 Poderia ser mais especifico? Porque eu não consegui ver nada
visualmente falando melhor; claro tirando o tema ligth. Eu aqui estou
usando o LTS com o murrine 0.91.0~git201102271318~daily1~lucid1 e o
tema do Light 0.1.7+bzr48~daily~lucid1.

 Uso Ubuntu a 5 anos, e sempre ouvi gente dizendo que nunca se deve
 atualizar, sempre fazer uma 'limpa' e outros que não vem problema. Eu sempre
 formatava a cada 6 meses, ficando com o último. Só parei de fazer isso com o
 Lucid, que é bem estável.

Não sei como está a questão das atualizações de versões porque
nunca usei. Como tenho meu /home separado sempre faço uma instalação
limpa.

 Não pretendo esperar pelo Natty, visto que achei o Unity um Gnome piorado.

Também não estou gostando do Unity; mas ainda é cedo para sabermos
porque está muito novo. De qualquer forma o visual me lembra um antigo
navegador da Microsoft que foi abandonado, acho que era MSN explorer
(algo assim) que queria competir com a AOL. k k k k, do arco da velha
esta. De qualquer vou esperar lá pelo 11.10 ou 12.04 para ter uma
ideia mais precisa. Mas estou inclinado a seguir o gnome-shell.

 Agora me digam: *Vale a pena atualizar?*

Em minha opinião, não.

 Valeu a dica aí,
 Grande abraço

-- []s
-- Zandre.

:: https://launchpad.net/~zandrebran
:: http://www.linuxacessivel.org
:: Campus Party 2011: - Toca GNUuuu :)

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Humberto Fraga
Em 1 de março de 2011 08:50, Jenny Horta jennyho...@gmail.com escreveu:

 A página diz que tenho que instalar o Java...aquela velha complicação


Jenny, diz direitinho que problema dá, e quando dá. Se é no momento de
baixar, de instalar ou de usar.

Diz também se é no IRPF ou no ReceitaNet.

-- 
Humberto Fraga
http://lixaonerd.wordpress.com
http://ostelematicos.blogspot.com

Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Jenny Horta

Em 01-03-2011 08:55, Luiz Fernando C Camargo escreveu:

On 03/01/2011 08:50 AM, Jenny Horta wrote:

Amigos, estou tentando baixar e instalar o programa do Leão, mas aqui tá
dando erro e gostaria que verificassem se possível, se acontece o mesmo
com vocês.
http://www.receita.fazenda.gov.br/PessoaFisica/IRPF/2011/declaracao/download-programas.htm 




A página diz que tenho que instalar o Java...aquela velha complicação


Aqui eu recebi a mensagem

A máquina virtual java (JVM), versão 1.6.0 (ou superior), foi
detectada neste computador. Caso haja algum problema com sua versão,
clique aqui e reinstale uma nova.

Estou baixando o programa, não instalei ainda.


bem, então obrigada! Já sei que não tenho o Java da Sun instalado e é aí 
que meu problemas começam! Não sei como instalar. Na página da oracle 
tem um tutorial, mas ele não abre aqui...  alguém tá com um tempinho pra 
me ajudar a instalar??

Meu problema é a extensão .bin, não sei ainda como criar um pacote...

--
Jenny Horta
http://aprendizagemdigital.wordpress.com 
http://aprendizagemdigital.wordpress.com/ 
http://sleducacional.org http://sleducacional.org/


Diz-me, e eu esquecerei; ensina-me e eu lembrar-me-ei; envolve-me, e 
eu aprenderei. (Autor desconhecido)


Usuária Linux:#474916
Usuária Ubuntu: #23036
identica/twitter: @nynyhorta
skype: melhorart



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Preciso melhorar o desempenho da minha placa de video

2011-03-01 Thread Zandre Bran
2011/2/26 Gisele Neuls gisele.ne...@gmail.com:
 olá, pessoas livres

Ôlas Gisele.

 Que tal a gente tentar de novo fazer minha placa de video funcionar
 com recursos avançados? [...]

Vamos sim.

 [...] O
 desempenho do video em geral também não tá uma maravilha, de vez em
 quando ele demora alguns segundos pra trocar de janela e dá umas
 piradas. Nada como aqueles fogos de artifício (lembram deles?), mas eu
 sei que posso fazer melhor com minha máquina.

Aqui depende não depende somente da placa de vídeo porque está é
integrada. Talvez mudando os recursos de exibição do compiz possa lhe
trazer algum resultado. Instala este cara aqui:

$ sudo apt-get install compizconfig-settings-manager

Depois, em Sistema, Preferencias, CompizConfig Settings Manager
(Configuração do Compiz ou algo assim), General Option (opções gerais
ou algo assim), Display settings (opções de exibição ou algo assim) em
Texture Filter (filtro de textura ou algo assim) escolha Fast (rápido
ou algo assim). Veja se melhora o tempo de exibição.

A, desculpe pelos ou algo assim pois uso em english e
tradução nem sempre é a que me vem a mente.

[...] Placa de vídeo: ATI Graphics Radeon HD 3200
 Quando instalei os drivers adicionais o video pirou, voltou ao normal
 quando desinstalei.

Tenho esta placa e estou usando o módulo radeon (padrão da
instalação) com ótimos resultados:

01:05.0 VGA compatible controller [0300]: ATI Technologies Inc
RS780M/RS780MN [Radeon HD 3200 Graphics] [1002:9612]
Kernel driver in use: radeon
Kernel modules: radeon

 Gisele

-- []s
-- Zandre.

:: https://launchpad.net/~zandrebran
:: http://www.linuxacessivel.org
:: Campus Party 2011: - Toca GNUuuu :)

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Humberto Fraga
Em 1 de março de 2011 09:18, Jenny Horta jennyho...@gmail.com escreveu:

 bem, então obrigada! Já sei que não tenho o Java da Sun instalado e é aí
 que meu problemas começam! Não sei como instalar. Na página da oracle tem
 um tutorial, mas ele não abre aqui...  alguém tá com um tempinho pra me
 ajudar a instalar??


Jenny, você tem algum java instalado? Essa recomendação de usar o java da
Sun é só por padrão, você não precisa trocar no OpenJDK pelo java da Sun.

Eu trabalho no Serpro, a empresa estatal que cria esses programas. Mesmo não
trabalhando diretamente com ele, eu sei que ele funciona bem direitinho no
Ubuntu, até porque usamos o Ubuntu aqui.


 Meu problema é a extensão .bin, não sei ainda como criar um pacote...


Então o seu problema é com o ReceitaNet. Minha recomendação:
1) Clique no arquivo com o botão direito, vá às propriedades do arquivo, e
na aba Permissões marque-o como permitido para execução.

2) Depois, renomeie o arquivo para retirar a extensão .bin. Tire tudo do
ponto em diante, inclusive o ponto.

Depois disso, basta um duplo-clique no arquivo e a instalação ocorrerá.

-- 
Humberto Fraga
http://lixaonerd.wordpress.com
http://ostelematicos.blogspot.com

Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Copiar DVD 6Gb

2011-03-01 Thread José Henrique Vidal
Nestes casos eu uso o Dvd95 Converter.

sudo aptitude install dvd95







-- 
José Henrique Vidal
Tecnologia em Sistemas para a Internet
Instituto Federal de Educação, Ciência e Tecnologia do Sudeste de Minas
Gerais
Campus Barbacena
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] como fazer para o Windows 7 no VirtualBox enxergar partições no HD

2011-03-01 Thread Zandre Bran
2011/2/28 Antonio Silva aolinto@gmail.com:

Ôlas Antonio.

 Olá pessoal, lamento que minha pergunta tenha gerado esta discussão.

Não ha o que se lamentar. Aqui ocorrem divergências de ideias e
formas de fazer a todo tempo. Considero isto saudável, porque talvez a
forma que pensava não era a correta ou a mais simples de executar.
Enfim, seja bem vindo e sinta-se livre em participar; concordando ou
discordando.

 Mais uma vez agradeço as dicas enviadas, têm sido de grande utilidade.

Tranquilo, se precisar, já sabe, é só não GRITAR o|-[:

 Abraços,
 Antônio

-- []s
-- Zandre.

:: https://launchpad.net/~zandrebran
:: http://www.linuxacessivel.org
:: Campus Party 2011: - Toca GNUuuu :)

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Jenny Horta

Em 01-03-2011 09:16, Humberto Fraga escreveu:

Em 1 de março de 2011 08:50, Jenny Hortajennyho...@gmail.com  escreveu:


A página diz que tenho que instalar o Java...aquela velha complicação


Jenny, diz direitinho que problema dá, e quando dá. Se é no momento de
baixar, de instalar ou de usar.

Diz também se é no IRPF ou no ReceitaNet.

A página de download do IRPF (programa p/ fazer a declaração) não entra. 
Além disso, ele diz que não tenho o Java e aí é que o bicho pega he he he
No ano passado fui p/ o outro PC e fiz a declaração no Win, mas este ano 
quero fazer no meu note!


--
Jenny Horta
http://aprendizagemdigital.wordpress.com 
http://aprendizagemdigital.wordpress.com/ 
http://sleducacional.org http://sleducacional.org/


Diz-me, e eu esquecerei; ensina-me e eu lembrar-me-ei; envolve-me, e 
eu aprenderei. (Autor desconhecido)


Usuária Linux:#474916
Usuária Ubuntu: #23036
identica/twitter: @nynyhorta
skype: melhorart



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu + Internet Lenta

2011-03-01 Thread Zandre Bran
2011/2/28 tiozaoamb tiozao...@gmail.com:
 Srs.,

Ôlas tiozaoamb.

 Na minha casa, a conexão com a internet fica extremamente lenta... eu ja fiz
 testes de conectividade e está td normal.. a minha conexão é de 2MB... eu
 consigo fazer downloades de 200kb de boa... agora a navegação em si é
 horrível. Se eu ligar um note da minha esposa que usa Windows, a conexão
 fica normal...

Bom, o kiko para se no Windows funciona. k k k k :)

 Eu ja desabilitei o IPV6... mesmo achando que isso nao adiantaria muito..
 Já troquei meu DNS pelo do OpenDNS

Não faça isto. Eu só uso o DNS oferecido pelo minha operadora. Em
caso de fraude virutal tenho a quem recorrer por direito. Enfim, o
download que diz fazer normalmente é pelo navegador? Qual o navegador
que você está usando?

Se for o firefox, feche-o tente o seguinte para ver se melhora:

$ mv ~/.mozilla ~/.mozilla-orig

Isto irá zerar as configurações de seu firefox.

 Chego a pensar que o problema é no meu modem.. que talvez não vá com a cara
 do linux... não sei se estou falando besteira...

Nada haver. http é http e não http windows ou http linux.

 Agradeço desde já pela ajuda, e desculpe-me pelo extenso e-mail.

Tranquilo, se precisar, já sabe, é só não GRITAR o|-[:

 []'s
 Johnny Meneses

-- []s
-- Zandre.

:: https://launchpad.net/~zandrebran
:: http://www.linuxacessivel.org
:: Campus Party 2011: - Toca GNUuuu :)

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Humberto Fraga
Em 1 de março de 2011 09:30, Jenny Horta jennyho...@gmail.com escreveu:

 A página de download do IRPF (programa p/ fazer a declaração) não entra.
 Além disso, ele diz que não tenho o Java e aí é que o bicho pega he he he
 No ano passado fui p/ o outro PC e fiz a declaração no Win, mas este ano
 quero fazer no meu note!


Jenny, o bicho não pega, vamos com calma.

Essa página usa javascript para exibir alguns menus, mas isso não é motivo
para exigir o java para abri-la. Eu te perguntei que java você tem
instalado, você sabe ver qual é?

Primeiro o java:
Abra o terminal, digite o comando
$ java -version

Ele vai dizer a versão dele, se for o OpenJDK vai ser algo parecido com
OpenJDK Runtime Environment (IcedTea6 1.8.2). Cole aqui o resultado do
comando.

Depois o plugin do java pro navegador:
No firefox, acesse o menu Ferramentas, opção Complementos, aba Plugins. O
plugin java do OpenJDK é o IcedTea, veja se ele aparece nesta lista.

Seria legal também você postar um print screen da página no imgur.com para
mostrar pra gente qual é o erro.

-- 
Humberto Fraga
http://lixaonerd.wordpress.com
http://ostelematicos.blogspot.com

Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu + Internet Lenta

2011-03-01 Thread tiozaoamb

Vou fazer este teste, Obrigado.

Quando comecei a ler o e-mail ,eu pensei que vc tava falando que o 
preconceituoso com Software livre era eu!! heheheh


Viva o Ubuntu ahuuhauhahu

On 03/01/2011 08:53 AM, Jeferson Rodrigues wrote:

Já sei qual é o problema, e tá no roteador wireless. Se chama preconceito,
e isto está relacionado ao uso de Software Livre.
Eu poderia afirmar que talvez seja um problema de DNS no Ubuntu, mas se vc
falou que numa VM rodando Windows XP roda normal, e sabendo que as
configurações são herdadas do sistema hospedeiro (Ubuntu), então a única
coisa que sobrou é realmente isso.

Minha sugestão é realmente trocar o modem, nem que seja um emprestado de
alguém conhecido para testar.

Abraço

Em 28 de fevereiro de 2011 17:52, tiozaoambtiozao...@gmail.com  escreveu:


Não é D-Link não... a Telefonia deixou pra mim umModem Router Wireless Xavi
X7868r+ :

Eu nunca tinha visto um desses... por isso que inicialmentre pus a culpa
nele...  =)




On 02/28/2011 05:44 PM, Filipe Nogueira de Souza wrote:


vc utiliza rede sem fio d-link ???

pq tive o mesmo problema porem depois de muito muito proucurar no meu caso
o
problema erra o d-link tem uma configuracao nele q tinha q ser trocada
pois
ele veio errado de fabrica!!!

Em 28 de fevereiro de 2011 17:40, Jeferson Rodrigues
jefero...@gmail.comescreveu:

  Está faltando informações importantes, mas creio que o problema não seja

com
o Ubuntu. Vou fazer algumas perguntas iniciais.

O compartilhamento da internet é via wireless ou cabo?
A máquina que vc se refere (Dell) é um desktop ou notebook?

Abraços

Em 28 de fevereiro de 2011 16:34, tiozaoambtiozao...@gmail.com
escreveu:

  Srs.,

Aqui na empresa eu uso o Ubuntu em uma maquina com HD partiocionado.. e
nunca tive problemas com velocidade da internet.
Em casa, a minha maquina é parecida, também é um Dell, entretanto não
uso
partição nenhuma.. o unico SO instalado é o Ubuntu.

Na minha casa, a conexão com a internet fica extremamente lenta... eu ja
fiz testes de conectividade e está td normal.. a minha conexão é de


2MB...


eu consigo fazer downloades de 200kb de boa... agora a navegação em si é
horrível. Se eu ligar um note da minha esposa que usa Windows, a conexão
fica normal...

Eu ja desabilitei o IPV6... mesmo achando que isso nao adiantaria
muito..
Já troquei meu DNS pelo do OpenDNS
E já fiz alguns ajustes que achei na net para fazer especificamente no
firefox, tornando ele mais veloz.. e as melhorias foram mínimas...

Chego a pensar que o problema é no meu modem.. que talvez não vá com a


cara


do linux... não sei se estou falando besteira...

Eu sei que o assuntu InternetLenta + Ubuntu é antigo, mas eu vasculhei
os
antigos e-mails da lista e as soluções que achei não me ajudaram muito.

Alguém tem alguma idéia nova?

Agradeço desde já pela ajuda, e desculpe-me pelo extenso e-mail.

[]'s

Johnny Meneses
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  --

Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br



  --

Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Não consigo adicionar contato no Pidgin

2011-03-01 Thread José Carlos Alão de Oliveira
Estou tentando adicionar contatos no Pidgin e recebo a seguinte mensagem:
Não foi possível adicionar o amigo sabrinaqolive...@hotmail.com porque o
nome de usuário é inválido. Nomes de usuário devem ser um endereço de e-mail
válido.
O Pidgin está na versao 2.7.10 e o Ubuntu é o 10.04.
Já pesquisei vários foruns mas nenhuma dica resolveu o problema.
Acontece com os contatos do hotmail.

Obrigado

-- 
José Carlos Alão de Oliveira
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Preciso melhorar o desempenho da minha placa de video

2011-03-01 Thread Jeferson Rodrigues
Gisele, faiz um favorzão então.

1) Instala novamente os drivers que enlouquecem os gráficos (heheheheh).

2) Instale o pacote mesa-utils através do comando:


 sudo apt-get install mesa-utils


3) Execute o seguinte comando:

glxinfo | grep direct rendering

4) Diga para nós se o resultado for Yes ou No.


PS: No meu HP eu utilizo uma Radeon HD4200 (mais atual, porém não muito
diferente) e os gráficos não ficam loucos =D rodam sem problema nenhum...


Abraços



Em 1 de março de 2011 09:20, Zandre Bran zandreb...@ubuntu.com escreveu:

 2011/2/26 Gisele Neuls gisele.ne...@gmail.com:
  olá, pessoas livres

Ôlas Gisele.

  Que tal a gente tentar de novo fazer minha placa de video funcionar
  com recursos avançados? [...]

Vamos sim.

  [...] O
  desempenho do video em geral também não tá uma maravilha, de vez em
  quando ele demora alguns segundos pra trocar de janela e dá umas
  piradas. Nada como aqueles fogos de artifício (lembram deles?), mas eu
  sei que posso fazer melhor com minha máquina.

 Aqui depende não depende somente da placa de vídeo porque está é
 integrada. Talvez mudando os recursos de exibição do compiz possa lhe
 trazer algum resultado. Instala este cara aqui:

 $ sudo apt-get install compizconfig-settings-manager

Depois, em Sistema, Preferencias, CompizConfig Settings Manager
 (Configuração do Compiz ou algo assim), General Option (opções gerais
 ou algo assim), Display settings (opções de exibição ou algo assim) em
 Texture Filter (filtro de textura ou algo assim) escolha Fast (rápido
 ou algo assim). Veja se melhora o tempo de exibição.

A, desculpe pelos ou algo assim pois uso em english e
 tradução nem sempre é a que me vem a mente.

 [...] Placa de vídeo: ATI Graphics Radeon HD 3200
  Quando instalei os drivers adicionais o video pirou, voltou ao normal
  quando desinstalei.

 Tenho esta placa e estou usando o módulo radeon (padrão da
 instalação) com ótimos resultados:

 01:05.0 VGA compatible controller [0300]: ATI Technologies Inc
 RS780M/RS780MN [Radeon HD 3200 Graphics] [1002:9612]
Kernel driver in use: radeon
Kernel modules: radeon

  Gisele

 -- []s
 -- Zandre.

 :: https://launchpad.net/~zandrebran
 :: http://www.linuxacessivel.org
 :: Campus Party 2011: - Toca GNUuuu :)

 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Não consigo adicionar contato no Pidgin

2011-03-01 Thread Filipe Nogueira de Souza
Ja tentou usar o emesene acho ele muito melhor q o pidgin e o amsn

Em 1 de março de 2011 09:55, José Carlos Alão de Oliveira 
jcala...@gmail.com escreveu:

 Estou tentando adicionar contatos no Pidgin e recebo a seguinte mensagem:
 Não foi possível adicionar o amigo sabrinaqolive...@hotmail.com porque o
 nome de usuário é inválido. Nomes de usuário devem ser um endereço de
 e-mail
 válido.
 O Pidgin está na versao 2.7.10 e o Ubuntu é o 10.04.
 Já pesquisei vários foruns mas nenhuma dica resolveu o problema.
 Acontece com os contatos do hotmail.

 Obrigado

 --
 José Carlos Alão de Oliveira
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




-- 


Grande Abraço
Filipe Nogueira

GTALK:  nog.l...@gmail.com
MSN: nog.l...@hotmail.com
SKYPE: nog_lipe
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu + Internet Lenta

2011-03-01 Thread Jeferson Rodrigues
Hahahahahaha!
[traveling_in_mayonnaise_mode=ON]

Vai que a sua operadora tem um esquema com a M$, que tem um esquema com a
fabricante do roteador, que boicota o uso do Linux =DDD

[traveling_in_mayonnaise_mode=OFF]

Não não... não era vc o alvo hehehehe na verdade foi só uma
brincadeirinha, pois não tem nenhuma lógica acontecer isso... por este
motivo recomendei vc tentar trocar o roteador (isso é verdade).
Mas na real, tente fazer um teste trocando ele.

Demais, podem ser outros fatores.

Ah! Uma pergunta a fazer. Eu já ouvi falar em lentidão, se tratando de
conexões wireless seguras. Você utiliza algum sistema de segurança no seu
roteador? WPA, WEP ... ??? Se tiver, tente fazer um teste desabilitando esse
sistema. Abra as pernas do roteador só para vc testar isso. Se funfar, vc
pode fazer controle por mac address.

Abraços

Em 1 de março de 2011 09:45, tiozaoamb tiozao...@gmail.com escreveu:

 Vou fazer este teste, Obrigado.

 Quando comecei a ler o e-mail ,eu pensei que vc tava falando que o
 preconceituoso com Software livre era eu!! heheheh

 Viva o Ubuntu ahuuhauhahu


 On 03/01/2011 08:53 AM, Jeferson Rodrigues wrote:

 Já sei qual é o problema, e tá no roteador wireless. Se chama
 preconceito,
 e isto está relacionado ao uso de Software Livre.
 Eu poderia afirmar que talvez seja um problema de DNS no Ubuntu, mas se vc
 falou que numa VM rodando Windows XP roda normal, e sabendo que as
 configurações são herdadas do sistema hospedeiro (Ubuntu), então a única
 coisa que sobrou é realmente isso.

 Minha sugestão é realmente trocar o modem, nem que seja um emprestado de
 alguém conhecido para testar.

 Abraço

 Em 28 de fevereiro de 2011 17:52, tiozaoambtiozao...@gmail.com
  escreveu:

  Não é D-Link não... a Telefonia deixou pra mim umModem Router Wireless
 Xavi
 X7868r+ :

 Eu nunca tinha visto um desses... por isso que inicialmentre pus a culpa
 nele...  =)




 On 02/28/2011 05:44 PM, Filipe Nogueira de Souza wrote:

  vc utiliza rede sem fio d-link ???

 pq tive o mesmo problema porem depois de muito muito proucurar no meu
 caso
 o
 problema erra o d-link tem uma configuracao nele q tinha q ser trocada
 pois
 ele veio errado de fabrica!!!

 Em 28 de fevereiro de 2011 17:40, Jeferson Rodrigues
 jefero...@gmail.comescreveu:

  Está faltando informações importantes, mas creio que o problema não
 seja

 com
 o Ubuntu. Vou fazer algumas perguntas iniciais.

 O compartilhamento da internet é via wireless ou cabo?
 A máquina que vc se refere (Dell) é um desktop ou notebook?

 Abraços

 Em 28 de fevereiro de 2011 16:34, tiozaoambtiozao...@gmail.com
 escreveu:

  Srs.,

 Aqui na empresa eu uso o Ubuntu em uma maquina com HD partiocionado..
 e
 nunca tive problemas com velocidade da internet.
 Em casa, a minha maquina é parecida, também é um Dell, entretanto não
 uso
 partição nenhuma.. o unico SO instalado é o Ubuntu.

 Na minha casa, a conexão com a internet fica extremamente lenta... eu
 ja
 fiz testes de conectividade e está td normal.. a minha conexão é de

  2MB...

  eu consigo fazer downloades de 200kb de boa... agora a navegação em si
 é
 horrível. Se eu ligar um note da minha esposa que usa Windows, a
 conexão
 fica normal...

 Eu ja desabilitei o IPV6... mesmo achando que isso nao adiantaria
 muito..
 Já troquei meu DNS pelo do OpenDNS
 E já fiz alguns ajustes que achei na net para fazer especificamente no
 firefox, tornando ele mais veloz.. e as melhorias foram mínimas...

 Chego a pensar que o problema é no meu modem.. que talvez não vá com a

  cara

  do linux... não sei se estou falando besteira...

 Eu sei que o assuntu InternetLenta + Ubuntu é antigo, mas eu vasculhei
 os
 antigos e-mails da lista e as soluções que achei não me ajudaram
 muito.

 Alguém tem alguma idéia nova?

 Agradeço desde já pela ajuda, e desculpe-me pelo extenso e-mail.

 []'s

 Johnny Meneses
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  --

 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


   --

 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu + Internet Lenta

2011-03-01 Thread tiozaoamb

ehehehehe
Sim sim eu uso segurança sim, WPA se não estou enganado.
Eu tive que colocar pois meu vizinhos são muito espertinhos.. Vou fazer 
um teste com sistema de segurança desligado e com o sinal da wirelles 
desativado também, acho que pode ser um teste válido. O que eu NÂO vou 
fazer e colocar o Ruindows lá ehehehe


On 03/01/2011 10:24 AM, Jeferson Rodrigues wrote:

Hahahahahaha!
[traveling_in_mayonnaise_mode=ON]

Vai que a sua operadora tem um esquema com a M$, que tem um esquema com a
fabricante do roteador, que boicota o uso do Linux =DDD

[traveling_in_mayonnaise_mode=OFF]

Não não... não era vc o alvo hehehehe na verdade foi só uma
brincadeirinha, pois não tem nenhuma lógica acontecer isso... por este
motivo recomendei vc tentar trocar o roteador (isso é verdade).
Mas na real, tente fazer um teste trocando ele.

Demais, podem ser outros fatores.

Ah! Uma pergunta a fazer. Eu já ouvi falar em lentidão, se tratando de
conexões wireless seguras. Você utiliza algum sistema de segurança no seu
roteador? WPA, WEP ... ??? Se tiver, tente fazer um teste desabilitando esse
sistema. Abra as pernas do roteador só para vc testar isso. Se funfar, vc
pode fazer controle por mac address.

Abraços

Em 1 de março de 2011 09:45, tiozaoambtiozao...@gmail.com  escreveu:


Vou fazer este teste, Obrigado.

Quando comecei a ler o e-mail ,eu pensei que vc tava falando que o
preconceituoso com Software livre era eu!! heheheh

Viva o Ubuntu ahuuhauhahu


On 03/01/2011 08:53 AM, Jeferson Rodrigues wrote:


Já sei qual é o problema, e tá no roteador wireless. Se chama
preconceito,
e isto está relacionado ao uso de Software Livre.
Eu poderia afirmar que talvez seja um problema de DNS no Ubuntu, mas se vc
falou que numa VM rodando Windows XP roda normal, e sabendo que as
configurações são herdadas do sistema hospedeiro (Ubuntu), então a única
coisa que sobrou é realmente isso.

Minha sugestão é realmente trocar o modem, nem que seja um emprestado de
alguém conhecido para testar.

Abraço

Em 28 de fevereiro de 2011 17:52, tiozaoambtiozao...@gmail.com
  escreveu:

  Não é D-Link não... a Telefonia deixou pra mim umModem Router Wireless

Xavi
X7868r+ :

Eu nunca tinha visto um desses... por isso que inicialmentre pus a culpa
nele...  =)




On 02/28/2011 05:44 PM, Filipe Nogueira de Souza wrote:

  vc utiliza rede sem fio d-link ???

pq tive o mesmo problema porem depois de muito muito proucurar no meu
caso
o
problema erra o d-link tem uma configuracao nele q tinha q ser trocada
pois
ele veio errado de fabrica!!!

Em 28 de fevereiro de 2011 17:40, Jeferson Rodrigues
jefero...@gmail.comescreveu:

  Está faltando informações importantes, mas creio que o problema não
seja


com
o Ubuntu. Vou fazer algumas perguntas iniciais.

O compartilhamento da internet é via wireless ou cabo?
A máquina que vc se refere (Dell) é um desktop ou notebook?

Abraços

Em 28 de fevereiro de 2011 16:34, tiozaoambtiozao...@gmail.com
escreveu:

  Srs.,


Aqui na empresa eu uso o Ubuntu em uma maquina com HD partiocionado..
e
nunca tive problemas com velocidade da internet.
Em casa, a minha maquina é parecida, também é um Dell, entretanto não
uso
partição nenhuma.. o unico SO instalado é o Ubuntu.

Na minha casa, a conexão com a internet fica extremamente lenta... eu
ja
fiz testes de conectividade e está td normal.. a minha conexão é de

  2MB...

  eu consigo fazer downloades de 200kb de boa... agora a navegação em si

é
horrível. Se eu ligar um note da minha esposa que usa Windows, a
conexão
fica normal...

Eu ja desabilitei o IPV6... mesmo achando que isso nao adiantaria
muito..
Já troquei meu DNS pelo do OpenDNS
E já fiz alguns ajustes que achei na net para fazer especificamente no
firefox, tornando ele mais veloz.. e as melhorias foram mínimas...

Chego a pensar que o problema é no meu modem.. que talvez não vá com a

  cara

  do linux... não sei se estou falando besteira...

Eu sei que o assuntu InternetLenta + Ubuntu é antigo, mas eu vasculhei
os
antigos e-mails da lista e as soluções que achei não me ajudaram
muito.

Alguém tem alguma idéia nova?

Agradeço desde já pela ajuda, e desculpe-me pelo extenso e-mail.

[]'s

Johnny Meneses
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  --


Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


   --

Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  --

Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


--
Mais 

Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Jenny Horta

Em 01-03-2011 09:38, Humberto Fraga escreveu:

Em 1 de março de 2011 09:30, Jenny Hortajennyho...@gmail.com  escreveu:


A página de download do IRPF (programa p/ fazer a declaração) não entra.
Além disso, ele diz que não tenho o Java e aí é que o bicho pega he he he
No ano passado fui p/ o outro PC e fiz a declaração no Win, mas este ano
quero fazer no meu note!


Jenny, o bicho não pega, vamos com calma.
Oi, Humberto e todos ! Desculpem se sou assim meio afobadaé 
realmente meu maior defeito.
Bem, o programa da declaração eu já consegui instalar, só falta o 
Receitanet.

Essa página usa javascript para exibir alguns menus, mas isso não é motivo
para exigir o java para abri-la. Eu te perguntei que java você tem
instalado, você sabe ver qual é?

Primeiro o java:
Abra o terminal, digite o comando
$ java -version

Ele vai dizer a versão dele, se for o OpenJDK vai ser algo parecido com
OpenJDK Runtime Environment (IcedTea6 1.8.2). Cole aqui o resultado do
comando.


O resultado do Java foi:

jenny@jenny-laptop:~$ java -version
java version 1.6.0_20
OpenJDK Runtime Environment (IcedTea6 1.9.5) (6b20-1.9.5-0ubuntu1)
OpenJDK Server VM (build 19.0-b09, mixed mode)
jenny@jenny-laptop:~$

Depois o plugin do java pro navegador:
No firefox, acesse o menu Ferramentas, opção Complementos, aba Plugins. O
plugin java do OpenJDK é o IcedTea, veja se ele aparece nesta lista.

Seria legal também você postar um print screen da página no imgur.com para
mostrar pra gente qual é o erro.



Nos complementos do Firefox - (gostei deste site! Não conhecia.) Veja se 
publiquei direitinho a captura de tela: http://imgur.com/ro7Yk


Acho que quanto ao Java, está resolvido, né?
Mas em relação ao Receitanet eu fiz o que vc me sugeriu, passo a passo, 
mas não sei o que ocorre, deixei o arquivo sem extensão - tirei o .bin, 
mas ele não roda, eu clico e não acontece nada. Notei que, ao renomear, 
ele fica como executável - muda o ícone, mas não executa.


--
Jenny Horta
http://aprendizagemdigital.wordpress.com 
http://aprendizagemdigital.wordpress.com/ 
http://sleducacional.org http://sleducacional.org/


Diz-me, e eu esquecerei; ensina-me e eu lembrar-me-ei; envolve-me, e 
eu aprenderei. (Autor desconhecido)


Usuária Linux:#474916
Usuária Ubuntu: #23036
identica/twitter: @nynyhorta
skype: melhorart



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Humberto Fraga
Em 1 de março de 2011 10:29, Jenny Horta jennyho...@gmail.com escreveu:

 Mas em relação ao Receitanet eu fiz o que vc me sugeriu, passo a passo, mas
 não sei o que ocorre, deixei o arquivo sem extensão - tirei o .bin, mas ele
 não roda, eu clico e não acontece nada. Notei que, ao renomear, ele fica
 como executável - muda o ícone, mas não executa.


Ok, executei ele aqui pelo terminal e deu erro. Para executar pelo terminal,
é assim:
Abre o terminal e vai atá a pasta onde ele foi salvo:
$ cd Download/

Depois executa ele como se fosse um script:
$ ./ReceitanetJava2010.02d_setup_linux

Aqui ele mostrou o erro:
The wizard cannot continue because of the following error: could not load
wizard specified in /wizard.inf (104)

O mesmo erro aconteceu com dois downloads diferentes do arquivo. Agora é
esperar que venha alguma correção.

Lembrando que o Receitanet é só para o envio da declaração, então podemos
por enquanto prepará-la toda e deixar para enviar apenas quando sair a
versão corrigida do Receitanet.

-- 
Humberto Fraga
http://lixaonerd.wordpress.com
http://ostelematicos.blogspot.com

Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Jenny Horta

Em 01-03-2011 10:45, Humberto Fraga escreveu:

Em 1 de março de 2011 10:29, Jenny Hortajennyho...@gmail.com  escreveu:


Mas em relação ao Receitanet eu fiz o que vc me sugeriu, passo a passo, mas
não sei o que ocorre, deixei o arquivo sem extensão - tirei o .bin, mas ele
não roda, eu clico e não acontece nada. Notei que, ao renomear, ele fica
como executável - muda o ícone, mas não executa.


Ok, executei ele aqui pelo terminal e deu erro. Para executar pelo terminal,
é assim:
Abre o terminal e vai atá a pasta onde ele foi salvo:
$ cd Download/

Depois executa ele como se fosse um script:
$ ./ReceitanetJava2010.02d_setup_linux

Aqui ele mostrou o erro:
The wizard cannot continue because of the following error: could not load
wizard specified in /wizard.inf (104)

O mesmo erro aconteceu com dois downloads diferentes do arquivo. Agora é
esperar que venha alguma correção.

Lembrando que o Receitanet é só para o envio da declaração, então podemos
por enquanto prepará-la toda e deixar para enviar apenas quando sair a
versão corrigida do Receitanet.

OK! Entendido. Muito obrigada pela ajuda. Se você também vai fazer a 
sua, quando conseguir, me avise.
Sou apressadinha porque gosto de pegar logo de volta o que me tiram... 
professora ganha pouco, né?

Um abração

--
Jenny Horta
http://aprendizagemdigital.wordpress.com 
http://aprendizagemdigital.wordpress.com/ 
http://sleducacional.org http://sleducacional.org/


Diz-me, e eu esquecerei; ensina-me e eu lembrar-me-ei; envolve-me, e 
eu aprenderei. (Autor desconhecido)


Usuária Linux:#474916
Usuária Ubuntu: #23036
identica/twitter: @nynyhorta
skype: melhorart



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Humberto Fraga
Em 1 de março de 2011 11:02, Jenny Horta jennyho...@gmail.com escreveu:

 Sou apressadinha porque gosto de pegar logo de volta o que me tiram...
 professora ganha pouco, né?
 Um abração


Eu gosto de preparar logo e enviar só na última semana. Pra ficar nos
últimos lotes e receber um pouquinho a mais por causa da correção :)

-- 
Humberto Fraga
http://lixaonerd.wordpress.com
http://ostelematicos.blogspot.com

Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Não consigo adicionar contato no Pidgin

2011-03-01 Thread Leonardo Ribeiro
É um BUG que está afetando o pidgin. Está ocorrendo também no Adium para
Mac.



Sds,

Leonardo Filipe Rodrigues Ribeiro
NTI - Núcleo de Tecnologia da Informação - CEFET-MG
Ipatinga -  MG - Brasil
MSN: leonardofribeiro at gmail.com
Linux user: #435126
Geek by nature, Linux by choice!


2011/3/1 Filipe Nogueira de Souza nog.l...@gmail.com

 Ja tentou usar o emesene acho ele muito melhor q o pidgin e o amsn

 Em 1 de março de 2011 09:55, José Carlos Alão de Oliveira 
 jcala...@gmail.com escreveu:

  Estou tentando adicionar contatos no Pidgin e recebo a seguinte mensagem:
  Não foi possível adicionar o amigo sabrinaqolive...@hotmail.com porque
 o
  nome de usuário é inválido. Nomes de usuário devem ser um endereço de
  e-mail
  válido.
  O Pidgin está na versao 2.7.10 e o Ubuntu é o 10.04.
  Já pesquisei vários foruns mas nenhuma dica resolveu o problema.
  Acontece com os contatos do hotmail.
 
  Obrigado
 
  --
  José Carlos Alão de Oliveira
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 



 --


 Grande Abraço
 Filipe Nogueira

 GTALK:  nog.l...@gmail.com
 MSN: nog.l...@hotmail.com
 SKYPE: nog_lipe
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Problema de Audio

2011-03-01 Thread Emilio Fernandes
Pois é o alsamixer,
problema resolvido o hardware sempre funcionou
o cliente que mandou o painel ligado errado,
poxa vida 1 semana em cima disso pra não ser problema no sistema.
Mas lição aprendida, jamais confie no hardware que outra pessoa montou!!

:D

abraços e obrigado pelas respostas!

Em 1 de março de 2011 08:59, Marlon yoda...@gmail.com escreveu:

 Eu ia chutar problema de hardware...

 cara, mic uma vez pra configurar foi tenso, até hj eu não
 sei usar...

 tinha um programa da alsa que era pseudo-gráfico (era no terminal)
 e tinha que acertar o volume do mic lá.

 att
 --

 Marlon Valério
 ┌┐
   T0ddy Stone Brains
 └┘



 Em 28 de fevereiro de 2011 17:11, Emilio Fernandes emili...@gmail.com
 escreveu:

  Pois é, o problema foi que o fabricante que montou o equipamento mandou
 um
  conector para
  a parte frontal junto com a placa mãe e advinha, sim o conector foi
 montado
  errado!!
 
  Pois bem, som eu consegui fazer funcionar perfeitamente tanto na parte
  Frontal quanto na Traseira,
  porém o microfone continua sem sucesso!
 
  Em 28 de fevereiro de 2011 16:42, Humberto Fraga xisbe...@gmail.com
  escreveu:
 
   Em 28 de fevereiro de 2011 16:02, Emilio Fernandes emili...@gmail.com
   escreveu:
  
Gostaria de saber se alguém tem uma placa que usa o mesmo codec e
 está
   100%
funcional, no caso a parte Traseira e Frontal
estão funcionando tanto os speakers quanto o microfone?
   
  
   Será que em outro sistema (windows ou outra distribuição linux)
 funciona?
   Às
   vezes é só uma questão de os conectores do frontal não estarem
  conectados,
   ou estarem conectados de maneira errada (eu mesmo já conectei errado
 sem
   notar e depois pensei que era problema do ubuntu).
  
   --
   Humberto Fraga
   http://lixaonerd.wordpress.com
   http://ostelematicos.blogspot.com
  
   Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
   --
   Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
  
   Lista de discussão Ubuntu Brasil
   Histórico, descadastramento e outras opções:
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
 
 
 
  --
  Emilio Seidel Fernandes
  Tec. Desenvolvimento de Sistemas Distribuídos - UTFPR Curitiba
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




-- 
Emilio Seidel Fernandes
Tec. Desenvolvimento de Sistemas Distribuídos - UTFPR Curitiba
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Ávila .
Se ainda estiveres querendo remover o java e instalar o da sun segue uma
ajuda disponibilizada pelo André.
 http://andregondim.eti.br/2010/10/java-da-sun-e-banco-do-brasil/
 http://andregondim.eti.br/2010/10/java-da-sun-e-banco-do-brasil/Mas
recentemente descobri que se pode ter os dois instalados e alternar entre
eles. Não faz muito sentido mas é uma alternativa, veja.
http://www.mail-archive.com/ubuntu-br@lists.ubuntu.com/msg81953.html

http://www.mail-archive.com/ubuntu-br@lists.ubuntu.com/msg81953.html

Em 1 de março de 2011 11:17, Humberto Fraga xisbe...@gmail.com escreveu:

 Em 1 de março de 2011 11:02, Jenny Horta jennyho...@gmail.com escreveu:

  Sou apressadinha porque gosto de pegar logo de volta o que me tiram...
  professora ganha pouco, né?
  Um abração
 

 Eu gosto de preparar logo e enviar só na última semana. Pra ficar nos
 últimos lotes e receber um pouquinho a mais por causa da correção :)

 --
 Humberto Fraga
 http://lixaonerd.wordpress.com
 http://ostelematicos.blogspot.com

 Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




-- 
Ávila
(31)9325-6871
https://launchpad.net/~genin10
http://www.ubuntu-br.org/
A caixa dizia: 'Requer MS Windows ou superior',
 então eu instalei Debian/GNU Linux
Ubuntu User #29645
Linux User #499959
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Duvidas sobre o APTonCD

2011-03-01 Thread Marlon
ôlas Zandre

também dá :)
desculpe a solução RTA aplicada :P
não conheço esse aplicativo,
não tenho experiência com isso,
só gerei uma solução com base no que
eu sei, aí se não aparecesse uma resposta melhor
pelo menos dava pra viabilizar essa idéia.

abração
--

Marlon Valério
┌┐
   T0ddy Stone Brains
└┘



Em 1 de março de 2011 08:46, Zandre Bran zandreb...@ubuntu.com escreveu:

 2011/2/26 Marlon yoda...@gmail.com:

Ôlas Marlon e LoCoTeam.

 [...] coloca isso para rodar como um pós instalação
  para cada máquina e pronto...
 
  pode até fazer um scriptzinho no /etc/bash.bashrc
  que sempre veja se tem mais algum pacote para instalar
  que ele ainda não instalou...

 Sem discordar da forma e apenas acrescentando; não é mais fácil
 usar o apt-mirror?

  Abraço
  Marlon Valério

 -- []s
 -- Zandre.

 :: https://launchpad.net/~zandrebran
 :: http://www.linuxacessivel.org
 :: Campus Party 2011: - Toca GNUuuu :)

 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Duvidas sobre o APTonCD

2011-03-01 Thread Ávila .
Também não conheço essa solução e a sugerida pelo Marlon resolveu.
Inclusive esqueci de te agradecer pelo pronto retorno, Marlon.
Obrigado atrasado.

Em 1 de março de 2011 11:55, Marlon yoda...@gmail.com escreveu:

 ôlas Zandre

 também dá :)
 desculpe a solução RTA aplicada :P
 não conheço esse aplicativo,
 não tenho experiência com isso,
 só gerei uma solução com base no que
 eu sei, aí se não aparecesse uma resposta melhor
 pelo menos dava pra viabilizar essa idéia.

 abração
 --

 Marlon Valério
 ┌┐
   T0ddy Stone Brains
 └┘



 Em 1 de março de 2011 08:46, Zandre Bran zandreb...@ubuntu.com escreveu:

  2011/2/26 Marlon yoda...@gmail.com:
 
 Ôlas Marlon e LoCoTeam.
 
  [...] coloca isso para rodar como um pós instalação
   para cada máquina e pronto...
  
   pode até fazer um scriptzinho no /etc/bash.bashrc
   que sempre veja se tem mais algum pacote para instalar
   que ele ainda não instalou...
 
  Sem discordar da forma e apenas acrescentando; não é mais fácil
  usar o apt-mirror?
 
   Abraço
   Marlon Valério
 
  -- []s
  -- Zandre.
 
  :: https://launchpad.net/~zandrebran
  :: http://www.linuxacessivel.org
  :: Campus Party 2011: - Toca GNUuuu :)
 
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




-- 
Ávila
(31)9325-6871
https://launchpad.net/~genin10
http://www.ubuntu-br.org/
A caixa dizia: 'Requer MS Windows ou superior',
 então eu instalei Debian/GNU Linux
Ubuntu User #29645
Linux User #499959
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Preciso melhorar o desempenho da minha placa de video

2011-03-01 Thread Gisele Neuls
obrigada, meninos
vou testar amanha e dou o retorno, hj tenho que entregar uma matéria que não
tá nem na metade.
;)
Gisele

Em 1 de março de 2011 09:12, Jeferson Rodrigues jefero...@gmail.comescreveu:

 Gisele, faiz um favorzão então.

 1) Instala novamente os drivers que enlouquecem os gráficos (heheheheh).

 2) Instale o pacote mesa-utils através do comando:


  sudo apt-get install mesa-utils
 

 3) Execute o seguinte comando:

 glxinfo | grep direct rendering

 4) Diga para nós se o resultado for Yes ou No.


 PS: No meu HP eu utilizo uma Radeon HD4200 (mais atual, porém não muito
 diferente) e os gráficos não ficam loucos =D rodam sem problema nenhum...


 Abraços



 Em 1 de março de 2011 09:20, Zandre Bran zandreb...@ubuntu.com escreveu:

  2011/2/26 Gisele Neuls gisele.ne...@gmail.com:
   olá, pessoas livres
 
 Ôlas Gisele.
 
   Que tal a gente tentar de novo fazer minha placa de video funcionar
   com recursos avançados? [...]
 
 Vamos sim.
 
   [...] O
   desempenho do video em geral também não tá uma maravilha, de vez em
   quando ele demora alguns segundos pra trocar de janela e dá umas
   piradas. Nada como aqueles fogos de artifício (lembram deles?), mas eu
   sei que posso fazer melhor com minha máquina.
 
  Aqui depende não depende somente da placa de vídeo porque está é
  integrada. Talvez mudando os recursos de exibição do compiz possa lhe
  trazer algum resultado. Instala este cara aqui:
 
  $ sudo apt-get install compizconfig-settings-manager
 
 Depois, em Sistema, Preferencias, CompizConfig Settings Manager
  (Configuração do Compiz ou algo assim), General Option (opções gerais
  ou algo assim), Display settings (opções de exibição ou algo assim) em
  Texture Filter (filtro de textura ou algo assim) escolha Fast (rápido
  ou algo assim). Veja se melhora o tempo de exibição.
 
 A, desculpe pelos ou algo assim pois uso em english e
  tradução nem sempre é a que me vem a mente.
 
  [...] Placa de vídeo: ATI Graphics Radeon HD 3200
   Quando instalei os drivers adicionais o video pirou, voltou ao normal
   quando desinstalei.
 
  Tenho esta placa e estou usando o módulo radeon (padrão da
  instalação) com ótimos resultados:
 
  01:05.0 VGA compatible controller [0300]: ATI Technologies Inc
  RS780M/RS780MN [Radeon HD 3200 Graphics] [1002:9612]
 Kernel driver in use: radeon
 Kernel modules: radeon
 
   Gisele
 
  -- []s
  -- Zandre.
 
  :: https://launchpad.net/~zandrebran
  :: http://www.linuxacessivel.org
  :: Campus Party 2011: - Toca GNUuuu :)
 
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Problema de Audio

2011-03-01 Thread Marlon
Cara, depois de computadores fora da tomada, ou a internet não funciona
(pq a área está sem energia elétrica) e um cd dobrado no meio para caber no
drive de disquete... eu aprendi a começar pelo começo... bm pelo começo
:)

abraços
--

Marlon Valério
┌┐
   T0ddy Stone Brains
└┘



Em 1 de março de 2011 11:33, Emilio Fernandes emili...@gmail.com escreveu:

 Pois é o alsamixer,
 problema resolvido o hardware sempre funcionou
 o cliente que mandou o painel ligado errado,
 poxa vida 1 semana em cima disso pra não ser problema no sistema.
 Mas lição aprendida, jamais confie no hardware que outra pessoa montou!!

 :D

 abraços e obrigado pelas respostas!

 Em 1 de março de 2011 08:59, Marlon yoda...@gmail.com escreveu:

  Eu ia chutar problema de hardware...
 
  cara, mic uma vez pra configurar foi tenso, até hj eu não
  sei usar...
 
  tinha um programa da alsa que era pseudo-gráfico (era no terminal)
  e tinha que acertar o volume do mic lá.
 
  att
  --
 
  Marlon Valério
  ┌┐
T0ddy Stone Brains
  └┘
 
 
 
  Em 28 de fevereiro de 2011 17:11, Emilio Fernandes emili...@gmail.com
  escreveu:
 
   Pois é, o problema foi que o fabricante que montou o equipamento mandou
  um
   conector para
   a parte frontal junto com a placa mãe e advinha, sim o conector foi
  montado
   errado!!
  
   Pois bem, som eu consegui fazer funcionar perfeitamente tanto na parte
   Frontal quanto na Traseira,
   porém o microfone continua sem sucesso!
  
   Em 28 de fevereiro de 2011 16:42, Humberto Fraga xisbe...@gmail.com
   escreveu:
  
Em 28 de fevereiro de 2011 16:02, Emilio Fernandes 
 emili...@gmail.com
escreveu:
   
 Gostaria de saber se alguém tem uma placa que usa o mesmo codec e
  está
100%
 funcional, no caso a parte Traseira e Frontal
 estão funcionando tanto os speakers quanto o microfone?

   
Será que em outro sistema (windows ou outra distribuição linux)
  funciona?
Às
vezes é só uma questão de os conectores do frontal não estarem
   conectados,
ou estarem conectados de maneira errada (eu mesmo já conectei errado
  sem
notar e depois pensei que era problema do ubuntu).
   
--
Humberto Fraga
http://lixaonerd.wordpress.com
http://ostelematicos.blogspot.com
   
Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
   
Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
   
  
  
  
   --
   Emilio Seidel Fernandes
   Tec. Desenvolvimento de Sistemas Distribuídos - UTFPR Curitiba
   --
   Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
  
   Lista de discussão Ubuntu Brasil
   Histórico, descadastramento e outras opções:
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 



 --
 Emilio Seidel Fernandes
 Tec. Desenvolvimento de Sistemas Distribuídos - UTFPR Curitiba
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Programa tradutor de legendas de filmes

2011-03-01 Thread Edson.Yahoo

Ok! André
Grato pelas informações.
Abçs
Edson

=


Em 28-02-2011 15:08, Andre Cavalcante escreveu:

2011/2/28 Edson.Yahooecpor...@yahoo.com.br


Ok! Marlon
Grato pela atenção... mas o que estou necessitando é de um programa que
faça traduções de arquivos .srt sem alterar a formatação do arquivo...
existem no Windows programas com esta finalidade.
Abçs
Edson.


Já responderam: subtitle editor. Tem suporte completo para tradução
(mosra/edita coluna de tradução, salva somente a tradução / gerencia projeto
(com várias línguas). Verifica automaticamente no player a sincronização e
ainda permite tu mudares algo se quiseres.

Agora, o que ele não faz é traduzir o texto. Para isso, use um programa de
tradução, ou traduza por você mesmo (o que deve sair melhor que o programa
de tradução).


André Cavalcante





--
The Ubuntu Counter Project - user number # 31143 
http://ubuntucounter.geekosophical.net

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Acesso a Impressora Via REDE sem Autenticar

2011-03-01 Thread Marcelo Silva (IG)
Pessoal, tenho uma maquina com Kubuntu 10.10 e nela tenho uma HP configurada e 
funcionando certinho.
Acontece que para imprimir de uma maquina windows nela, tenho primeiro que 
autenticar com o usuario Ubuntu senão ela não imprime.
Como liberar a impressora para acesso livre pela rede?

Será que vou ter que cadastrar todos os usuarios do windows no linux pra poder 
imprimir lá?


Marcelo Silva

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu + Internet Lenta

2011-03-01 Thread Jeferson Rodrigues
Tá certo! Manda bronca e manda os resultados para vermos!

Abraços

Em 1 de março de 2011 10:28, tiozaoamb tiozao...@gmail.com escreveu:

 ehehehehe
 Sim sim eu uso segurança sim, WPA se não estou enganado.
 Eu tive que colocar pois meu vizinhos são muito espertinhos.. Vou fazer um
 teste com sistema de segurança desligado e com o sinal da wirelles
 desativado também, acho que pode ser um teste válido. O que eu NÂO vou fazer
 e colocar o Ruindows lá ehehehe


 On 03/01/2011 10:24 AM, Jeferson Rodrigues wrote:

 Hahahahahaha!
 [traveling_in_mayonnaise_mode=ON]

 Vai que a sua operadora tem um esquema com a M$, que tem um esquema com a
 fabricante do roteador, que boicota o uso do Linux =DDD

 [traveling_in_mayonnaise_mode=OFF]

 Não não... não era vc o alvo hehehehe na verdade foi só uma
 brincadeirinha, pois não tem nenhuma lógica acontecer isso... por este
 motivo recomendei vc tentar trocar o roteador (isso é verdade).
 Mas na real, tente fazer um teste trocando ele.

 Demais, podem ser outros fatores.

 Ah! Uma pergunta a fazer. Eu já ouvi falar em lentidão, se tratando de
 conexões wireless seguras. Você utiliza algum sistema de segurança no seu
 roteador? WPA, WEP ... ??? Se tiver, tente fazer um teste desabilitando
 esse
 sistema. Abra as pernas do roteador só para vc testar isso. Se funfar, vc
 pode fazer controle por mac address.

 Abraços

 Em 1 de março de 2011 09:45, tiozaoambtiozao...@gmail.com  escreveu:

  Vou fazer este teste, Obrigado.

 Quando comecei a ler o e-mail ,eu pensei que vc tava falando que o
 preconceituoso com Software livre era eu!! heheheh

 Viva o Ubuntu ahuuhauhahu


 On 03/01/2011 08:53 AM, Jeferson Rodrigues wrote:

  Já sei qual é o problema, e tá no roteador wireless. Se chama
 preconceito,
 e isto está relacionado ao uso de Software Livre.
 Eu poderia afirmar que talvez seja um problema de DNS no Ubuntu, mas se
 vc
 falou que numa VM rodando Windows XP roda normal, e sabendo que as
 configurações são herdadas do sistema hospedeiro (Ubuntu), então a única
 coisa que sobrou é realmente isso.

 Minha sugestão é realmente trocar o modem, nem que seja um emprestado de
 alguém conhecido para testar.

 Abraço

 Em 28 de fevereiro de 2011 17:52, tiozaoambtiozao...@gmail.com
  escreveu:

  Não é D-Link não... a Telefonia deixou pra mim umModem Router Wireless

 Xavi
 X7868r+ :

 Eu nunca tinha visto um desses... por isso que inicialmentre pus a
 culpa
 nele...  =)




 On 02/28/2011 05:44 PM, Filipe Nogueira de Souza wrote:

  vc utiliza rede sem fio d-link ???

 pq tive o mesmo problema porem depois de muito muito proucurar no meu
 caso
 o
 problema erra o d-link tem uma configuracao nele q tinha q ser trocada
 pois
 ele veio errado de fabrica!!!

 Em 28 de fevereiro de 2011 17:40, Jeferson Rodrigues
 jefero...@gmail.comescreveu:

  Está faltando informações importantes, mas creio que o problema não
 seja

  com
 o Ubuntu. Vou fazer algumas perguntas iniciais.

 O compartilhamento da internet é via wireless ou cabo?
 A máquina que vc se refere (Dell) é um desktop ou notebook?

 Abraços

 Em 28 de fevereiro de 2011 16:34, tiozaoambtiozao...@gmail.com
 escreveu:

  Srs.,

  Aqui na empresa eu uso o Ubuntu em uma maquina com HD
 partiocionado..
 e
 nunca tive problemas com velocidade da internet.
 Em casa, a minha maquina é parecida, também é um Dell, entretanto
 não
 uso
 partição nenhuma.. o unico SO instalado é o Ubuntu.

 Na minha casa, a conexão com a internet fica extremamente lenta...
 eu
 ja
 fiz testes de conectividade e está td normal.. a minha conexão é de

  2MB...

  eu consigo fazer downloades de 200kb de boa... agora a navegação em
 si

 é
 horrível. Se eu ligar um note da minha esposa que usa Windows, a
 conexão
 fica normal...

 Eu ja desabilitei o IPV6... mesmo achando que isso nao adiantaria
 muito..
 Já troquei meu DNS pelo do OpenDNS
 E já fiz alguns ajustes que achei na net para fazer especificamente
 no
 firefox, tornando ele mais veloz.. e as melhorias foram mínimas...

 Chego a pensar que o problema é no meu modem.. que talvez não vá com
 a

  cara

  do linux... não sei se estou falando besteira...

 Eu sei que o assuntu InternetLenta + Ubuntu é antigo, mas eu
 vasculhei
 os
 antigos e-mails da lista e as soluções que achei não me ajudaram
 muito.

 Alguém tem alguma idéia nova?

 Agradeço desde já pela ajuda, e desculpe-me pelo extenso e-mail.

 []'s

 Johnny Meneses
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  --

  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


   --

 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 

Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Jeferson Rodrigues
É, esse esquema de alterar entre VM's é para quem prefere software livre
mesmo
como identificamos aqui no fórum mesmo.

Aqui na empresa que trabalho fizeram uma distribuição baseada no Debian
Lenny,
e ela vem com o open-jdk, porém os pacotes são muito dependentes um do
outro,
e fizeram um esquema que se agente apagar o open-jdk é removido vários
outros
pacotes, inclusive o gnome inteiro. Então eu aprendi esse comando
(update-alternatives) com o pessoal daqui, pois para rodar algumas
aplicações
realmente precisamos do java da Sun.
Agora depende de vc.

Abraços

Em 1 de março de 2011 11:54, Ávila . genin...@gmail.com escreveu:

 Se ainda estiveres querendo remover o java e instalar o da sun segue uma
 ajuda disponibilizada pelo André.
  http://andregondim.eti.br/2010/10/java-da-sun-e-banco-do-brasil/
  http://andregondim.eti.br/2010/10/java-da-sun-e-banco-do-brasil/Mas
 recentemente descobri que se pode ter os dois instalados e alternar entre
 eles. Não faz muito sentido mas é uma alternativa, veja.
 http://www.mail-archive.com/ubuntu-br@lists.ubuntu.com/msg81953.html

 http://www.mail-archive.com/ubuntu-br@lists.ubuntu.com/msg81953.html

 Em 1 de março de 2011 11:17, Humberto Fraga xisbe...@gmail.com escreveu:

  Em 1 de março de 2011 11:02, Jenny Horta jennyho...@gmail.com
 escreveu:
 
   Sou apressadinha porque gosto de pegar logo de volta o que me tiram...
   professora ganha pouco, né?
   Um abração
  
 
  Eu gosto de preparar logo e enviar só na última semana. Pra ficar nos
  últimos lotes e receber um pouquinho a mais por causa da correção :)
 
  --
  Humberto Fraga
  http://lixaonerd.wordpress.com
  http://ostelematicos.blogspot.com
 
  Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 



 --
 Ávila
 (31)9325-6871
 https://launchpad.net/~genin10
 http://www.ubuntu-br.org/
 A caixa dizia: 'Requer MS Windows ou superior',
  então eu instalei Debian/GNU Linux
 Ubuntu User #29645
 Linux User #499959
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Acesso a Impressora Via REDE sem Autenticar

2011-03-01 Thread Jeferson Rodrigues
Nem o Windows Vista/7 permite mais fazer isso (pelo menos eu não
consegui)
Mas no Linux acho que tem jeito sim.
É que faz mto tempo que eu não faço uso de impressoras compartilhadas, e já
não
lembro mais de configurações do Samba, mas calma que já já te dão um
feedback.

Abraços

Em 1 de março de 2011 13:20, Marcelo Silva (IG) marc...@ig.com.brescreveu:

 Pessoal, tenho uma maquina com Kubuntu 10.10 e nela tenho uma HP
 configurada e funcionando certinho.
 Acontece que para imprimir de uma maquina windows nela, tenho primeiro que
 autenticar com o usuario Ubuntu senão ela não imprime.
 Como liberar a impressora para acesso livre pela rede?

 Será que vou ter que cadastrar todos os usuarios do windows no linux pra
 poder imprimir lá?


 Marcelo Silva
 
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Ubuntu Server

2011-03-01 Thread Wilson Bom

Pessoal,

Instalei o Ubuntu Server 10.04.

A resuloção da tela no console esta muito alta e desta forma as letras ficam 
diminutas.

Tem como configurar para resolução menor ( 800 x 600 ) ?

Qual seria este arquivo para configuração ?

Desde já, meu muito obrigado.

Wilson Bom



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Atualização 10.10

2011-03-01 Thread Tulio Baars
Olha, obrigado pela resposta!

Assim, o que eu gostei no 10.10 foi as mudanças visuais no tema Ambiance,
ficaram bem legais, mas é só isso.

Teria como eu ter o Ambiance atualizado?

Valeu! Decidi não atualizar...

Qual vai ser o próximo LTS? 12.04?

Em 1 de março de 2011 09:02, Zandre Bran zandreb...@ubuntu.com escreveu:

 2011/2/27 Tulio Baars ttab...@ttablet.net:
  Bom dia pessoal,

Ôlas Tulio.

  Sempre gostei de usar versões do Ubuntu com suporte a longo prazo, pela
  ideia de 'estabilidade'. Não que os outros sejam instáveis, mas os LTS
  parecem ser mais seguros. Sei lá, nóia minha mesmo.

 Não é noia. Eu só uso versões LTS. Por que estas semestrais quando
 estão ficando maduras para uso já tem outra saindo do forno. E tirando
 o kernel é praticamente mais do mesmo. A única mudança que vejo pela
 frente é o GTK-3 e talvez Btrfs.

  Beleza. Situação é a seguinte: Em Dezembro do ano passado, eu rodando o
  10.04.1, decidi atualizar para o 10.10, porque achei que algumas coisas
  (visualmente falando) ficaram bem resolvidas [...]

 Poderia ser mais especifico? Porque eu não consegui ver nada
 visualmente falando melhor; claro tirando o tema ligth. Eu aqui estou
 usando o LTS com o murrine 0.91.0~git201102271318~daily1~lucid1 e o
 tema do Light 0.1.7+bzr48~daily~lucid1.

  Uso Ubuntu a 5 anos, e sempre ouvi gente dizendo que nunca se deve
  atualizar, sempre fazer uma 'limpa' e outros que não vem problema. Eu
 sempre
  formatava a cada 6 meses, ficando com o último. Só parei de fazer isso
 com o
  Lucid, que é bem estável.

 Não sei como está a questão das atualizações de versões porque
 nunca usei. Como tenho meu /home separado sempre faço uma instalação
 limpa.

  Não pretendo esperar pelo Natty, visto que achei o Unity um Gnome
 piorado.

 Também não estou gostando do Unity; mas ainda é cedo para sabermos
 porque está muito novo. De qualquer forma o visual me lembra um antigo
 navegador da Microsoft que foi abandonado, acho que era MSN explorer
 (algo assim) que queria competir com a AOL. k k k k, do arco da velha
 esta. De qualquer vou esperar lá pelo 11.10 ou 12.04 para ter uma
 ideia mais precisa. Mas estou inclinado a seguir o gnome-shell.

  Agora me digam: *Vale a pena atualizar?*

Em minha opinião, não.

  Valeu a dica aí,
  Grande abraço

 -- []s
 -- Zandre.

 :: https://launchpad.net/~zandrebran
 :: http://www.linuxacessivel.org
 :: Campus Party 2011: - Toca GNUuuu :)

 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




-- 
*Tulio Baars*
ttablet.net
Network Engineer
at *TecnoLiberty*
*
*
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Conexão instável

2011-03-01 Thread Tulio
Boa tarde a todos novamente!

Gente, antes de tudo, quero fazer uma pergunta a respeito de uma distro
feita sobre o Ubuntu 8.04, o BackTrack 4. Ele roda o KDE 3.6.
Se não for pertinente a esta lista, ok. Mas perguntei antes na lista do
BackTrack, mas me disseram que era da área do Ubuntu então vim aqui =D

Beleza, negócio é o seguinte: Uso Wireless em uma estação rodando o
BackTrack, já que trabalho na área de segurança da minha empresa. O uso de
Ethernet é ruim, porque fica uma cabarada...

Mas o que está acontecendo, é que a conexão cai, se fica em 'Idle' , pelo
que parece. Assim, por exemplo, estou com o Kmail, Skype e Kopete ativos, e
isso é o 'Idle'. A conexão só não cai durante um download ou upload, o que é
bem curioso. Esta bicheira começou após a instalação do Amarok (Vai
entender). O que rola de vez em quando é, depois de um grande upload com o
Filezilla (Não suporto o gFTP), a conexão fica estável por uns 30 minutos.

E agora? O que fazer para que fique tudo decente?


Valeu gente boa!






-- 
*Regards,*
*
*

*Tulio Baars*
Security Chief
Network Engineer
*TecnoLiberty* Corporate CloudComputing
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Jenny Horta

Em 01-03-2011 14:36, Jeferson Rodrigues escreveu:

É, esse esquema de alterar entre VM's é para quem prefere software livre
mesmo
como identificamos aqui no fórum mesmo.

Aqui na empresa que trabalho fizeram uma distribuição baseada no Debian
Lenny,
e ela vem com o open-jdk, porém os pacotes são muito dependentes um do
outro,
e fizeram um esquema que se agente apagar o open-jdk é removido vários
outros
pacotes, inclusive o gnome inteiro. Então eu aprendi esse comando
(update-alternatives) com o pessoal daqui, pois para rodar algumas
aplicações
realmente precisamos do java da Sun.
Agora depende de vc.

Abraços

Em 1 de março de 2011 11:54, Ávila .genin...@gmail.com  escreveu:


Se ainda estiveres querendo remover o java e instalar o da sun segue uma
ajuda disponibilizada pelo André.
  http://andregondim.eti.br/2010/10/java-da-sun-e-banco-do-brasil/
  http://andregondim.eti.br/2010/10/java-da-sun-e-banco-do-brasil/Mas
recentemente descobri que se pode ter os dois instalados e alternar entre
eles. Não faz muito sentido mas é uma alternativa, veja.
http://www.mail-archive.com/ubuntu-br@lists.ubuntu.com/msg81953.html

http://www.mail-archive.com/ubuntu-br@lists.ubuntu.com/msg81953.html

Em 1 de março de 2011 11:17, Humberto Fragaxisbe...@gmail.com  escreveu:


Em 1 de março de 2011 11:02, Jenny Hortajennyho...@gmail.com

escreveu:

Sou apressadinha porque gosto de pegar logo de volta o que me tiram...
professora ganha pouco, né?
Um abração


Eu gosto de preparar logo e enviar só na última semana. Pra ficar nos
últimos lotes e receber um pouquinho a mais por causa da correção :)

--
Humberto Fraga
http://lixaonerd.wordpress.com
http://ostelematicos.blogspot.com

Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




--
Ávila
(31)9325-6871
https://launchpad.net/~genin10
http://www.ubuntu-br.org/
A caixa dizia: 'Requer MS Windows ou superior',
  então eu instalei Debian/GNU Linux
Ubuntu User #29645
Linux User #499959
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

Pois é, eu tentei o Java da Oracle, até porque meu marido acessa o BB. 
Tentei pelos comandos que vc postou mas acho que fiz algo errado

Veja:


jenny@jenny-laptop:~$ sudo apt-get update  sudo apt-get install 
sun-java6-bin sun-java6-fonts sun-java6-jre sun-java6-plugin 
sun-java6-jdk -y
E: Não foi possível obter trava /var/lib/apt/lists/lock - open (11: 
Recurso temporariamente indisponível)

E: Impossível criar acesso exclusivo ao directório /var/lib/apt/lists/
E: Não foi possível obter trava /var/lib/dpkg/lock - open (11: Recurso 
temporariamente indisponível)
E: Não foi possível obter acesso exclusivo ao directório de 
administração (/var/lib/dpkg/), outro processo está a utilizá-lo?

jenny@jenny-laptop:~$

Vou fechar tudo, pode ser que eu esteja com algum programa rolando que 
impediu... depois escrevo novamente o resultado, OK?

--
Jenny Horta
http://aprendizagemdigital.wordpress.com 
http://aprendizagemdigital.wordpress.com/ 
http://sleducacional.org http://sleducacional.org/


Diz-me, e eu esquecerei; ensina-me e eu lembrar-me-ei; envolve-me, e 
eu aprenderei. (Autor desconhecido)


Usuária Linux:#474916
Usuária Ubuntu: #23036
identica/twitter: @nynyhorta
skype: melhorart



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread tiozaoamb

Ola Jennu

Eu não sei se vc ja viu este link: 
http://www.ubuntudicas.com.br/blog/2011/03/instalando-o-receitanet-2011-no-ubuntu/


da uma olhadinha e vê se pode te ajudar em algo.

[]'s

On 03/01/2011 03:46 PM, Jenny Horta wrote:

Em 01-03-2011 14:36, Jeferson Rodrigues escreveu:

É, esse esquema de alterar entre VM's é para quem prefere software livre
mesmo
como identificamos aqui no fórum mesmo.

Aqui na empresa que trabalho fizeram uma distribuição baseada no Debian
Lenny,
e ela vem com o open-jdk, porém os pacotes são muito dependentes um do
outro,
e fizeram um esquema que se agente apagar o open-jdk é removido vários
outros
pacotes, inclusive o gnome inteiro. Então eu aprendi esse comando
(update-alternatives) com o pessoal daqui, pois para rodar algumas
aplicações
realmente precisamos do java da Sun.
Agora depende de vc.

Abraços

Em 1 de março de 2011 11:54, Ávila .genin...@gmail.com  escreveu:

Se ainda estiveres querendo remover o java e instalar o da sun segue 
uma

ajuda disponibilizada pelo André.
  http://andregondim.eti.br/2010/10/java-da-sun-e-banco-do-brasil/
http://andregondim.eti.br/2010/10/java-da-sun-e-banco-do-brasil/Mas
recentemente descobri que se pode ter os dois instalados e alternar 
entre

eles. Não faz muito sentido mas é uma alternativa, veja.
http://www.mail-archive.com/ubuntu-br@lists.ubuntu.com/msg81953.html

http://www.mail-archive.com/ubuntu-br@lists.ubuntu.com/msg81953.html

Em 1 de março de 2011 11:17, Humberto Fragaxisbe...@gmail.com  
escreveu:



Em 1 de março de 2011 11:02, Jenny Hortajennyho...@gmail.com

escreveu:
Sou apressadinha porque gosto de pegar logo de volta o que me 
tiram...

professora ganha pouco, né?
Um abração


Eu gosto de preparar logo e enviar só na última semana. Pra ficar nos
últimos lotes e receber um pouquinho a mais por causa da correção :)

--
Humberto Fraga
http://lixaonerd.wordpress.com
http://ostelematicos.blogspot.com

Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




--
Ávila
(31)9325-6871
https://launchpad.net/~genin10
http://www.ubuntu-br.org/
A caixa dizia: 'Requer MS Windows ou superior',
  então eu instalei Debian/GNU Linux
Ubuntu User #29645
Linux User #499959
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

Pois é, eu tentei o Java da Oracle, até porque meu marido acessa o BB. 
Tentei pelos comandos que vc postou mas acho que fiz algo errado

Veja:


jenny@jenny-laptop:~$ sudo apt-get update  sudo apt-get install 
sun-java6-bin sun-java6-fonts sun-java6-jre sun-java6-plugin 
sun-java6-jdk -y
E: Não foi possível obter trava /var/lib/apt/lists/lock - open (11: 
Recurso temporariamente indisponível)

E: Impossível criar acesso exclusivo ao directório /var/lib/apt/lists/
E: Não foi possível obter trava /var/lib/dpkg/lock - open (11: Recurso 
temporariamente indisponível)
E: Não foi possível obter acesso exclusivo ao directório de 
administração (/var/lib/dpkg/), outro processo está a utilizá-lo?

jenny@jenny-laptop:~$

Vou fechar tudo, pode ser que eu esteja com algum programa rolando que 
impediu... depois escrevo novamente o resultado, OK?

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread José Aniceto
Olá pessoal,
eu prefiro esse
http://www.receita.fazenda.gov.br/publico/programas/IRPF/2011/PGDIRPF2011/Java/zip/IRPF2011v1.0.zip,
que não precisa instalar, além de rodar em qualquer sistema que tenha java (
o meu é openjdk), eu salvo o programa na pasta do dropbox, e abro em
qualquer lugar que preciso.
Aniceto
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread Jenny Horta

Em 01-03-2011 15:55, José Aniceto escreveu:

Olá pessoal,
eu prefiro esse
http://www.receita.fazenda.gov.br/publico/programas/IRPF/2011/PGDIRPF2011/Java/zip/IRPF2011v1.0.zip,
que não precisa instalar, além de rodar em qualquer sistema que tenha java (
o meu é openjdk), eu salvo o programa na pasta do dropbox, e abro em
qualquer lugar que preciso.
Aniceto
Mas ele vem com o Receitanet embutido? Dá pra enviar após preencher? Já 
to baixando.


--
Jenny Horta
http://aprendizagemdigital.wordpress.com 
http://aprendizagemdigital.wordpress.com/ 
http://sleducacional.org http://sleducacional.org/


Diz-me, e eu esquecerei; ensina-me e eu lembrar-me-ei; envolve-me, e 
eu aprenderei. (Autor desconhecido)


Usuária Linux:#474916
Usuária Ubuntu: #23036
identica/twitter: @nynyhorta
skype: melhorart



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] (OT)Uma ajuda com IRPF

2011-03-01 Thread André Gondim
Olá Amigos,

Fiz os testes e detalhei bem aqui:

http://andregondim.eti.br/2011/03/instalando-o-imposto-de-renda-de-pessoa-fisica-no-ubuntu/


Abraços e boa sorte,
-
André Gondim
E-mail: andregon...@ubuntu.com
Blog: http://andregondim.eti.br
OpenPGP keys: C9721403
-


2011/3/1 Jenny Horta jennyho...@gmail.com

 Em 01-03-2011 15:55, José Aniceto escreveu:

  Olá pessoal,
 eu prefiro esse

 http://www.receita.fazenda.gov.br/publico/programas/IRPF/2011/PGDIRPF2011/Java/zip/IRPF2011v1.0.zip
 ,
 que não precisa instalar, além de rodar em qualquer sistema que tenha java
 (
 o meu é openjdk), eu salvo o programa na pasta do dropbox, e abro em
 qualquer lugar que preciso.
 Aniceto

 Mas ele vem com o Receitanet embutido? Dá pra enviar após preencher? Já to
 baixando.


 --
 Jenny Horta

 http://aprendizagemdigital.wordpress.com 
 http://aprendizagemdigital.wordpress.com/ http://sleducacional.org 
 http://sleducacional.org/


  Diz-me, e eu esquecerei; ensina-me e eu lembrar-me-ei; envolve-me, e eu
 aprenderei. (Autor desconhecido)

 Usuária Linux:#474916
 Usuária Ubuntu: #23036
 identica/twitter: @nynyhorta
 skype: melhorart


  --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] como fazer para o Windows 7 no VirtualBox enxergar partições no HD

2011-03-01 Thread Marlon
Yo \o

Antonio, como respondido ali
você vai precisar criar as pastas de compartilhamento
não sei se é necessário instalar os adicionais de convidado
(que é um cd que o vbox baixa e instala no win para arruamar umas
paradas lá)

mas eu recomendo que vc instale, pois a integração do modo
seamless é muito boa, eu levanto uma máquina virtual só para entrar
no msn, e o seamles integra ao meu desktop as conversas.

tirando as licenças de lado, (pois vc vai precisar da do win e do office
Access)
é uma tarefa bem simples para usuários intermediários

no menu Dispositivos  Instalar Adicionais para Convidado ele faz o
download
do cd, monta e executa na máquina hóspede.

no menu Dispositiovs  pastas compartilhadas vc pode escolher qual pasta
você quer montar
mas torne elas permantes senão assim que vc desligar elas somem da rede e
temq montar denovo

no win é só abrir o computador chamado vboxsvr (tecla do win + R, \\vboxsvr,
enter, vai abrir a pasta)

abrass
ps: vamos e convenhamos,  tem que ter um cuidado dos dois lados antes de dar
um comando que possa prejudicar algo
quem vai mandar fazer um chmod 777 / temq avisar que vai estragar tudo e
quem vai usar pelo menos
ler o que o comando faz.
Abraço LoCo Team


--

Marlon Valério
┌┐
   T0ddy Stone Brains
└┘



Em 1 de março de 2011 09:26, Zandre Bran zandreb...@ubuntu.com escreveu:

 2011/2/28 Antonio Silva aolinto@gmail.com:

Ôlas Antonio.

  Olá pessoal, lamento que minha pergunta tenha gerado esta discussão.

 Não ha o que se lamentar. Aqui ocorrem divergências de ideias e
 formas de fazer a todo tempo. Considero isto saudável, porque talvez a
 forma que pensava não era a correta ou a mais simples de executar.
 Enfim, seja bem vindo e sinta-se livre em participar; concordando ou
 discordando.

  Mais uma vez agradeço as dicas enviadas, têm sido de grande utilidade.

 Tranquilo, se precisar, já sabe, é só não GRITAR o|-[:

  Abraços,
  Antônio

 -- []s
 -- Zandre.

 :: https://launchpad.net/~zandrebran
 :: http://www.linuxacessivel.org
 :: Campus Party 2011: - Toca GNUuuu :)

 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Atualização 10.10

2011-03-01 Thread Jeferson Rodrigues
Próximo LTS: 11.04
Falta pouco!

Em 1 de março de 2011 15:29, Tulio Baars ttab...@ttablet.net escreveu:

 Olha, obrigado pela resposta!

 Assim, o que eu gostei no 10.10 foi as mudanças visuais no tema Ambiance,
 ficaram bem legais, mas é só isso.

 Teria como eu ter o Ambiance atualizado?

 Valeu! Decidi não atualizar...

 Qual vai ser o próximo LTS? 12.04?

 Em 1 de março de 2011 09:02, Zandre Bran zandreb...@ubuntu.com escreveu:

  2011/2/27 Tulio Baars ttab...@ttablet.net:
   Bom dia pessoal,
 
 Ôlas Tulio.
 
   Sempre gostei de usar versões do Ubuntu com suporte a longo prazo, pela
   ideia de 'estabilidade'. Não que os outros sejam instáveis, mas os LTS
   parecem ser mais seguros. Sei lá, nóia minha mesmo.
 
  Não é noia. Eu só uso versões LTS. Por que estas semestrais quando
  estão ficando maduras para uso já tem outra saindo do forno. E tirando
  o kernel é praticamente mais do mesmo. A única mudança que vejo pela
  frente é o GTK-3 e talvez Btrfs.
 
   Beleza. Situação é a seguinte: Em Dezembro do ano passado, eu rodando o
   10.04.1, decidi atualizar para o 10.10, porque achei que algumas coisas
   (visualmente falando) ficaram bem resolvidas [...]
 
  Poderia ser mais especifico? Porque eu não consegui ver nada
  visualmente falando melhor; claro tirando o tema ligth. Eu aqui estou
  usando o LTS com o murrine 0.91.0~git201102271318~daily1~lucid1 e o
  tema do Light 0.1.7+bzr48~daily~lucid1.
 
   Uso Ubuntu a 5 anos, e sempre ouvi gente dizendo que nunca se deve
   atualizar, sempre fazer uma 'limpa' e outros que não vem problema. Eu
  sempre
   formatava a cada 6 meses, ficando com o último. Só parei de fazer isso
  com o
   Lucid, que é bem estável.
 
  Não sei como está a questão das atualizações de versões porque
  nunca usei. Como tenho meu /home separado sempre faço uma instalação
  limpa.
 
   Não pretendo esperar pelo Natty, visto que achei o Unity um Gnome
  piorado.
 
  Também não estou gostando do Unity; mas ainda é cedo para sabermos
  porque está muito novo. De qualquer forma o visual me lembra um antigo
  navegador da Microsoft que foi abandonado, acho que era MSN explorer
  (algo assim) que queria competir com a AOL. k k k k, do arco da velha
  esta. De qualquer vou esperar lá pelo 11.10 ou 12.04 para ter uma
  ideia mais precisa. Mas estou inclinado a seguir o gnome-shell.
 
   Agora me digam: *Vale a pena atualizar?*
 
 Em minha opinião, não.
 
   Valeu a dica aí,
   Grande abraço
 
  -- []s
  -- Zandre.
 
  :: https://launchpad.net/~zandrebran
  :: http://www.linuxacessivel.org
  :: Campus Party 2011: - Toca GNUuuu :)
 
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 



 --
 *Tulio Baars*
 ttablet.net
 Network Engineer
 at *TecnoLiberty*
 *
 *
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


  1   2   3   4   5   6   7   8   9   10   >