[Bug 2054856] [NEW] Icon theme is reset on dark/light theme switch

2024-02-25 Thread Junior Martins
Public bug reported:

### Affected version
GNOME Shell 45.2 on Ubuntu 23.10 (Wayland)

### Bug summary

When you switch between dark and light mode the icon theme is reset.
This also affects other theming options, such as the "Legacy
applications" theme option in Gnome Tweaks. I suspect that it also
affects the primary color settings, since I remember having it changed
to the default orange after switching from light to dark some days ago,
but I don't remember what setting I changed before this.

### Steps to reproduce

1. On Gnome Tweaks > Appearance, change the icon theme (I used Papyrus dark)
2. On the quick toggles, switch between dark and light mode
3. Switch again between dark and light mode

### What happened

The icon theme is changed to "Yaru-blue" and then to "Yaru-blue-dark"

### What did you expect to happen

No change to my icon theme, or at least use its light variant.

### Relevant info

Some `gsettings` options:

```bash
# After changing the icon theme
org.gnome.desktop.interface color-scheme 'prefer-dark'
org.gnome.desktop.interface gtk-theme 'Yaru-blue-dark'
org.gnome.desktop.interface icon-theme 'Papirus-Dark'

# After switching to light mode
org.gnome.desktop.interface color-scheme 'default'
org.gnome.desktop.interface gtk-theme 'Yaru-blue'
org.gnome.desktop.interface icon-theme 'Yaru-blue'

# After switching to dark mode again
org.gnome.desktop.interface color-scheme 'prefer-dark'
org.gnome.desktop.interface gtk-theme 'Yaru-blue-dark'
org.gnome.desktop.interface icon-theme 'Yaru-blue-dark'
```

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: gnome-shell 45.2-0ubuntu1
ProcVersionSignature: Ubuntu 6.5.0-21.21-generic 6.5.8
Uname: Linux 6.5.0-21-generic x86_64
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb 23 21:57:38 2024
DisplayManager: gdm3
InstallationDate: Installed on 2023-07-25 (213 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
RelatedPackageVersions: mutter-common 45.2-0ubuntu3
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to mantic on 2023-10-29 (117 days ago)

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


** Tags: amd64 apport-bug mantic wayland-session

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

Title:
  Icon theme is reset on dark/light theme switch

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


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

[Bug 2044654] Re: No debugging symbols found in libgdk-3.so.0

2023-11-28 Thread Sergio Durigan Junior
I've added ubuntu-debuginfod as an affected project and marked the bug
as Invalid for gtk-3.

BTW, this is a known issue that's being worked on.  Hopefully it should
be resolved in the next days.

Thanks for reporting the bug!

** Also affects: ubuntu-debuginfod
   Importance: Undecided
   Status: New

** Changed in: gtk+3.0 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/2044654

Title:
  No debugging symbols found in libgdk-3.so.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-debuginfod/+bug/2044654/+subscriptions


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

[Bug 2015660] Re: Unable to set Super+P as custom shortcut

2023-04-09 Thread Lucio Braz de Araujo Junior
lucio@biscoito:~$ gsettings get org.gnome.mutter.keybindings switch-monitor
['p', 'XF86Display']

Add 'Super+P' as a custom shortcut maybe should disable and warn about
Mutter switch-monitor keybind.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2015660

Title:
  Unable to set Super+P as custom shortcut

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


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

[Bug 2015660] [NEW] Unable to set Super+P as custom shortcut

2023-04-08 Thread Lucio Braz de Araujo Junior
Public bug reported:

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System
-> About Ubuntu

lucio@biscoito:~$ lsb_release -rd
No LSB modules are available.
Description:Ubuntu Lunar Lobster (development branch)
Release:23.04

2) The version of the package you are using, via 'apt-cache policy
pkgname' or by checking in Software Center

gnome-control-center:
  Installed: 1:44.0-1ubuntu4
  Candidate: 1:44.0-1ubuntu4
  Version table:
 *** 1:44.0-1ubuntu4 500
500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
100 /var/lib/dpkg/status

3) What you expected to happen

I'm trying to run "playerctl play-pause" using the custom gnome shortcut
'Super+P'.

4) What happened instead

1. Nothing happens.
2. If using another shortcut like 'Super+W' it works, but not Super+P.
3. playerctl play-pause works on cli.

lucio@biscoito:~$ dconf dump / | grep Super
close=['q']
lower=['j']
maximize=['f']
move-to-workspace-1=['1']
move-to-workspace-2=['2']
move-to-workspace-3=['3']
move-to-workspace-4=['4']
raise=['k']
switch-to-workspace-1=['1']
switch-to-workspace-2=['2']
switch-to-workspace-3=['3']
switch-to-workspace-4=['4']
toggle-tiled-left=['h']
toggle-tiled-right=['l']
email=['m']
mic-mute=['BackSpace']
screensaver=['x']
terminal=['Return']
volume-down=['minus']
volume-mute=['BackSpace']
volume-up=['equal']
www=['b']
binding='p' << the infamous one.

ProblemType: Bug
DistroRelease: Ubuntu 23.04
Package: gnome-control-center 1:44.0-1ubuntu4
ProcVersionSignature: Ubuntu 6.2.0-19.19-generic 6.2.6
Uname: Linux 6.2.0-19-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.26.0-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr  8 20:18:56 2023
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug lunar wayland-session

** Attachment added: "My conf"
   
https://bugs.launchpad.net/bugs/2015660/+attachment/5662293/+files/Screenshot%20from%202023-04-08%2020-18-14.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2015660

Title:
  Unable to set Super+P as custom shortcut

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


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

[Bug 2006674] Re: GTK-3.0 themes not working with 22.04

2023-02-09 Thread Sergio Durigan Junior
** Also affects: gtk4 (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: sssd (Ubuntu)

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

Title:
  GTK-3.0 themes not working with 22.04

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


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

[Bug 1993874] Re: Settings and Quick Menu apply Dark style differently

2022-11-12 Thread Silvano junior
Does canonical have any plan to fix this?

A lot of reports about this anoing bug and no answer from canonical.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1993874

Title:
  Settings and Quick Menu apply Dark style differently

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


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

[Bug 1993874] Re: Settings and Quick Menu apply Dark style differently

2022-11-01 Thread Silvano junior
I am also experiencing this bug. I can replicate it by doing the
following

1. Have system set to dark theme
2. Open settings
3. Observe that now Shell theme are in light mode
4. Observe that, in settings, dark theme is still selected
5. Observe that, in the quick panel, dark theme is deactivated
6. Click on dark mode in quick panel
7. Observe that everything is back to dark theme

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1993874

Title:
  Settings and Quick Menu apply Dark style differently

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


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

[Bug 1994141] Re: incompatible versions of network-manager-openvpn and openvpn delivered in ubuntu22.10

2022-10-31 Thread Sergio Durigan Junior
Thank you for your bug report.  This seems to be a problem with network-
manager-openvpn, so I took the liberty to remove Ubuntu and the openvpn
package from the list of affected projects.  I also pinged the person
that backported the upstream fixes to Kinetic.

** No longer affects: ubuntu

** No longer affects: openvpn (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to network-manager-openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/1994141

Title:
  incompatible versions of network-manager-openvpn and openvpn delivered
  in ubuntu22.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/1994141/+subscriptions


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

[Bug 1792544] Re: demotion of pcre3 (8.x) a.k.a pcre (without the 3) in favor of pcre2 (10.x)

2022-06-14 Thread Sergio Durigan Junior
This has been fixed since sssd 2.4.0.

** Changed in: sssd (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  demotion of pcre3 (8.x) a.k.a pcre (without the 3) in favor of pcre2
  (10.x)

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


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

[Bug 1948556] [NEW] calendar has low contrast in both default themes

2021-10-23 Thread Junior Martins
Public bug reported:

Both default dark and light themes of calendar have very low contrast
between event and text colour of events. Text colour is always some kind
of light grey (dark and light modes) or dark grey (light mode only).

On dark theme, setting an account calendar to bright colours doesn't
affect the text colour (light text on light background), while the
opposite doesn't happen on light theme (text changes colour
automatically to dark or light according to background colour).

Also, the colours themselves are differently applied than expected:
changing an account colour to white while in dark mode changes it to a
whitish purple instead of actual white, while changing it to black on
light mode changes it to dark grey.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: gnome-calendar 41.0-1
ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
Uname: Linux 5.13.0-20-generic x86_64
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 23 19:10:08 2021
ExecutablePath: /usr/bin/gnome-calendar
InstallationDate: Installed on 2021-04-20 (185 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
 PATH=(custom, user)
 LANGUAGE=pt_BR:pt:en
 LANG=pt_BR.UTF-8
SourcePackage: gnome-calendar
UpgradeStatus: Upgraded to impish on 2021-10-23 (0 days ago)

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


** Tags: amd64 apport-bug impish wayland-session

** Attachment added: "Screenshots of light and dark mode with account color set 
to black or white"
   
https://bugs.launchpad.net/bugs/1948556/+attachment/5535476/+files/screenshots.zip

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

Title:
  calendar has low contrast in both default themes

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


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

[Bug 1788459] Re: gssproxy crashes in libselinux.so.1 on Ubuntu 18.04 when called by rpc.gssd

2021-10-06 Thread Sergio Durigan Junior
This bug doesn't apply to Impish.

** Changed in: gssproxy (Ubuntu)
   Status: In Progress => Invalid

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

Title:
  gssproxy  crashes in libselinux.so.1 on Ubuntu 18.04 when called by
  rpc.gssd

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


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

[Bug 1944763] Re: sed temp file appears in nautilus but not in ls -a

2021-09-24 Thread Junior Martins
I'm using GNOME 3.38.4 and I just tried mv, touch, mkdir, rmdir and cp,
and Nautilus updated instantly.

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

Title:
  sed temp file appears in nautilus but not in ls -a

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


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

[Bug 1944763] Re: sed temp file appears in nautilus but not in ls -a

2021-09-24 Thread Junior Martins
I used "gio monitor ." at the directory. I don't know what my filesystem
is, but in AskUbuntu it was mentioned that I could use "df -T", I hope
this helps.

DIRNAME is the absolute path of the directory (I can't show it, it has upper 
and lowercase characters and also spaces, it that's relevant), and it seemed to 
get worse, since now both 
sedFJdiNs and sedoH8a25 showed in Nautilus. They disappeared when I pressed F5 
about a minute later.


After  sed -i 's/CAD/cad/g' dados_snps_AMR.tsv 

.: DIRNAME/sedFJdiNs: created
.: DIRNAME/sedFJdiNs: changes done
.: DIRNAME/sedFJdiNs: attributes changed
.: DIRNAME/sedFJdiNs: changed
.: DIRNAME/sedFJdiNs: changes done
.: DIRNAME/sedFJdiNs: renamed to DIRNAME/dados_snps_AMR.tsv

After sed -i 's/cad/CAD/g' dados_snps_AMR.tsv

.: DIRNAME/sedoH8a25: created
.: DIRNAME/sedoH8a25: changes done
.: DIRNAME/sedoH8a25: attributes changed
.: DIRNAME/sedoH8a25: changed
.: DIRNAME/sedoH8a25: changes done
.: DIRNAME/sedoH8a25: renamed to DIRNAME/dados_snps_AMR.tsv

>>>df -T
Sist. Arq. Tipo  Blocos de 1K Usado Disponível Uso% Montado em
tmpfs  tmpfs  1625208  20321623176   1% /run
/dev/sda2  ext4 459924552 236713100  199778800  55% /
tmpfs  tmpfs  8126032 494088076624   1% /dev/shm
tmpfs  tmpfs 5120 4   5116   1% /run/lock
tmpfs  tmpfs 4096 0   4096   0% /sys/fs/cgroup
/dev/sda1  vfat523248  8332 514916   2% /boot/efi
tmpfs  tmpfs  1625204   9401624264   1% /run/user/1000

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

Title:
  sed temp file appears in nautilus but not in ls -a

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


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

[Bug 1944763] [NEW] sed temp file appears in nautilus but not in ls -a

2021-09-23 Thread Junior Martins
Public bug reported:

**Expected behaviour**:
Temp files created by sed should disappear from Nautilus after automatic 
deletion

**Observed behaviour**:
Temp files showed in Nautilus for some time.

**Description**:

After using:
sed -i 's/CAD/cad/g' FILENAME

The temp files created by sed (sed#) continued showing in Nautilus
for some minutes (they disappear if I close and reopen Nautilus), and I
could interact with them (see permissions, double click to open (which
errored out by not finding an app to open it), but couldn't change them
(move, change permissions, delete)

These temp files did not appear with ls -a.

The file is 3.6kb long.

The behaviour doesn't happen with: sed -i 's/cad/CAD/g' FILENAME but
only with: sed -i 's/CAD/cad/g' FILENAME

**Outputs**:

>>>df .
Sist. Arq. Blocos de 1K Usado Disponível Uso% Montado em
/dev/sda2 459924552 235486388  201005512  54% /

>>>lsb_release -rd:
Description:Ubuntu 21.04
Release:21.04

>>>apt-cache policy nautilus
nautilus:
  Instalado: 1:3.38.2-1ubuntu2
  Candidato: 1:3.38.2-1ubuntu2
  Tabela de versão:
 *** 1:3.38.2-1ubuntu2 500
500 http://mirror.ufscar.br/ubuntu hirsute-updates/main amd64 Packages
100 /var/lib/dpkg/status
 1:3.38.2-1ubuntu1 500
500 http://mirror.ufscar.br/ubuntu hirsute/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: nautilus 1:3.38.2-1ubuntu2
ProcVersionSignature: Ubuntu 5.11.0-34.36-generic 5.11.22
Uname: Linux 5.11.0-34-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep 23 15:51:04 2021
ExecutablePath: /usr/bin/nautilus
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'initial-size' b'(860, 495)'
 b'org.gnome.nautilus.preferences' b'executable-text-activation' b"'ask'"
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'owner', 'group', 'permissions', 'where', 'date_modified', 
'date_modified_with_time', 'date_accessed', 'recency', 'starred', 
'detailed_type']"
InstallationDate: Installed on 2021-04-20 (155 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
 PATH=(custom, user)
 LANGUAGE=pt_BR:pt:en
 LANG=pt_BR.UTF-8
SourcePackage: nautilus
UpgradeStatus: Upgraded to hirsute on 2021-06-08 (107 days ago)
usr_lib_nautilus:
 evince40.1-1
 file-roller   3.38.1-1
 nautilus-extension-gnome-terminal 3.38.1-1ubuntu1
 nautilus-share0.7.3-2ubuntu3

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


** Tags: amd64 apport-bug hirsute

** Description changed:

  **Expected behaviour**:
  Temp files created by sed should disappear from Nautilus after automatic 
deletion
  
  **Observed behaviour**:
  Temp files showed in Nautilus for some time.
  
  **Description**:
  
  After using:
  sed -i 's/CAD/cad/g' FILENAME
  
  The temp files created by sed (sed#) continued showing in Nautilus
- for some time (about 20m), and I could interact with them (see
- permissions, double click to open (which errored out by not finding an
- app to open it), but couldn't change them (move, change permissions,
- delete)
+ for some minutes (they disappear if I close and reopen Nautilus), and I
+ could interact with them (see permissions, double click to open (which
+ errored out by not finding an app to open it), but couldn't change them
+ (move, change permissions, delete)
  
  These temp files did not appear with ls -a.
  
  The file is 3.6kb long.
  
  The behaviour doesn't happen with: sed -i 's/cad/CAD/g' FILENAME but
  only with: sed -i 's/CAD/cad/g' FILENAME
  
  **Outputs**:
  
  >>>df .
  Sist. Arq. Blocos de 1K Usado Disponível Uso% Montado em
  /dev/sda2 459924552 235486388  201005512  54% /
  
  >>>lsb_release -rd:
  Description:  Ubuntu 21.04
  Release:  21.04
  
  >>>apt-cache policy nautilus
  nautilus:
-   Instalado: 1:3.38.2-1ubuntu2
-   Candidato: 1:3.38.2-1ubuntu2
-   Tabela de versão:
-  *** 1:3.38.2-1ubuntu2 500
- 500 http://mirror.ufscar.br/ubuntu hirsute-updates/main amd64 Packages
- 100 /var/lib/dpkg/status
-  1:3.38.2-1ubuntu1 500
- 500 http://mirror.ufscar.br/ubuntu hirsute/main amd64 Packages
+   Instalado: 1:3.38.2-1ubuntu2
+   Candidato: 1:3.38.2-1ubuntu2
+   Tabela de versão:
+  *** 1:3.38.2-1ubuntu2 500
+ 500 http://mirror.ufscar.br/ubuntu hirsute-updates/main amd64 Packages
+ 100 /var/lib/dpkg/status
+  1:3.38.2-1ubuntu1 500
+ 500 http://mirror.ufscar.br/ubuntu hirsute/main amd64 Packages
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: nautilus 1:3.38.2-1ubuntu2
  ProcVersionSignature: Ubuntu 5.11.0-34.36-generic 5.11.22
  Uname: Linux 5.11.0-34-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65.3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  

[Bug 1940759] Re: bluetooth settings have a delay between on and off modes

2021-08-24 Thread Junior Martins
My laptop is an Acer Aspire E5-574-592S.

** Attachment added: "Outputs for journalctl, lspci and lsusb"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1940759/+attachment/5520319/+files/outputs.zip

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1940759

Title:
  bluetooth settings have a delay between on and off modes

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


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

[Bug 1940759] [NEW] bluetooth settings have a delay between on and off modes

2021-08-21 Thread Junior Martins
Public bug reported:

When I switch bluetooth on or off in Control Center, it has a delay
(5-30s) between the switch icon and the actual screen output, some times
I need to switch between options on the side bar or even close the
Control Center.

outputs:
>>>lsb_release -rd
Description:Ubuntu 21.04
Release:21.04

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-control-center 1:3.38.5-1ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-31.33-generic 5.11.22
Uname: Linux 5.11.0-31-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Aug 22 00:46:45 2021
ExecutablePath: /usr/bin/gnome-control-center
InstallationDate: Installed on 2021-04-20 (123 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to hirsute on 2021-06-08 (75 days ago)

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


** Tags: amd64 apport-bug hirsute

** Attachment added: "bluetooth.png"
   
https://bugs.launchpad.net/bugs/1940759/+attachment/5519723/+files/bluetooth.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1940759

Title:
  bluetooth settings have a delay between on and off modes

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


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

[Bug 1939916] Re: FTBFS 0.99.25-0ubuntu1 error: ‘__builtin_memcpy’ writing 5 bytes into a region of size 0 overflows the destination [-Werror=stringop-overflow=]

2021-08-13 Thread Sergio Durigan Junior
Thanks for the investigative work, Athos.

As we discussed in private, I'm going to do a sync of sane-airscan from
Debian experimental, which contains the patch necessary for this fix.
The sync should also close this bug.

Cheers.

** Changed in: sane-airscan (Ubuntu)
   Status: New => Fix Released

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

Title:
  FTBFS 0.99.25-0ubuntu1 error: ‘__builtin_memcpy’ writing 5 bytes into
  a region of size 0 overflows the destination [-Werror=stringop-
  overflow=]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-airscan/+bug/1939916/+subscriptions


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

[Bug 1788459] Re: gssproxy crashes in libselinux.so.1 on Ubuntu 18.04 when called by rpc.gssd

2021-06-30 Thread Sergio Durigan Junior
** Changed in: gssproxy (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: gssproxy (Ubuntu)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

** Changed in: gssproxy (Ubuntu)
   Importance: Undecided => Medium

** Also affects: krb5 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: libselinux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: gssproxy (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: krb5 (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: libselinux (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: gssproxy (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Changed in: krb5 (Ubuntu)
   Status: Confirmed => Invalid

** No longer affects: krb5 (Ubuntu)

** No longer affects: krb5 (Ubuntu Focal)

** No longer affects: krb5 (Ubuntu Hirsute)

** Changed in: libselinux (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: libselinux (Ubuntu Focal)
   Status: New => Invalid

** Changed in: libselinux (Ubuntu Hirsute)
   Status: New => Invalid

** Changed in: gssproxy (Ubuntu Focal)
   Status: New => In Progress

** Changed in: gssproxy (Ubuntu Hirsute)
   Status: New => In Progress

** Changed in: gssproxy (Ubuntu Focal)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

** Changed in: gssproxy (Ubuntu Hirsute)
 Assignee: (unassigned) => Sergio Durigan Junior (sergiodj)

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

Title:
  gssproxy  crashes in libselinux.so.1 on Ubuntu 18.04 when called by
  rpc.gssd

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

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

[Bug 1917362] Re: PAM: smartcard owner isn't associated to user by default

2021-04-21 Thread Sergio Durigan Junior
Hi Iain,

AFAIK there is no pending upload to fix this bug on Hirsute -- is there?
The only work I've done was to backport the patches mentioned in the
Description and upload the package to a PPA.  Unless Marco has made an
upload, of course.

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

Title:
  PAM: smartcard owner isn't associated to user by default

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

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

[Bug 1917362] Re: PAM: smartcard owner isn't associated to user by default

2021-04-15 Thread Sergio Durigan Junior
Thanks for the reply, Marco.  Does this mean that we can close this bug
for SSSD, then?

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

Title:
  PAM: smartcard owner isn't associated to user by default

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

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

[Bug 1917362] Re: PAM: smartcard owner isn't associated to user by default

2021-03-15 Thread Sergio Durigan Junior
Just as a reminder, I create a PPA with the proposed fix here:

https://launchpad.net/~sergiodj/+archive/ubuntu/sssd-
bug1917362/+packages

Let me know when you can test it, and how the testing goes.  Thanks!

** Changed in: sssd (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  PAM: smartcard owner isn't associated to user by default

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

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

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10

2019-11-19 Thread Henio Junior
I'm running LibreOffice 6.3.2.2 on Ubuntu 19.10 and Fedora 31

In these environments, copy/cut/paste often fails. Specifically, the
paste command sometimes does not paste the text that was cut/copied most
recently. Instead, it pastes text that was cut/copied at some prior
time.

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

Title:
  [X11] copy/paste (clipboard) is broken in Ubuntu 19.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1852183/+subscriptions

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

[Bug 1794885] [NEW] package gdm3 3.28.2-0ubuntu1.4 failed to install/upgrade: installed gdm3 package post-installation script subprocess returned error exit status 10

2018-09-27 Thread Tarciso Junior
Public bug reported:

This has been happening since I had to fix Appamor on my Laptop. It
looks like some dependencies were broken but Synaptic package Manager
does not get to identify any broken dependency. Every time that my
system finishes to update some software a fail popup come up saying It
does not get to uninstall old packages and files. I've tried many tips
from internet but nothing worked. Please, could you help me with this
annoying issue?

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: gdm3 3.28.2-0ubuntu1.4
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.3
AptOrdering:
 gir1.2-udisks-2.0:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Thu Sep 27 18:31:36 2018
DuplicateSignature:
 package:gdm3:3.28.2-0ubuntu1.4
 Setting up grub-pc (2.02-2ubuntu8.4) ...
 dpkg: error processing package grub-pc (--configure):
  installed grub-pc package post-installation script subprocess returned error 
exit status 10
ErrorMessage: installed gdm3 package post-installation script subprocess 
returned error exit status 10
InstallationDate: Installed on 2018-03-14 (197 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
Python3Details: /usr/bin/python3.6, Python 3.6.6, unpackaged
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, unpackaged
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: gdm3
Title: package gdm3 3.28.2-0ubuntu1.4 failed to install/upgrade: installed gdm3 
package post-installation script subprocess returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package gdm3 3.28.2-0ubuntu1.4 failed to install/upgrade: installed
  gdm3 package post-installation script subprocess returned error exit
  status 10

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

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

[Bug 1786851] [NEW] package gdm3 3.28.2-0ubuntu1.4 failed to install/upgrade: installed gdm3 package post-installation script subprocess returned error exit status 10

2018-08-13 Thread Tarciso Junior
Public bug reported:

Ubuntu 18.04

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: gdm3 3.28.2-0ubuntu1.4
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
AptOrdering:
 gdm3:amd64: Install
 libgdm1:amd64: Install
 gir1.2-gdm-1.0:amd64: Install
 libarchive13:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Mon Aug 13 17:45:09 2018
DuplicateSignature:
 package:gdm3:3.28.2-0ubuntu1.4
 Setting up gdm3 (3.28.2-0ubuntu1.4) ...
 dpkg: error processing package gdm3 (--configure):
  installed gdm3 package post-installation script subprocess returned error 
exit status 10
ErrorMessage: installed gdm3 package post-installation script subprocess 
returned error exit status 10
InstallationDate: Installed on 2018-03-14 (152 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
Python3Details: /usr/bin/python3.6, Python 3.6.5, unpackaged
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, unpackaged
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3
SourcePackage: gdm3
Title: package gdm3 3.28.2-0ubuntu1.4 failed to install/upgrade: installed gdm3 
package post-installation script subprocess returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package gdm3 3.28.2-0ubuntu1.4 failed to install/upgrade: installed
  gdm3 package post-installation script subprocess returned error exit
  status 10

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

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

[Bug 1731533] [NEW] Scrolling by clicking on steppers unbearably slow

2017-11-10 Thread Teresa e Junior
Public bug reported:

A change was introduced on GTK+3 that makes scrolling by clicking on
scrollbar steppers unusable, at a rate of about just 1 line per second,
as reported by some users on multiple channels:

* 
https://askubuntu.com/questions/732796/ubuntu-15-10-slow-stepper-scrolling-in-terminal
* https://mail.gnome.org/archives/gnome-list/2015-October/msg6.html
* https://lists.ubuntu.com/archives/xubuntu-users/2017-November/010358.html

Currently, the only way to scroll by using the steppers is by RIGHT-
CLICKING on them, which is non-standard behaviour, which could be
considered as an accessibility issue, as it is only documented in the
GTK+ changelog:

https://abi-laboratory.pro/tracker/changelog/gtk+/3.18.2/log.html
* GtkScrolledWindow
 - Keep scrollbars below treeview headers
 - Switch the roles of secondary and middle click on scrollbar steppers
   - Primary click starts low-speed autoscrolling
   - Secondary click start high-speed autoscrolling
   - Middle click scrolls to the end
 - Tweak button bindings on scrollbars (and scales)
   - Primary click warps to the location
   - Primary click with Shift jumps by pages
   - Secondary click starts variable-speed autoscrolling

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: libgtk-3-0 3.22.24-0ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Fri Nov 10 17:22:08 2017
InstallationDate: Installed on 2017-04-23 (201 days ago)
InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: gtk+3.0
UpgradeStatus: Upgraded to artful on 2017-10-28 (13 days ago)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1731533

Title:
  Scrolling by clicking on steppers unbearably slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1731533/+subscriptions

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

[Bug 1115886] Re: Can't change wallpaper unless /org/gnome/desktop/background/show-desktop-icons is true.

2013-04-09 Thread Junior
I have same issue with Gnome Ubuntu 13.04 beta, but I don't need to
change background, just by switching show icons background shows back

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1115886

Title:
  Can't change wallpaper unless /org/gnome/desktop/background/show-
  desktop-icons is true.

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

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


[Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2012-09-11 Thread Lealcy B. Junior
I notice that after killing gnome-settings-, dconf-service is the
responsible for high IO usage (using iotop), after killing dconf-
service, the IO stop and the system becomes responsible again.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/969359

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/969359/+subscriptions

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


[Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2012-09-11 Thread Lealcy B. Junior
I notice a pattern. When I'm running the following aplications:

Thunderbird 15, Firefox 15, gnome-terminal, Netbeans 7.1.2, gedit,
Rhythmbox

on Unity 2D, and I try to open the following page on firefox:

http://www.thegeekstuff.com/2009/03/15-practical-unix-grep-command-
examples/

The issue triggers every time.

Sounds like a lot of udu, and I can't confirm It's reproducible on
setups others than mine.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/969359

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/969359/+subscriptions

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


[Bug 96662] Re: ugly fonts in some documents in evince

2012-07-26 Thread Lealcy B. Junior
Same problem here. I open the document and the font is ugly. Installing
msttcorefonts didn't solve the issue. Seen like it using a ugly non-
smooth font as a replacement for a missing one. Open the doc who
generated the PDF show a beautiful smooth font, só it seen evince is
using a bad font or has a renderization issue.

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

Title:
  ugly fonts in some documents in evince

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

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

[Bug 969359] Re: gnome-settings-daemon consumes 100% cpu

2012-05-11 Thread Lealcy B. Junior
Same bug here. Started after I pressed the Num Lock 0 and Del at
same time by mistake. Killing gnome-settings-daemon doesn't solve the
issue because it auto run again and keeps bugging.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/969359

Title:
  gnome-settings-daemon consumes 100% cpu

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

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


[Bug 974784] Re: accessibility virtual keyboard showing up after screen lock resume

2012-04-12 Thread Neliton Pereira Junior
** Description changed:

  I turned the accessibility keyboard on just to test it and then I
  disabled it. From that moment on, after the screen is blocked
  (automatically or manually) the virtual keyboard shows up together with
  the authentication window to unblock the screen, even though in the
  configuration settings this feature is disabled.
  
  I really couldn't find out what package is responsible for this
- behavior. I'm not sure if this is a caused by gnome-control-center-2.0,
- or by any other package that is set by it to call the virtual keyboard
- at that specific moment.
+ behavior. I'm not sure if this is caused by gnome-control-center-2.0, or
+ by any other package that is set by it to call the virtual keyboard at
+ that specific moment.
  
  Running Ubuntu 11.10 amd64

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

Title:
  accessibility virtual keyboard showing up after screen lock resume

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

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


[Bug 974784] Re: accessibility virtual keyboard showing up after screen lock resume

2012-04-10 Thread Neliton Pereira Junior
Same thing here, running unity 4.28.0.

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

Title:
  accessibility virtual keyboard showing up after screen lock resume

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

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


[Bug 974784] Re: accessibility virtual keyboard showing up after screen lock resume

2012-04-10 Thread Neliton Pereira Junior
I should add that the same problem happens when running the gnome 3
shell (v. 3.2.2.1).

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

Title:
  accessibility virtual keyboard showing up after screen lock resume

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

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


[Bug 860233] [NEW] bad translation to pt_br: Empty document

2011-09-26 Thread Neliton Pereira Junior
Public bug reported:

The translation in Nautilus for Empty document (in FileNew fileEmpty
document, as well as in the right-click context menu) to Brazilian
Portuguese should be Documento em branco  and not Esvaziar
documento, which makes no sense.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.1.92-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu1
Architecture: amd64
CasperVersion: 1.284
Date: Tue Sep 27 03:37:17 2011
ExecutablePath: /usr/bin/nautilus
LiveMediaBuild: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110921.2)
ProcEnviron:
 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 apport-lpi oneiric running-unity

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

Title:
  bad translation to pt_br: Empty document

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

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


[Bug 860233] Re: bad translation to pt_br: Empty document

2011-09-26 Thread Neliton Pereira Junior
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/860233

Title:
  bad translation to pt_br: Empty document

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

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


[Bug 850499] [NEW] package gnome-icon-theme 2.31.0-0ubuntu2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 2

2011-09-14 Thread Lealcy B. Junior
Public bug reported:

The error just pop up on my screen.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: gnome-icon-theme 2.31.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep 14 18:59:11 2011
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 2
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: gnome-icon-theme
Title: package gnome-icon-theme 2.31.0-0ubuntu2 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-icon-theme in Ubuntu.
https://bugs.launchpad.net/bugs/850499

Title:
  package gnome-icon-theme 2.31.0-0ubuntu2 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 2

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

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

[Bug 850499] Re: package gnome-icon-theme 2.31.0-0ubuntu2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 2

2011-09-14 Thread Lealcy B. Junior
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-icon-theme in Ubuntu.
https://bugs.launchpad.net/bugs/850499

Title:
  package gnome-icon-theme 2.31.0-0ubuntu2 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 2

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

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

[Bug 754943] [NEW] Nautilus shows different folders for an FTP site than other FTP clients

2011-04-08 Thread Lealcy B. Junior
Public bug reported:

Binary package hint: nautilus

Access an FTP site trough Nautilus show me different folders than access
it from the ftp command or FileZilla. The screenshot bellow can give you
an Idea of what I'm talk about:

http://blog.lealcy.com/wp-content/uploads/2011/04/nautilus.png

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.32.0-0ubuntu1.3
ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic x86_64
Architecture: amd64
Date: Fri Apr  8 16:05:35 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 LANG=pt_BR.utf8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: amd64 apport-bug maverick ubuntu-une unity-2d

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

Title:
  Nautilus shows different folders for an FTP site than other FTP
  clients

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


[Bug 754943] Re: Nautilus shows different folders for an FTP site than other FTP clients

2011-04-08 Thread Lealcy B. Junior
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/754943

Title:
  Nautilus shows different folders for an FTP site than other FTP
  clients

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


[Bug 754943] Re: Nautilus shows different folders for an FTP site than other FTP clients

2011-04-08 Thread Lealcy B. Junior
Screenshot of the issue.

** Attachment added: nautilus.png
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/754943/+attachment/2002113/+files/nautilus.png

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

Title:
  Nautilus shows different folders for an FTP site than other FTP
  clients

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


[Bug 696907] [NEW] iTunes local sharing isn't loading properly on Rhythmbox

2011-01-03 Thread Waldir Bertazzi Junior
Public bug reported:

Binary package hint: rhythmbox

I've got some local iTunes shared libraries that Rhythmbox doesnt handle
properly.

When I click on a share, the status bar says: Retrieving songs from
music share but nothing happens next.

Theres some screenshots of the problem.

Technical data --
xrhythmbox:
Installed: 0.13.1-0ubuntu6

Ubuntu 10.10

Kernel 2.6.35-24-generic i686

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

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

Title:
  iTunes local sharing isn't loading properly on Rhythmbox

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


[Bug 696907] Re: iTunes local sharing isn't loading properly on Rhythmbox

2011-01-03 Thread Waldir Bertazzi Junior

** Attachment added: 1. click on a share - 2. message
   
https://bugs.launchpad.net/bugs/696907/+attachment/1782702/+files/1294076870755_2bf8d_crpo.jpg

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

Title:
  iTunes local sharing isn't loading properly on Rhythmbox

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


[Bug 668595] Re: Ubuntu 10.10 Slow as hell after dist-upgrade from ubuntu 10.04

2010-11-01 Thread Wilson Mendonça da Penha Junior
Could please tell me what package should I point it to, bcz I is
blocking me very well, forums only carry a lot of guesses, and is a such
wasting, I would like to have it fixed soon as possible, so please help
me by guide to the right package for this kind of problem.

Thx and best regards

-- 
Ubuntu 10.10 Slow as hell after dist-upgrade from ubuntu 10.04
https://bugs.launchpad.net/bugs/668595
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 668595] [NEW] Ubuntu 10.10 Slow as hell after dist-upgrade from ubuntu 10.04

2010-10-29 Thread Wilson Mendonça da Penha Junior
Public bug reported:

Binary package hint: evince

I've upgraded my ubuntu from 10.04 to 10.10, it looks ok until this
morning when I got a dist-upgrade / update, I just follow the
instruction then my machine start to slow down each more, now it is
drive me to mad, bcz I thought it was be great to upgrade, I didn't
check with others into the forums, if I did I certally wouldn't done
this.

Well I did and now I have two options : install back the version 10.04
or get the version 10.10 fixed, if you guys have already notice this
huge problem as most of all user already got, pls let me know if there
is a fix available or if is better for me to install back the Lucid

I don't have much time, I use this machine for work and I have a lot of
things installed here, I would love to keep this, or I would love to
revert the installation, what I've heard that is not possible to revert,

How can I take back it running as it should?

Best regards

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evince 2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
Date: Fri Oct 29 21:50:58 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 LANGUAGE=en
 PATH=(custom, no user)
 LANG=pt_BR.utf8
 SHELL=/bin/bash
SourcePackage: evince

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


** Tags: amd64 apport-bug maverick

-- 
Ubuntu 10.10 Slow as hell after dist-upgrade from ubuntu 10.04
https://bugs.launchpad.net/bugs/668595
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 668595] Re: Ubuntu 10.10 Slow as hell after dist-upgrade from ubuntu 10.04

2010-10-29 Thread Wilson Mendonça da Penha Junior


-- 
Ubuntu 10.10 Slow as hell after dist-upgrade from ubuntu 10.04
https://bugs.launchpad.net/bugs/668595
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 358720] Re: webcam support for msn in empathy

2010-09-10 Thread Marcos Fonseca Junior
*** This bug is a duplicate of bug 333675 ***
https://bugs.launchpad.net/bugs/333675

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

-- 
webcam support for msn in empathy
https://bugs.launchpad.net/bugs/358720
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 532633] Re: [Master] Window Control buttons: position/order/alignment

2010-03-22 Thread Moraes Junior
IMHO, if it'll be on the right side, please keep the same old order: minimize, 
maximize, close. But If it goes to left corner, please, keep the OSX order: 
close, minimize,maximize.
It is already hard to change from windows and osx style, now imagine to have 
to pay attention in the new Ubuntu buttons order proposal either! So please, no 
metter what corner, but keep it natural for the users.
Cheers!

-- 
[Master] Window Control buttons: position/order/alignment
https://bugs.launchpad.net/bugs/532633
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 506825] [NEW] Problem with .cue file - wodim needs -dao option

2010-01-12 Thread Junior Polegato
Public bug reported:

Binary package hint: brasero

I have .cue and .bin files in same directory. Brasero opens .cue file to
burn image, but it craches on process' start and I cut out this piece:

BraseroWodim got varg:
wodim
-v
dev=/dev/sr0
speed=10
driveropts=burnfree
fs=16m
cuefile=/home/junior/Desktop/file.cue
BraseroWodim Launching command
BraseroWodim called brasero_job_get_fd_out
BraseroWodim stderr: wodim: The cuefile= option only works with -dao.

ProblemType: Bug
Architecture: i386
Date: Wed Jan 13 04:48:24 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/brasero
Package: brasero 2.28.2-0ubuntu1
ProcEnviron:
 LANGUAGE=pt_BR.UTF-8
 PATH=(custom, user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: brasero
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-bug i386

-- 
Problem with .cue file - wodim needs -dao option
https://bugs.launchpad.net/bugs/506825
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 506825] Re: Problem with .cue file - wodim needs -dao option

2010-01-12 Thread Junior Polegato

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37839920/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/37839921/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/37839922/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/37839923/XsessionErrors.txt

-- 
Problem with .cue file - wodim needs -dao option
https://bugs.launchpad.net/bugs/506825
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 62430] Re: rhythmbox doesn't do anything with .pls given on the command line

2009-12-29 Thread Charles Junior Rech
In the Jaunty Jackalope the error is still present.

-- 
rhythmbox doesn't do anything with .pls given on the command line
https://bugs.launchpad.net/bugs/62430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 478611] [NEW] amsn 0.98 looking for farsight2, freeze

2009-11-08 Thread Eraldo Pedro Ivanaskas Junior
Public bug reported:

Binary package hint: gnome-panel

amsn 0.98 in Ubuntu 9.10, it's looking for farsight2 and freeze while
it's setting audio.

I tried to check-out, but it seemed all dependencies were correct, but
looking for farsigth2 by sinaptic, it's not found.

Anyway, I've tried used it, but only video worked without audio set.

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

-- 
amsn 0.98 looking for farsight2, freeze
https://bugs.launchpad.net/bugs/478611
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 452666] Re: Pictures in pdf files are displayed in a new window when dragged

2009-10-15 Thread Waldir Bertazzi Junior

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/33763088/Screenshot.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33763089/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/33763095/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/33763099/ProcStatus.txt

-- 
Pictures in pdf files are displayed in a new window when dragged
https://bugs.launchpad.net/bugs/452666
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 452666] [NEW] Pictures in pdf files are displayed in a new window when dragged

2009-10-15 Thread Waldir Bertazzi Junior
Public bug reported:

Binary package hint: evince

Actually, it's a very strange feature.
When I drag a picture inside a pdf file (I didn't checked with others 
extensions), even just for 1 pixel, this picture is oppened in a new window.
Theres a example attached to this report.

I'm using Ubuntu 9.04.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/evince
Package: evince 2.26.1-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-bug i386

-- 
Pictures in pdf files are displayed in a new window when dragged
https://bugs.launchpad.net/bugs/452666
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 223421] Re: Computer hangs after switch user or lock screen

2009-05-14 Thread Célio Cidral Junior
Sebastien Bacher wrote:
 could you try on jaunty?



Me neither.

-- 
Computer hangs after switch user or lock screen
https://bugs.launchpad.net/bugs/223421
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 360196] [NEW] O momitor de rede não mo stra o grafico da atividade.

2009-04-12 Thread celso junior
Public bug reported:

Binary package hint: gnome-system-monitor

Na imagem em anexo a pagina carrega mais nao mostra a atividade no
monitor do sistema.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/gnome-system-monitor
Package: gnome-system-monitor 2.26.0.1-0ubuntu1
ProcEnviron:
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-system-monitor
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
O momitor de rede não mostra o grafico da atividade.
https://bugs.launchpad.net/bugs/360196
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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

[Bug 360196] Re: O momitor de rede não mostra o grafico da atividade.

2009-04-12 Thread celso junior

** Attachment added: Captura_de_tela.png
   http://launchpadlibrarian.net/25294479/Captura_de_tela.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25294480/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/25294481/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/25294482/ProcStatus.txt

-- 
O momitor de rede não mostra o grafico da atividade.
https://bugs.launchpad.net/bugs/360196
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-monitor in ubuntu.

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

[Bug 223421] Re: Computer hangs after switch user or lock screen

2009-03-23 Thread Célio Cidral Junior
The problem still happens to me. The steps:

1.  Log in with user john
2. Fast switch to user mary
3. Fast switch to user john

The screen goes black.  Can't restart gnome with CTRL-BACKSPACE. Can't
open text terminal with CTRL+ALT+F[1-6].

Some info for now (I will provide detailed info soon):

- Ubuntu 8.10 (all updates applied until now).
- Integrated Intel video card.
- No 3D driver installed.
- Screensaver is completely disabled (the package is installed however).

-- 
Computer hangs after switch user or lock screen
https://bugs.launchpad.net/bugs/223421
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 227186] Re: Evince doesn't print PDF files

2008-11-27 Thread junior
Any way of getting this fix in Hardy? Was it a cairo-bug?

-- 
Evince doesn't print PDF files
https://bugs.launchpad.net/bugs/227186
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 210090] Re: evolution google calendar doesn't work with private calendars

2008-11-15 Thread junior
Actually, it works fine for me now! I reinstalled ubuntu since I had
been following from beta and up, and now it works with my one private
google calendar! Perfect!

-- 
evolution google calendar doesn't work with private calendars
https://bugs.launchpad.net/bugs/210090
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 25695] Re: evolution message text appears backwards when replying to html mail

2008-10-28 Thread junior
I have this bug now with Intrepid! Is this way old bug still not
fixed???

-- 
evolution message text appears backwards when replying to html mail
https://bugs.launchpad.net/bugs/25695
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 227186] Re: Evince doesn't print PDF files

2008-10-28 Thread junior
Having the same issue! And it's veeery annoying!

-- 
Evince doesn't print PDF files
https://bugs.launchpad.net/bugs/227186
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 210090] Re: evolution google calendar doesn't work with private calendars

2008-10-21 Thread junior
I'm having trouble as well. Using Intrepid, and the Google calendar worked 
first time I tried with one calendar when it was beta. Now it doesn't work at 
all, keeps on asking for password although remember password is checked. 
It would be really nice if this bug got fixed, I miss being able to add 
appointments through evolution!

This is the terminal output:
e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring 
reports: No matching results)
e-data-server-ui-Message: Key file does not have key 
'Google:__http:__www.google.com_calendar_feeds_olavjunior%40gmail.com_private_full'
Changing the queries (contains? summary ) 

(evolution:13066): calendar-gui-WARNING **: Unable to load the calendar
Authentication failed

-- 
evolution google calendar doesn't work with private calendars
https://bugs.launchpad.net/bugs/210090
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 280411] Re: Gedit is very slow when starting in Intrepid

2008-10-15 Thread junior
I can confirm that I disabled all but the spelling plugin, and now it's
working great! It may very well be the File Browser Pane plugin that
daspooky pointed out!

-- 
Gedit is very slow when starting in Intrepid
https://bugs.launchpad.net/bugs/280411
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 280411] Re: Gedit is very slow when starting in Intrepid

2008-10-13 Thread junior
I've tested this a little more, and it seems it's not slow opening a
blanc document, like just running gedit command, eighter as root or
regular user. Also opening a file from terminal, like sudo gedit
/etc/X11/xorg.conf goes quick. BUT double clicking a file in home
folder, like just containing some simple text file, is slow.

I don't have any special plugins or anything, just as it is from fresh
install

-- 
Gedit is very slow when starting in Intrepid
https://bugs.launchpad.net/bugs/280411
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 280411] Re: Gedit is very slow when starting in Intrepid

2008-10-13 Thread junior
No, the dir is empty

-- 
Gedit is very slow when starting in Intrepid
https://bugs.launchpad.net/bugs/280411
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 280163] [NEW] Evince trys to open mailto: links in firefox as if it was an webadress (Intrepid)

2008-10-08 Thread junior
Public bug reported:

Binary package hint: evince

I have a pdf with a lot of email addresses, witch are linked as
mailto:[EMAIL PROTECTED] In acrobat they get opened by Outlook, but
evince sends it to firefox as login details name at site office.com.
It should just send it to email-client. Email-links get properly handled
in firefox, sending them to Evolution.

I'm using Intrepid Beta, and Evince 2.24

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

-- 
Evince trys to open mailto: links in firefox as if it was an webadress 
(Intrepid)
https://bugs.launchpad.net/bugs/280163
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 280411] [NEW] Gedit is very slow when starting in Intrepid

2008-10-08 Thread junior
Public bug reported:

Binary package hint: gedit

After installing Intrepid beta Gedit has become veery slow when starting (ex 
opening a regular text-file)
It didn't use to be that way! It takes about ten seconds to open it's 
interface, and another 5 seconds to show the content (for a small file)

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

-- 
Gedit is very slow when starting in Intrepid
https://bugs.launchpad.net/bugs/280411
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

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


[Bug 215472] Re: Darklooks gtkrc is broken [hardy]

2008-05-10 Thread Lealcy B. Junior
Kristian patch works fine for me. Thank you.

-- 
Darklooks gtkrc is broken [hardy]
https://bugs.launchpad.net/bugs/215472
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for gnome-themes-extras.

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


[Bug 218434] Re: gnome-keyring-daemon crashed with SIGSEGV

2008-04-25 Thread Arnaldo Candido Junior
Same error here booting ubuntu from an USB-Disk. I found another way to
initiliaze with gnome-keyring:

1 - Login in text mode (ctrl+alt+f1)
2 - Run:
$ xinit -- :1
3 - Run on the new window (ctrl+alt+f9 in my case):
$ gnome-session

-- 
gnome-keyring-daemon crashed with SIGSEGV
https://bugs.launchpad.net/bugs/218434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 73564] Re: [shares-admin] Sharing a folder does not create SMB account

2007-11-06 Thread Lealcy B. Junior
*** This bug is a duplicate of bug 14774 ***
https://bugs.launchpad.net/bugs/14774

Windows users cannot access my shared folders. Always they try appears a
logon window, but it don't accept nothing.

The smbpasswd -a returns the output below:

[EMAIL PROTECTED]:~# smbpasswd -a anyuser
New SMB password:
Retype new SMB password:
Failed to modify password entry for user anyuser

And the guest ok = yes flag in the smb.conf does not take effect.

There's anywhere a comprehensive  tutorial to share some folder with a
windows user under SMB? Otherwise it's a dead feature.

-- 
[shares-admin] Sharing a folder does not create SMB account
https://bugs.launchpad.net/bugs/73564
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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