[Bug 1658976] [NEW] teared down menus show almost completely clipped

2017-01-24 Thread José Luis González
Public bug reported:

When tearing down a menu with the dashed line the menu shows almost
completely clipped with only the first element from the menu shown, and
one has to resize the window to show the complete menu.

Since the menu is usually used for the rest of the elements in as much
as the first one I think the  window should have been adjusted to show
the entire menu.

emacs24 is version 24.5+1-6ubuntu1 and I'm running xenial.

** Affects: emacs24 (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/1658976

Title:
  teared down menus show almost completely clipped

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

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


[Bug 1652737] [NEW] Overriden by GNOME screen saver after recent upgrade

2016-12-27 Thread José Luis González
Public bug reported:

I use XFCE solely. After a recent upgrade, xscreensaver is no longer run
in my system. Instead it seems GNOME screensaver is run. When I run the
XFCE screensaver settings dialog it complains that the GNOME screensaver
daemon appears to be running and that it must be stopped for
XScreenSaver to work properly. Interestingly if I stop it, and later say
I want XScreenSaver to be launched (it says it seems it isn't running),
the dialog freezes and an error pops up. Afterwards if I close the
settings dialog and open it again it complains of exactly the same
things (GNOME Screensaver daemon running, XScreenSaver not running).

I'm running Xenial with XFCE and XScreenSaver is version 5.34-2ubuntu1.
Please, reassign if bug is in another package.

** Affects: xscreensaver (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/1652737

Title:
  Overriden by GNOME screen saver after recent upgrade

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

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


Re: [Bug 1652287] Re: dpkg-reconfigure hunspell-es doesn't ask you the default language

2016-12-26 Thread José Luis González
This is not possible to me. I need C.UTF-8 or en_US.UTF-8 locale, but 
want Spanish dictionaries by default.

If you wonder why we have many scripts that depend on English (or C) 
locale but they don't use dictionaries so it's not a problem if I set 
them to Spanish (which is what I would wish I could).  One option is 
setting all locales each time I run one of those internal scripts, but I 
don't want to risk forgetting, for the time being.


On 23/12/16 14:36, Gunnar Hjalmarsson wrote:
> I don't know if it ever worked that way, but AFAIK it doesn't currently.
>
> The default hunspell word list is locale dependent, and if you use
> Spanish as your system language, hunspell-es ought to be the default.
> Otherwise, one way to make it the default is to open the ~/.profile file
> for editing and append this line:
>
> export LC_CTYPE=es_ES.UTF-8
>
> HTH
>
> ** Changed in: libreoffice-dictionaries (Ubuntu)
> Status: New => Incomplete
>

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

Title:
  dpkg-reconfigure hunspell-es doesn't ask you the default language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice-dictionaries/+bug/1652287/+subscriptions

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


[Bug 1652346] [NEW] Shared clipboard doesn't work after installing virtualbox-guest-dkms

2016-12-23 Thread José Luis González
Public bug reported:

I have enabled shared clipboard (bidirectional) and installed
virtualbox-guest-dkms, but even after rebooting shared clipboard isn't
working.  Linux headers are installed for the kernel image I'm running
(4.4.0-53-generic).

If I do

$ VBoxClient --clipboard

in the host a system message says:

Failed to connect to the VirtualBox kernel service,
rc=VERR_FILE_NOT_FOUND

The host is xenial and virtualbox-guest-dkms is version 5.0.24-dfsg-
0ubuntu1.16.04.1.  The guest is precise freshly installed. I have tried
both Terminal and Text Editor in the virtual machine to paste.

** Affects: virtualbox (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/1652346

Title:
  Shared clipboard doesn't work after installing virtualbox-guest-dkms

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

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


[Bug 1652342] [NEW] Emacs launched from XFCE applications doesn't use ~/.Xdefaults geometry

2016-12-23 Thread José Luis González
Public bug reported:

The emacs.geometry that I have set in ~/.Xdefaults isn't applied when I
launch Emacs from XFCE's applications menu (GUI option). It is when
starting from terminal or XFCE keyboard shortcut.

I'm running xenial and Emacs is version 24.5+1-6ubuntu1. Please, feel
free to reassign to xfce4-panel if this is the culprit.

** Affects: emacs24 (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/1652342

Title:
  Emacs launched from XFCE applications doesn't use ~/.Xdefaults
  geometry

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

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


[Bug 1652287] [NEW] dpkg-reconfigure hunspell-es doesn't ask you the default language

2016-12-23 Thread José Luis González
Public bug reported:

Usually, when doing dpkg-reconfigure dict-package, debconf asks you the
default language you want for that dictionary system. That is what
happens with wspanish, for instance. However, if I do

$ dpkg-reconfigure hunspell-es

I don't get asked the default hunspell language and have no clue about
how to set it.

I'm running xenial and hunspell-es is version 5.1.0-1ubuntu2.2.

** Affects: libreoffice-dictionaries (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/1652287

Title:
  dpkg-reconfigure hunspell-es doesn't ask you the default language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice-dictionaries/+bug/1652287/+subscriptions

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


[Bug 1652285] [NEW] dpkg-reconfigure aspell-es doesn't ask you the default language

2016-12-23 Thread José Luis González
Public bug reported:

Usually, when doing dpkg-reconfigure dict-package, debconf asks you the
default language you want for that dictionary system. That is what
happens with wspanish, for instance. However, if I do

$ dpkg-reconfigure aspell-es

I don't get asked the default aspell language and have no clue about how
to set it.

I'm running xenial and aspell-es is version 1.11-14.

** Affects: aspell-es (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/1652285

Title:
  dpkg-reconfigure aspell-es doesn't ask you the default language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aspell-es/+bug/1652285/+subscriptions

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


[Bug 1652284] [NEW] Language is actually set to en_US when switchspell is set to es_ES

2016-12-23 Thread José Luis González
Public bug reported:

When I open IM window to buddies that I had not set switchspell Spell
check language for, switchspell language defaults to es_ES (which is
indeed what I want) but the actual input language (as shown in Language
context menu at input box) is en_US instead.  en_US is the system one
for wordlist although aspell seems to default to Spanish.  I would
expect if switchspell sets a language actual language was that, and if
somehow pidgin is using en_US as default language and the user hasn't
set a default one in switchspell that switchspell shows en_US as the
actual language in the Spell Check menu.

I'm running xenial and pidgin-plugin-pack is version 2.7.0-2.

** Affects: purple-plugin-pack (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/1652284

Title:
  Language is actually set to en_US when switchspell is set to es_ES

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/purple-plugin-pack/+bug/1652284/+subscriptions

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


[Bug 1651206] [NEW] unity-greeter clips background images when scaled is selected

2016-12-19 Thread José Luis González
Public bug reported:

Horizontal background images show clipped when the Scaled option is
selected in XFCE background settings. That is, horizontal images in 4/3
format are overscaled to occupy the whole horizontal space of a 16/9
screen with the top and bottom borders being clipped out. The image
should be scaled to fit vertically instead (in that case at least),
appearing with letterbox extra space on either sides so the whole image
is seen.

I'm running xenial and unity-greeter is version 16.04.2-0ubuntu1.

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

** Description changed:

  Horizontal background images show clipped when the Scaled option is
  selected in XFCE background settings. That is, horizontal images in 4/3
  format are overscaled to occupy the whole horizontal space of a 16/9
  screen with the top and bottom borders being clipped out. The image
  should be scaled to fit vertically instead (in that case at least),
  appearing with letterbox extra space on either sides so the whole image
  is seen scaled.
+ 
+ I'm running xenial and unity-greeter is version 16.04.2-0ubuntu1.

** Description changed:

  Horizontal background images show clipped when the Scaled option is
  selected in XFCE background settings. That is, horizontal images in 4/3
  format are overscaled to occupy the whole horizontal space of a 16/9
  screen with the top and bottom borders being clipped out. The image
  should be scaled to fit vertically instead (in that case at least),
  appearing with letterbox extra space on either sides so the whole image
- is seen scaled.
+ is seen.
  
  I'm running xenial and unity-greeter is version 16.04.2-0ubuntu1.

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

Title:
  unity-greeter clips background images when scaled is selected

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

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


[Bug 1651188] [NEW] Emacs shows buffer menu reversed when shown with CTRL-mouse1

2016-12-19 Thread José Luis González
Public bug reported:

The buffer menu shows buffers sorted from most recent to least. That
eases access to buffers most likely to be needed. However when the
buffer menu is shown with CTRL-mouse1, the order of buffers is reversed,
which forces you to move the pointer from the top-left corner (where the
popup hangs) all the way to the bottom of the popup to select the first
(most recent) buffer.

I'm running xenial and emacs24 is version 24.5+1-6ubuntu1.

** Affects: emacs24 (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/1651188

Title:
  Emacs shows buffer menu reversed when shown with CTRL-mouse1

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

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


[Bug 1650201] [NEW] Lightdm doesn't honour EXIF orientation tag on background images

2016-12-15 Thread José Luis González
Public bug reported:

The display manager (lightdm I assume) displays background images that
have EXIF orientation tag with the original orientation of the image not
of the EXIF orientation tag, which is completely incorrect.

I'm running xenial and lightdm is version 1.18.3-0ubuntu1.

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

** Description changed:

- The display manager (lightdm I assume) displays images with EXIF
- orientation tag with the origianl orientation of the image not of the
- EXIF orientation tag, which is completely incorrect.
+ The display manager (lightdm I assume) displays background images that
+ have EXIF orientation tag with the original orientation of the image not
+ of the EXIF orientation tag, which is completely incorrect.
  
  I'm running xenial and lightdm is version 1.18.3-0ubuntu1.

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

Title:
  Lightdm doesn't honour EXIF orientation tag on background images

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

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


[Bug 1649915] [NEW] Thunderbird shows ignored messages as unread in folder pane

2016-12-14 Thread José Luis González
Public bug reported:

If I ignore a thread new messages from the thread show up as unread mail
in the folder pane in the Inbox folder, marking the folder in bold.
According to the ignore thread help message new mail notifications are
not supposed to be shown for subsequent messages of ignored threads.

I'm running xenial and thunderbird is version
45.5.1+build1-0ubuntu0.16.04.1.

** Affects: thunderbird (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/1649915

Title:
  Thunderbird shows ignored messages as unread in folder pane

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

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


[Bug 1649906] [NEW] Thunderbird's delete icon is the same as the ignore thread one

2016-12-14 Thread José Luis González
Public bug reported:

The icon for delete message in menus seems to be the same as the one
shown for ignored threads which is confusing and misleading. I
understand each operation should have a different icon and ignored
threads should show the ignored thread (or subthread) icon.

I'm running xenial and Thunderbird is version
45.5.1+build1-0ubuntu0.16.04.1.

** Affects: thunderbird (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/1649906

Title:
  Thunderbird's delete icon is the same as the ignore thread one

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

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


[Bug 1645685] Re: Thunderbird and XFCE terminal don't use preferred web browser

2016-12-14 Thread José Luis González
This is also happening with emacs.

** Also affects: emacs24 (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Thunderbird and XFCE terminal don't  use preferred web browser
+ Thunderbird, XFCE terminal and Emacs don't  use preferred web browser

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

Title:
  Thunderbird, XFCE terminal and Emacs don't  use preferred web browser

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

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


[Bug 1649316] [NEW] Thunderbird unignores threads when archiving

2016-12-12 Thread José Luis González
Public bug reported:

If I archive an ignored thread message the thread gets unignored without
asking. Since ignored threads are the ones that you are not interested
in it makes sense to archive them just after ignoring, however once you
do that the thread is no longer ignored defeating the purpose of the
feature.

I'm running xenial and thunderbird is version
45.4.0+build1-0ubuntu0.16.04.1.

** Affects: thunderbird (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/1649316

Title:
  Thunderbird unignores threads when archiving

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

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


[Bug 1646917] [NEW] git email address isn't updated when amending a commit

2016-12-02 Thread José Luis González
Public bug reported:

If I change my email address and then amend my last commit I would
expect the email address to be updated to the new address, however the
old one sticks (it doesn't get updated).

Git is version 2.7.4-0ubuntu1 on xenial.

** Affects: git (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/1646917

Title:
  git email address isn't updated when amending a commit

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

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


[Bug 1646811] [NEW] Emacs sets geometry values to one less specified

2016-12-02 Thread José Luis González
Public bug reported:

If I open emacs with -geometry 89x34 it opens instead with 88x33 frame
size. Setting the X resource has the same problem.

I'm runnning XFCE on xenial and emacs24 is at version 24.5+1-6ubuntu1.

** Affects: emacs24 (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/1646811

Title:
  Emacs sets geometry values to one less specified

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

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


[Bug 1645685] [NEW] Thunderbird and XFCE terminal don't use preferred web browser

2016-11-29 Thread José Luis González
Public bug reported:

I have Google-Chrome set as my preferred web browser in XFCE's preferred
applications. However, if I open a link in XFCE terminal or in
Thunderbird Firefox is opened instead. The setting appears to have been
saved correctly as opening the Web browser item from XFCE's applications
menu launches Chrome, however it seems those apps are ignoring it.

I'm running XFCE on xenial.

** Affects: 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/1645685

Title:
  Thunderbird and XFCE terminal don't  use preferred web browser

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

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