[Bug 530869] Re: tooltips in contact list are redundant and too big

2010-03-02 Thread Matej Svetlík

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/39980241/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/39980242/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/39980243/ProcStatus.txt

-- 
tooltips in contact list are redundant and too big
https://bugs.launchpad.net/bugs/530869
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 530869] [NEW] tooltips in contact list are redundant and too big

2010-03-02 Thread Matej Svetlík
Public bug reported:

Binary package hint: empathy

Tooltips displayed when holding mouse over contact in contact list are
too big and doesn't contain any useful information. They add unnecessary
clutter to the interface. Most of the info from tooltip can be already
seen in contact list and other isn't really useful.

ProblemType: Bug
Architecture: amd64
Date: Tue Mar  2 18:32:33 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/bin/empathy
NonfreeKernelModules: nvidia
Package: empathy 2.29.91-1ubuntu2
ProcEnviron:
 SHELL=/bin/bash
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.32-13.18-generic
SourcePackage: empathy
Uname: Linux 2.6.32-13-generic x86_64
XsessionErrors:
 (polkit-gnome-authentication-agent-1:1967): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-power-manager:1970): Gtk-CRITICAL **: gtk_widget_hide: assertion 
`GTK_IS_WIDGET (widget)' failed
 (bluetooth-applet:1978): Gtk-CRITICAL **: gtk_widget_hide: assertion 
`GTK_IS_WIDGET (widget)' failed

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


** Tags: amd64 lucid

-- 
tooltips in contact list are redundant and too big
https://bugs.launchpad.net/bugs/530869
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 530869] Re: tooltips in contact list are redundant and too big

2010-05-22 Thread Matej Svetlík
I'm not sure if I can count
https://bugzilla.gnome.org/show_bug.cgi?id=605644 as an upstream
bugreport. Maybe this is just a personal prefrence and you should close
this "bug".

** Bug watch added: GNOME Bug Tracker #605644
   https://bugzilla.gnome.org/show_bug.cgi?id=605644

-- 
tooltips in contact list are redundant and too big
https://bugs.launchpad.net/bugs/530869
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 533216] Re: resizing language selector window consumes 100% procesor power

2010-03-24 Thread Matej Svetlík
problem is that lang_view_func  is called every time the list row needs
to be redrawn ... and every time the markup for every row is reseted ...
even worse self._localeinfo.translate function is called for every row
(this function seems to be quite expansive)

solution:
because row color can be changed only by dragging rows, row colors should be 
changed only as a response to drag event

-- 
resizing language selector window consumes 100% procesor power
https://bugs.launchpad.net/bugs/533216
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 533216] Re: resizing language selector window consumes 100% procesor power

2010-03-21 Thread Matej Svetlík
my CPU is Intel(R) Core(TM)2 Quad  CPU   Q9300  @ 2.50GHz.

I found better way how to reproduce this "bug". First Open Language
Support window and maximize it. Then open some other window (e.g. gnome-
terminal) and move it in front of language selector. You can see that
list of languages redraws very slowly. I tried it with some other
windows which has large list of items (synaptic, update-manager) and the
redrawing of lists was very fast. Or when you move mouse fast over the
list of languages higlighted row lags behind mouse movement because the
list is unable to redraw fast enough.

Language list seems to be custom drawn widget ... so i assume there is
something slow in the redraw function.

In the "language for menus and windows:" list I got 18 languages ... two
active and other inactive (gray).

-- 
resizing language selector window consumes 100% procesor power
https://bugs.launchpad.net/bugs/533216
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 533216] Re: resizing language selector window consumes 100% procesor power

2010-03-21 Thread Matej Svetlík
I tried to look at source code of language selector

in the file GtkLanguageSelector.py there is a method def
setupLanguageTreeView(self) and in this method there is a call to
"column.set_cell_data_func (renderer, lang_view_func)" if i comment out
this function redrawing of the list becomes fast. So there is probably
something strange in the  lang_view_func. But i don't understand yet
what this function is doing :D.

-- 
resizing language selector window consumes 100% procesor power
https://bugs.launchpad.net/bugs/533216
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 533216] Re: resizing language selector window consumes 100% procesor power

2010-03-22 Thread Matej Svetlík
what about replacing the list with a few selectboxes? Something like my
primary language, secondary language and so on? It seems quite non-
intuitive to drag and reorder the list. It took me a few moments to find
how it works and half of the informations is hidden in a huge tooltip.

-- 
resizing language selector window consumes 100% procesor power
https://bugs.launchpad.net/bugs/533216
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 544369] [NEW] strange moon icon in weather-clear-night

2010-03-22 Thread Matej Svetlík
Public bug reported:

Binary package hint: humanity-icon-theme

the moon on weather icons looks quite strange with that bump

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

** Description changed:

  Binary package hint: humanity-icon-theme
  
- the moon on weather icons looks quite strange wit that bump
+ the moon on weather icons looks quite strange with that bump

-- 
strange moon icon in weather-clear-night
https://bugs.launchpad.net/bugs/544369
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 773121] Re: Evolution is not offered in drop down list

2011-05-02 Thread Matej Svetlík
found this on some forum

"
Looks like nautilus-sendto is trying to use older versions of libraries. 
Running the following fixed it for me:

sudo ln -s /usr/lib/libebook-1.2.so.10 /usr/lib/libebook-1.2.so.9

sudo ln -s /usr/lib/libedataserver-1.2.so.14 /usr/lib/libedataserver-1.2.so.13
"

works for me

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

Title:
  Evolution is not offered in drop down list

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


[Bug 771283] Re: sendto evolution missing

2011-05-02 Thread Matej Svetlík
*** This bug is a duplicate of bug 773121 ***
https://bugs.launchpad.net/bugs/773121

found this on some forum

"
Looks like nautilus-sendto is trying to use older versions of libraries. 
Running the following fixed it for me:

sudo ln -s /usr/lib/libebook-1.2.so.10 /usr/lib/libebook-1.2.so.9

sudo ln -s /usr/lib/libedataserver-1.2.so.14 /usr/lib/libedataserver-1.2.so.13
"

works for me

** This bug has been marked a duplicate of bug 773121
   Evolution is not offered in drop down list
 * You can subscribe to bug 773121 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/nautilus-sendto/+bug/773121/+subscribe

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

Title:
  sendto evolution missing

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


[Bug 464101] Re: Untrusted packages not installable

2010-08-17 Thread Matej Svetlík
same problem happened to me in maverick ...

i added mozilla daily PPA from their launchpad page (in "Software
Sources") and then tried to update system. I got "Requires installation
of untrusted packages"

1) when i try to refresh package lists i got "W: GPG error:
http://ppa.launchpad.net maverick Release: The following signatures
couldn't be verified because the public key is not available: NO_PUBKEY
EF4186FE247510BE"

2) I'm on company network behind firewall (only ports 443, 80 are open)
so package managers cannot connect to keyservers to chceck keys

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

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


[Bug 619111] [NEW] different environment when using "open in remote terminal"

2010-08-17 Thread Matej Svetlík
Public bug reported:

Binary package hint: nautilus-open-terminal

don't know if this is related to nautilus-open-terminal, gvfs, ssh or
server configuration

I have ssh share mounted using gvfs. When I use open in remote terminal - 
terminal window open with remote folder,
but the environment is different from that when I connect using gnome terminal 
and SSH. 

What additional info (files) do you need?

** Affects: nautilus-open-terminal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
different environment when using "open in remote terminal"
https://bugs.launchpad.net/bugs/619111
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 612988] Re: [nautilus] shows ubuntu-one ribbon in each folder

2010-08-17 Thread Matej Svetlík
@"other desktop users should not be having a problem" ... the problem is
not in vertical screen estate but that there is a feature I have no
intention to use ... you could write anything there ... e.g. "do you
want to become cricket player?" with only "yes" option ... NO! I don't
want! I have no intention to do it in the future so why are you asking
me that every time I open my music folder?

-- 
[nautilus] shows ubuntu-one ribbon in each folder
https://bugs.launchpad.net/bugs/612988
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619111] Re: different environment when using "open in remote terminal"

2010-08-18 Thread Matej Svetlík
I found out, that when I connect to our solaris box (using terminal and
ssh) ".bashrc" and ".profile" are loaded, but when i use "open in remote
terminal" only ".bashrc" gets loaded. I don't know, if this is problem
in the way ssh is called or in the server configuration.

-- 
different environment when using "open in remote terminal"
https://bugs.launchpad.net/bugs/619111
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619111] Re: different environment when using "open in remote terminal"

2010-08-18 Thread Matej Svetlík
version:
svet...@svetlo:~$ apt-cache policy nautilus-open-terminal 
nautilus-open-terminal:
  Installed: 0.18-1
  Candidate: 0.18-1
  Version table:
 *** 0.18-1 0
500 http://sk.archive.ubuntu.com/ubuntu/ maverick/universe i386 Packages
100 /var/lib/dpkg/status

PS: I'm not sure, but i think it's interactive shell

-- 
different environment when using "open in remote terminal"
https://bugs.launchpad.net/bugs/619111
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583847] Re: metacity assert failure: metacity:ERROR:core/prefs.c:2482:meta_prefs_get_workspace_name: assertion failed: (workspace_names[i] != NULL)

2010-07-19 Thread Matej Svetlík
this also happens in clean install ...
1) add workspace switcher
2) add e.g. 20 workspaces - everything works like expected
3) restart
4) no metacity after login (no error message or something; just windows without 
borders)
5) "metacity --replace" gives same error as above 

** Tags added: metacity

-- 
metacity assert failure: 
metacity:ERROR:core/prefs.c:2482:meta_prefs_get_workspace_name: assertion 
failed: (workspace_names[i] != NULL)
https://bugs.launchpad.net/bugs/583847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2010-09-06 Thread Matej Svetlík
After recent maverick updates the old ubuntu themes disappeared, so i
switched to default ambiance theme. Suddenly I noticed i have problems
with resizing window.

-- 
Resizing windows by grabbing window borders is difficult
https://bugs.launchpad.net/bugs/160311
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 632432] [NEW] gvfsd-smb hangs using 100% procesor when trying to connect to share

2010-09-07 Thread Matej Svetlík
Public bug reported:

Binary package hint: gvfs

I use maverick meerkat beta fully updated (07.09.2010).

when i try to connect to smb share using nautilus CTRL+L or command line
"gvfs-mount smb://fileserver/public" nothing happen. In system monitor i
can see gvfsd-smb using 100% processor until killed. It worked in
earlier in maverick alpha.

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

-- 
gvfsd-smb hangs using 100% procesor when trying to connect to share
https://bugs.launchpad.net/bugs/632432
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 617290] Re: Unable to open PDF files following Dist Update using 10.10 on AMD64 Evince error: "File type PDF document (application/pdf) is not supported"

2010-08-13 Thread Matej Svetlík
I had this bug too but after update (13.08.2010 15:25) I can open pdf
documents again. Update contained some libpoppler related updates.

-- 
Unable to open PDF files following Dist Update using 10.10 on AMD64 Evince 
error: "File type PDF document (application/pdf) is not supported"
https://bugs.launchpad.net/bugs/617290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 617290] Re: Unable to open PDF files following Dist Update using 10.10 on AMD64 Evince error: "File type PDF document (application/pdf) is not supported"

2010-08-13 Thread Matej Svetlík
https://launchpad.net/ubuntu/+source/poppler/0.14.2.is.0.14.1-0ubuntu1/+changelog

-- 
Unable to open PDF files following Dist Update using 10.10 on AMD64 Evince 
error: "File type PDF document (application/pdf) is not supported"
https://bugs.launchpad.net/bugs/617290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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