Notices


Reply
Thread Tools
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#31
Originally Posted by lm2 View Post
sorry to hijack, but can someone answer quickly this question I've had for a while: how to cd into folders with spaces in their names from within xterm?
If the folder is named "folder space", the command is:

Code:
cd folder\ space
 

The Following User Says Thank You to BrentDC For This Useful Post:
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#32
two other options is to wrap the whole path in " " or to write the first part and hit tab (that should result in something similar to brentdc's example)
 

The Following User Says Thank You to tso For This Useful Post:
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#33
Originally Posted by tso View Post
[...] wrap the whole path in " " [...]
Ironically, that is what caused the bug with the filenames with spaces, I forgot to wrap the filename with quotes
 
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#34
Chinook compatibility problems:
1) python-mokoui and libmokoui2-0 only in diablo repos
2) libmokoui2-0 depends on libglib2.0-0 (>=2.12.12-1osso10) but chinook repos go up to osso9

 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#35
Originally Posted by BrentDC View Post
I'll add that to postinst in the next build. Thanks
You can also do it straight from the package :

Code:
--- quickclip-0.3.0.orig/debian/rules
+++ quickclip-0.3.0/debian/rules
@@ -44,6 +44,7 @@
 
 	# Add here commands to install the package into debian/hello-pymaemo.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/quickclip/
+	dh_link /usr/share/osso-help/en_US/quickclip.xml /usr/share/osso-help/en_GB/quickclip.xml
 
 # Build architecture-independent files here.
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#36
Originally Posted by debernardis View Post
Chinook compatibility problems:
1) python-mokoui and libmokoui2-0 only in diablo repos
2) libmokoui2-0 depends on libglib2.0-0 (>=2.12.12-1osso10) but chinook repos go up to osso9

I'll definitely look into it; I may have to make separate chinook and diablo builds, but unfortunately, that may be a while. Keep using .21
 
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#37
just upload packages to both diablo and chinook extras. problem solved
 

The Following User Says Thank You to mikkov For This Useful Post:
Posts: 53 | Thanked: 6 times | Joined on Dec 2007
#38
I'd like to change the preferences so that leafpad is the edit program.
What should I place in the preferences dialog box - the default setting is incomprehensible to my limited knowledge.
And thanks for a most useful program.
 
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#39
Originally Posted by mikeywilliams View Post
I'd like to change the preferences so that leafpad is the edit program.
What should I place in the preferences dialog box - the default setting is incomprehensible to my limited knowledge.
And thanks for a most useful program.
Code:
leafpad "%s"
That should do it

Just of note, if you click the '?' button in the top-right of the settings dialog, the help specific to that dialog comes up. In there there are a few examples of the syntax required to launch programs, one of which is leafpad.

Last edited by BrentDC; 2009-03-28 at 15:00.
 
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#40
BTW, are there any features anyone wants to see added to Quick Clip Viewer? I think mapping the +/- hardware keys to change font size, and a nice find/search implementation is next on the list...but anything else?
 

The Following User Says Thank You to BrentDC For This Useful Post:
Reply

Tags
development, plugin, python, quick clip, statusbar


 
Forum Jump


All times are GMT. The time now is 15:36.