Package: libstdc++-13-dev
Version: 13.2.0-13
Severity: normal
Dear maintainer,
I'm trying a stacktrace feature from C++23:
g++-13 can compile my program because is present,
but fails to link with errors:
undefined reference to `__glibcxx_backtrace_create_state'
undefined reference to `__glibcxx_
Package: clang-14
Version: 1:14.0.6-12
Severity: normal
File: /usr/bin/clang++
Dear Maintainer,
* What led up to the situation?
system upgrade (apt update & apt upgrade)
* What exactly did you do (or not do) that was effective (or
ineffective)?
Cannot compile a single C++ program wh
Package: libmgl-dev
Version: 8.0.1-1
Severity: normal
File: /usr/lib/cmake/mathgl2/MathGL2Config.cmake
Dear maintainer,
Could you please add more dependencies to libmgl-dev?
The following libraries are needed to link a simple mgl-fltk program:
libhdf4-dev libmfhdf-dev libhdf5-dev libhpdf-dev lib
Package: libmgl-dev
Version: 8.0.1-1
Severity: normal
File: /usr/lib/cmake/mathgl2/MathGLTargets.cmake
Dear maintainer,
I am trying to use libmgl-dev with the following CMakeLists.txt:
cmake_minimum_required(VERSION 3.15)
project(GLPlotting)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_EXTENSIONS O
Package: cppreference-doc-en-html
Followup-For: Bug #984912
Dear Maintainer,
Peter Feichtinger has recently updated the offline archive:
https://github.com/PeterFeicht/cppreference-doc/releases/tag/v20211127
which contains many new C++20 features and makes it relatively easy to update
the Debia
Package: plasma-desktop
Version: 4:5.21.5-2
Followup-For: Bug #993030
now I had time to experiment with this issue: it seems that the "variant" part
is not being setup correctly (it seems to be ignored).
for example, I tried setting up Russian keyboard layout with "phonetic" variant
-- the varia
Package: plasma-desktop
Version: 4:5.21.5-2
Severity: normal
Dear Maintainer,
Something strange happened to the keyboard layout treatment and I am not sure
where exactly. It manifests in KDE plasma, which I upgraded recently and thus I
assume that the issue is with plasma. I do not know the exa
Package: ruby-httpclient
Version: 2.8.3-2
Followup-For: Bug #888649
While we wait for IPv6 adoption, here is a workaround for anyone interested:
configure getaddrinfo(3) to give precedence to IPv4-mapped addresses for sites
that prefer IPv4 and then apt-listbugs (and many other stuff) just works.
Package: mingw-w64-x86-64-dev
Version: 7.0.0-2
Severity: normal
Dear Maintainer,
I am trying to get a string representation of a date via strftime function.
For some reason the function call fails whenever format contains %e (day of
month with leading space instead of zero).
Also %z (time zone o
Package: python-matplotlib
Version: 2.2.3-5
Severity: important
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
trying to run a program which uses python-matplotlib and got the following
crash:
File
"/usr/
Package: clang-format-8
Version: 1:8~svn343154-1
Severity: minor
Dear Maintainer,
Here is my sample file format.h:
class test {
int one, two;
test(int one, int two): one{one}, two{two} {}
};
The following command line produces the following output:
clang-format-8 -style="{Break
Package: libmgl-dev
Version: 2.4.2.1-2
Followup-For: Bug #908904
Dear D Haley,
Thanks for your personal message, I did not receive the bug update indeed.
I looked at r1587 and it seems to disable the C99 complex numbers by default.
So I compiled the latest (r1589) and my tiny example worked with
Package: libmgl-dev
Version: 2.4.2.1-2
Severity: normal
File: /usr/include/mgl2/config.h
Dear Maintainer,
The package is unusable in the context "g++ -std=c++11" or newer (c++14, c++17).
The same issue is in bug report 800460, but it is archived.
Here is a sample program:
#include
int main() {
Package: chromium
Version: 69.0.3497.12-1
Followup-For: Bug #907769
Dear Mike,
Thank you for the fast reply.
I have replaced the packages (see the new list below) with the Debian ones and
the issue persists.
I also tried it on a fresh VirtualBox installation upgraded to testing without
extra r
Package: chromium
Version: 69.0.3497.12-1
Severity: normal
Hi,
The browser tab crashes when loading the pages from the following popular
website:
https://store.arduino.cc/
It loads descriptions and pictures, but crashes with "Aw, Snap!" message just
before the menu appears.
The terminal shows s
Package: grub-efi-amd64
Version: 2.02+dfsg1-4
Followup-For: Bug #891434
I just ran into this same issue and it is specific to grub:
refind-install also has similar issues, so this is specific to the state of the
computer.
I found this answer helpful:
https://unix.stackexchange.com/a/379824/79267
Package: virtualbox
Version: 5.2.6-dfsg-2
Severity: normal
Tags: patch
Dear Maintainer,
I am running Windows 10 guest and the screen flickers when something is
(re)drawn,
basically it's unusable.
Relevant configuration to reproduce:
1) nVidia drivers on the host.
2) virtualbox guest additions w
Package: src:linux
Version: 4.6.3-1
Severity: normal
Dear Maintainer,
I'll start with a solution as it is simple to explain:
there is new upstream r8152 driver (v2.06 2016/2/23) which fixes the issue:
http://www.realtek.com.tw/Downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=56&Level=5&Conn=4&
Package: gnome-control-center
Version: 1:3.20.1-2
Severity: normal
Dear Maintainer,
My root-cause problem is that Touchpad settings are not focusable and
not traversable using a keyboard, as a result I have lost the only pointing
device on the computer.
AFAIK this GUI problem could easily be fixe
Package: g++-5
Version: 5.3.1-7
Severity: important
Dear Maintainer,
I cannot compile static binaries of C++ programs for 32bit architectures.
Here is my program:
#include
int main(){
std::cout << "Hello test" << std::endl;
return 0;
}
I compile like this:
g++-5 -m32 -static -ggdb test.cp
Package: gnome-disk-utility
Version: 3.12.1-1+b1
Severity: normal
Tags: patch
the problem is that gdubenchmarkdialog.c uses signed 32bit lseek(3)
prototype to seek the disk position and fails on offsets further than
2^31.
the fix is to switch to 64bit prototype lseek64(3) or just ensure that
off_
long story short, I use the following as /usr/bin/wine-auto:
#!/usr/bin/env bash
x64=`file $1 | grep "x86-64" | wc -l`
if [ $x64 == 0 ]; then
export WINEPREFIX=$HOME/.wine32
exec wine32 "$@"
else
export WINEPREFIX=$HOME/.wine64
exec wine64 "$@"
fi
it assumes that 64bit wine is in ~/.
2013/10/4 Rogério Brito
> Hi there.
>
> The new version of youtube-dl that I uploaded has a changed completion
> file for bash. Can you please provide some feedback on how bad/well it
> works for you? And, if everything works OK, can you close the bug (or
> let me know, so that I can close it)?
>
Hi,
Almost two years have passed.
Upstream has been publishing snapshots with fixes for a year now, but not
Debian.
In fact the latest upload of 2.33-3 has overwritten my manual fixes and
broke it again :-(
There is something wrong with Debian's "upstream", maybe some scripts
aren't fixed in the
Hello, as Google Chrome user I find this bug report insightful:
http://code.google.com/p/chromium/issues/detail?id=121624
In particular, the last comment suggests a patch for Debian:
http://forums.debian.net/viewtopic.php?f=6&t=80382
I haven't applied it yet (I used the "nvidia-settings -a
Initia
Package: sun-java6-jre
Version: 6.26-3
Severity: wishlist
Tags: security
Hello,
Is there any luck of providing more recent version as Oracle is
distributing 6.29 (1.6.0_29)?
I read that the old Java might be used in breaking SSL in a
man-in-the-middle attack setting (
http://www.theregister.co.u
On Tue, Jun 28, 2011 at 1:11 PM, Matthias Klose wrote:
> On 06/28/2011 12:54 PM, Marius Mikucionis wrote:
> > Package: gcc-4.5
> > Version: 4.5.3-3
> > Severity: important
> >
> > Basically after recent upgrade I cannot compile anything.
>
> update to gcc-4
Package: gcc-4.5
Version: 4.5.3-3
Severity: important
Basically after recent upgrade I cannot compile anything.
Here is a simple procedure:
Get a small C program (there is nothing special about it):
$ wget "http://burtleburtle.net/bob/c/jenny.c";
Compile:
$ gcc-4.5 jenny.c
/usr/bin/ld: cannot
Hi,
I have a simple setup to reproduce the problem within Debian alone:
sudo apt-get install texlive-doc-en texlive-latex-base
cp /usr/share/doc/texlive-doc/fonts/free-math-font-survey/source/ /tmp/
cd /tmp/source
latex mathptmx.tex
dvipdf mathptmx.dvi
evince mathptmx.pdf
xpdf mathptmx.pdf
at le
On Mon, Jan 17, 2011 at 5:13 PM, Cyril Brulebois wrote:
> tag 527082 moreinfo
> thanks
>
> Marius Mikucionis (05/05/2009):
> > The problem is that dmesg shows one segfault inside libX11.so each
> > time atieventsd is restarted while X is already running: […]
>
> H
Package: rdesktop
Version: 1.6.0-3
Severity: normal
I get black mouse cursor when logging to Windows Server 2008 R2,
which is disturbing due to poor contrast and by default the desktop background
is set
to black too thus the cursor is not visible at all and it is hard to click on
anything
on
2010/8/29 Kan-Ru Chen
> On Wed, 18 Aug 2010 11:37:20 +0200, Marius Mikucionis <
> mmikucio...@gmail.com> wrote:
> > Package: mupdf
> > Version: 0.6-1
> > Severity: wishlist
> > Tags: upstream
> >
> > thanks for the fast viewer!
> >
&
Package: mupdf
Version: 0.6-1
Severity: wishlist
mupdf manual refers to tools like pdfclean(1), pdfdraw(1), pdfshow(1),
however they are not part of mupdf package but rather mupdf-tools.
I don't know what is the philosophy behind this split, but I suggest to
mention mupdf-tools in a description
Package: mupdf
Version: 0.6-1
Severity: wishlist
Tags: upstream
thanks for the fast viewer!
Could you please add support for the following keys?
Home -- go to the first page (or go to the top of the page)
End -- go to the last page (or go to the bottom of the page)
Control+Home -- go to the first
Package: python2.6-minimal
Version: 2.6.4-4
Severity: normal
I also bumped into this problem.
I then looked what does /usr/lib/python2.6/site-packages directory contain
and it was a single library from python-compizconfig.
But I don't use compiz, thus I executed the following which fixed the prob
Package: blueman
Version: 1.21-2
Severity: normal
Hello,
I am not sure how the "tag upstream" command works.
In particular, it seems that developers use launchpad for tracking their bugs:
https://bugs.edge.launchpad.net/blueman/
but I could not find this bug being forwarded there.
Can/shall I do i
ed by Marius Mikucionis"
echo -e " Usage: $myname RecipientsMACAddress myPureTextFile.txt"
echo -e "\tExample: $myname 01:02:03:04:05:06 note1.txt"
echo -e " If the second argument is \"-\" input is read from STDIN"
echo -e "\tExample: e
Package: rawstudio
Version: 1.2-3
Severity: wishlist
I am newbie in raw processing, so I decided to try rawstudio and see if I can
limit myself with Linux tools.
I am surprised that rawstudio completely ignores/hides jpg files, so I created
a supposedly raw file via CLI:
touch test.cr2
rawstudio
Package: ethstatus
Version: 0.4.3
Severity: normal
I use 2.6.30.3 and ethstatus uses 30-35% of CPU, which is a lot.
I think even bigger issue is that ethstatus is updating the display
very frequently, so I suspect there is way too much oversampling.
If one is running ethstatus locally then this i
Package: evolution
Version: 2.26.1.1-2
Severity: normal
consider the following sequence of events:
1) evolution is started for the first time, it asks for the password to keyring
(presumably to retrieve IMAP password)
2) I enter the password, evolution unlocks the keyring and gets the passwor
looks like upstream bug:
http://bugzilla.gnome.org/show_bug.cgi?id=564649
Marius
I just have tested and concluded that nautilus and firefox can be
started with gksu for non-root user (without gconf daemon issue), but
gnome-terminal refuses with "Failed to contact the GConf daemon;
exiting.", sigh.
So to me it looks like gnome-terminal issue, unless gksu does
something special f
Hi,
This is really bad! This is a major blocker for me, and I cannot find
2.24.3-3 anymore, and snapshot.debian.net seems to be totally
outdated.
Where can I get terminal that is not broken?
I use gnome-terminal to start my programs while my wife is logged on
(which is always the case at home).
I
here is output from nm-tool:
$ nm-tool
NetworkManager Tool
State: disconnected
- Device: eth1 -
Type: Wired
Driver:tg3
State: unmanaged
Default: no
HW Address:00:00:0
Package: network-manager-gnome
Version: 0.7.1-1
Severity: normal
I haven't seen this bug before, only after recent upgrade (a few days ago).
The icon shows no network, the tooltip also says no network connection.
The left-click popup menu is also totally disabled except VPN submenus.
The upgrade
Package: libx11-6
Version: 2:1.2.1-1
Severity: normal
I am using fglrx 9.4 driver from AMD/ATI which has atieventsd deamon monitoring
ACPI events and notifying X via extentions interface.
The problem is that dmesg shows one segfault inside libX11.so each time
atieventsd is restarted while X is a
Package: easytag
Version: 2.1.4-1.1
Severity: wishlist
Hi,
May I suggest to mention the word "editor" in the description?
For some reason I lost easytag from my system somehow and I could not find it
anymore, nor could I remember the name, and it's not the first time I forget
it (crowded gnome
Hi,
I am not sure about exact nature of original bug in this report,
however A B's description seems to match this bug:
http://bugzilla.gnome.org/show_bug.cgi?id=497795
Two of my systems were also affected (notably multicore PCs with SMP
PREEMPT kernel, while single-core PC were fine).
Thanks t
Package: vmware-package
Version: 0.22
Severity: wishlist
Hi,
The latest Workstation comes with many notable features:
http://vmware.com/support/ws65/doc/releasenotes_ws65.html
but it is not packaged in "tar balls": there is a "bundle" --
self extracting script instead. RPM package seems to be j
Package: guake
Version: 0.3.1-3
Severity: normal
Hi,
I use ssh keys to authenticate when loging to remote hosts.
Normally ssh discovers my keys and prompts for password in graphical window
(probably /usr/lib/seahorse/seahorse-ssh-askpass) which locks entire screen,
takes
keyboard focus, and wai
doh! I also bumped into this one on a more outdated machine.
interestingly, the other two (more up-to-date) ones did not show this
problem and upgrade silently succeeded.
I guess these packages were not designed to be upgraded in "one big hop"
skipping some intermediate versions.
I worked-around t
2008/7/12 Filippo Giunchedi <[EMAIL PROTECTED]>:
> Hi,
>
> On Tue, Jul 08, 2008 at 09:36:45PM +0200, Marius Mikucionis wrote:
>> There's a revealing discussion here:
>> http://article.gmane.org/gmane.linux.bluez.devel/15680
>>
>> and here:
>> http
It seems that wengo chose to harass their customers without
explanation (typical too-big-corporate-telecom strategy):
http://forum.wengophone.com//viewtopic.php?t=26947&postdays=0&postorder=asc&start=15
English translation:
http://66.102.9.104/translate_c?hl=en&u=http://forum.wengophone.fr/viewto
Package: bluez-gnome
Version: 0.26-2
Severity: normal
File: /usr/bin/bluetooth-applet
Symptoms:
bluetooth-applet does not accept files, no matter what.
When started from command line it says the following:
Bluetooth OBEX start failed: Invalid path
This is highly uninformative and unhelpful.
T
Can we have a proper message/reaction when zip stumbles upon large files?
I think it should complain that the file is too large to be handled
("name not matched"? only Google can decrypt this) and
then *stop* with an error.
The behavior as it is now is missleading and can result in loss of data.
2008/7/8 Emilio Pozuelo Monfort <[EMAIL PROTECTED]>:
> tags 476671 unreproducible
> thanks
>
> Marius Mikucionis wrote:
>> In short, my point is that there is nothing to type onto the tab/tabbar
>> therefore user should not be encouraged to type anything there and t
Package: keytouch
Version: 2.3.2-2
Severity: normal
I have bound "Close" button on my keyboard to plugin "Lock Screen" function
"Lock Screen".
It used to work, and the keyboard binding still works with other plugins
but not with "Lock Screen".
Some diagnostics:
1) I ran the following in the ter
Package: gnome-terminal
Version: 2.22.0-1
Severity: minor
I sometimes use mouse to switch between windows, and if I click on
a tab in gnome-terminal the tab gets keyboard focus, i.e. everything I type
goes to the tab and the terminal itself does not get anything -- this gives
an impression that t
Package: kernel-package
Version: 11.001-0.1
Followup-For: Bug #461228
Just to let you know, the exact symptoms are experienced while building
vmware kernel modules.
I start to wonder what did Debian kernel team use to compile
linux-headers-2.6.24-1-686 ?
It seems not to have this problem :-/
--
Package: kernel-package
Version: 11.001-0.1
Followup-For: Bug #461228
I have very similar issue when using module-assistant to compile nvidia module
against headers packaged by make-kpkg.
The procedure I used is the following:
1) get linux-2.6.24.tar.bz2 from kernel.org
2) configure the kernel t
Package: wengophone
Version: 2.1.2.dfsg0-1
Severity: wishlist
Could you please add support for firewire video devices?
Firewire has very good video support (better than most USB webcams) in Linux.
One way of doing it is to use libpt-plugins-avc library.
Thanks!
-- System Information:
Debian Relea
Package: vmware-package
Version: 0.15
Severity: wishlist
Thanks for the nice packaging tool.
I am amased about the modularity and many features supporting many VMware
products,
but it was a quite cumbersome for the first time building vmware-server:
1) in order to get it working one needs severa
Package: manpages-dev
Version: 2.49-1
Severity: normal
File: /usr/share/man/man2/times.2.gz
I have a problem with the following sentence in times(2) manual page,
RETURN VALUE section:
Since Linux 2.6, this point is (2^32/HZ) - 300 (i.e., about 429 million)
seconds before system boot time.
T
Package: id3v2
Version: 0.1.11-3
Severity: grave
Justification: causes non-serious data loss
I have a bunch of unicode letters in tags, I ran the following:
find . -iname "*mp3" -exec id3v2 -C {} \;
All unicode letters got converted into question marks,
all id3 (including id3v1) info is lost.
t
Package: pmount
Version: 0.9.13-1+b1
Followup-For: Bug #411772
I think I bumped into the very same problem, at least the symptoms are the same.
I can reproduce the problem when I have CONFIG_SYSFS_DEPRECATED=n in kernel
config,
which is default (see "Create deprecated sysfs files" in "General s
Package: gpgsm
Version: 2.0.3-1
Severity: normal
File: /usr/bin/gpgsm-gencert.sh
I am not sure how is it supposed to work (as documentation is very brief),
and I don't seem to have any configuration or pre-set settings.
To reproduce a problem, simply run the script:
choose RSA key,
choose 2048
Package: listen
Version: 0.5-1
Severity: important
I consider the editing of ID3 meta information of mp3 files as
essential feature of listen hence severity important.
I can fillout the song information but listen refuses to save it.
Steps to reproduce:
1) Select one or several mp3 songs, right cl
Package: linux-headers-2.6.20-1-686
Version: 2.6.20-3
Severity: important
The headers package is completely useless:
1) nvidia drivers do not work, tried:
build: module-assistant a-i nvidia-kernel
tried installing with "modprobe nvidia", but it refuses to load.
dmesg says module refuses to load b
Package: libgfortran1
Version: 4.1.1-21
Severity: important
while doing "apt-get install libgfortran1":
The following packages have unmet dependencies:
libgfortran1: Depends: gcc-4.1-base (= 4.1.1-21) but 4.1.2-1 is to be
installed
then "apt-get install libgfortran1 gcc-4.1-base=4.1.1-21" sug
Package: xfig
Version: 1:3.2.5-alpha5-9
Followup-For: Bug #384346
Hi,
I think I have the same problem as you:
$ xfig fig/framework.fig
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string
"-*-times-bold-r-normal--16-*-*-*-*-*-*-*,-*-*-bold-r-normal--16-*-*-*
Package: evolution-jescs
Version: 2.6.4-2+b1
Severity: minor
I just installed the plugin and was looking ways on how to use it.
README file included in docs claims the following:
For "Use Secure Connection", please choose "Never" for http and "Always" for
https.
However I cannot find such an op
Package: libcunit1-dev
Version: 2.1-0.dfsg-3
Severity: normal
I can't compile CUnit test executable with a curses frontend.
It seems that CUCurses.h file was lost in Debian (although available at sf.net).
There are no recommended packages, although libncurses or smth would be the
obvious.
So I w
Package: lcov
Version: 1.5-1
Severity: wishlist
Hi,
gcov provides branch coverage via -b (or -c) option,
but I can't find any option to trigger this in lcov.
Branch coverage is much better test coverage measure than
just line coverage as lcov reports, see e.g. here:
http://www.bullseye.com/lin
Package: gnomebaker
Version: 0.6.0-6
Severity: normal
I have USB harddisk with multiple partitions which get automatically mounted
on /dev/sda* devices in /media directory when plugged in.
The problem is that gnomebaker unmounts them all when it is ejecting the
burned media disk.
I also experien
Package: gnomebaker
Version: 0.6.0-6
Severity: wishlist
gnomebaker shows how much free space left when adding files, but does not show
how
much is overfilled. it would be nice to know how much is overfilled in order to
find
a suitably sized backup file for postponing it to the next cd/dvd.
th
Package: gnome-power-manager
Version: 2.14.3-3+b1
Followup-For: Bug #383872
I wish to change the CPU frequency scaling governor when screensaver kicks in
and
the monitor is shut off, and change back the governor when awaken.
So I could use the command-line option for monitor-suspend/wakeup too.
Package: totem-mozilla
Version: 2.16.4-1
Severity: wishlist
Hi,
I am using totem-mozilla in iceweasel and annoyed by the fact that plugin
window is not responsive while stream is being bufferred, i.e. I wish to use
the popup menu to copy the link into clipboard at least or run in full-screen
at
Package: libvolume-id0
Version: 0.100-1
Severity: important
after recent upgrade and reboot the /dev/sda* nodes are not created properly
when usb disk is inserted. It seems that all /dev/sda* nodes are created
statically once (during boot?), but they are useless since I cannot mount
them even w
Package: screen
Version: 4.0.2-4.1
Severity: minor
to reproduce:
screen -S abc
C-A C-D (dettach)
screen -S abcd
C-A C-D (dettach)
screen -r abc
Result: screen does not attach to the first session but outputs suggestion for
both sessions.
Expected: screen attaches to the first session.
It's a bit
Package: libc6-dev
Version: 2.3.6-3
Followup-For: Bug #355584
oops, with pthread_cleanup_pop it compiles
sorry
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/s
Package: libc6-dev
Version: 2.3.6-3
Severity: normal
File: /usr/include/pthread.h
Consider the following trivial simple.c file that does not compile:
#include
void routine(void* ptr)
{
}
int main()
{
pthread_cleanup_push(routine, NULL);
}
Compiler says:
$ g++ -lpthread simple.c
simple.c: In
Package: libmultisync-plugin-irmc-bluetooth
Followup-For: Bug #274022
Hi,
Could anyone fix it, recompile and upload the deb file into experimental?
I think I found a source of this bug in multisync-0.82/src/sync_vtype.c
The following code should be changed:
if ((opts & VOPTION_FIXCHARSET) &
On 2/13/06, Loïc Minier <[EMAIL PROTECTED]> wrote:
Hi,On Mon, Feb 13, 2006, marius mikucionis wrote:> Usually it works, but sometimes it doesn't, then I just logout and login> again... but now Xorg (linux kernel?) stopped recognizing media keys
> completely, so I cann
On 2/13/06, Loïc Minier <[EMAIL PROTECTED]> wrote:
Hi,On Mon, Feb 13, 2006, marius mikucionis wrote:> Usually it works, but sometimes it doesn't, then I just logout and login> again... but now Xorg (linux kernel?) stopped recognizing media keys
> completely, so I canno
On 2/11/06, Loïc Minier <[EMAIL PROTECTED]> wrote:
Hi,On lun, déc 26, 2005, Marius Mikucionis wrote:> I have mapped my laptop's multimedia keys to XF86AudioPlay and other codes> via gnome keyboard shortcuts and added commands in gconf-editor
> (metacity/gl
Package: openoffice.org-calc
Version: 2.0.1-2
Severity: important
it is impossible to draw scatter plot (XY Chart) where the most-left-column
is put on vertical axis.
consider the steps to reproduce this bug:
1) enter two columns, like shown:
|A B
-+---
1|1 1
2|2 4
3|3 9
4|4 16
2) choose Insert
Package: gaim
Version: 1:1.5.0+1.5.1cvs20051015-1
Severity: wishlist
I suggest to have additional status in gaim:
- "at work" means entity (e.g. me) is at work, i.e. the relatives and friends
would interpret this as "do not disturb" or "busy",
but coleagues and work partners would understand
Package: libxklavier10
Version: 2.0-0.3
Followup-For: Bug #347557
upon gnome startup I get the same message as all of you here:
-
Error activating XKB configuration.
It can happen under various circumstances:
- a bug in libxklavier librar
hiOn 1/9/06, Eric Dorland <[EMAIL PROTECTED]> wrote:
tags 305355 - unreproducibletags 305355 + confirmedthanks* marius mikucionis ([EMAIL PROTECTED]) wrote:> On 12/30/05, Justin Pryzby <
[EMAIL PROTECTED]> wrote:> >> > On Fri, Dec 30, 2005 at 02:54:01PM -0500, marius m
On 1/1/06, Josselin Mouette <[EMAIL PROTECTED]> wrote:
Le mercredi 28 décembre 2005 à 14:51 -0500, Marius Mikucionis a écrit :> Package: gtk2-engines-clearlooks> Version: 0.6.2-1> Severity: wishlist>> I really like this engine and theme, but it appears that progress bar
>
On 12/30/05, Justin Pryzby <[EMAIL PROTECTED]
> wrote:
On Fri, Dec 30, 2005 at 02:54:01PM -0500, marius mikucionis wrote:> I ran into this page, which generates coninuous 100% CPU load in Xorg> process:>
http://www.info-cybernetics.org/citsa2006>> (this conference is
I ran into this page, which generates coninuous 100% CPU load in Xorg process:http://www.info-cybernetics.org/citsa2006 (this conference is connected to infamous Systemic proceedings, uncovered by SCIgen paper generator)
it is also the case when _javascript_ is turned off.Custom Linux-2.6.14.5 pree
Package: firefox
Version: 1.5.dfsg-3
Followup-For: Bug #305355
Hi,
Whenever I switch to this page I get extremely high load generated by Xorg:
http://paulgraham.com/wealth.html
This CPU suck quickly stops (in 0.3sec or so), but it is extremely
annoying since everything (even music) freezes for th
Package: gtk2-engines-clearlooks
Version: 0.6.2-1
Severity: wishlist
I really like this engine and theme, but it appears that progress bar
animation hack sucks way too much CPU on my otherwise idle time.
I noticed this when application has several progress bars
(like gaim logon, firefox page loa
Package: metacity
Version: 1:2.10.3-2
Severity: important
I have mapped my laptop's multimedia keys to XF86AudioPlay and other codes
via gnome keyboard shortcuts and added commands in gconf-editor
(metacity/global_keybindings and keybinding_commands) to react on those keys.
It used to work unti
On Mon, 2005-10-17 at 18:35 -0400, Federico Grau wrote:
> I was experiencing a similar problem, some ogg files were not playing with
> xmms... xmms would not recognize the bitrate, try for a few seconds, then move
> onto the next ogg file.
>
> I found that if I changed the MPEG Layer 1/2/3 plugin
I fixed this problem by two items:
1) installed the latest Windows drivers from Dell (Trendnet did not
provide upgrade)
2) packed and installed ndiswrapper-1.4 from ndiswrapper.sf.net
WARNING: the old windows driver causes kernel panic with ndiswrapper-1.4
make sure to put some notification in the
By looking at "file info" dialog I realized that xmms recognizes those
ogg files as being of mpeg type, which is incorrect, the "file" utility
says it's:
Ogg data, Vorbis audio, stereo, 44100 Hz, ~192003 bps, created by:
Xiph.Org libVorbis I (1.0)
hence messy playback and lockup..
is there any way
Package: xmms
Version: 1.2.10+cvs20050809-3
Severity: normal
I have a few ogg files that totem/xine plays perfectly while the current
xmms version refuses. If I select to play particularly those ogg files
xmms seems to try and play for a few seconds:
bit rate and frequency is changing rapidly,
Package: apt-get
Severity: minor
I am doing "apt-get -q upgrade" remotely and expect to save bandwith
on redundant messages like outputing percentage of job done.
It works for downloads fine but after that, other stages kick-in:
Reading package fields... xx%
Reading package status... yy%
Retrievi
1 - 100 of 125 matches
Mail list logo