https://bugzilla.novell.com/show_bug.cgi?id=230339
Summary: doc++-3.4.10-37: dodgy code
Product: openSUSE 10.3
Version: unspecified
Platform: All
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: dcb314(a)hotmail.com
QAContact: qa(a)suse.de
I just tried to compile package doc++-3.4.10-37
The compiler said
Entry.cc:1031: warning: comparisons like X<=Y<=Z do not have their mathematical
meaning
The source code is
if(*(a_list[i]) != *(b_list[i]) != 0)
Suggest code rework.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=224047
Summary: The New Separator button doesn't work in the Menu Layout
section of the gnome-control-center
Product: openSUSE 10.2
Version: RC 2
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: jharmon(a)novell.com
QAContact: qa(a)suse.de
If you launch the gnome-control-center and then startup the Menu Editor, you
have a button that is labeled "New Separator". However, when the "New
Separator" button is clicked on, nothing happens.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=207943
Summary: gpilotd-control-applet does not syncronize/connect with
Zire 21
Product: SUSE Linux 10.1
Version: Final
Platform: i686
OS/Version: SuSE Linux 10.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: iron.bone(a)wp.pl
QAContact: qa(a)suse.de
After dmesg I get
usb 3-2: new full speed USB device using uhci_hcd and address 37
usb 3-2: new device found, idVendor=0830, idProduct=0060
usb 3-2: new device strings: Mfr=1, Product=2, SerialNumber=5
usb 3-2: Product: Palm Handheld
usb 3-2: Manufacturer: Palm, Inc.
usb 3-2: SerialNumber: PalmSN12345678
usb 3-2: configuration #1 chosen from 1 choice
visor 3-2:1.0: Handspring Visor / Palm OS converter detected
usb 3-2: Handspring Visor / Palm OS converter now attached to ttyUSB2
usb 3-2: Handspring Visor / Palm OS converter now attached to ttyUSB3
In gpilotd-control-applet I have tried with /dev/ttyUSB0 - /dev/ttyUSB3 time
60- no efect by syncronization.
J-Pilot have on the same computer no problems and work fine with Zire 21
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=226328
Summary: tangerine installs private and precompiled copies of
several DLLs
Product: openSUSE 10.3
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: andreas.hanke(a)gmx-topmail.de
QAContact: qa(a)suse.de
tangerine installs a private copy of a library that also exists separately:
log4net.dll, package log4net. You might want to use the system-wide copy
instead, if possible.
Furthermore, it installs precompiled copies of several other DLLs:
deps/Nini.dll
plugins/file/db4o.dll
You might want to consider creating packages for these instead of shipping them
inside another package, or at least rebuild them from source.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=214983
Summary: https proxy support broken in python 2.5's urllib2?
Product: openSUSE 10.2
Version: Beta 1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: jmatejek(a)novell.com
ReportedBy: poeml(a)novell.com
QAContact: qa(a)suse.de
Using urllib2 via http proxy works fine, but not via https proxy:
poeml@shannon ~ % python -c "import urllib2;
urllib2.urlopen('http://www.sf.net').read()"
poeml@shannon ~ % python -c "import urllib2;
urllib2.urlopen('https://www.sf.net').read()"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.5/urllib2.py", line 121, in urlopen
return _opener.open(url, data)
File "/usr/lib/python2.5/urllib2.py", line 374, in open
response = self._open(req, data)
File "/usr/lib/python2.5/urllib2.py", line 392, in _open
'_open', req)
File "/usr/lib/python2.5/urllib2.py", line 353, in _call_chain
result = func(*args)
File "/usr/lib/python2.5/urllib2.py", line 668, in <lambda>
meth(r, proxy, type))
File "/usr/lib/python2.5/urllib2.py", line 691, in proxy_open
return self.parent.open(req)
File "/usr/lib/python2.5/urllib2.py", line 380, in open
response = meth(req, response)
File "/usr/lib/python2.5/urllib2.py", line 491, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.5/urllib2.py", line 418, in error
return self._call_chain(*args)
File "/usr/lib/python2.5/urllib2.py", line 353, in _call_chain
result = func(*args)
File "/usr/lib/python2.5/urllib2.py", line 499, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 400: Bad Request
[1] 31530 exit 1 python -c "import urllib2;
urllib2.urlopen('https://www.sf.net').read()"
It could be either the proxy, or python, which is doing something wrong.
But on 10.1 it works.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213884
Summary: Firefox uses GNOME's Open & Save dialogs on KDE
Product: openSUSE 10.2
Version: Alpha 5
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Firefox
AssignedTo: bnc-team-mozilla(a)forge.provo.novell.com
ReportedBy: al4321(a)gmail.com
QAContact: qa(a)suse.de
hi all !
On alpha 5, Firefox uses GNOME's Open & Save dialogs on KDE.
This is a regression. SUSE 10.0 used KDE open & save dialogs.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=206655
Summary: Switching session: music keeps playing
Product: openSUSE 10.2
Version: Alpha 4
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: azerion(a)gmail.com
QAContact: qa(a)suse.de
Goodday,
the thing I think I have found can be similar for Gnome but I am not sure.
Tagged as an KDE-thing for that matter.
When you switch to another session, the music from the old session keeps
playing. In a system with more then 1 user that can be very annoying. I play
music with some louder beats and if my mom wants to work she likes Mozart
(theoretical situation cause I live on my own ;-) ). Sound of session 1 should
be muted when in session 2. Mozart mixed with Tiesto is not what I use to call
music.
Don't know if there should be an option to mute it when locking the session but
I guess that is not needed. I always lock the PC when I walk away but music may
still play. (I want it to)
Azerion
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223519
Summary: rescue: /root/ read-only, partimage missing, perl
scripts ?!
Product: openSUSE 10.2
Version: RC 1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: koenig(a)linux.de
QAContact: qa(a)suse.de
the directory /root/. in rescue system is read-only. this causes trouble e.g.
with ssh:
ssh tries to create ~/.ssh/known_hosts which does not work. so it asks about a
"new" host for eveyr single connection -- and creation of some (temporary) ssh
keys doesn't work either.
I tried to set HOME to /tmp/ but ssh still tries to create/use /root/.ssh/ :-(
it would be very helpful if /root/ would be writable again (rescue in SUSE 10.1
shows the same problem with read-only /root/.)
two more comments about the rescue system:
1) tool suggestion:
I'm missing "partimage" in the SUSE rescue system to efficiently copy/clone
file systems. this is one reason why I have to boot knoppix or (k)ubuntu or
similar by time.
2) perl ?!?
rescue doesn't include perl (no problem for me as long as there is awk ;-)
but you include a number of perl scripts/tools which doesn't make sense to me:
# grep -rl usr/bin/perl *bin/* usr/*bin/*
sbin/chkconfig
sbin/evms_gather_info
sbin/module_upgrade
usr/bin/chkdupexe
usr/bin/mkinfodir
usr/bin/rsyncstats
usr/bin/scriptreplay
usr/bin/socklist
usr/sbin/grubonce
usr/sbin/keytab-lilo.pl
usr/sbin/sgcheck
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=217708
Summary: Installation with openSUSE-10.2-Beta1-i386-mini.iso over
http proxy with authentication doesn't work
Product: openSUSE 10.2
Version: Beta 1
Platform: i586
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Installation
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: dieter(a)bloms.de
QAContact: jsrain(a)novell.com
Hi,
When I try to install oipenSuSE10.2beta1 from the internet with booting from
openSUSE-10.2-Beta1-i386-mini.iso image, I can choose a proxyserver and port,
but can't nor insert a username and passwort for proxyauthentication.
A workaround like username:password@proxyserver in the proxyserver field is not
accepted by linuxrc.
So I can't do an install from the internet over a proxy with authentication
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=219323
Summary: Better solution for the gnome-doc-utils -devel problem
Product: openSUSE 10.2
Version: Beta 2
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome(a)forge.provo.novell.com
ReportedBy: andreas.hanke(a)gmx-topmail.de
QAContact: qa(a)suse.de
CC: gekker(a)novell.com
gnome-doc-utils has been split to have a -devel subpackage to resolve bug
202003 and bug 210224.
The reason for this split was that gnome-doc-utils is pulled in by yelp and in
turn pulls other -devel packages so that in the end there are many -devel
packages in the default installation.
I am still unhappy with this split because Gary Ekker said in bug 202003,
comment 3 that gnome-doc-utils should not be split this way because it is a
pure development package.
Attached you can find a different proposal that might be considered more
accurate because basically everything in the package is for development
purposes only except for the stylesheets.
I have tested this on my system and it does not seem to break anything.
Displaying KDE documentation is still broken (bug 217713), but that is a
different problem (probably related to stylesheets as well, but different and
independent of this problem).
In case you go for it, the following further changes would be necessary:
(1) Change yelp to require the -stylesheets subpackage instead of
gnome-doc-utils.
(2) Remove gnome-doc-utils from the gnome_basis pattern, it is unnecessary (it
always was, but now it makes a difference) because yelp is already in there and
will pull the correct packages provided that (1) is done.
(3) Adjust the media layout to reflect that gnome-doc-utils is a development
package (i.e., it can go onto a later CD and does not need to be on CD1-3, only
-stylesheets needs to be on CD1-3).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.