https://bugzilla.novell.com/show_bug.cgi?id=228418
Summary: Incomplete translation in Update Notifier
Product: openSUSE 10.2
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Translations
AssignedTo: ke(a)novell.com
ReportedBy: suse(a)rauch-webdesign.de
QAContact: ke(a)novell.com
There are two untranslated strings in german translation for the update
notifier.
The Close-Button tells "Close", and the filter function tells "Package".
Screenshot will be attached.
--
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=230731
Summary: after deleting DVD shipped openoffice package, the
shortcut for this application assigned in menu aditor
under kde remained occupied (although the program was
deleted!)
Product: openSUSE 10.2
Version: Final
Platform: 32bit
OS/Version: SuSE Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: KDE
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: jan.sekal(a)volny.cz
QAContact: qa(a)suse.de
How to reproduce this bug:
1. perform NEW INSTALLATION of suse 10.2 final, under kde menu editor assign a
shortcut for open office suite (Win F3 in my case)
2. start yast2 and software management, install rpm-python, python-elementree
and python-gtk (required by smart package manager)
3. install smart-0.49.1-40.guru.suse102.i686.rpm,
smart-gui-0.49.1-40.guru.suse102.i686.rpm
4. start smart package manager, press CTRL F, write openoffice, press enter
5. click on openoffice-org (press ok, perform changes, ok again - this deletes
the whole open office) (under yast2, deleting of openoffice is inconcevably
complicated)
6. try to assign shortcut Win F3 to another application - you will not be
allowed to do so, because KDE does not take into account, that openoffice has
been deleted.
--
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=225463
Summary: at: strange scheduling
Product: openSUSE 10.2
Version: RC 5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: jengelh(a)gmx.de
QAContact: qa(a)suse.de
atd always renices tasks based on their queue
queue -> nice
'a' -> 1
'b' -> 3
'c' -> 5
This is inherently bad -- a task can never be scheduled at the
normal nice level 0 or any even (2, 4, ...) level.
This patch fixes this, and implicitly changes the meaning of
the queue names ('a' is not 1 anymore, but 0), but a < b still
holds true.
--
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=214568
Summary: Fully Virtualized openSUSE 10.2 guest will not install
Product: openSUSE 10.2
Version: Alpha 5 plus
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Xen
AssignedTo: cgriffin(a)novell.com
ReportedBy: lbendixs(a)novell.com
QAContact: jdouglas(a)novell.com
CC: cgriffin(a)novell.com
Using a Os 10.2 installation source I cannot install on either a oS10.2 dom0 or
a SLES10 dom0. The last line on the VM as it is trying to begin the install
says something about loading isolinux.
--
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=224139
Summary: ltrace makes thunderbird crash
Product: openSUSE 10.2
Version: RC 2
Platform: All
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: mfabian(a)novell.com
QAContact: qa(a)suse.de
If one tries to attach ltrace to thunderbird, thunderbird crashes.
--
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=231196
Summary: htdig-3.2.0b6-45: left shift count >= width of type
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 htdig-3.2.0b6-45
The compiler said
Display.cc:1229: warning: left shift count >= width of type
The source code is
time_t eternity = ~(1<<(sizeof(time_t)*8-1)); // will be the largest value
holdable by a time_t
I agree with the compiler.
Suggest new code
time_t eternity = ~(1UL << (sizeof(time_t)*8-1)); // will be the largest
value holdable by a time_t
--
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=209385
Summary: Icon is missing for 'liferea' in the KDE menu.
Product: openSUSE 10.2
Version: Alpha 4
Platform: Other
OS/Version: SuSE Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: KDE
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: balazs.melikant(a)univie.ac.at
QAContact: qa(a)suse.de
CC: balazs.melikant(a)univie.ac.at
The summary says it all...
--
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=230217
Summary: kbabel does not allow skim to input Chinese chars
Product: openSUSE 10.2
Version: Final
Platform: x86-64
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: gubotruth(a)gmail.com
QAContact: qa(a)suse.de
CC: zsu(a)novell.com
openSUSE 10.2 x86_64, KDE environment, all packages from the DVD.
With scim/skim ok in all other K apps, Kbabel does not allow skim to input
Chinese chars in its msgstr field. With Eng keyboard on, everything's good.
However, with a Chinese IM on, it seems that every time I press a key, an IMEnd
signal is sent. For instance, with pinyin on, I press "wo" in order to form a
char query, it strangely runs into this way(from shell):
sending IMStart with 0 chars to 0x9fdce0
sending IMCompose to 0x9fdce0 with 1 chars, cpos=0, sellen=1, text=我
sending IMCompose to 0x9fdce0 with 1 chars, cpos=1, sellen=0, text=我
sending IMEnd with 0 chars to 0x9fdce0, text=
sending IMStart with 0 chars to 0x9fdce0
sending IMCompose to 0x9fdce0 with 1 chars, cpos=0, sellen=1, text=哦
sending IMCompose to 0x9fdce0 with 1 chars, cpos=1, sellen=0, text=哦
sending IMEnd with 0 chars to 0x9fdce0, text=
And there will be no char to be display in Kbabel.
This bug has been there since SUSE 10.1, also existing in SLE 10 series.
--
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=206464
Summary: openal cannot load ogg files
Product: SUSE Linux 10.1
Version: Final
Platform: Other
OS/Version: SuSE Linux 10.1
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Sound
AssignedTo: tiwai(a)novell.com
ReportedBy: opensuse(a)arvin.schnell-web.net
QAContact: qa(a)suse.de
The OpenAL library is missing the extension to load ogg files.
Reproduce by running the testprogram /usr/lib/openal/testvorbis.
tcsh: /usr/lib/openal/testvorbis
Could not GetProc alutLoadVorbis_LOKI
Worked in SUSE Linux 9.2.
--
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=211235
Summary: Bad postscript creation from kprinter concludes in ugly
pdf
Product: SUSE Linux 10.1
Version: Final
Platform: i686
OS/Version: SuSE Linux 10.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: geroxp(a)web.de
QAContact: kde-maintainers(a)suse.de
Steps to reproduce:
1. Open Konqueror
2. Go to http://www.cnn.com
3. Print the page with kde's pdf printer (which is nothing else but ps2pdf, I
think)
4. Watch the pdf either with kpdf (which is default viewer) or with acroread
and you will see the jumping letters
The problem only occurs, when using kprinter to print the pdf OR generate a
postscript-file which will be used to create a pdf. It could have something to
do with kprinter itself or with GNU enscript (which is used by kprinter).
When using Mozilla-Firefox to print to a cups-pdf printer
(http://www.novell.com/coolsolutions/feature/17636.html) this problem does not
occur (while firefox uses its own postscript generator). When printing from a
kde application or using kprinter we have again the mysterious jumping letters.
See also bug #210256
--
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.