I can reproduce this bug on a PC with an amd64 architecture but I have a PC
with an x86 architecture and this bug doesn't appear.
I was able to launch pcmanfm with : "while [ 1 ]; do pcmanfm; done" but that
kills the pcmanfm process responsible for the desktop.
To my remembrance, relaunching this
I think that in /etc/xdg/lxsession/LXDE/autostart it is just needed to remove
--profile LXDE and not the whole line,
but except that, the work around works, thanks.
Jonas
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact list
Package: pcmanfm
Version: 0.9.8-1
Severity: normal
--- Please enter the report below this line. ---
Since the upgrade to 0.9.8-1, I found that after login out, all the
preferences (like view mode as icon or list, or the wallpaper) are reseted to
the default.
Downgrading to 0.9.7 solved the probl
Package: geany
Version: 0.19.1-1
Severity: normal
--- Please enter the report below this line. ---
In the filetypes.ada file, the comment character is set to "#" instead of the
ada's comment characters "--".
Replacing the line :
comment_open=#
by the following :
comment_open=--
fix the pr
Package: linux-image-2.6-amd64
Version: 2.6.32+28
Severity: important
--- Please enter the report below this line. ---
Hello
I have installed debian testing AMD64 yesterday from a CD and after the first
reboot,
I had a black screen when gdm tried to start.
Uninstalling xserver-xorg-video-ati fi
Package: pcmanfm
Version: 0.9.7-1
Severity: normal
*** Please type your report below this line ***
When deleting a file as root on a FAT32 file-system I get the following message
:
"Some files cannot be moved to trash can because the underlying file systems
don't support this operation.
Do
Package: ghdl
Version: 0.29+gcc4.3.4+dfsg-1
Severity: normal
--- Please enter the report below this line. ---
The following patch add support for selecting which signals are to be dumped
during a vcd simulation.
Here is an exemple of how to use it :
ghdl -r test_bench --vcd=a.vcd --vcd-dumpvars=
Package: ghdl
Version: 0.29+gcc4.3.4+dfsg-1
Severity: normal
--- Please enter the report below this line. ---
I have the following vhdl code :
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
e
Package: ghdl
Version: 0.29+gcc4.3.4+dfsg-1
Severity: normal
--- Please enter the report below this line. ---
I found that during simulation, it is possible to convert -1 to an
unsigned without any error raised. Doing that with any number under -1
will make raise an error during simulation.
The
The following patch add the support for real type for vcd simulation.diff -rupN ghdl_orig/vhdl/grt/grt-vcd.adb ghdl/vhdl/grt/grt-vcd.adb
--- ghdl_orig/vhdl/grt/grt-vcd.adb 2010-01-25 00:04:30.0 +0100
+++ ghdl/vhdl/grt/grt-vcd.adb 2010-06-07 18:08:16.54000 +0200
@@ -257,6 +257,9 @@ packa
Package: ghdl
Version: 0.29+gcc4.3.4+dfsg-1
Severity: wishlist
--- Please enter the report below this line. ---
After simulating and making a vcd file, I found that signals of type
real are not displayed in gtkwave. If I generate a ghw file instead of
a vcd file, it works but with the ghw format
Package: pcmanfm
Version: 0.9.7-1
Severity: normal
--- Please enter the report below this line. ---
Hi
I am using debian sid and after I upgraded pcmanfm from version 0.9.5 to
version 0.9.7, pcmanfm exits when I left-click on a icon in the left
panel. Right-clicking or middle-clicking doesn't ma
Package: cups
Version: 1.4.3-1
Severity: normal
--- Please enter the report below this line. ---
Hi
I have installed konqueror 4.3.4-1, iceweasel 3.5.9-2, arora 0.10.1-1 and
midori 0.2.4-3.
When I want to use the web interface of cups, I found the following problems
with these browsers :
icew
Hi
Concerning pcmanfm, the problem is fixed in the 0.94.2.beta2 version.
Bye Jonas
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hi
dbus was running but the console-kit-daemon process wasn't launched.
I checked with dbus 1.2.20-2 but in this case the console-kit-daemon was
launched.
I found that in syslog and in daemon.log the following error messages :
Apr 17 22:45:49 PC kdm: :0[1226]: Cannot open ConsoleKit session: Una
Package: dbus
Version: 1.2.24-1
Severity: important
--- Please enter the report below this line. ---
Hi
I recently upgrade the following packages :
dbus (1.2.20-2) to 1.2.24-1
dbus-x11 (1.2.20-2) to 1.2.24-1
libdbus-1-3 (1.2.20-2) to 1.2.24-1
Then at next boot kdm was launched and shows the logi
Package: pcmanfm
Version: 0.5.2+svn20091029-1
Severity: wishlist
--- Please enter the report below this line. ---
Hi
According to what is written in http://pcmanfm.sourceforge.net, the old
pcmanfm won't be updated unless there is critical or security bugs.
The first beta release of the new pcma
Hi
If I understand well, with vhdl 93 (but not with vhdl 87), it is allowed to have
generics that are not associated. But I think that it is good that there is at
least a warning because a generic can be unwillingly forgotten to be associated
and this will help to find such a mistake.
So the follo
Package: ghdl
Version: 0.29+gcc4.3.4+dfsg-1
Severity: serious
--- Please enter the report below this line. ---
Hi
I noticed that ghdl check for uninitialized generics that are defined
in the top level only.
In this example there is an uninitialized generic which is defined in
the top level :
j
Package: ghdl
Version: 0.29+gcc4.3.4+dfsg-1
Severity: minor
Tags: patch
--- Please enter the report below this line. ---
Hi
I found that launching "ghdl -s dir", "ghdl -a dir" or "ghdl -i dir" (where dir
is a directory)
make ghdl crash instead of putting an error message telling that "dir" isn'
Sorry I forgot the attachements
Here they arelibrary ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity test is end entity;
architecture a_test of test is
signal a, b : std_logic;
signal i1 : integer := 1;
constant i2 : integer := 1;
signal t1 : time := 1 ns;
Package: ghdl
Version: 0.29+gcc4.3.4+dfsg-1
Severity: normal
--- Please enter the report below this line. ---
Hi
If I use for the argument of the attributes delayed, stable or
quiet a variable or a constant declared inside a process and that I
compile the vhdl file with "ghdl -a", it crashs in m
Hi
I also don't have any problems compiling this file with ghdl.
Bye
Jonas
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hi
I think that setting an option such as following :
fsset poll 10
in /etc/gamin/gaminrc should fix your problem.
Bye
Jonas
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hi,
It is actually a temporary mesure until mount.cifs will be fixed to be safe
when it is setuid, see :
http://lists.samba.org/archive/linux-cifs-client/2010-February/005558.html
As I understand, the threat is a local root exploit. But I think that a lot of
people don't expect
that somebody m
Hi
I recently converted my root partition from ext4 to btrfs and I experimented
the same problem.
I cannot tell if the reason was the upgrade of dbus (1.2.16-2 to 1.2.20-2)
or the conversion of my root partition because they happened almost the same
time.
At first glance this bug seems to exist
Package: lyx
Version: 1.6.5-1
Severity: minor
--- Please enter the report below this line. ---
When I try to compile the french userguide, I get several error messages that
say
"Missing \endcsname inserted" and "Extra \endcsname".
If I delete in section 6.1 (Références croisées) the following l
Package: arora
Version: 0.10.1-1
Severity: normal
--- Please enter the report below this line. ---
Hello, I tried to access https://web-vpn.hefr.ch with arora, but it hangs at
10% of loading. At this point, the address get changed to
https://web-vpn.hefr.ch/+CSCOE+/logon.html, and then if I try t
Hi
I just noticed that upgrading pcmanfm and lxde to the unstable version
fix also the problem.
Bye Jonas
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: shared-mime-info
Version: 0.70-1
Severity: important
--- Please enter the report below this line. ---
Hi,
I am using pcmanfm under lxde and after I upgraded shared-mime-info, all my
files were marked to be executable or unknown under pcmanfm, so I need to
do right-click->open with ... wh
Hi Andrew,
My /etc/alternatives/x-session-manager point to /usr/bin/lxsession
Bye
Jonas
De : Andrew Lee [ajq...@debian.org]
Date d'envoi : dimanche 15 novembre 2009 15:39
À : 534...@bugs.debian.org
Objet : Bug#534563: Some of the shorcuts defined in
~/.c
Package: freehdl
Version: 0.0.7-1
Severity: important
--- Please enter the report below this line. ---
Hello
I have a valid VHDL file I would like to compile. It compiles fine with
freehdl 0.0.6 (stable), but with this version Here is what I get :
jo...@pc:~$ gvhdl test.vhdl
gvhdl: FreeHDL root
Package: lyx
Version: 1.6.4-1
Severity: normal
--- Please enter the report below this line. ---
Hi
Lyx crashes when inside a math equation, I leave a subscript or a superscript
empty and click aside the equation.
However it isn't too critical, because when I open again the file I was
working on,
Hi
I found how to fix it :
In the file /usr/share/applications/kde4/okularApplication_pdf.desktop, I
replaced the following line :
Exec=okular %U %i -caption "%c"
by :
Exec=okular %i -caption "%c"
And it works.
(Actually I don't know what does mean those options, it also work well with
none of t
Actually it does happen sometimes, but it is rather rare.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: freehdl
Version: 0.0.7-1
Severity: normal
--- Please enter the report below this line. ---
Hi
The command "freehdl-config --linker" shows nothing and that makes qucs
vhdl simulation fail.
Remark:
It is still possible to make qucs vhdl simulation work by replacing
the following line in
Hi
The problem was fixed after upgrade.
Package: xserver-xorg-video-intel
Version: 2:2.8.1-1
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.30-1-686
Debian Release: squeeze/sid
85 unstableftp.ch.debian.org
80 experimentalftp.ch.debian.org
500 testin
Package: okular
Version: 4:4.3.1-1
Severity: normal
--- Please enter the report below this line. ---
Hi
After upgrading okular from 4.2.4 to 4.3.1, when okular is launched from
pcmanfm, it is no longer able to open files with name or path that have spaces
or accentued characters.
Here is the er
Package: xserver-xorg-video-intel
Version: 2:2.8.0-2
Severity: normal
--- Please enter the report below this line. ---
I updated my computer yesterday and the problem still extists.
Bye
Jonas
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.30-1-686
Debian Release: squeeze
I updated my laptop yesterday and I did some suspend to disk, but I wasn't able
to reproduce the bug anymore
Bye
Jonas
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: pcmanfm
Version: 0.5.1+svn20090607-1
Severity: normal
--- Please enter the report below this line. ---
Hi
I have set the umask to 002 in /etc/profile and /etc/login.defs.
I tried to make new files or directories with different applications like :
lxterminal, dolphin, kwrite, iceweasel or
Package: login
Version: 1:4.1.4.1-1
Severity: normal
--- Please enter the report below this line. ---
Hello
When I try to login with an username with an accentued character, I get
"login incorrect" without I could type the password.
When I want to type again the username, I noticed that the accue
Package: pcmanfm
Version: 0.5.1+svn20090607-1
Severity: wishlist
--- Please enter the report below this line. ---
Hi
I think that it would be nice if there would be a trashcan like the other
desktop environnements.
Bye
Jonas
--- System information. ---
Architecture: i386
Kernel: Linux
Package: pcmanfm
Version: 0.5.1+svn20090607-1
Severity: wishlist
--- Please enter the report below this line. ---
Hi
It would be nice if this would be possible to arrange and move the icons where
we want on the desktop
because now they are all in a fixed place and it is impossible to move them.
Package: pcmanfm
Version: 0.5.1+svn20090607-1
Severity: normal
--- Please enter the report below this line. ---
Hi
When I want to move files from a cifs share to the local filesystem,
only the first one is copied (but not moved because the file in the
cifs share is still there), then I get the m
Package: klipper
Version: 4:4.2.2-2
Severity: normal
--- Please enter the report below this line. ---
Hi
I am using lxde for desktop manager and when I launch konqueror and select the
text of the address field, klipper shows a menu and the focus get lost, so I
have to reselect again. This behav
Hi
The reason of the problem is that the lxde-rc.xml file located in
~/.config/openbox/ has to be renamed as rc.xml.
Bye
Jonas
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: pcmanfm
Version: 0.5.1+svn20090607-1
Severity: normal
--- Please enter the report below this line. ---
Hi
If I try to move a file into a folder that is on the desktop, the file will not
go in this folder, but will go in the desktop.
If I want to move a file in the "Documents" folder (w
Package: pcmanfm
Version: 0.5.1+svn20090607-1
Severity: important
--- Please enter the report below this line. ---
Hi
The find tool in pcmanfm doesn't find all the files it is supposed to find.
For example if in /etc I seek all the files that match fs* (case unsensitive),
I don't find anything,
Hi
I just updated my 2nd computer and I also get the same problem.
Bye
Jonas
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: lxsession
Version: 0.3.8+svn20090521-1
Severity: normal
--- Please enter the report below this line. ---
Hello
After I upgraded lxsession(-lite), I noticed that some of the shortcuts defined
in ~/.config/openbox/lxde-rc.xml don't work anymore.
For example the following shortcuts work
Hello
I also noticed that I have the following lines at the end of my Xorg.0.log file.
Backtrace:
0: /usr/bin/X(xorg_backtrace+0x3b) [0x81313bb]
1: /usr/bin/X(xf86SigHandler+0x51) [0x80c5481]
2: [0xb7ef6400]
3: /usr/lib/libdrm_intel.so.1(drm_intel_bo_alloc_for_render+0x24) [0xb78ee414]
4: /usr/l
Hello
I am using lxde and I have almost the same problem except that I don't need to
press anything to make it happend.
I have also an intel graphic card (i915 chipset) (Dell Latitude 630) and KMS
enabled on kernel 2.6.30-1.
I noticed that at the beginning, the mouse works then the desktop get di
Package: openoffice.org
Severity: normal
--- Please enter the report below this line. ---
Hello
I have selected double-sided printing by default for the printer I use
(KONICA MINOLTA C550 PS(P)) and when I want to print a 1 page document
in 2 copies, instead of printing the 2 copies in 2 differ
Package: linux-image-2.6.29-2-686
Version: 2.6.29-4
Severity: important
--- Please enter the report below this line. ---
Hello I am using a Dell Latitude D630 and once I was shutting down my computer
when I got a "unable to handle kernel NULL pointer dereference at 0018"
bug followed by s
Package: kpowersave
Version: 0.7.3-4
Severity: minor
--- Please enter the report below this line. ---
Hello, after a resume from a suspend to RAM or to disk, I get one of the
following errors :
An unknown error occurred while suspend to RAM. The errorcode is: '1'
An unknown error occurred while
Package: eric
Version : 4.3.0-1 (unstable)
libc6 : 2.7-18
kernel : 2.6.28-7.slh.1-sidux-686
arch : i686
Hello,
when saving a new python script with eric I get an error message (that I
included in the footer of the email).
Fixing the problem is simple : simply open
"/usr/share/eric/modules/
Package: lxpanel
Version : 0.3.8.1-2 (stable)
libc6 : 2.7-18
kernel : 2.6.28-7.slh.1-sidux-686
arch : i686
Hello
I found some problems with the systray iconbox in the lxpanel.
When I launch klipper, nm-applet, kpowersave, kbluetooth or knetworkmanager,
they all go in the systray iconbox.
If I
Package: cups
Version: 1.3.9-14 (unstable)
Hello
I have a mix of debian testing and unstable (because I am slowly downgrading
from unstable to testing by setting the priority maximal to testing in
/etc/apt/preferences).
linux : 2.6.28-7.slh.1-sidux-686 (unstable)
libc6 : 2.7-18 (stable)
I stil
Hello
I looked in the umountnfs.sh script. When it is launched with the option start,
it does nothing.
In my /etc/rc0.d and /etc/rc6.d it was previously named with an S at the
beginning instead of a K which is a bug.
This script unmount the network filesystems with the options -l -f which seems
Package: initscripts
Version: 2.86.ds1-61 (testing)
libc6 : 2.7-18
kernel : 2.6.28-3.slh.1-sidux-686
arch : i686
Hello
I have a smb share in fstab and when I mount it, then shut the WIFI and reboot
or halt, it hangs some times with CIFS Server not responding errors.
Here is the content of my /et
Package: xbindkeys-config
Version: 0.1.3-1+b2 (testing)
libc6 : 2.7-18
kernel : 2.6.28-3.slh.1-sidux-686
Hello
To reproduce this crash, launch xbindkeys-config when ~/.xbindkeysrc doesn't
exist, then click the "New" button, then the "Get Key" button, and there is the
crash.
Here is the output
Package: openprinting-ppds
Version: 20080211-2+nmu1 (testing)
When I would like to print a document and change the duplex printing options
for a Konica Minolta bizub C352, they are grayed.
The postscript driver used is "KONICA MINOLTA C352/C300 PS(P)" and comes from
the package openprinting-ppds
Hi
I found that FreeSans hasn't this problem unless it is italic. That is strange.
Bitstream Vera Sans, Bitstream Vera sans Mono, Bitstream Vera Serif have all
this problem.
Closing all the openoffice documents then re-open openoffice doesn't always fix
that.
I attached an example on how it loo
64 matches
Mail list logo