issue 11
(undo doesn't work) reported by georg.wiltschek
- What steps will reproduce the problem?
1. enter some text
2. cut some text
3. press ctrl+z or goto edit -> undo
What is the expected output? What do you see instead?
nothing happens, should undo cutting text
What version of the product are you using? On what operating system?
desigle_0.1_r40-1_all.deb on ubuntu jaunty 9.04 (64bit) (btw: it would be
nice to have the version number somewhere in the program :) )
What steps will reproduce the problem?
1. enter some text
2. cut some text
3. press ctrl+z or goto edit -> undo
What is the expected output? What do you see instead?
nothing happens, should undo cutting text
What version of the product are you using? On what operating system?
desigle_0.1_r40-1_all.deb on ubuntu jaunty 9.04 (64bit) (btw: it would be
nice to have the version number somewhere in the program :) )
Aug 01, 2009
issue 10
(pypoppler) reported by mathmyster
- no longer need to compile pypoppler in ubuntu 9.04 just
sudo apt-get install python-poppler
its version 0.10 or something
no longer need to compile pypoppler in ubuntu 9.04 just
sudo apt-get install python-poppler
its version 0.10 or something
Aug 01, 2009
issue 9
(EPS file inclusion) reported by mathmyster
- try to include an eps figure in the pdf
:error unknown graphics extension .eps
version design 0.1r40-1 linux amd64
This errror is due to compilation with pdflatex, suggest adding the option
to compile with the slightly slower latex, -> dvips, -> pstopdf
something like
#compilation with latex > dvi2ps > ps2pdf
os.popen2( 'latex -interaction=nonstopmode "%s"'% (self.tex_file) )
os.popen2( 'dvips -o "%s".ps "%s".dvi '% (self.project_name,
self.project_name) )
os.popen2( 'ps2pdf "%s".ps "%s".pdf ' % (self.project_name,
self.project_name) )
however I cant quite get this to work in with the temporary directory set
up, it would be much easier to create the temporary tex file as
filename.tex~ as in most gnome applications do and then compile in the
working directory.
can anyone help with this my python is not very good
try to include an eps figure in the pdf
:error unknown graphics extension .eps
version design 0.1r40-1 linux amd64
This errror is due to compilation with pdflatex, suggest adding the option
to compile with the slightly slower latex, -> dvips, -> pstopdf
something like
#compilation with latex > dvi2ps > ps2pdf
os.popen2( 'latex -interaction=nonstopmode "%s"'% (self.tex_file) )
os.popen2( 'dvips -o "%s".ps "%s".dvi '% (self.project_name,
self.project_name) )
os.popen2( 'ps2pdf "%s".ps "%s".pdf ' % (self.project_name,
self.project_name) )
however I cant quite get this to work in with the temporary directory set
up, it would be much easier to create the temporary tex file as
filename.tex~ as in most gnome applications do and then compile in the
working directory.
can anyone help with this my python is not very good
Apr 20, 2009
issue 8
(Saving as function doesn't work) Status changed by pub...@kered.org
- oops, this was a problem in my copy too.
fixed in svn.
Status: Fixed
oops, this was a problem in my copy too.
fixed in svn.
r38
(added deb file and build util
) committed by pub...@kered.org
- added deb file and build util
added deb file and build util
Apr 20, 2009
issue 6
(Can't install dependencies) commented on by pub...@kered.org
- for 8.10, read the pypoppler install instructions i've assembled for one of my other
projects:
http://code.google.com/p/gpapers/wiki/Installation
fyi, this has gotten much easier now that 9.04 has a python-poppler package
(pypoppler v.10)
for 8.10, read the pypoppler install instructions i've assembled for one of my other
projects:
http://code.google.com/p/gpapers/wiki/Installation
fyi, this has gotten much easier now that 9.04 has a python-poppler package
(pypoppler v.10)
issue 8
(Saving as function doesn't work) commented on by alexvandermey
- Oops, added it to the wrong (original) project, Sorry about this.
Oops, added it to the wrong (original) project, Sorry about this.
Apr 20, 2009
issue 8
(Saving as function doesn't work) reported by alexvandermey
- What steps will reproduce the problem?
1. Start desigle-ng with new document
2. Try to save your work by selecting "Save/Save as" from the menu
3. Give the file a name and try to save it
What is the expected output? What do you see instead?
Expected output is the creation of both a .tex and .pdf file, instead no
files are being saved and another save window is created.
What version of the product are you using? On what operating system?
desigle-ng svn r4 - Gentoo Linux
Please provide any additional information below.
What steps will reproduce the problem?
1. Start desigle-ng with new document
2. Try to save your work by selecting "Save/Save as" from the menu
3. Give the file a name and try to save it
What is the expected output? What do you see instead?
Expected output is the creation of both a .tex and .pdf file, instead no
files are being saved and another save window is created.
What version of the product are you using? On what operating system?
desigle-ng svn r4 - Gentoo Linux
Please provide any additional information below.
Feb 10, 2009
issue 5
(Can't save file.) commented on by mcgoebel
- the problem is a typo in file desigle.py. to fix it, got to line 334 (approx.), where
it says:
if not self.tq_filename:
return self.saveAs()
This should obviously read:
if not self.fq_filename:
return self.saveAs()
Not the __t__ in the wrong version versus the __f__ in the corrected version
Great app btw!!!
the problem is a typo in file desigle.py. to fix it, got to line 334 (approx.), where
it says:
if not self.tq_filename:
return self.saveAs()
This should obviously read:
if not self.fq_filename:
return self.saveAs()
Not the __t__ in the wrong version versus the __f__ in the corrected version
Great app btw!!!
Older
Nov 17, 2008
issue 6
(Can't install dependencies) commented on by nickmeet
- I think Intrepid uses libpoppler3 and libpoppler-glib3. I had found details about
the installation of poppler-python here : http://code.google.com/p/gpapers/wiki/
Installation
Although the PDF preview pane is very usefull, the last commit was at Apr 30, 2008
and personally I use the gedit plugin for Latex. I hope a developer will come to
make desigle more stable...
I think Intrepid uses libpoppler3 and libpoppler-glib3. I had found details about
the installation of poppler-python here : http://code.google.com/p/gpapers/wiki/
Installation
Although the PDF preview pane is very usefull, the last commit was at Apr 30, 2008
and personally I use the gedit plugin for Latex. I hope a developer will come to
make desigle more stable...
Nov 16, 2008
issue 6
(Can't install dependencies) commented on by ian.g.taylor
- for Ubuntu 8.10, it seems there's not libpoppler2
I don't know if this is the sticking point for me or if it's something else.
Any hope for an update to the installation instructions?
for Ubuntu 8.10, it seems there's not libpoppler2
I don't know if this is the sticking point for me or if it's something else.
Any hope for an update to the installation instructions?
Nov 04, 2008
issue 7
(Error opening a file) reported by grimm.markus
- What steps will reproduce the problem?
1. Opening a file named 01.tex or sth like that
What is the expected output? What do you see instead?
Traceback (most recent call last):
File "/opt/desigle/desigle.py", line 445, in <lambda>
self.ui.get_widget('toolbutton_open').connect('clicked', lambda x:
self.open())
File "/opt/desigle/desigle.py", line 745, in open
self.open_file( filename )
File "/opt/desigle/desigle.py", line 760, in open_file
self.refresh_preview()
File "/opt/desigle/desigle.py", line 697, in refresh_preview
if fname in include_files or fname_base in include_files:
UnboundLocalError: local variable 'fname_base' referenced before assignment
Traceback (most recent call last):
File "desigle.py", line 817, in watch_editor
self.refresh_preview()
File "desigle.py", line 697, in refresh_preview
if fname in include_files or fname_base in include_files:
UnboundLocalError: local variable 'fname_base' referenced before assignment
What version of the product are you using? On what operating system?
current SVN Version. Ubuntu Intrepid
Please provide any additional information below.
I added a line in line 695 like that to introduce fname_base:
fname_base = ''
This one works for me.
What steps will reproduce the problem?
1. Opening a file named 01.tex or sth like that
What is the expected output? What do you see instead?
Traceback (most recent call last):
File "/opt/desigle/desigle.py", line 445, in <lambda>
self.ui.get_widget('toolbutton_open').connect('clicked', lambda x:
self.open())
File "/opt/desigle/desigle.py", line 745, in open
self.open_file( filename )
File "/opt/desigle/desigle.py", line 760, in open_file
self.refresh_preview()
File "/opt/desigle/desigle.py", line 697, in refresh_preview
if fname in include_files or fname_base in include_files:
UnboundLocalError: local variable 'fname_base' referenced before assignment
Traceback (most recent call last):
File "desigle.py", line 817, in watch_editor
self.refresh_preview()
File "desigle.py", line 697, in refresh_preview
if fname in include_files or fname_base in include_files:
UnboundLocalError: local variable 'fname_base' referenced before assignment
What version of the product are you using? On what operating system?
current SVN Version. Ubuntu Intrepid
Please provide any additional information below.
I added a line in line 695 like that to introduce fname_base:
fname_base = ''
This one works for me.
Sep 09, 2008
issue 5
(Can't save file.) commented on by nickmeet
- I have the same problem. Maybe the priority of this issue should be high...
I have the same problem. Maybe the priority of this issue should be high...
Sep 09, 2008
issue 6
(Can't install dependencies) commented on by nickmeet
- This is how I just successfully installed it on ubuntu 8.04 :
sudo apt-get install python python-glade2 python-gnome2 python-gconf python-gnome2-extras
sudo apt-get install texlive-latex-base texlive-base-bin texlive-latex-extra
sudo apt-get install build-essential libpoppler2 libpoppler-dev libpoppler-glib2
libpoppler-glib-dev python-cairo-dev bzr gnome-common
python-dev python-gnome2-dev python-gtk2-dev python-gobject-dev python-pyorbit-dev
bzr branch http://bazaar.launchpad.net/~poppler-python/poppler-python/trunk --revision 40
cd trunk
./autogen.sh
./configure
make
sudo make install
Current revision is 49 but ./autogen.sh failed with the following
message :
checking for PYPOPPLER... configure: error: Package requirements
( pygtk-2.0 >= 2.10.0,
atk >= 1.6.0,
poppler-glib >= 0.8,
pycairo >= 1.2.0
) were not met:
Requested 'poppler-glib >= 0.8' but version of poppler-glib is 0.6.4
This is how I just successfully installed it on ubuntu 8.04 :
sudo apt-get install python python-glade2 python-gnome2 python-gconf python-gnome2-extras
sudo apt-get install texlive-latex-base texlive-base-bin texlive-latex-extra
sudo apt-get install build-essential libpoppler2 libpoppler-dev libpoppler-glib2
libpoppler-glib-dev python-cairo-dev bzr gnome-common
python-dev python-gnome2-dev python-gtk2-dev python-gobject-dev python-pyorbit-dev
bzr branch http://bazaar.launchpad.net/~poppler-python/poppler-python/trunk --revision 40
cd trunk
./autogen.sh
./configure
make
sudo make install
Current revision is 49 but ./autogen.sh failed with the following
message :
checking for PYPOPPLER... configure: error: Package requirements
( pygtk-2.0 >= 2.10.0,
atk >= 1.6.0,
poppler-glib >= 0.8,
pycairo >= 1.2.0
) were not met:
Requested 'poppler-glib >= 0.8' but version of poppler-glib is 0.6.4
Sep 08, 2008
issue 6
(Can't install dependencies) commented on by jonadas
- I had the same problem, please help.