-
another screenshot, this time I didn't do anything, this is exactly what it looked like upon opening geany and clicking the terminal tab.
btw, it correctly identifies the pwd as ~/Projects, and the 'l' is the last letter of my username.
File Added: Screenshot.png.
2007-12-07 12:44:32 UTC in Geany
-
libvte9
1:0.16.9-0ubuntu3
libvte-common
1:0.16.9-0ubuntu3
libvte-ruby1.8
0.16.0-3ubuntu1
I tried dash and couldn't repeat the problem, but that might have something to do with the fact that dash doesn't elaborate on the entry line.
Example:
bash:
username@computerName:path$
dash:
$
However, like I said, it only happens about 50% and only the first time I use the terminal...
2007-12-06 23:23:38 UTC in Geany
-
$echo $SHELL
bash
no problems with gnome-terminal, only in when embedded in geany.
2007-12-06 16:03:15 UTC in Geany
-
File Added: Geany_Terminal_2.png.
2007-12-05 17:47:38 UTC in Geany
-
The first line of the embedded terminal repeats; it doesn't start on the next line, instead returning to the beginning of the first line. Only happens on first use. Not always repeatable. When it occurs, it starts at the beginning of the line after 4 characters.
Geany 0.12
Ubuntu 7.10 Gutsy
Gnome 2.20.1.
2007-12-05 17:47:07 UTC in Geany
-
Thanks, it works fine.
/usr/bin is for programs installed by the operating system or it's packaging system.
/usr/local/bin is for programs installed by administrators by other means
~/bin is for programs installed by users, not necessarily administrators
to the best of my knowledge.
2007-12-02 18:55:18 UTC in XML Copy Editor
-
I can't find anywhere in the help files and such what the command line program would be. Is there anything launchable from the command line? (ie. in /usr/bin). If there already is one, be sure to add it to the documentation, otherwise, I would like one.
2007-11-30 12:29:55 UTC in XML Copy Editor
-
I posted this on launchpad a couple weeks ago and received nothing[1], so I'm guessing it's not currently possible.
Basically, I want command line options for 'View by Unicode Block' and 'Snap columns to powers of two' so that I don't have to select these in the menus every time I open the program.
[1]
https://answers.launchpad.net/ubuntu/+question/18422.
2007-11-30 11:39:30 UTC in gucharmap
-
I reported this first to the developers of Geany, but they said they use ctags for this, so I'll just repeat the bug as I reported it to them.
Examples:
Ruby code:
class RootLevelClass
class EmbeddedClass1
end
end
module RootLevelModule
def module_method
end
class EmbeddedClass2
class EmbeddedSubClass < RootLevelClass::EmbeddedClass1
CLASS_CONSTANT_1='We\'re...
2007-11-29 20:06:59 UTC in Exuberant Ctags
-
Thanks, sorry for not doing my homework.
2007-11-28 13:20:29 UTC in Geany