[Bug 96716] open office xy scatter graph data not appearing

2007-03-26 Thread elim
Public bug reported:

When two data sets are entered say 1,2,3,4,5 and 6,7,8,9,10 and an XY scatter 
graph is drawn the data does not appear on the graph if the titles of each data 
set are not included in the source data.  
The only way show the the data with the titles unselected is to uncheck first 
row as label and first column as label.  Coming from excel it is quite 
unintuitive to have to do this and will confuse some people it certainly was 
odd when I found it.

ProblemType: Bug
Architecture: i386
Date: Mon Mar 26 23:42:15 2007
DistroRelease: Ubuntu 7.04
Uname: Linux josh 2.6.20-13-386 #2 Sun Mar 25 00:18:53 UTC 2007 i686 GNU/Linux

** Affects: openoffice (upstream)
 Importance: Undecided
 Status: Unconfirmed
** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

** Also affects: openoffice (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
open office xy scatter graph data not appearing
https://launchpad.net/bugs/96716

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


[Bug 524654] [NEW] print page to pdf fct doesn't produce reasonable pdf

2010-02-19 Thread elim
Public bug reported:

Binary package hint: firefox-3.5

I went to http://mathtoc.yi.org/showthread.php?tid=9 and trying to print the 
page in pdf.
It did the job. But seems not get what I saw from screen, but something 
misinterpreted.

I don't know whether MathJax.org's js package problem or firefox pdf generating 
problem.
See attached output.

ProblemType: Bug
Architecture: i386
Date: Fri Feb 19 13:24:04 2010
DistroRelease: Ubuntu 9.10
Package: firefox-3.5 3.5.8+build1+nobinonly-0ubuntu0.9.10.1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-19-generic i686

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
print page to pdf fct doesn't produce reasonable pdf
https://bugs.launchpad.net/bugs/524654
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 524654] Re: print page to pdf fct doesn't produce reasonable pdf

2010-02-19 Thread elim

** Attachment added: "the print pdf result"
   http://launchpadlibrarian.net/39429152/a.pdf

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

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/39429154/ExtensionSummary.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/39429155/XsessionErrors.txt

** Attachment added: "profile_default_pluginreg.dat.txt"
   http://launchpadlibrarian.net/39429156/profile_default_pluginreg.dat.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/39429157/profiles.ini.txt

-- 
print page to pdf fct doesn't produce reasonable pdf
https://bugs.launchpad.net/bugs/524654
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 527217] [NEW] ubuntu 9.10 cannot get new IP for wireless connection

2010-02-24 Thread elim
Public bug reported:

Binary package hint: network-manager

I use Dell latitude d630, dual boot ubuntu 9.10 and winxp
with xp, the wireless connection to my home network is fine but this is not the 
case for my ubuntu 9.10.
After login, It shows the connection is established and good but the IP is not 
obtained and this is a false msg.
Everytime I have to power cycle my wireless router to make my d630 connect to 
the net. Once the connection
really established, it is fine and stable.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ubuntu 9.10 cannot get new IP for wireless connection
https://bugs.launchpad.net/bugs/527217
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 463258] Re: Network manager doesnt reconnect automatically after a power cycle to Wireless router

2010-03-11 Thread elim
My problem is opposite: I have to power cycle the wireless router to
make my ubuntu connected!!!

-- 
Network manager doesnt reconnect automatically after a power cycle to Wireless 
router
https://bugs.launchpad.net/bugs/463258
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 463302] [NEW] xinetd is bu default not working with cvs on 9.04 desktop

2009-10-29 Thread elim
Public bug reported:

The trouble is that the ubuntu 9.04 documentation looks quite different
than the real situation, and I really need your help!!!

Here is my situation:

apt-get install cvs . ok very smooth
apt-get install xinetd ..very smooth

cvs -d /home/developer/repository/cvs init

r...@workbook:~# ls -l /home/developer/repository/cvs
total 4
drwxrwxr-x 3 root src 4096 2009-10-22 18:55 CVSROOT

r...@workbook:~# cat /etc/cvs-cron.conf
ROT_HIST="no"
# Please use : to separate the repositories=
REPOS="/home/developer/repository/cvs"
ROTKEEP="no"

r...@workbook:~# cat /etc/cvs-pserver.conf
CVS_PSERV_REPOS="/home/developer/repository/cvs"
CVS_PSERV_LIMIT_MEM=hard
CVS_PSERV_LIMIT_DATA=hard
CVS_PSERV_LIMIT_CORE=0
CVS_PSERV_LIMIT_CPU=hard

r...@workbook:/etc/xinetd.d# cat /etc/xinetd.d/cvspserver
service cvspserver
{
port = 2401
socket_type = stream
protocol = tcp
user = root
wait = no
type = UNLISTED
server = /usr/bin/cvs
server_args = -f --allow-root /home/developer/repository/cvs pserver
disable = no
}


BUT  I got the following error:

r...@workbook:/etc/xinetd.d# /etc/init.d/xinetd start
 * Starting internet superserver xinetd [fail]

I know my system is NOt ubuntu server but desktop/laptop
but how different is for the server and the desktop with respect to cvs?

Thanks!


///

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
xinetd is bu default not working with cvs on 9.04 desktop
https://bugs.launchpad.net/bugs/463302
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 463302] Re: xinetd is bu default not working with cvs on 9.04 desktop

2009-10-29 Thread elim
I tried to remove all the customized setting, using default repository
path /srv/cvs but no luck

I upgraded to ubuntu 9.10, no improvement. Seems no one ever done this
successfully?

-- 
xinetd is bu default not working with cvs on 9.04 desktop
https://bugs.launchpad.net/bugs/463302
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 482818] [NEW] key completion function is not stable

2009-11-14 Thread elim
Public bug reported:

Binary package hint: nautilus

I found some how the key completion function will be affected by other 
configuration.
As I need to use scim Chinese IME and ibus is not working for me, I 
re-installed scim and did a switch:

im-switch -s scim

This does brought scim back but it made my another account's nautilus
lost key completion functionality!

By the way, I don't think that I did anything unusual but now by default
(say create a new user account), nautilus' key completion fct will not
working.

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


** Tags: nautilus

** Tags added: nautilus

-- 
key completion function is not stable
https://bugs.launchpad.net/bugs/482818
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 471680] Re: file browser will not scroll to the file with the leading letter as you press a key

2009-11-02 Thread elim

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

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

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/34984196/XsessionErrors.txt

** Attachment added: "usr_lib_nautilus.txt"
   http://launchpadlibrarian.net/34984197/usr_lib_nautilus.txt

-- 
file browser will not scroll to the file with the leading letter as you press a 
 key
https://bugs.launchpad.net/bugs/471680
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 471680] [NEW] file browser will not scroll to the file with the leading letter as you press a key

2009-11-02 Thread elim
Public bug reported:

Binary package hint: nautilus

I think 9.04 does have the feature of auto scrolling to the file
according to the key press if there is a file whose name has leading
char corresponding to the key you pressed. But somehow this nice feature
is gone in 9.10

ProblemType: Bug
Architecture: i386
Date: Mon Nov  2 13:48:46 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.28.1-0ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: nautilus
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
file browser will not scroll to the file with the leading letter as you press a 
 key
https://bugs.launchpad.net/bugs/471680
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 471700] Re: If both lan and wireless connection is present, machine with the lan network will not shown

2009-11-02 Thread elim

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

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

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/34984872/XsessionErrors.txt

** Attachment added: "usr_lib_nautilus.txt"
   http://launchpadlibrarian.net/34984873/usr_lib_nautilus.txt

-- 
If both lan and wireless connection is present, machine with the lan network 
will not shown
https://bugs.launchpad.net/bugs/471700
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 471700] [NEW] If both lan and wireless connection is present, machine with the lan network will not shown

2009-11-02 Thread elim
Public bug reported:

Binary package hint: nautilus

When connected with both lan and wireless networks, machines in lan
network will disappear/inaccessible. Only machines on wireless network
shown.

ProblemType: Bug
Architecture: i386
Date: Mon Nov  2 14:05:13 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.28.1-0ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: nautilus
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
If both lan and wireless connection is present, machine with the lan network 
will not shown
https://bugs.launchpad.net/bugs/471700
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 471710] [NEW] ntfs partition not auto mount, each one need login this is not the case of 9.04

2009-11-02 Thread elim
Public bug reported:

Binary package hint: nautilus

During the booting, it says some partition not mounted and prompt for
fixing, after login, in open location, any access of an Ntfs partition
need to submit password.

Thins is not the behavior of 9.04

ProblemType: Bug
Architecture: i386
Date: Mon Nov  2 14:11:43 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.28.1-0ubuntu1
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: nautilus
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
ntfs partition not auto mount, each one need login this is not the case of 9.04
https://bugs.launchpad.net/bugs/471710
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 471710] Re: ntfs partition not auto mount, each one need login this is not the case of 9.04

2009-11-02 Thread elim

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

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

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/34985325/XsessionErrors.txt

** Attachment added: "usr_lib_nautilus.txt"
   http://launchpadlibrarian.net/34985326/usr_lib_nautilus.txt

-- 
ntfs partition not auto mount, each one need login this is not the case of 9.04
https://bugs.launchpad.net/bugs/471710
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 695082] [NEW] email view not in sync with highlighted msg in the list view

2010-12-28 Thread Elim
Public bug reported:

Binary package hint: evolution

I think this becomes worse in 10.10

I have to wait for a long time to see the message view updating itself.

It says this has something to do with libfreetype6, which i do not
understand.

That file maybe related to GnuSTEP. But why this will be the issue?

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.2
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
Architecture: i386
Date: Tue Dec 28 09:38:49 2010
ExecutablePath: /usr/bin/evolution
LocalLibraries: /usr/local/lib/libfreetype.so.6.4.0
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: evolution
XsessionErrors:
 (polkit-gnome-authentication-agent-1:1880): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1873): GConf-CRITICAL **: gconf_value_free: assertion `value != 
NULL' failed
 (quadrapassel:2166): ClutterGLX-CRITICAL **: Unable to make the stage window 
0x505 the current GLX drawable
 (quadrapassel:2166): ClutterGLX-CRITICAL **: Unable to make the stage window 
0x506 the current GLX drawable

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


** Tags: apport-bug i386 local-libs maverick

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

Title:
  email view not in sync with highlighted msg in the list view

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


[Bug 695082] Re: email view not in sync with highlighted msg in the list view

2010-12-28 Thread Elim


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

Title:
  email view not in sync with highlighted msg in the list view

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


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-12-02 Thread elim
I tend to believe some procedure of re-install the package would fix
ibus-pinyin. But i did 6 fresh installation and 3+ upgrads, none of
those worked.

It maybe depends on the hardware, some of them would work and some
wouldn't. But even though, it's still confirms the bug. In fact I never
see this workling.

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

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

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


[Bug 772304] Re: vnc to 11.04 isn't working, only first frame is displayed and no other events are updated to the viewer

2011-09-20 Thread Elim Albiter
*** This bug is a duplicate of bug 353126 ***
https://bugs.launchpad.net/bugs/353126

** This bug has been marked a duplicate of bug 353126
   Compiz / vnc screen refresh with nvidia-restricted driver/VirtualBox/ATI 
fglrx driver using X.org

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

Title:
  vnc to 11.04 isn't working, only first frame is displayed and no other
  events are updated to the viewer

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

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