[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-09-17 Thread Carlos Eduardo Alves
@iogui, every system I've tried works well with that workaround (4
installations with Ubuntu 20.04). Please reinstall language-pack-pt-base
an try again.

Yes, it is a binary file, a gettext .po compiled into a .mo. The sed is a quick 
workaround that works fine for me even with the binary. If you continue having 
problems, another way is retranslating with these commands:
```
sudo cp /usr/share/locale-langpack/pt/LC_MESSAGES/snappy.mo 
/usr/share/locale-langpack/pt/LC_MESSAGES/snappy.mo~
msgunfmt /usr/share/locale-langpack/pt/LC_MESSAGES/snappy.mo > /tmp/snappy.po
sed -i 's/o directório de destino/O directório de destino/' /tmp/snappy.po # or 
edit with PoEditor
sudo msgfmt /tmp/snappy.po -o 
/usr/share/locale-langpack/pt/LC_MESSAGES/snappy.mo
```

I can't find the origin of these translations to contribute to 
language-pack-pt-base.
Do you know about these translations and how to contribute?
I only find some git hooks in the sources manipulating translation contents, 
but don't understood clearly how it is done. Some help is welcome.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932579

Title:
  snap pt_BR locale shows warning every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-pt-base/+bug/1932579/+subscriptions


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

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-26 Thread Carlos Eduardo Alves
** Changed in: language-pack-pt-base (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932579

Title:
  snap pt_BR locale shows warning every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-pt-base/+bug/1932579/+subscriptions


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

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-26 Thread Carlos Eduardo Alves
** Also affects: language-pack-pt-base (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932579

Title:
  snap pt_BR locale shows warning every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-pt-base/+bug/1932579/+subscriptions


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

[Bug 1932579] Re: snap pt_BR locale shows warning every time

2021-08-26 Thread Carlos Eduardo Alves
This bug also prevents the use of snap command autocomplete, echoing these 
error messages when TAB is pressed
```
$ snap [TAB]2021/08/26 11:39:40.041113 main.go:176: description of 
prepare-image's "" is lowercase in locale "pt_BR": "o directório de 
destino"

```


I found that there is a typo in the file 
"/usr/share/locale-langpack/pt/LC_MESSAGES/snappy.mo".
```
$ dpkg -S /usr/share/locale-langpack/pt/LC_MESSAGES/snappy.mo
language-pack-pt-base: /usr/share/locale-langpack/pt/LC_MESSAGES/snappy.mo
$ dpkg -l language-pack-pt-base
ii  language-pack-pt-base 1:20.04+20210802 all  translations for 
language Portuguese
```

An available workaround is to fix the file manually...
```
sudo sed -i 's/o directório de destino/O diretório de destino/' 
/usr/share/locale-langpack/pt/LC_MESSAGES/snappy.mo
```
Probably must be fixed into language-pack-pt-base translation sources.


Or this can be interpreted as a bug in snapd that imposes capitalization 
rules on translations, at some "main.go" at line 176, as the message says.
I've downloaded snapd sources and found this validation on "cmd/snap/main.go":
```
$ cd /tmp && apt source snapd
$ sed '174,177!d' /tmp/snapd-*/cmd/snap/main.go
// note IsLower != !IsUpper for runes with no upper/lower.
if unicode.IsLower(r) && !strings.HasPrefix(desc, 
"login.ubuntu.com") && !strings.HasPrefix(desc, cmdName) {
noticef("description of %s's %q is lowercase: %q", 
cmdName, optName, desc)
}
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932579

Title:
  snap pt_BR locale shows warning every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1932579/+subscriptions


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

[Bug 1928986] Re: Some tray icons are generic

2021-05-19 Thread Carlos Eduardo Moreira dos Santos
In gnome-shell, they render fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928986

Title:
  Some tray icons are generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-panel/+bug/1928986/+subscriptions

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

[Bug 1928986] [NEW] Some tray icons are generic

2021-05-19 Thread Carlos Eduardo Moreira dos Santos
Public bug reported:

Icons for Slack and Microsoft Teams are generic (engine icon).

Versions:
Ubuntu 20.04
lxqt-panel 0.14.1-ubuntu3
slack-desktop/jessie,now 4.16.0 amd64 [installed]
teams/stable,now 1.4.00.7556 amd64 [installed]

** Affects: lxqt-panel (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Slack and Microsoft Teams icons"
   
https://bugs.launchpad.net/bugs/1928986/+attachment/5498810/+files/tray_icons.png

** Description changed:

- Icons for slack (installed from apt) and Microsoft Teams (installed with
- snap) are generic (engine icon).
+ Icons for Slack and Microsoft Teams are generic (engine icon).
  
+ Versions:
  Ubuntu 20.04
  lxqt-panel 0.14.1-ubuntu3
+ slack-desktop/jessie,now 4.16.0 amd64 [installed]
+ teams/stable,now 1.4.00.7556 amd64 [installed]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928986

Title:
  Some tray icons are generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-panel/+bug/1928986/+subscriptions

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

[Bug 1884301] Re: snap-store in latest/stable/ubuntu-20.04 reverted back to 3.31.1+git187.84b64e0b

2020-06-20 Thread Carlos Eduardo da Nova Duarte
** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1884301

Title:
  snap-store in  latest/stable/ubuntu-20.04 reverted back to
  3.31.1+git187.84b64e0b

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-store-desktop/+bug/1884301/+subscriptions

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

[Ubuntu-BR] Smarcam

2018-11-12 Thread Carlos Eduardo Mattos da Cruz
Ola pessoal,

estou com um pequeno problema.

Conheci o Smartcam que um software que tranforma o Android numaipcam. O apk
esta funcionando, mas o cliente desktop dele pro Mint  que eu não consigo
fazer funcionar.

Baixei este pacote -
https://sourceforge.net/projects/smartcam/files/smartcam_linux/smartcam_linux_v_1.4.0/smartcam_1.4.0_i386.deb/download

https://sourceforge.net/projects/smartcam/files/smartcam_linux/smartcam_linux_v_1.4.0/

Toda vez que eu o executo, dá este erro

smartcam
Gtk-Message: Failed to load module "atk-bridge"
smartcam: registered DBUS service "org.gnome.smartcam"
Cannot identify '/dev/video1': 2, Arquivo ou diretório não encontrado
Cannot identify '/dev/video2': 2, Arquivo ou diretório não encontrado
Cannot identify '/dev/video3': 2, Arquivo ou diretório não encontrado
Cannot identify '/dev/video4': 2, Arquivo ou diretório não encontrado
Cannot identify '/dev/video5': 2, Arquivo ou diretório não encontrado
Cannot identify '/dev/video6': 2, Arquivo ou diretório não encontrado
Cannot identify '/dev/video7': 2, Arquivo ou diretório não encontrado
Cannot identify '/dev/video8': 2, Arquivo ou diretório não encontrado
Cannot identify '/dev/video9': 2, Arquivo ou diretório não encontrado
smartcam: started comm thread
smartcam: port = 1
Falha de segmentação

instalei todo suporte 386, mais as bibliotecas dele e nada.

Poderiam me ajudar?

Desde já agradeço a atenção.


Carlos Eduardo
Design Livre
http://cadunico.wordpress.com/
http://cadunico.art.br/


Faça parte do GNUGRAF !
http://gnugraf.org/






*AGORA É LEI: 5978 de 24/05/211*
* "Os órgaõs e entidades da administração pública direta, indireta,
autárquica e fundacional do Estado do Rio de Janeiro, bem como os órgãos
autônomos e empresas sob o controle estatal adotarão preferencialmente,
formatos abertos de arquivos para a criação, armazenamento e
disponibilização digital de documentos". *
-- 
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


[Bug 1718658] Re: ecryptfs-mount-private fails to initialize ecryptfs keys

2018-10-24 Thread Carlos Eduardo Moreira dos Santos
This started happening after installing lubuntu-desktop. Even after
removing it, it is still failing to mount. After running "keyctl link @u
@s", it works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1718658

Title:
  ecryptfs-mount-private fails to initialize ecryptfs keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1718658/+subscriptions

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

[Bug 1718658] Re: ecryptfs-mount-private fails to initialize ecryptfs keys

2018-10-24 Thread Carlos Eduardo Moreira dos Santos
Note: I'm using 18.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1718658

Title:
  ecryptfs-mount-private fails to initialize ecryptfs keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/1718658/+subscriptions

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

[Bug 1685647] Re: Upgrade to 17 doesn't work, gnome-terminal doesn't work

2017-12-20 Thread Carlos Eduardo Moreira dos Santos
Duplicate of 1694454?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685647

Title:
  Upgrade to 17 doesn't work, gnome-terminal doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1685647/+subscriptions

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

[Bug 1717992] Re: Sound silently plays to "Dummy Output"

2017-09-20 Thread Carlos Eduardo Moreira dos Santos
Reboot in 4.10-0-33 and youtube is muted on Dummy Output. Tried VLC with
same results. The weird thing is that I could hear audio in 4.10.0-35 in
some occasions, with my device being correctly displayed in pavucontrol.
Suddenly, it had a Dummy Output again...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] Re: Sound silently plays to "Dummy Output"

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
The previous kernel I see in /boot is 4.10.0-33. Tomorrow or in the day
after, I'll boot in the older kernel to check whether it's working.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] WifiSyslog.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1717992/+attachment/4952497/+files/WifiSyslog.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] Lspci.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1717992/+attachment/4952487/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] ProcCpuinfoMinimal.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1717992/+attachment/4952490/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] Lsusb.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1717992/+attachment/4952488/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] ProcCpuinfo.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1717992/+attachment/4952489/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] PulseList.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1717992/+attachment/4952494/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] Re: Sound silently plays to "Dummy Output"

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Tags added: apport-collected

** Description changed:

  Since upgrade to 4.10.0-35-generic in Ubuntu 17.04, the sound card is
  detected, but pavucontrol has only "Dummy Output". Bar animation shows
  audio is playing, but no sound is heard. alsamixer is working fine, but
  audio still can't be heard. Configuration tab says "No cards available
  for configuration".
  
  $ lspci -v
  0:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
Subsystem: Dell Device 0781
Flags: bus master, fast devsel, latency 32, IRQ 283
Memory at d5328000 (64-bit, non-prefetchable) [size=16K]
Memory at d530 (64-bit, non-prefetchable) [size=64K]
Capabilities: 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_skl
  
  # aplay -L
  default
  Playback/recording through the PulseAudio sound server
  null
  Discard all samples (playback) or generate zero samples (capture)
  pulse
  PulseAudio Sound Server
  sysdefault:CARD=PCH
  HDA Intel PCH, ALC3246 Analog
  Default Audio Device
  front:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  Front speakers
  surround21:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  2.1 Surround output to Front and Subwoofer speakers
  surround40:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  4.0 Surround output to Front and Rear speakers
  surround41:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  4.1 Surround output to Front, Rear and Subwoofer speakers
  surround50:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  5.0 Surround output to Front, Center and Rear speakers
  surround51:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  surround71:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  hdmi:CARD=PCH,DEV=0
  HDA Intel PCH, HDMI 0
  HDMI Audio Output
  hdmi:CARD=PCH,DEV=1
  HDA Intel PCH, HDMI 1
  HDMI Audio Output
  hdmi:CARD=PCH,DEV=2
  HDA Intel PCH, HDMI 2
  HDMI Audio Output
  dmix:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  Direct sample mixing device
  dmix:CARD=PCH,DEV=3
  HDA Intel PCH, HDMI 0
  Direct sample mixing device
  dmix:CARD=PCH,DEV=7
  HDA Intel PCH, HDMI 1
  Direct sample mixing device
  dmix:CARD=PCH,DEV=8
  HDA Intel PCH, HDMI 2
  Direct sample mixing device
  dsnoop:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  Direct sample snooping device
  dsnoop:CARD=PCH,DEV=3
  HDA Intel PCH, HDMI 0
  Direct sample snooping device
  dsnoop:CARD=PCH,DEV=7
  HDA Intel PCH, HDMI 1
  Direct sample snooping device
  dsnoop:CARD=PCH,DEV=8
  HDA Intel PCH, HDMI 2
  Direct sample snooping device
  hw:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  Direct hardware device without any conversions
  hw:CARD=PCH,DEV=3
  HDA Intel PCH, HDMI 0
  Direct hardware device without any conversions
  hw:CARD=PCH,DEV=7
  HDA Intel PCH, HDMI 1
  Direct hardware device without any conversions
  hw:CARD=PCH,DEV=8
  HDA Intel PCH, HDMI 2
  Direct hardware device without any conversions
  plughw:CARD=PCH,DEV=0
  HDA Intel PCH, ALC3246 Analog
  Hardware device with all software conversions
  plughw:CARD=PCH,DEV=3
  HDA Intel PCH, HDMI 0
  Hardware device with all software conversions
  plughw:CARD=PCH,DEV=7
  HDA Intel PCH, HDMI 1
  Hardware device with all software conversions
  plughw:CARD=PCH,DEV=8
  HDA Intel PCH, HDMI 2
  Hardware device with all software conversions
+ --- 
+ ApportVersion: 2.20.4-0ubuntu4.5
+ Architecture: amd64
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/hwC0D2', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D8p', 
'/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 17.04
+ HibernationDevice: RESUME=UUID=0bcd17dc-d971-4048-8c1f-d2bb48e8a157
+ InstallationDate: Installed on 2017-08-18 (31 days ago)
+ InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
+ MachineType: Dell Inc. Inspiron 7460
+ NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-35-generic.efi.signed 
root=/dev/mapper/ubu-root ro quiet splash zswap.enabled=1 vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
+ RelatedPackageVersions:
+  linux-restricted-modules-4.10.0-35-generic N/A
+  linux-backports-modules-4.10.0-35-generic  N/A
+  linux-firmware 1.164.1
+ Tags:  zesty
+ Uname: Linux 4.10.0-35-generic x86_64
+ UpgradeStatus: No upgrade log present (probably 

[Bug 1717992] RfKill.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1717992/+attachment/4952495/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] ProcModules.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1717992/+attachment/4952493/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] UdevDb.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1717992/+attachment/4952496/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] ProcInterrupts.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1717992/+attachment/4952492/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] ProcEnviron.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1717992/+attachment/4952491/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] IwConfig.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1717992/+attachment/4952485/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] JournalErrors.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1717992/+attachment/4952486/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] CurrentDmesg.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1717992/+attachment/4952484/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] CRDA.txt

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1717992/+attachment/4952483/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717992/+subscriptions

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

[Bug 1717992] [NEW] Sound silently plays to "Dummy Output"

2017-09-18 Thread Carlos Eduardo Moreira dos Santos
Public bug reported:

Since upgrade to 4.10.0-35-generic in Ubuntu 17.04, the sound card is
detected, but pavucontrol has only "Dummy Output". Bar animation shows
audio is playing, but no sound is heard. alsamixer is working fine, but
audio still can't be heard. Configuration tab says "No cards available
for configuration".

$ lspci -v
0:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
Subsystem: Dell Device 0781
Flags: bus master, fast devsel, latency 32, IRQ 283
Memory at d5328000 (64-bit, non-prefetchable) [size=16K]
Memory at d530 (64-bit, non-prefetchable) [size=64K]
Capabilities: 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_skl

# aplay -L
default
Playback/recording through the PulseAudio sound server
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
sysdefault:CARD=PCH
HDA Intel PCH, ALC3246 Analog
Default Audio Device
front:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
Front speakers
surround21:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=PCH,DEV=0
HDA Intel PCH, HDMI 0
HDMI Audio Output
hdmi:CARD=PCH,DEV=1
HDA Intel PCH, HDMI 1
HDMI Audio Output
hdmi:CARD=PCH,DEV=2
HDA Intel PCH, HDMI 2
HDMI Audio Output
dmix:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
Direct sample mixing device
dmix:CARD=PCH,DEV=3
HDA Intel PCH, HDMI 0
Direct sample mixing device
dmix:CARD=PCH,DEV=7
HDA Intel PCH, HDMI 1
Direct sample mixing device
dmix:CARD=PCH,DEV=8
HDA Intel PCH, HDMI 2
Direct sample mixing device
dsnoop:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
Direct sample snooping device
dsnoop:CARD=PCH,DEV=3
HDA Intel PCH, HDMI 0
Direct sample snooping device
dsnoop:CARD=PCH,DEV=7
HDA Intel PCH, HDMI 1
Direct sample snooping device
dsnoop:CARD=PCH,DEV=8
HDA Intel PCH, HDMI 2
Direct sample snooping device
hw:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
Direct hardware device without any conversions
hw:CARD=PCH,DEV=3
HDA Intel PCH, HDMI 0
Direct hardware device without any conversions
hw:CARD=PCH,DEV=7
HDA Intel PCH, HDMI 1
Direct hardware device without any conversions
hw:CARD=PCH,DEV=8
HDA Intel PCH, HDMI 2
Direct hardware device without any conversions
plughw:CARD=PCH,DEV=0
HDA Intel PCH, ALC3246 Analog
Hardware device with all software conversions
plughw:CARD=PCH,DEV=3
HDA Intel PCH, HDMI 0
Hardware device with all software conversions
plughw:CARD=PCH,DEV=7
HDA Intel PCH, HDMI 1
Hardware device with all software conversions
plughw:CARD=PCH,DEV=8
HDA Intel PCH, HDMI 2
Hardware device with all software conversions

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717992

Title:
  Sound silently plays to "Dummy Output"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1717992/+subscriptions

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

[Bug 1589170] Re: package roaraudio 1.0~beta11-7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-09-17 Thread Carlos Eduardo Moreira dos Santos
Still happening with version 1.0~beta11-9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1589170

Title:
  package roaraudio 1.0~beta11-7 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roaraudio/+bug/1589170/+subscriptions

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

[Bug 1717634] [NEW] Logging in regular Gnome displays classical

2017-09-15 Thread Carlos Eduardo Moreira dos Santos
Public bug reported:

I'm running Ubuntu 17.04. I changed to Gnome classic in the login
screen, then logged in, logged out and chose regular Gnome, but I keep
logging in Gnome classic every time. A workaround is to run "gnome-shell
--mode=user -r" after every login.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1717634

Title:
  Logging in regular Gnome displays classical

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1717634/+subscriptions

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

[Bug 1010132] Re: Show copy dialog not working

2017-03-16 Thread Carlos Eduardo Díaz Peñuela
*** This bug is a duplicate of bug 887821 ***
https://bugs.launchpad.net/bugs/887821

Still present in 16.04 LTS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010132

Title:
  Show copy dialog not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1010132/+subscriptions

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


Re: [Ubuntu-BR] Cliente SSH

2017-03-16 Thread Carlos Eduardo Mattos da Cruz
Fácil, descomplicado e extremamente perigoso!!!

Em 16/03/2017 09:51, "Márcio Eduardo Moraes Winter" <
mikhail.win...@gmail.com> escreveu:

> https://www.vivaolinux.com.br/artigo/Conexoes-SSH-sem-senha-
> facil-e-descomplicado
>
> Em 16 de março de 2017 09:40, Geraldo Kuster 
> escreveu:
>
> > O Putty pra mim é o melhor cliente SSH e tem a opção de salvar a s senha.
> >
> >
> >
> > > Em 16 de mar de 2017, às 09:08, Flávio Barros 
> > escreveu:
> > >
> > > Bom dia.
> > >
> > > Alguém indica algum cliente SSH para administrar vários servidores ssh
> ?
> > >
> > > De preferência que tenha a opção para salvar a senha.
> > >
> > >
> > > --
> > > Desde já agradeço,
> > > +++
> > > Flávio de Oliveira Barros
> > > Manaus - Amazonas - Brasil
> > >
> > > Copiar é bom!
> > > Seja Legal, use Software Livre
> > > OpenSuse
> > > Ubuntu User number is # 28558
> > > Linux Registered User# 278223
> > > --
> > > 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
> >
>
>
>
> --
> Márcio Eduardo Moraes Winter
> Skype: marcio.winter
> --
> 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] Instaladores no FLISOL Rio

2017-03-13 Thread Carlos Eduardo Mattos da Cruz
Jorge agradecemos e muito pela ajuda! Nos encontramos no dia.

Em 12/03/2017 10:41, "Jorge Morais Neto" <jorge13...@gmail.com> escreveu:

> 2017-03-11 22:17 GMT-03:00 Carlos Eduardo Mattos da Cruz
> <cadunicom...@gmail.com>:
> > *AGORA É LEI: 5978 de 24/05/211*
> Há um erro de digitação no trecho citado: ele diz 24/05/211 quando o
> certo seria 24/05/2011.
>
> Atenciosamente,
>   Jorge
>
> --
> • Dermatologia de excelência no Gama/DF: http://www.clinicadermaprime.
> com.br
> • Escolha formatos abertos como PDF, ODF, Org, LaTeX, Opus, WebM e 7z.
> • https://www.gnu.org/s/emacs exige paciência para aprender mas compensa
>
> --
> 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] Instaladores no FLISOL Rio

2017-03-11 Thread Carlos Eduardo Mattos da Cruz
Galera vamos precisar de pessoal para o espaço de instalação. Quem estiver
interessado é só responder este email! GNU!!

http://flisol.info/FLISOL2017/Brasil/RiodeJaneiro



Carlos Eduardo
Design Livre
http://cadunico.wordpress.com/
http://cadunico.art.br/


Faça parte do GNUGRAF !
http://gnugraf.org/






*AGORA É LEI: 5978 de 24/05/211*
* "Os órgaõs e entidades da administração pública direta, indireta,
autárquica e fundacional do Estado do Rio de Janeiro, bem como os órgãos
autônomos e empresas sob o controle estatal adotarão preferencialmente,
formatos abertos de arquivos para a criação, armazenamento e
disponibilização digital de documentos". *
-- 
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] FLISOL noRio

2017-02-23 Thread Carlos Eduardo Mattos da Cruz
Galera,

o pessoal da Secretaria onde trabalhei resolveu fazer o FLISOL por conta
deles em Niterói. Estou pensando em fazer a edição no Rio. Alguém teria um
auditório, Datashow e som para ceder ao evento?

Só adiantando o Kretcheu se interessou em vir falar este ano.





Carlos Eduardo
Design Livre
http://cadunico.wordpress.com/
http://cadunico.art.br/


Faça parte do GNUGRAF !
http://gnugraf.org/






*AGORA É LEI: 5978 de 24/05/211*
* "Os órgaõs e entidades da administração pública direta, indireta,
autárquica e fundacional do Estado do Rio de Janeiro, bem como os órgãos
autônomos e empresas sob o controle estatal adotarão preferencialmente,
formatos abertos de arquivos para a criação, armazenamento e
disponibilização digital de documentos". *
-- 
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


[Bug 1657876] [NEW] package libetonyek-0.1-1 0.1.3-1ubuntu5 failed to install/upgrade: package libetonyek-0.1-1 is already installed and configured

2017-01-19 Thread CARLOS EDUARDO MACEDO RODRIGUES DE OLIVEIRA
Public bug reported:

Package libodfgen-0.-1-(not installed)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libetonyek-0.1-1 0.1.3-1ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Thu Jan 19 14:31:17 2017
DuplicateSignature:
 package:libetonyek-0.1-1:0.1.3-1ubuntu5
 Setting up libhyphen0:amd64 (2.8.8-2ubuntu1) ...
 dpkg: error processing package liblangtag-common (--configure):
  package liblangtag-common is already installed and configured
ErrorMessage: package libetonyek-0.1-1 is already installed and configured
InstallationDate: Installed on 2016-01-30 (355 days ago)
InstallationMedia: It
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.18
SourcePackage: dpkg
Title: package libetonyek-0.1-1 0.1.3-1ubuntu5 failed to install/upgrade: 
package libetonyek-0.1-1 is already installed and configured
UpgradeStatus: Upgraded to xenial on 2017-01-19 (0 days ago)

** Affects: dpkg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: already-installed amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1657876

Title:
  package libetonyek-0.1-1 0.1.3-1ubuntu5 failed to install/upgrade:
  package libetonyek-0.1-1 is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1657876/+subscriptions

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


[Bug 1633777] [NEW] Ubuntu 16 Guest R9 290 problem

2016-10-15 Thread Carlos Eduardo P. Guidugli
Public bug reported:


I am running Fedora 24 in my host machine and I built an Ubuntu VM and
assigned my R9 290 to it. I already made this work with Windows, but
linux has been harder.

This is the output inside my Ubuntu VM:

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Hawaii PRO [Radeon R9 290] (prog-if 00 [VGA controller])
Subsystem: PC Partner Limited / Sapphire Technology Hawaii PRO [Radeon R9 
290]
Physical Slot: 0
Flags: bus master, fast devsel, latency 0, IRQ 31
Memory at d000 (64-bit, prefetchable) [size=256M]
Memory at e000 (64-bit, prefetchable) [size=8M]
I/O ports at d000 [size=256]
Memory at fc40 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at fc44 [disabled] [size=128K]
Capabilities: [48] Vendor Specific Information: Len=08 
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 
Capabilities: [150] Advanced Error Reporting
Capabilities: [2b0] Address Translation Service (ATS)
Capabilities: [2c0] #13
Kernel driver in use: radeon
Kernel modules: radeon

I know there isn't a problem related to the pass-through because when I
start Ubuntu DVD, plymouth shows fine on both QXL and my other monitor.
But whenever X11 starts, the monitor attached to AMD GPU do not work.

Looking at X11 logs, it recognizes my r9 290 and the monitor attached to
it but no image is shown. Here are the warning and error messages on the
log:

[ 3.377] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 3.377] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 3.377] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 3.377] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 3.377] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 3.401] (WW) Falling back to old probe method for modesetting
[ 3.401] (WW) Falling back to old probe method for fbdev
[ 3.401] (WW) Falling back to old probe method for vesa
[ 3.640] (EE) RADEON(G0): [XvMC] Failed to initialize extension.
[ 3.660] (EE) AIGLX: reverting to software rendering
[ 9.236] (WW) evdev: spice vdagent tablet: touchpads, tablets and 
touchscreens ignore relative axes.

Is there a way that I can make it work as it works with plymouth?

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: xserver-xorg-video-radeon 1:7.7.1-1
ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
Uname: Linux 4.8.0-22-generic x86_64
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sat Oct 15 18:36:49 2016
DistUpgraded: Fresh install
DistroCodename: yakkety
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Red Hat, Inc. QXL paravirtual graphic card [1b36:0100] (rev 04) (prog-if 00 
[VGA controller])
   Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
 Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390] 
[1002:67b1] (prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited / Sapphire Technology Hawaii PRO [Radeon R9 
290/390] [174b:e285]
InstallationDate: Installed on 2016-10-15 (0 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-22-generic.efi.signed 
root=UUID=60e8697c-a97e-4f4d-91b1-9e55599cc512 ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: xserver-xorg-video-ati
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/06/2015
dmi.bios.vendor: EFI Development Kit II / OVMF
dmi.bios.version: 0.0.0
dmi.chassis.type: 1
dmi.chassis.vendor: QEMU
dmi.chassis.version: pc-q35-2.6
dmi.modalias: 
dmi:bvnEFIDevelopmentKitII/OVMF:bvr0.0.0:bd02/06/2015:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-2.6:cvnQEMU:ct1:cvrpc-q35-2.6:
dmi.product.name: Standard PC (Q35 + ICH9, 2009)
dmi.product.version: pc-q35-2.6
dmi.sys.vendor: QEMU
version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu2
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160706-1ubuntu1

[Bug 1591426] Re: LCD remains off once it is turned off for power saving

2016-09-13 Thread Carlos Eduardo Moreira dos Santos
Same here with Dell Latitude 131L. Restarting lightdm works, but the
session is gone. It didn't happen on 14.*. I tried to purge lightdm and
then installing it again, but now gpu-manager fails and lightdm doesn't
start:

log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /run/u-d-c-nvidia-was-loaded file
can't access /run/u-d-c-fglrx-was-loaded file
Looking for fglrx modules in /lib/modules/4.4.0-36-generic/updates/dkms
Looking for nvidia modules in /lib/modules/4.4.0-36-generic/updates/dkms
Is nvidia loaded? no
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is fglrx loaded? no
Was fglrx unloaded? no
Is fglrx blacklisted? no
Is intel loaded? no
Is radeon loaded? yes
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is nouveau loaded? no
Is nouveau blacklisted? no
Is fglrx kernel module available? no
Is nvidia kernel module available? no
Vendor/Device Id: 1002:5975
BusID "PCI:1@0:5:0"
Is boot vga? yes
Skipping "/dev/dri/card0", driven by "radeon"
Found "/dev/dri/card0", driven by "radeon"
output 0:
LVDS connector
Number of connected outputs for /dev/dri/card0: 1
Skipping "/dev/dri/card0", driven by "radeon"
Skipping "/dev/dri/card0", driven by "radeon"
Does it require offloading? no
last cards number = 1
Has amd? yes
Has intel? no
Has nvidia? no
How many cards? 1
Has the system changed? No
main_arch_path i386-linux-gnu, other_arch_path x86_64-linux-gnu
Current alternative: /usr/lib/i386-linux-gnu/mesa/ld.so.conf
Current core alternative: (null)
Current egl alternative: /usr/lib/i386-linux-gnu/mesa-egl/ld.so.conf
Is nvidia enabled? no
Is nvidia egl enabled? no
Is fglrx enabled? no
Is mesa enabled? yes
Is mesa egl enabled? yes
Is pxpress enabled? no
Is prime enabled? no
Is prime egl enabled? no
Is nvidia available? no
Is nvidia egl available? no
Is fglrx available? no
Is fglrx-core available? no
Is mesa available? yes
Is mesa egl available? yes
Is pxpress available? no
Is prime available? no
Is prime egl available? no
Single card detected
Kernel Module is not loaded
Nothing to do
No change - nothing to do

lspci output:
01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
RS482M [Mobility Radeon Xpress 200] (prog-if 00 [VGA 
controller])
Subsystem: Dell RS482M [Mobility Radeon Xpress 200]
Flags: bus master, 66MHz, medium devsel, latency 66, IRQ 17
Memory at c000 (32-bit, prefetchable) [size=256M]
I/O ports at 9000 [size=256]
Memory at b010 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at b012 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Kernel driver in use: radeon
Kernel modules: radeonfb, radeon

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591426

Title:
  LCD remains off once it is turned off for power saving

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1591426/+subscriptions

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


[Bug 1212987] Re: Unity not starting after boot

2016-08-08 Thread Carlos Eduardo Moreira dos Santos
*** This bug is a duplicate of bug 1228567 ***
https://bugs.launchpad.net/bugs/1228567

I solved the problem by right click, open terminal and running:
- rm -rf ~/.config/compiz-1
- gnome-session-quit --force

After logging in again, unity was back.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1212987

Title:
  Unity not starting after boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1212987/+subscriptions

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


[Bug 1212987] Re: Unity not starting after boot

2016-08-08 Thread Carlos Eduardo Moreira dos Santos
*** This bug is a duplicate of bug 1228567 ***
https://bugs.launchpad.net/bugs/1228567

No at-spi2 messages found, so it is not related to bug #1228567.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1212987

Title:
  Unity not starting after boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1212987/+subscriptions

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


[Bug 1212987] Re: Unity not starting after boot

2016-08-08 Thread Carlos Eduardo Moreira dos Santos
*** This bug is a duplicate of bug 1228567 ***
https://bugs.launchpad.net/bugs/1228567

It happened to me after updating my 16.04 fresh install. "dconf reset"
didn't help. I still see only the background.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1212987

Title:
  Unity not starting after boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1212987/+subscriptions

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


[Bug 1600406] [NEW] package libmpcdec6:amd64 2:0.1~r459-4.1build1 failed to install/upgrade: package libmpcdec6:amd64 is already installed and configured

2016-07-08 Thread Carlos Eduardo Guimaraes
Public bug reported:

not sure what kind of details are necessary, I was just installing
Ubutntu MATE from software lib.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libmpcdec6:amd64 2:0.1~r459-4.1build1
ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
Uname: Linux 4.4.0-28-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Fri Jul  8 21:48:45 2016
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu3
 libgcc1 1:6.0.1-0ubuntu1
 multiarch-support 2.23-0ubuntu3
DuplicateSignature:
 package:libmpcdec6:amd64:2:0.1~r459-4.1build1
 Processing triggers for ureadahead (0.100.0-19) ...
 ureadahead will be reprofiled on next reboot
 dpkg: error processing package libmpcdec6:amd64 (--configure):
  package libmpcdec6:amd64 is already installed and configured
ErrorMessage: package libmpcdec6:amd64 is already installed and configured
InstallationDate: Installed on 2016-06-24 (14 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: dpkg
Title: package libmpcdec6:amd64 2:0.1~r459-4.1build1 failed to install/upgrade: 
package libmpcdec6:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: dpkg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: already-installed amd64 apport-package need-duplicate-check xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1600406

Title:
  package libmpcdec6:amd64 2:0.1~r459-4.1build1 failed to
  install/upgrade: package libmpcdec6:amd64 is already installed and
  configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1600406/+subscriptions

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


Re: [Ubuntu-BR] Desabafo

2016-03-19 Thread Carlos Eduardo Mattos da Cruz
Mestre, pq vc não transfere para uma Hostgator da vida? Custa apenas R$
30,00 por mês.  Meu site esra lá a anos e funciona muito bem!
Em 19/03/2016 21:02, "Henrique Fagundes" 
escreveu:

> *Senhores,*
>
> Boa noite, e saudações pinguianas. Peço a todos 5 minutinhos de atenção
> para um desabafo sobre a minha participação com o mundo opensource.
>
> Hoje eu estava refletindo sobre algumas coisas que vem acontecendo e
> resolvi escrever esse texto.
>
> Muitos já me conhecem, para outros eu sou um mero desconhecido, entusiasta
> de Linux e soluções OpenSource no geral. Meu nome é Luiz Henrique Marques
> Fagundes, tenho 35 anos de idade e sou mantenedor do Projeto Aprendendo
> Linux (/http://aprendendolinux.com/). Esse projeto existe  desde o dia 17
> de Julho de 2008.
>
> Como todo projeto que se inicia, comecei de maneira simples. Lembro do
> computador que hospedava o site, um AMD K6-II 500 com 64 MB de RAM, rodando
> um Debian 4, vulgo Etch, com o WordPress ainda nas primeiras versões.
>
> Lembro que tinha um Link Velox ADSL de 1MB e eu usava um serviço de DNS
> dinâmico, se eu bem me recordo o Duc No-IP e apontava os CNAME lá onde eu
> registrei o domínio.
>
> No começo era só uma experiência, tipo a ideia era ir registrando e
> compartilhando tudo que eu ia aprendendo. Assim tudo estaria documentado. O
> projeto foi crescendo e me vi na necessidade de melhorar, pois o então
> “servidor” não estava aguentando a carga.
>
> Durante essa minha expectativa, recebi um convite para administrar uma
> rede e cuidar do suporte de TI em uma empresa de Telecom, na qual eu pude
> “pegar uma carona” na infra. Conversando com os responsáveis,
> disponibilizaram para o meu projeto, uma máquina com 2GB de RAM, 160GB de
> disco e um IP Público estático. Para os dias de hoje, isso pode nem
> significar nada, mas na época, esses recursos me deixaram muito feliz.
>
> Trabalhei por quase 5 anos nessa empresa e durante esse tempo o meu
> projeto ficou seguro, estável e satisfatório. Depois de 5 anos a empresa se
> desfez e eu tive que sair… Usei uma parte do dinheiro da minha rescisão
> para fazer um Upgrade no meu computador Desktop e o que sobrou dele, eu
> montei uma outra máquina que, seria então o servidor que daria continuidade
> ao Projeto do Portal Aprendendo Linux (ainda consegui comprar um Nobreak
> pra ele).
>
> É preciso mencionar que, junto com a Infra do projeto, minha vida mudou um
> pouco também. Nesse período me casei, me mudei, tornei-me um chefe de
> família com contas pra pagar, responsabilidades para arcar (não que eu não
> tinha antes, mas com o casamento as responsabilidades aumentam) e etc.
>
> Na minha nova casa, eu pude contar com a GVT que mesmo com ADLS, me
> entregava um Link de 15 Megas com IP FIXO (por mais R$ 50,00) com reverso
> cadastrado e tudo. E assim o projeto continuou andando.
>
> Durante esse tempo, eu fiz um vídeo pedindo doações (com intenção de
> melhorar o projeto, comprar hardware e ajudar a pagar o link de internet) e
> divulguei insistentemente em todas as comunidades que frequento e colaboro.
> Não consegui arrecadar nem um mísero centavo.
>
> Então a crise da eletricidade começou a dar sinais que ia tomar conta do
> Brasil e a minha conta de luz foi encarecendo e cada vezes estava mais
> difícil manter a máquina ligada 24 horas por dia. Durante tudo isso, as VPS
> (Virtual Private Server) começaram a se popularizar. Como o Dólar ainda
> custava aproximadamente R$ 2,00 (dois reais), comecei pensar na
> possibilidade de tirar o servidor daqui de casa, colocar todos os serviços
> na nuvem. Aí eu conheci a DigitalOcean. Tiver a oportunidade de testar os
> serviços, senti firmeza, estabilidade e confiança e então, resolvi migrar
> os serviços para uma VPS de $20,00 (vinte dólares) e desligar a máquina
> aqui em casa. O primeiro ano foi financeiramente satisfatório, pois com o
> site hospedado lá, eu pude desligar a minha máquina aqui em casa e entregar
> o IP fixo, o que me gerou uma boa economia.
>
> Durante tudo isso, graças a minha obesidade, passei por alguns problemas
> relacionado a saúde. Tive que ser submetido a cirurgia de gastroplastia
> (redução de estomago) para sanar aos problemas (para saber detalhadamente
> sobre esse caso, acesse aqui: /http://bit.ly/1TXqvUB/). Mesmo debilitado,
> em período de recuperação, continuei tocando o projeto.
>
> Depois que me recuperei, recebi um convite para administrar a rede de uma
> empresa de serigrafia, aqui na zona norte do Rio de Janeiro. Então surgiu a
> necessidade de fazer uma segunda cirurgia, (abdominoplastia + coxas) para
> remover os excessos de pele que ficaram, em consequência da obesidade.
> Continuei trabalhando normalmente durante o período pré-operatório e quando
> estava faltando uma semana para a cirurgia, a empresa me demitiu alegando
> problemas financeiros por conta da crise.
>
> Conclusão: Eu tive que “fritar” todo o dinheiro da minha rescisão com
> medicamentos, cintas, injeções 

[Bug 1455947] [NEW] Starfield theme is not displayed correctly

2015-05-17 Thread Carlos Eduardo de Brito Novaes
Public bug reported:

This bug is similar to this one reported in
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1352367, for
package grub-theme-starfield 2.02~beta2-9ubuntu1. Actual package version
is grub-theme-starfield 2.02~beta2-9ubuntu1.1 and the bug remains.

The grub splash screen shows some corruptions. A fix for this is to
simply change every png image from indexed mode to RGB mode. Maybe
grayscale would work, but I did not test it.

From my point of view, this is a workaround a bug in another package, I
dont know which one.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: grub-theme-starfield 2.02~beta2-9ubuntu1.1
ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
Uname: Linux 3.16.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CurrentDesktop: KDE
Date: Sun May 17 13:30:17 2015
InstallationDate: Installed on 2015-03-02 (76 days ago)
InstallationMedia: Kubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150219.1)
SourcePackage: grub2
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug kubuntu resolution trusty

** Also affects: grub
   Importance: Undecided
   Status: New

** No longer affects: xorg (Ubuntu)

** Description changed:

  This bug is similar to this one reported in
  https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1352367, for
  package grub-theme-starfield 2.02~beta2-9ubuntu1. Actual package version
  is grub-theme-starfield 2.02~beta2-9ubuntu1.1 and the bug remains.
  
  The grub splash screen shows some corruptions. A fix for this is to
  simply change every png image from indexed mode to RGB mode. Maybe
  grayscale would work, but I did not test it.
  
  From my point of view, this is a workaround a bug in another package, I
  dont know which one.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
- Package: xorg 1:7.7+1ubuntu8.1
+ Package: grub-theme-starfield 2.02~beta2-9ubuntu1.1
  ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun May 17 13:30:17 2015
  InstallationDate: Installed on 2015-03-02 (76 days ago)
  InstallationMedia: Kubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150219.1)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  This bug is similar to this one reported in
  https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1352367, for
  package grub-theme-starfield 2.02~beta2-9ubuntu1. Actual package version
  is grub-theme-starfield 2.02~beta2-9ubuntu1.1 and the bug remains.
  
  The grub splash screen shows some corruptions. A fix for this is to
  simply change every png image from indexed mode to RGB mode. Maybe
  grayscale would work, but I did not test it.
  
  From my point of view, this is a workaround a bug in another package, I
  dont know which one.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: grub-theme-starfield 2.02~beta2-9ubuntu1.1
  ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun May 17 13:30:17 2015
  InstallationDate: Installed on 2015-03-02 (76 days ago)
  InstallationMedia: Kubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150219.1)
- SourcePackage: xorg
+ SourcePackage: grub2
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1455947

Title:
  Starfield theme is not displayed correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/grub/+bug/1455947/+subscriptions

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


Re: [Ubuntu-BR] Absurdos da arbitrariedade: Flisol sem Ubuntu.

2015-03-24 Thread Carlos Eduardo Mattos da Cruz
Pessoal se serve de consolo, a edição de Niterói no Rio de Janeiro não
concorda com isto. Lá todas as distribuições serão bem vindas.
Em 23/03/2015 23:07, Renê Barbosa renebarbos...@gmail.com escreveu:

 Você está corretíssimo Salles.
 Boa noite e abraços.
 --
 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


[Bug 1181106] Re: Failed to change profile to A2DP in 13.04 (Raring), 13.10 (saucy), and 14.04 (trusty)

2015-02-20 Thread Carlos Eduardo Moreira dos Santos
I'm running 14.04 and I could not set a2dp today. I had it working, but
now I have a terrible sound without a2dp. I can select a2dp in the GUI,
but it makes no difference and when I go back to those settings,
telephone quality is selected. This is the output from cli:

$ pactl list cards short
0   alsa_card.pci-_00_1b.0  module-alsa-card.c
4   bluez_card.8C_DE_52_91_9A_ABmodule-bluetooth-device.c

$ sudo pactl set-card-profile 4 a2dp
Failure: Input/Output error

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1181106

Title:
  Failed to change profile to A2DP in 13.04 (Raring), 13.10 (saucy), and
  14.04 (trusty)

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez/+bug/1181106/+subscriptions

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


[Bug 1406621] [NEW] Installation error

2014-12-30 Thread Carlos Eduardo Shirasawa
Public bug reported:

Using UEFI

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CasperVersion: 1.340
Date: Tue Dec 30 15:09:46 2014
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash --
LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
ProcEnviron:
 LANGUAGE=pt_BR.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=pt_BR.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty ubiquity-2.18.7 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1406621

Title:
  Installation error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1406621/+subscriptions

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


[Bug 1386493] [NEW] Can't mount HFS+ partition

2014-10-27 Thread Carlos Eduardo Moreira dos Santos
Public bug reported:

I'm running Ubuntu 14.04.1 LTS 64 bits, kernel 3.13.0-37-generic. There
is a dual boot with Mac OS X Yosemite.

# mount -v -t hfsplus -o ro /dev/sda2 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
   missing codepage or helper program, or other error
   In some cases useful info is found in syslog - try
   dmesg | tail  or so

# dmesg | tail
[77480.829918] hfsplus: invalid secondary volume header
[77480.829930] hfsplus: unable to find HFS+ superblock

# gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.8

Partition table scan:
  MBR: hybrid
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with hybrid MBR; using GPT.
Disk /dev/sda: 976773168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): C17BBA22-3552-480A-99BF-8316F0B3FA47
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 8-sector boundaries
Total free space is 21 sectors (10.5 KiB)

Number  Start (sector)End (sector)  Size   Code  Name
   1  40  409639   200.0 MiB   EF00  EFI System Partition
   2  40964094509279   44.9 GiBAF05  Mac OS X
   39450928095778815   619.9 MiB   AB00  Recovery HD
   49577881695780863   1024.0 KiB  EF02  Grub
   595780864   191148031   45.5 GiB8E00  
   6   191148032   976773119   374.6 GiB   8E00  LVM

** Affects: hfsplus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1386493

Title:
  Can't mount HFS+ partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hfsplus/+bug/1386493/+subscriptions

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


[Bug 1358364] Re: Skype is signing in forever

2014-09-13 Thread Carlos Eduardo Moreira dos Santos
I had searched for a solution for a while and this problem happens when
you run a tor exit node. Skype will then block you and they will never
contact you about this issue. The workaround is to stop the tor service
and change your IP address.

** Changed in: skype (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1358364

Title:
  Skype is signing in forever

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/skype/+bug/1358364/+subscriptions

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


[Bug 1358364] [NEW] Skype is signing in forever

2014-08-18 Thread Carlos Eduardo Moreira dos Santos
Public bug reported:

I can't sign in. Ubuntu 14.04 x86_64, skype 4.3.0.37-0ubuntu0.12.04.1.

** Affects: skype (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- I can't sign in. Ubuntu 14.04, skype 4.3.0.37-0ubuntu0.12.04.1
+ I can't sign in. Ubuntu 14.04 x86_64, skype 4.3.0.37-0ubuntu0.12.04.1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1358364

Title:
  Skype is signing in forever

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/skype/+bug/1358364/+subscriptions

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


[Bug 1358364] Re: Skype is signing in forever

2014-08-18 Thread Carlos Eduardo Moreira dos Santos
No it doesn't. I also tried to install the package from skype.com
without success.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1358364

Title:
  Skype is signing in forever

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/skype/+bug/1358364/+subscriptions

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


[Bug 1335138] [NEW] Paired, but bluetooth is not working

2014-06-27 Thread Carlos Eduardo Moreira dos Santos
Public bug reported:

I paired my desktop (Ubuntu 14.04 64 bits) and my Nexus 4 Android phone
a long time ago, but I can't exchange files between them. When I send
files from the desktop, I get transfer failed (0x4b) or a time out
error message from openobex. If I try to send files from mobile phone to
desktop, it reports a connection failure and nothing happens in the
desktop.

In bluetooth settings, after selecting my mobile phone device, it says
Paired Yes, Type Phone, but the connection is always off. Both
bluetooth and visibility are on.

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1335138

Title:
  Paired, but bluetooth is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1335138/+subscriptions

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


[Bug 1335138] Re: Paired, but bluetooth is not working

2014-06-27 Thread Carlos Eduardo Moreira dos Santos
I was able to send files to Ubuntu after going to Personal File Sharing
and enabling Receive Files over Bluetooth. Unfortunately, there is a
gap between bluetooth errors and Personal File Sharing. I had no clues
besides searching the Internet, and it was not a fast search. It would
be better if the user is pointed to Personal FIle Sharing from bluetooth
errors.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1335138

Title:
  Paired, but bluetooth is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1335138/+subscriptions

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


[Bug 1297393] Re: Firefox steals focus after switching to other windows

2014-06-20 Thread Carlos Eduardo Moreira dos Santos
It had not experienced this bug for a while in Unity, but it is
happening again everytime since yesterday. Probably a recent update
revived this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297393

Title:
  Firefox steals focus after switching to other windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1297393/+subscriptions

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


[Bug 1297393] [NEW] Firefox steals focus after switching to other windows

2014-03-25 Thread Carlos Eduardo Moreira dos Santos
Public bug reported:

(Ubuntu 13.10) If I alt+tab or click in another application in unity
panel, the chosen application window goes to the top for a few
milliseconds and then Firefox window becomes focused again. After
switching to the application from 3 to 4 times, its focus is not stolen
by Firefox again.

It does not happen in Gnome 3.

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: firefox unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297393

Title:
  Firefox steals focus after switching to other windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1297393/+subscriptions

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


Re: [U-co] Flisoles a nivel nacional.

2014-03-17 Thread Ing. Carlos Eduardo Molina C.

Muchas gracias por su respuesta, Ingeniero Forigua.

Veo que tambien lo van a hacer en la unilibre en Cali. Quisiera saber si 
se puede hacer el evento en el norte en la UTAP (3 Nte con 44).


Quedo atento y un muy feliz dia

El 17/03/14 09:05, Ingeniero Forigua escribió:

Ing. Carlos

Ganas paciencia fuerza y querer mucho el software libre, difundir sus
valores y reunierse con sus amigos nada mas

Para los de manizales pueden contactar al amigo Cesar Palacios
ceapalacio...@gmail.com que ha organizado eventos antes alla.

Saludos


El 16 de marzo de 2014, 22:42, Ing. Carlos Eduardo Molina C. 
cemol...@redtauros.com escribió:


Que condiciones tiene que cumplir la institucion en donde trabajo, para
poder realizar el Flisol? Para Cali.

Gracias

El 16/03/14 22:39, Julian Bohorquez escribió:

  Manizales, desde Ibague puedo Colaborar


El 16 de marzo de 2014, 22:15, Aleja Zerdáaleja...@gmail.com escribió:

  Maldingo correcto es con pao no con paso

El mar 16, 2014 10:15 PM, Aleja Zerdá aleja...@gmail.com escribió:

  Yo me uno a organizar uno en Manizales con paso, alguien mas de
Manizales?


El mar 14, 2014 3:41 PM, Paola Giraldo paolagiraldo...@gmail.com
escribió:

  A mi me gustaría organizar el de Manizales, alguien más que esté

interesad@?


El 14 de marzo de 2014, 15:10, Julian Bohorquez
julianarma...@gmail.comescribió:

  Buen día señores,

por casualidad saben en que otras ciudades Ubuntu Colombia esta


apoyando o


haciendo flisoles? en que ciudades están organizando flisoles, de que


modo


podemos apoyarlos o que hay para hacer relacionado con ese tema?




--
Julian Bohorquez
Celular: 316 842 02 43
Celular: 310 476 85 82
julianarma...@gmail.com
Twitter: @julianarmando
--
Al escribir recuerde observar la etiqueta (normas) de esta lista:
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx

  --

Al escribir recuerde observar la etiqueta (normas) de esta lista:
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx

  --

Al escribir recuerde observar la etiqueta (normas) de esta lista:
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx





--
Promociones actuales :

  * Registro Dominios .COM por solo $27.900 el año mas IVA
  * Registro Dominios .ORG por solo $20.100 el año mas IVA
  * Registro Dominios .NET por solo $21.000 el año mas IVA
  * Registro Dominios .BIZ por solo $10.500 el año mas IVA
  * Hosting Ilimitado en Espacio y en Transferencia mensual desde
$156.000 el año mas IVA
  * Alojamiento de Correos Ilimitados cada uno de 2 GB de espacio por
solo $44.400 el año mas IVA
  * Hosting Reseller desde $40.000 el mas mas IVA.
  * Precios especiales, para Distribuidores.

Por favor recuerde : Los pagos de Dominios y Hosting son siempre
Anticipados!!.

--
Ing. Carlos Eduardo Molina C.
Celular Com: 311 7499003
Celular Mov: 317 8368137
E-mail: cemol...@redtauros.com
E-mail: cemol...@lahuaca.com
--
Web: http://www.redtauros.com
Web: http://www.dominiosyhosts.com
Web: http://www.sacudeme.com
Web: http://www.teasesoramos.com
Web: http://www.lahuaca.com
--
Facebook: http://www.facebook.com/redtauros
Twitter: @RedTauros
Skype: redtauros
--
AVISO LEGAL:
Este mensaje y toda la información contenida en este  es confidencial, por
lo tanto no puede ser usado ni divulgado por Personas distintas a
su destinatario. Si obtiene esta correo por error, por favor destruya su
contenido.
Queda estrictamente prohibido su retención, grabación, utilización,
aprovechamiento o divulgación con cualquier propósito sin autorización
expresa de su remitente. Este mensaje ha sido sometido a programas
antivirus, no obstante, RedTauros, Dominiosyhosts, Teasesoramos, Sacudeme y
LaHuaca no asume ninguna
responsabilidad por eventuales daños generados por el recibo y el uso de
este material, siendo responsabilidad del destinatario verificar
con sus propios medios la existencia de virus u otros defectos.

--
Al escribir recuerde observar la etiqueta (normas) de esta lista:
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx







--
Promociones actuales :

 * Registro Dominios .COM por solo $27.900 el año mas IVA
 * Registro Dominios .ORG por solo $20.100 el año mas IVA
 * Registro Dominios .NET por solo $21.000 el año mas IVA
 * Registro Dominios .BIZ por solo $10.500 el año mas IVA
 * Hosting Ilimitado en Espacio y en Transferencia mensual desde
   $156.000 el año mas IVA
 * Alojamiento de Correos Ilimitados cada uno de 2 GB de espacio por
   solo $44.400 el año mas IVA
 * Hosting Reseller desde $40.000 el mas mas IVA.
 * Precios especiales, para Distribuidores.

Por favor recuerde : Los pagos de Dominios y Hosting son siempre 
Anticipados!!.


--
Ing. Carlos Eduardo Molina C.
Celular Com: 311 7499003

Re: [U-co] Flisoles a nivel nacional.

2014-03-17 Thread Ing. Carlos Eduardo Molina C.

Muchas gracias Ing. Forigua.

Con quien podemos sincronizar el Flisol en Cali?

Quedo atento

Feliz dia a toda la comunidad

El 17/03/14 15:42, Ingeniero Forigua escribió:

Exacto solo contacta la gente que va hacer el otro Flisol para que unan
fuerzas :)

Simpre y cuando el flisol tenga filosofia libre, Gnu/linux, cultura libre

Dale por ejemplo en bogota el año pasado se realizaron varios flisoles.

Saludos


El 17 de marzo de 2014, 15:39, Bart Ahumada jahum...@redtic.org escribió:


Hola Carlos claro que se puede hacer!!

se puede hacer en la misma ciudad sin ningun problema.

Saludos


El 17 de marzo de 2014, 15:10, Ing. Carlos Eduardo Molina C. 
cemol...@redtauros.com escribió:


Muchas gracias por su respuesta, Ingeniero Forigua.

Veo que tambien lo van a hacer en la unilibre en Cali. Quisiera saber si
se puede hacer el evento en el norte en la UTAP (3 Nte con 44).

Quedo atento y un muy feliz dia

El 17/03/14 09:05, Ingeniero Forigua escribió:

  Ing. Carlos

Ganas paciencia fuerza y querer mucho el software libre, difundir sus
valores y reunierse con sus amigos nada mas

Para los de manizales pueden contactar al amigo Cesar Palacios
ceapalacio...@gmail.com que ha organizado eventos antes alla.

Saludos


El 16 de marzo de 2014, 22:42, Ing. Carlos Eduardo Molina C. 
cemol...@redtauros.com escribió:

  Que condiciones tiene que cumplir la institucion en donde trabajo, para

poder realizar el Flisol? Para Cali.

Gracias

El 16/03/14 22:39, Julian Bohorquez escribió:

   Manizales, desde Ibague puedo Colaborar


El 16 de marzo de 2014, 22:15, Aleja Zerdáaleja...@gmail.com
escribió:

   Maldingo correcto es con pao no con paso


El mar 16, 2014 10:15 PM, Aleja Zerdá aleja...@gmail.com

escribió:

   Yo me uno a organizar uno en Manizales con paso, alguien mas de
Manizales?

  El mar 14, 2014 3:41 PM, Paola Giraldo paolagiraldo...@gmail.com

escribió:

   A mi me gustaría organizar el de Manizales, alguien más que esté


interesad@?


El 14 de marzo de 2014, 15:10, Julian Bohorquez
julianarma...@gmail.comescribió:

   Buen día señores,


por casualidad saben en que otras ciudades Ubuntu Colombia esta

  apoyando o

  haciendo flisoles? en que ciudades están organizando flisoles, de

que

  modo

  podemos apoyarlos o que hay para hacer relacionado con ese tema?




--
Julian Bohorquez
Celular: 316 842 02 43
Celular: 310 476 85 82
julianarma...@gmail.com
Twitter: @julianarmando
--
Al escribir recuerde observar la etiqueta (normas) de esta lista:
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx

   --


Al escribir recuerde observar la etiqueta (normas) de esta lista:
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx

   --


Al escribir recuerde observar la etiqueta (normas) de esta lista:

http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx




  --

Promociones actuales :

   * Registro Dominios .COM por solo $27.900 el año mas IVA
   * Registro Dominios .ORG por solo $20.100 el año mas IVA
   * Registro Dominios .NET por solo $21.000 el año mas IVA
   * Registro Dominios .BIZ por solo $10.500 el año mas IVA
   * Hosting Ilimitado en Espacio y en Transferencia mensual desde
 $156.000 el año mas IVA
   * Alojamiento de Correos Ilimitados cada uno de 2 GB de espacio por
 solo $44.400 el año mas IVA
   * Hosting Reseller desde $40.000 el mas mas IVA.
   * Precios especiales, para Distribuidores.

Por favor recuerde : Los pagos de Dominios y Hosting son siempre
Anticipados!!.

--
Ing. Carlos Eduardo Molina C.
Celular Com: 311 7499003
Celular Mov: 317 8368137
E-mail: cemol...@redtauros.com
E-mail: cemol...@lahuaca.com
--
Web: http://www.redtauros.com
Web: http://www.dominiosyhosts.com
Web: http://www.sacudeme.com
Web: http://www.teasesoramos.com
Web: http://www.lahuaca.com
--
Facebook: http://www.facebook.com/redtauros
Twitter: @RedTauros
Skype: redtauros
--
AVISO LEGAL:
Este mensaje y toda la información contenida en este  es confidencial,
por
lo tanto no puede ser usado ni divulgado por Personas distintas a
su destinatario. Si obtiene esta correo por error, por favor destruya

su

contenido.
Queda estrictamente prohibido su retención, grabación, utilización,
aprovechamiento o divulgación con cualquier propósito sin autorización
expresa de su remitente. Este mensaje ha sido sometido a programas
antivirus, no obstante, RedTauros, Dominiosyhosts, Teasesoramos,
Sacudeme y
LaHuaca no asume ninguna
responsabilidad por eventuales daños generados por el recibo y el uso

de

este material, siendo responsabilidad del destinatario verificar
con sus propios medios la existencia de virus u otros defectos.

--
Al escribir recuerde observar la etiqueta (normas) de esta lista:
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http

Re: [U-co] Flisoles a nivel nacional.

2014-03-16 Thread Ing. Carlos Eduardo Molina C.
Que condiciones tiene que cumplir la institucion en donde trabajo, para 
poder realizar el Flisol? Para Cali.


Gracias

El 16/03/14 22:39, Julian Bohorquez escribió:

Manizales, desde Ibague puedo Colaborar


El 16 de marzo de 2014, 22:15, Aleja Zerdáaleja...@gmail.com escribió:


Maldingo correcto es con pao no con paso
El mar 16, 2014 10:15 PM, Aleja Zerdá aleja...@gmail.com escribió:


Yo me uno a organizar uno en Manizales con paso, alguien mas de

Manizales?

El mar 14, 2014 3:41 PM, Paola Giraldo paolagiraldo...@gmail.com
escribió:


A mi me gustaría organizar el de Manizales, alguien más que esté
interesad@?


El 14 de marzo de 2014, 15:10, Julian Bohorquez
julianarma...@gmail.comescribió:


Buen día señores,

por casualidad saben en que otras ciudades Ubuntu Colombia esta

apoyando o

haciendo flisoles? en que ciudades están organizando flisoles, de que

modo

podemos apoyarlos o que hay para hacer relacionado con ese tema?




--
Julian Bohorquez
Celular: 316 842 02 43
Celular: 310 476 85 82
julianarma...@gmail.com
Twitter: @julianarmando
--
Al escribir recuerde observar la etiqueta (normas) de esta lista:
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx


--
Al escribir recuerde observar la etiqueta (normas) de esta lista:
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx


--
Al escribir recuerde observar la etiqueta (normas) de esta lista:
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx







--
Promociones actuales :

 * Registro Dominios .COM por solo $27.900 el año mas IVA
 * Registro Dominios .ORG por solo $20.100 el año mas IVA
 * Registro Dominios .NET por solo $21.000 el año mas IVA
 * Registro Dominios .BIZ por solo $10.500 el año mas IVA
 * Hosting Ilimitado en Espacio y en Transferencia mensual desde
   $156.000 el año mas IVA
 * Alojamiento de Correos Ilimitados cada uno de 2 GB de espacio por
   solo $44.400 el año mas IVA
 * Hosting Reseller desde $40.000 el mas mas IVA.
 * Precios especiales, para Distribuidores.

Por favor recuerde : Los pagos de Dominios y Hosting son siempre 
Anticipados!!.


--
Ing. Carlos Eduardo Molina C.
Celular Com: 311 7499003
Celular Mov: 317 8368137
E-mail: cemol...@redtauros.com
E-mail: cemol...@lahuaca.com
--
Web: http://www.redtauros.com
Web: http://www.dominiosyhosts.com
Web: http://www.sacudeme.com
Web: http://www.teasesoramos.com
Web: http://www.lahuaca.com
--
Facebook: http://www.facebook.com/redtauros
Twitter: @RedTauros
Skype: redtauros
--
AVISO LEGAL:
Este mensaje y toda la información contenida en este  es confidencial, 
por lo tanto no puede ser usado ni divulgado por Personas distintas a
su destinatario. Si obtiene esta correo por error, por favor destruya su 
contenido.
Queda estrictamente prohibido su retención, grabación, utilización, 
aprovechamiento o divulgación con cualquier propósito sin autorización
expresa de su remitente. Este mensaje ha sido sometido a programas 
antivirus, no obstante, RedTauros, Dominiosyhosts, Teasesoramos, 
Sacudeme y LaHuaca no asume ninguna
responsabilidad por eventuales daños generados por el recibo y el uso de 
este material, siendo responsabilidad del destinatario verificar

con sus propios medios la existencia de virus u otros defectos.
--
Al escribir recuerde observar la etiqueta (normas) de esta lista: 
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en http://goo.gl/Nevnx


[Bug 884020] Re: CPU frequency scaling is not working

2014-02-22 Thread Carlos Eduardo Moreira dos Santos
Too late to fix. I have another computer which is running fine with
13.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884020

Title:
  CPU frequency scaling is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cpufreqd/+bug/884020/+subscriptions

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


[Bug 1231588] Re: Firefox windows don't accept focus

2014-02-22 Thread Carlos Eduardo Moreira dos Santos
*** This bug is a duplicate of bug 1255507 ***
https://bugs.launchpad.net/bugs/1255507

No. I may take some time before trying it, because I don't want to lose
all my workspaces in the next days.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1231588

Title:
  Firefox windows don't accept focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1231588/+subscriptions

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


[Bug 1231588] Re: Firefox windows don't accept focus

2014-02-16 Thread Carlos Eduardo Moreira dos Santos
After a few days, my new profile had the same problem. As browsing is an
essential task, I had to switch to gnome3 and I haven't had this issue
for months. Probably, the problem is related to unity.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1231588

Title:
  Firefox windows don't accept focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1231588/+subscriptions

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


[Bug 1231588] Re: Firefox windows don't accept focus

2013-10-27 Thread Carlos Eduardo Moreira dos Santos
If I use a new firefox profile, it works as expected. The old profile
still has focus issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1231588

Title:
  Firefox windows don't accept focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1231588/+subscriptions

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


[Ubuntu-BR] Grade preliminar do GNUGRAF

2013-09-15 Thread Carlos Eduardo Mattos da Cruz
Já saiu a grade preliminar da edição deste ano do GNUGRAF

http://gnugraf.org/2013/grade/





Carlos Eduardo
Design Livre
http://cadunico.wordpress.com/
http://cadunico.art.br/


Faça parte do GNUGRAF !
http://gnugraf.org/



*


AGORA É LEI: 5978 de 24/05/211*
*
Os órgaõs e entidades da administração pública direta, indireta,
autárquica e fundacional do Estado do Rio de Janeiro, bem como os órgãos
autônomos e empresas sob o controle estatal adotarão preferencialmente,
formatos abertos de arquivos para a criação, armazenamento e
disponibilização digital de documentos.
*
-- 
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] Grade definitiva do GNUGRAF

2013-09-15 Thread Carlos Eduardo Mattos da Cruz
Já saiu a grade definitiva do GNUGRAF deste ano! -
http://gnugraf.org/2013/grade/

Conheça nossos palestrantes - http://gnugraf.org/2013/palestrantes/





Carlos Eduardo
Design Livre
http://cadunico.wordpress.com/
http://cadunico.art.br/


Faça parte do GNUGRAF !
http://gnugraf.org/



*


AGORA É LEI: 5978 de 24/05/211*
*
Os órgaõs e entidades da administração pública direta, indireta,
autárquica e fundacional do Estado do Rio de Janeiro, bem como os órgãos
autônomos e empresas sob o controle estatal adotarão preferencialmente,
formatos abertos de arquivos para a criação, armazenamento e
disponibilização digital de documentos.
*
-- 
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] ATENÇÂO Mudança de local do GNUGRAF!

2013-09-15 Thread Carlos Eduardo Mattos da Cruz
ATENÇÃO

Por motivos internos da coordenação do CEFET, o local da edição deste ano
foi transferido para a Fundação Pública Municipal Educação Niterói (
http://www.educacaoniteroi.com.br/)
Nós da coordenação do EVENTO lamentamos imensamente o transtorno e
esperamos ansiosamente a presença de todos!
Carlos Eduardo (cadunico)
Coordenador Geral do GNUGRAF

6ª edição do GNUGRAF
Data:  27/09/2013 e 28/09/2013
Local: R. Visc. do Uruguai, 414 - Centro - Niterói – RJ – 24030-079 

Maiores informações - http://gnugraf.org/





Carlos Eduardo
Design Livre
http://cadunico.wordpress.com/
http://cadunico.art.br/


Faça parte do GNUGRAF !
http://gnugraf.org/



*


AGORA É LEI: 5978 de 24/05/211*
*
Os órgaõs e entidades da administração pública direta, indireta,
autárquica e fundacional do Estado do Rio de Janeiro, bem como os órgãos
autônomos e empresas sob o controle estatal adotarão preferencialmente,
formatos abertos de arquivos para a criação, armazenamento e
disponibilização digital de documentos.
*
-- 
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] BB online não pode ser acessado por GNU/Linux de 64 bits

2013-09-15 Thread Carlos Eduardo Mattos da Cruz
Pessoal, estou pedindo orientação, acabei de falar com o suporte do Banco
do Brasil e ele disse que não posso acessar minha conta online num
GNU/Linux de 64 bits, somente de 32 bits. Como faço acionar a justiça?
Alguém me indica um advogado?





Carlos Eduardo
Design Livre
http://cadunico.wordpress.com/
http://cadunico.art.br/


Faça parte do GNUGRAF !
http://gnugraf.org/



*


AGORA É LEI: 5978 de 24/05/211*
*
Os órgaõs e entidades da administração pública direta, indireta,
autárquica e fundacional do Estado do Rio de Janeiro, bem como os órgãos
autônomos e empresas sob o controle estatal adotarão preferencialmente,
formatos abertos de arquivos para a criação, armazenamento e
disponibilização digital de documentos.
*
-- 
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


[U-co] Empleo en la ciudad de Cali

2013-08-27 Thread Ing. Carlos Eduardo Molina C.

Buen dia sres.

Se necesita para la ciudad de Cali:

* Persona que sepa PHP, JAVA, MySQL y Linux. Llamar al cel : 311 7499003 
ó al 317 8368137 ó al 300 6008298 ó enviar un email con la hoja de vida 
al correo cemol...@redtauros.com


* Persona que sepa de joomla, Wordpress, PHP y MySQL llamar al 370 4266 
ó al cel : 3166919128


Muchas gracias



--
Promociones actuales :

 * Registro Dominios .COM por solo $27.900 el año mas IVA
 * Registro Dominios .ORG por solo $20.100 el año mas IVA
 * Registro Dominios .NET por solo $21.000 el año mas IVA
 * Registro Dominios .BIZ por solo $10.500 el año mas IVA
 * Hosting Ilimitado en Espacio y en Transferencia mensual desde
   $156.000 el año mas IVA
 * Alojamiento de Correos Ilimitados cada uno de 2 GB de espacio por
   solo $44.400 el año mas IVA
 * Hosting Reseller desde $40.000 el mas mas IVA.
 * Precios especiales, para Distribuidores.

Por favor recuerde : Los pagos de Dominios y Hosting son siempre 
Anticipados!!.


--
Ing. Carlos Eduardo Molina C.
Celular Com: 311 7499003
Celular Mov: 317 8368137
E-mail: cemol...@redtauros.com
E-mail: cemol...@lahuaca.com
--
Web: http://www.redtauros.com
Web: http://www.dominiosyhosts.com
Web: http://www.sacudeme.com
Web: http://www.teasesoramos.com
Web: http://www.lahuaca.com
--
Facebook: http://www.facebook.com/redtauros
Twitter: @RedTauros
Skype: redtauros
--
AVISO LEGAL:
Este mensaje y toda la información contenida en este  es confidencial, 
por lo tanto no puede ser usado ni divulgado por Personas distintas a
su destinatario. Si obtiene esta correo por error, por favor destruya su 
contenido.
Queda estrictamente prohibido su retención, grabación, utilización, 
aprovechamiento o divulgación con cualquier propósito sin autorización
expresa de su remitente. Este mensaje ha sido sometido a programas 
antivirus, no obstante, RedTauros, Dominiosyhosts, Teasesoramos, 
Sacudeme y LaHuaca no asume ninguna
responsabilidad por eventuales daños generados por el recibo y el uso de 
este material, siendo responsabilidad del destinatario verificar

con sus propios medios la existencia de virus u otros defectos.
--
Al escribir recuerde observar la etiqueta (normas) de esta lista: 
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en http://goo.gl/Nevnx


Re: [Ubuntu-BR] Migração na CEF (OFF TOPIC)

2013-08-26 Thread Carlos Eduardo Mattos da Cruz
Assinado!
Em 26/08/2013 08:32, Wilson Bom wilson_...@yahoo.com.br escreveu:

 Bom dia Thomé,

 Eu assinei, espero que surta algum resultado.

 Wilson Bom

 Em 24-08-2013 13:00, Deyson Thome escreveu:

 Pessoal fiz uma petição, peço que leiam e casoconcordem que assinem e
 divulguem, ok ?

 Muito obrigado.

 Thomé

 http://www.avaaz.org/po/**petition/Queremos_informacoes_**
 Tecnicas_Coerentes_sobre_a_**substituicao_de_sistemas_**
 computacionais_OpenSource_da_**CEF_por_Windows/?launchhttp://www.avaaz.org/po/petition/Queremos_informacoes_Tecnicas_Coerentes_sobre_a_substituicao_de_sistemas_computacionais_OpenSource_da_CEF_por_Windows/?launch

 Pela causa do SL


 *
 --**--**
 --**--**
 --**
 Precisa de um site ? Desenvolvo seu site com o CMS mais usado do mundo  -
 DRUPAL , com qualidade, desempenho, estilo e segurança. Visite
 www.dbtsites.com
 Contato: +5521-8103-1652   --  deysonth...@gmail.com
 --**--**
 --**---
 Linux User :# 417.434
 Ubuntu User # 34081
 --**--**
 --**--**
 --**---
 ** O preço a pagar pela tua não participação na política
 é ser governado por alguém inferior a você 
   Platão (  428 ~ 347 AC )


 *



 --
 Mais sobre o Ubuntu em português: 
 http://www.ubuntu-br.org/**comecehttp://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-brhttps://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


[Bug 1165965] Re: External display stopped working on MacBook Air

2013-07-15 Thread Carlos Eduardo Moreira dos Santos
I'm using MacBook Pro and the external monitor is not detected anymore
after upgrade to 13.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1165965

Title:
  External display stopped working on MacBook Air

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165965/+subscriptions

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


[Ubuntu-BR] Comitê gestor do NPD de Niterói!

2013-06-06 Thread Carlos Eduardo Mattos da Cruz
Ola a todos,

gostaria de compartilhar com meus companheiros de luta uma vitória.

A quase 3 semanas passei por um processo de seleção para uma vaga no
conselho gestor do Núcleo de Produção Digital de Niterói.

Sua principal função é orientar a prefeitura da cidade como deve ser feito
o processo de produção de cinema e vídeo.

Minha cadeira esta voltada para a parte técnica dos softwares. Serei o
responsável por analisar soluções para este assunto.

Claro que não preciso dizer que vou puxar não uma sardinha, mas uma baleia
inteira para o Software livre!

Bem e isto, vamos tentar fazer muito barulho na cidade de Arariboia



Carlos Eduardo
Design Livre
http://cadunico.wordpress.com/
http://cadunico.art.br/


Faça parte do GNUGRAF !
http://gnugraf.org/



*


AGORA É LEI: 5978 de 24/05/211*
*
Os órgaõs e entidades da administração pública direta, indireta,
autárquica e fundacional do Estado do Rio de Janeiro, bem como os órgãos
autônomos e empresas sob o controle estatal adotarão preferencialmente,
formatos abertos de arquivos para a criação, armazenamento e
disponibilização digital de documentos.
*
-- 
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


[Bug 1127699] Re: Internal microphone does not working in Dell 3420 with Ubuntu Raring

2013-06-03 Thread Carlos Eduardo
I just gave up RR and got back to PP.
Maybe I'll shift to the next LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1127699

Title:
  Internal microphone does not working in Dell 3420 with Ubuntu Raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1127699/+subscriptions

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


[Bug 1127699] [NEW] Internal microphone does not working in Dell 3420 with Ubuntu Raring

2013-02-16 Thread Carlos Eduardo
Public bug reported:

Internal Microphone in Dell Inspiron 3420 a.k.a Dell Inspiron n4050 is not 
working with Ubuntu 13.04 - Raring Ringtail, no matter what I do. When I use 
the command line alsamixer, the application doens't show the internal mic.
Hardware: HDA Intel PCH

* Ubuntu Version: 13.04 - Raring
* pulseaudio:  Installed: 1:3.0-0ubuntu1
  Candidate: 1:3.0-0ubuntu1
  Tabela de versão:
 *** 1:3.0-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status
 1:3.0-0ubuntu1~ppa1 0
500 http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/ raring/main 
amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: pulseaudio 1:3.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-6.13-generic 3.8.0-rc7
Uname: Linux 3.8.0-6-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kadu   2425 F pulseaudio
  kadu   4171 F alsamixer
CheckboxSubmission: 07ad8fbd3cc6d6acbb7e0d79b517f671
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Sat Feb 16 23:06:21 2013
InstallationDate: Installed on 2013-02-16 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130214)
MarkForUpload: True
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/28/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.name: 04XGDT
dmi.board.vendor: Dell Inc.
dmi.board.version: A05
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd09/28/2012:svnDellInc.:pnInspiron3420:pvrNotSpecified:rvnDellInc.:rn04XGDT:rvrA05:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 3420
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: alsamixer microphone pulseaudio raring

** Attachment added: alsamixer screen
   
https://bugs.launchpad.net/bugs/1127699/+attachment/3532452/+files/Captura%20de%20tela%20de%202013-02-16%2023%3A16%3A48.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1127699

Title:
  Internal microphone does not working in Dell 3420 with Ubuntu Raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1127699/+subscriptions

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

Re: [U-co] server hosting

2012-11-24 Thread Ing. Carlos Eduardo Molina C.

Te recomiendo

http://www.dominiosyhosts.com/

Y te ofrecen alojamiento web (hosting) ilimitado

http://www.dominiosyhosts.com/web-hosting/index.php

Desde $216.000 anuales



El 24/11/12 09:55, Jose Fernando Chaparro S escribió:

Señores
Saludos

Estoy buscando un servidor hosting de gran tamaño, pero a buen precio, que
empresa me recomiendan.

gracias





--
--
Ing. Carlos Eduardo Molina
Celular Com: 311 7499003
Celular Mov: 317 8368137
E-mail: cemol...@redtauros.com
E-mail: cemol...@lahuaca.com
Web: http://www.redtauros.com
Web: http://www.dominiosyhosts.com
Web: http://www.lahuaca.com
Facebook: http://www.facebook.com/redtauros
Twitter: @RedTauros
--
AVISO LEGAL:
Este mensaje y toda la informacion contenida en este  es confidencial,
por lo tanto no puede ser usado ni divulgado por Personas distintas a
su destinatario. Si obtiene esta correo por error, por favor destruya
su contenido.
Queda estrictamente prohibido su retencion, grabacion, utilizacion,
aprovechamiento o divulgacion con cualquier proposito sin autorizacion
expresa de su remitente. Este mensaje ha sido sometido a programas
antivirus, no obstante, RedTauros y LaHuaca no asume ninguna
responsabilidad por eventuales daños generados por el recibo y el
uso de este material, siendo responsabilidad del destinatario verificar
con sus propios medios la existencia de virus u otros defectos.



--
Al escribir recuerde observar la etiqueta (normas) de esta lista: 
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en http://goo.gl/Nevnx


[Bug 1078693] [NEW] Can't add any account

2012-11-14 Thread Carlos Eduardo Moreira dos Santos
Public bug reported:

I have no accounts and when I try to add one, the drop-down list is
empty next to the question What kind of chat account do you have?.
Screenshot is attached.

** Affects: empathy (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: empathy_blank_accounts.png
   
https://bugs.launchpad.net/bugs/1078693/+attachment/3433109/+files/empathy_blank_accounts.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1078693

Title:
  Can't add any account

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1078693/+subscriptions

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


[Bug 1078693] Re: Can't add any account

2012-11-14 Thread Carlos Eduardo Moreira dos Santos
Installing the missing telepathy dependency solved it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1078693

Title:
  Can't add any account

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1078693/+subscriptions

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


[Bug 1028670] [NEW] Open file window bigger than the vertical resolution

2012-07-24 Thread Carlos Eduardo
Public bug reported:

When you use some function as Open file (exemple: Open file inside
LibreOffice), the window to choose the file sometimes is bigger than the
monitor vertical resolution.

This behavior is not necessary. Just show all the folders in the right side 
(places).
Today, when you click Open file in any place (web, local applications, etc), 
sometimes, is needed to resize window.

My resolution monitor is 1366x768 and the Open window takes almost all 
vertical size.
In virtul machines with less than this vertical resolution (720px), is needed 
to resize window to reach the Open button.


Solution:

Make the open file window with fixed size instead to wait the user resize the 
window to reach the Open button.
Maybe, smaller and centralized.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nautilus 1:3.4.2-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Tue Jul 24 20:07:04 2012
GsettingsChanges:
 org.gnome.nautilus.window-state geometry '1062x715+50+24'
 org.gnome.nautilus.window-state sidebar-width 174
 org.gnome.nautilus.window-state start-with-status-bar true
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1028670

Title:
  Open file window bigger than the vertical resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1028670/+subscriptions

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


[Bug 1028670] Re: Open file window bigger than the vertical resolution

2012-07-24 Thread Carlos Eduardo
** Attachment added: Open File window in Ubuntu 12.04 + LibreOffice
   
https://bugs.launchpad.net/bugs/1028670/+attachment/3234598/+files/Open01.jpeg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1028670

Title:
  Open file window bigger than the vertical resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1028670/+subscriptions

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


[Bug 1027363] [NEW] grub-install fails with out of disk error

2012-07-21 Thread Carlos Eduardo Moreira dos Santos
Public bug reported:

grub-install (GRUB) 1.99-21ubuntu3.1 in Ubuntu 12.04 32 bits

# grub-install --recheck /dev/sdb
/usr/sbin/grub-probe: error: out of disk.
Auto-detection of a filesystem of /dev/mapper/vg-striped failed.
Try with --recheck.
If the problem persists please report this together with the output of 
/usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=fs -v 
/boot/grub to bug-g...@gnu.org

Output of grub-probe command above is attached. Everything was fine
until I installed another OS in a pre-existent partition. Now I can't
put grub back in the MBR and I must use a usb stick to boot. My root
partition is an ext4 3-disk LVM volume and has /boot.

# fdisk -l /dev/sdb
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000571a2

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   *204862916607314572807  HPFS/NTFS/exFAT
/dev/sdb262916608  1953525167   945304280   8e  Linux LVM

** Affects: grub2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027363

Title:
  grub-install fails with out of disk error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1027363/+subscriptions

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

[Bug 1027363] Re: grub-install fails with out of disk error

2012-07-21 Thread Carlos Eduardo Moreira dos Santos
** Attachment added: Output requested by message error
   
https://bugs.launchpad.net/bugs/1027363/+attachment/3230668/+files/grub-probe.out

** Description changed:

  grub-install (GRUB) 1.99-21ubuntu3.1 in Ubuntu 12.04 32 bits
  
  # grub-install --recheck /dev/sdb
  /usr/sbin/grub-probe: error: out of disk.
  Auto-detection of a filesystem of /dev/mapper/vg-striped failed.
  Try with --recheck.
  If the problem persists please report this together with the output of 
/usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=fs -v 
/boot/grub to bug-g...@gnu.org
  
  Output of grub-probe command above is attached. Everything was fine
  until I installed another OS in a pre-existent partition. Now I can't
  put grub back in the MBR and I must use a usb stick to boot. My root
- partition is a 3-disk-LVM volume and has /boot.
+ partition is an ext4 3-disk LVM volume and has /boot.
  
  # fdisk -l /dev/sdb
  Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
  255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x000571a2
  
-Device Boot  Start End  Blocks   Id  System
+    Device Boot  Start End  Blocks   Id  System
  /dev/sdb1   *204862916607314572807  HPFS/NTFS/exFAT
  /dev/sdb262916608  1953525167   945304280   8e  Linux LVM

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027363

Title:
  grub-install fails with out of disk error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1027363/+subscriptions

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

[Bug 1025915] [NEW] package python3-distupgrade 1:0.172 failed to install/upgrade: a tentar sobre-escrever '/usr/lib/python3/dist-packages/DistUpgrade/utils.py', que também está no pacote python3-upda

2012-07-17 Thread Carlos Eduardo
Public bug reported:

After update, upgrade and reboot.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: python3-distupgrade 1:0.172
ProcVersionSignature: Ubuntu 3.5.0-4.4-generic 3.5.0-rc6
Uname: Linux 3.5.0-4-generic i686
ApportVersion: 2.3-0ubuntu4
Architecture: i386
Date: Sat Jul  7 12:31:33 2012
ErrorMessage: a tentar sobre-escrever 
'/usr/lib/python3/dist-packages/DistUpgrade/utils.py', que também está no 
pacote python3-update-manager 1:0.164
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120618)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Title: package python3-distupgrade 1:0.172 failed to install/upgrade: a tentar 
sobre-escrever '/usr/lib/python3/dist-packages/DistUpgrade/utils.py', que 
também está no pacote python3-update-manager 1:0.164
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package dist-upgrade i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025915

Title:
  package python3-distupgrade 1:0.172 failed to install/upgrade: a
  tentar sobre-escrever '/usr/lib/python3/dist-
  packages/DistUpgrade/utils.py', que também está no pacote python3
  -update-manager 1:0.164

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1025915/+subscriptions

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

[Bug 1025915] Re: package python3-distupgrade 1:0.172 failed to install/upgrade: a tentar sobre-escrever '/usr/lib/python3/dist-packages/DistUpgrade/utils.py', que também está no pacote python3-update

2012-07-17 Thread Carlos Eduardo
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025915

Title:
  package python3-distupgrade 1:0.172 failed to install/upgrade: a
  tentar sobre-escrever '/usr/lib/python3/dist-
  packages/DistUpgrade/utils.py', que também está no pacote python3
  -update-manager 1:0.164

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1025915/+subscriptions

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

Re: [U-co] Soluciones CRM/ERP en Ubuntu (Server)

2012-06-13 Thread Ing. Carlos Eduardo Molina C.

El 13/06/12 07:26, Guillermo A. Cristancho D. escribió:

On 06/12/2012 11:40 AM, Ing. Carlos Eduardo Molina C. wrote:

En cuanto a CRM

VTiger es 100 % libre

En cuanto a ERP, con soporte contabilidad Colombiana - 100 % libre

Adempiere

Feliz dia


Hola, Carlos:

Gracias por sus recomendaciones, he estado revisando Adempiere y no me 
queda claro si el soporte para contabilidad colombiana ya viene 
integrado o es necesario paquetes adicionales (¿Tales paquetes son 
compatibles con la última versión 3.7.0?.).


Nuevamente, gracias!

Te cuento que hasta hace unas versiones, habia que instalarlo. No estoy 
seguro si ahora hay que hacerlo. Pero el proceso no es dificil, de hecho 
han mejorado mucho este tema de la instalacion de modulos.



--
--
Ing. Carlos Eduardo Molina
Celular Com: 311 7499003
Celular Mov: 317 8368137
E-mail: cemol...@redtauros.com
E-mail: cemol...@lahuaca.com
Web: http://www.redtauros.com
Web: http://www.dominiosyhosts.com
Web: http://www.lahuaca.com
Facebook: http://www.facebook.com/redtauros
Twitter: @RedTauros


--
Al escribir recuerde observar la etiqueta (normas) de esta lista: 
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en http://goo.gl/Nevnx


Re: [U-co] Entorno grafico

2012-05-25 Thread Ing. Carlos Eduardo Molina C.


El 25/05/12 07:07, coldsof...@gmail.com escribió:

Muchachos alguien sabe como restaurar el entorno grafico de ubuntu 12.04???
Enviado desde un dispositivo BlackBerry® de Tigo


1. Vas a tu home, con el explorador de archivos.
2. Presionas CTRL + h para ver los archivos ocultos.
3. Borras la carpeta .gconf
4. Reiniciar.

Si no te funciona, la borras en modo consola antes de que inicies tu sesion.

Eso es todo

--
--
Ing. Carlos Eduardo Molina
Celular Com: 311 7499003
Celular Mov: 317 8368137
E-mail: cemol...@redtauros.com
E-mail: cemol...@lahuaca.com
Web: http://www.redtauros.com
web: http://www.lahuaca.com
Facebook: http://www.facebook.com/redtauros
Twitter: @RedTauros
--
AVISO LEGAL:
Este mensaje y toda la informacion contenida en este  es confidencial,
por lo tanto no puede ser usado ni divulgado por Personas distintas a
su destinatario. Si obtiene esta correo por error, por favor destruya
su contenido.
Queda estrictamente prohibido su retencion, grabacion, utilizacion,
aprovechamiento o divulgacion con cualquier proposito sin autorizacion
expresa de su remitente. Este mensaje ha sido sometido a programas
antivirus, no obstante, RedTauros y LaHuaca no asume ninguna
responsabilidad por eventuales daños generados por el recibo y el
uso de este material, siendo responsabilidad del destinatario verificar
con sus propios medios la existencia de virus u otros defectos.




--
Al escribir recuerde observar la etiqueta (normas) de esta lista: 
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en http://goo.gl/Nevnx


Re: [Ubuntu-BR] OFF TOPPIC - Programa equivalente ao DVD Shrink.

2012-05-15 Thread Carlos Eduardo Mattos da Cruz
Alguém já tentou o OGMRip? http://ogmrip.sourceforge.net/en/index.html





Carlos Eduardo
Design Livre
http://cadunico.wordpress.com/
http://cadunico.art.br/


Faça parte do GNUGRAF !
http://gnugraf.org/



*


AGORA É LEI: 5978 de 24/05/211*
*
Os órgaõs e entidades da administração pública direta, indireta,
autárquica e fundacional do Estado do Rio de Janeiro, bem como os órgãos
autônomos e empresas sob o controle estatal adotarão preferencialmente,
formatos abertos de arquivos para a criação, armazenamento e
disponibilização digital de documentos.
*




Em 15 de maio de 2012 16:26, João Ghignatti py3...@uol.com.br escreveu:

 Com todas essas afirmações só me resta reconhecer que estou fazendo algo
 errado com o DVD95. Vou fuçar até achar e elidir o problema.

 Obrigado a todos.



 João Ghignatti -  py3aii - GF49jx
 PORTO ALEGRE (RS)  -  B R A S I L
 S30°  02.122´W 51°  13.504
 Powered  by   MOZILLA/THUNDERBIRD


 Em 15/05/2012 15:15, mario - bol escreveu:

  tenho os arquivos VIDEO_TS E AUDIO_TS no HD com este DVD95 consigo gravar
 em um DVD que roda sem problemas em um dvd player? Se não, qual por favor,
 faria isso?

 Em 15-05-2012 14:45, Hugo Do Nascimento escreveu:

 O DVD95 está nos repositórios (se bem que eu estou usando o PPA do
 Mediaubuntu instalado também...).
 Ele funciona tranquilo...

 Hugo

 On Tue, May 15, 2012 at 2:15 PM, Hugo Do Nascimentohad...@gmail.com
 wrote:

  Eu já usei o DVD95.

 Hugo




 --
 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: [U-co] Freeradius + Samba + Ldap + Cisco

2012-05-09 Thread Ing. Carlos Eduardo Molina C.
Ing. Francisco,... puede realizar esta configuracion entre el lunes y 
martes proximo..? Nos dieron ese plazo.


Me cuenta.

Feliz dia

El 08/05/12 09:46, [FELINUX] Francisco J. Lozano B. escribió:
Gracias por referirme Fernando, ya había conversado ayer con Carlos e 
infortunadamente no puedo colaborarle porque realmente lo necesita 
URGENTE y tengo compromisos previamente adquiridos para esta semana.


Ojalá alguien más en Cali o que esté cerca pueda colaborarle y de paso 
me lo deje saber ya que a veces también en nuestra empresa necesitamos 
quien nos de una mano con ese tipo de servicios para nuestros clientes.


El 08/05/12 09:33, Fernando Giraldo Montoya escribió:
hola, contacta al señor Francisco J. Lozano B. 
fjloz...@felinux.com.co mailto:fjloz...@felinux.com.co  el es 
miembro de esta comunidad y trabaja en Cali, a lo mejor el pueda 
ayudarte


El 7 de mayo de 2012 15:49, Ing. Carlos Eduardo Molina C. 
cemol...@redtauros.com mailto:cemol...@redtauros.com escribió:


Buen dia sres. Ubuntu.

Necesitamos una persona que conozca bien de la autenticación entre
el freeradius y el samba. Usando un access point Cisco

Freeradius + Samba + Ldap + Cisco

Es relativamente Urgente - Para Cali

-- --
Ing. Carlos Eduardo Molina
Celular Com: 311 7499003 tel:311%207499003
Celular Mov: 317 8368137 tel:317%208368137
E-mail: cemol...@redtauros.com mailto:cemol...@redtauros.com
E-mail: cemol...@lahuaca.com mailto:cemol...@lahuaca.com
Web: http://www.redtauros.com
web: http://www.lahuaca.com
Facebook: http://www.facebook.com/redtauros
Twitter: @RedTauros
--


-- Al escribir recuerde observar la etiqueta (normas) de esta 
lista:

http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en
http://goo.gl/Nevnx




--
Aqui se respira lucha...







--
--
Ing. Carlos Eduardo Molina
Celular Com: 311 7499003
Celular Mov: 317 8368137
E-mail: cemol...@redtauros.com
E-mail: cemol...@lahuaca.com
Web: http://www.redtauros.com
web: http://www.lahuaca.com
Facebook: http://www.facebook.com/redtauros
Twitter: @RedTauros
--
AVISO LEGAL:
Este mensaje y toda la informacion contenida en este  es confidencial,
por lo tanto no puede ser usado ni divulgado por Personas distintas a
su destinatario. Si obtiene esta correo por error, por favor destruya
su contenido.
Queda estrictamente prohibido su retencion, grabacion, utilizacion,
aprovechamiento o divulgacion con cualquier proposito sin autorizacion
expresa de su remitente. Este mensaje ha sido sometido a programas
antivirus, no obstante, RedTauros y LaHuaca no asume ninguna
responsabilidad por eventuales daños generados por el recibo y el
uso de este material, siendo responsabilidad del destinatario verificar
con sus propios medios la existencia de virus u otros defectos.




--
Al escribir recuerde observar la etiqueta (normas) de esta lista: 
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en http://goo.gl/Nevnx


[U-co] Freeradius + Samba + Ldap + Cisco

2012-05-07 Thread Ing. Carlos Eduardo Molina C.

Buen dia sres. Ubuntu.

Necesitamos una persona que conozca bien de la autenticación entre el 
freeradius y el samba. Usando un access point Cisco


Freeradius + Samba + Ldap + Cisco

Es relativamente Urgente - Para Cali

--
--
Ing. Carlos Eduardo Molina
Celular Com: 311 7499003
Celular Mov: 317 8368137
E-mail: cemol...@redtauros.com
E-mail: cemol...@lahuaca.com
Web: http://www.redtauros.com
web: http://www.lahuaca.com
Facebook: http://www.facebook.com/redtauros
Twitter: @RedTauros
--


--
Al escribir recuerde observar la etiqueta (normas) de esta lista: 
http://goo.gl/Pu0ke
Para cambiar su inscripción, vaya a Cambio de opciones en http://goo.gl/Nevnx


[Bug 930555] Re: Launcher reveal sensitivity can not be set to a high enough level

2012-03-06 Thread Carlos Eduardo V. O. Cruz
Same here.
The slider for setting the behavior Reveal sensitivity of the Launcher, even 
when at the most high (quite right) does not make the feature sinsitive enough.
You still have to force the mouse more than natural so the Launcher shows up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930555

Title:
  Launcher reveal sensitivity can not be set to a high enough level

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/930555/+subscriptions

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


[Bug 879846] Re: Screen corruption in OpenGL varicad widgets [kubuntu]

2011-12-01 Thread Carlos Eduardo de Brito Novaes
I can confirm that the new version of this software does not sufer from this 
problem anymore. The version that trigger the bug was 2011-1.10, the version 
2012-1.02 works well.
Since this is the only software that suffers from this bug, maybe this could be 
closed.

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879846

Title:
  Screen corruption in OpenGL varicad widgets [kubuntu]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/879846/+subscriptions

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


[Bug 889045] Re: Gtk+ widgets gets currupt when using oxygen-gtk after libcairo2 upgrade

2011-12-01 Thread Carlos Eduardo de Brito Novaes
I can confirm that this bug does not exist with newer version of
libcairo2. By now I am using
1.11.3+git2025.a6def387-0ubuntu0ricotz~oneiric1. I don't know if any
version prior to this had the bug solved since I had locked libcairo2
and decided to try a new version today. Happy to see this bug has gone.

Thanks so much.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889045

Title:
  Gtk+ widgets gets currupt when using oxygen-gtk after libcairo2
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/889045/+subscriptions

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


[Bug 896963] [NEW] Drag'n'drop don't work under XFCE

2011-11-27 Thread Carlos Eduardo Alves
Public bug reported:

When trying to drag'n'drop text or any file, the editor crashes.
If open a terminal and run gedit, then appears only the message Segmentation 
fail. The exit status of the application is 139.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gedit 3.2.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic-pae 3.0.6
Uname: Linux 3.0.0-13-generic-pae i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sun Nov 27 18:04:48 2011
ExecutablePath: /usr/bin/gedit
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gedit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug apport-lpi i386 oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/896963

Title:
   Drag'n'drop don't work under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/896963/+subscriptions

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


[Bug 896963] Re: Drag'n'drop don't work under XFCE

2011-11-27 Thread Carlos Eduardo Alves
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/896963

Title:
   Drag'n'drop don't work under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/896963/+subscriptions

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


[Bug 889045] Re: Gtk+ widgets gets currupt when using oxygen-gtk after libcairo2 upgrade

2011-11-14 Thread Carlos Eduardo de Brito Novaes
Sorry for do no attempt to this at bug reporting, but I should had named
it with [xorg-edgers] as this version of libcairo2 comes from this ppa.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889045

Title:
  Gtk+ widgets gets currupt when using oxygen-gtk after libcairo2
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/889045/+subscriptions

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


[Bug 889045] [NEW] Gtk+ widgets gets currupt when using oxygen-gtk after libcairo2 upgrade

2011-11-11 Thread Carlos Eduardo de Brito Novaes
Public bug reported:

I found out that a update to libcairo2 version 
1.11.3+git2009.90b2fd34-0ubuntu0ricotz lead to this problem. Downgrading 
back to version libcairo2_1.11.3+git20111015.3813066f-0ubuntu1~11.10~ricotz0 
the gtk+ apps got rendered right on the screen. 
Also, if I disable the oxygen-gtk theme or  start the application with another 
theme the problem goes away. The problem occurs in natty too and the attached 
file shows four screens, on the right side the bug shows up.
Disabling desktop effects does not solve this issue and this also affects my  
laptop with intel video and xorg from xedgers.
From now I had to stick to the version of libcairo to the one that works good, 
its a temporary fix I think.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Nov 11 08:59:51 2011
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: cairo (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug kubuntu oneiric resolution

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889045

Title:
  Gtk+ widgets gets currupt when using oxygen-gtk after libcairo2
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/889045/+subscriptions

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


[Bug 889045] Re: Gtk+ widgets gets currupt when using oxygen-gtk after libcairo2 upgrade

2011-11-11 Thread Carlos Eduardo de Brito Novaes
** Attachment added: TopLeft oneiric prior upgrade - OK. TopRight oneiric 
after upgrade - BUG. BottomLeft natty upgraded without gtk-oxygen theme - OK. 
BottonRight natty upgraded with gtk-oxygen theme - BUG
   
https://bugs.launchpad.net/bugs/889045/+attachment/2593055/+files/bug_libcairo2.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889045

Title:
  Gtk+ widgets gets currupt when using oxygen-gtk after libcairo2
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/889045/+subscriptions

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


[Bug 769866] Re: tab completion no longer escapes filenames and completes dirnames incorrectly (space instead of slash)

2011-11-02 Thread Carlos Eduardo Shirasawa
Thanks a lot! #10 saved my sanity...

It was making me crazy!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769866

Title:
  tab completion no longer escapes filenames and completes dirnames
  incorrectly (space instead of slash)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/769866/+subscriptions

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


[Bug 884020] Re: CPU frequency scaling is not working

2011-10-30 Thread Carlos Eduardo Moreira dos Santos
My CPU is Intel(R) Celeron(R) CPU E3300  @ 2.50GHz.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884020

Title:
  CPU frequency scaling is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cpufreqd/+bug/884020/+subscriptions

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


[Bug 884020] [NEW] CPU frequency scaling is not working

2011-10-30 Thread Carlos Eduardo Moreira dos Santos
Public bug reported:

CPU is always at maximum speed and does not change if I change governor
or frequency.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: cpufreqd 2.4.2-1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Sun Oct 30 20:57:24 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cpufreqd
UpgradeStatus: Upgraded to oneiric on 2011-10-22 (8 days ago)

** Affects: cpufreqd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884020

Title:
  CPU frequency scaling is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cpufreqd/+bug/884020/+subscriptions

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


[Bug 884020] Re: CPU frequency scaling is not working

2011-10-30 Thread Carlos Eduardo Moreira dos Santos
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884020

Title:
  CPU frequency scaling is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cpufreqd/+bug/884020/+subscriptions

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


  1   2   3   4   >