[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

[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 fo

[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 ki

[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

[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

[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

[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 in

[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 d

[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 maveric

[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 notifica

[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.l

[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: metacit

[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 conta

[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 cha

[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 o

[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 l

[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. S

[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 ve

[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 -- toolti

[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 i