OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

2 Pages V   1 2 >  
Reply to this topicStart new topic
> Taskbar Clipboard Utility For Next Release?, Is it possible?
tombraider
post Mar 17 2007, 09:42 AM
Post #1





Group: Members
Posts: 409
Joined: 23-November 04
From: Murphy, North Carolina USA
Member No.: 5,590



I surely miss my little Clipboard in the taskbar from Cacko and Sharp Roms which copies and pastes between all apps AND to the console.

If this is possible, I wish someone would put it into the newer releases.

Also, I request the SanDisk ConnectPlus network card to be working right out of the box in the new release. Hey, I can DREAM, can't I? It's halfway there because in Beta3 it is recognized by the card applet and works as a cf ide card with 128 mb of space!
Go to the top of the page
 
+Quote Post
rgrep
post Mar 19 2007, 10:38 PM
Post #2





Group: Members
Posts: 149
Joined: 19-July 03
From: New Zealand
Member No.: 268



You can use the standard X copy & paste by highlighting text in any window and then middle-clicking to paste it into another. To middle-click you hold down whatever key you set to be the middle-click modifier key in the Input configuration app (e.g. Fn).

I use this all the time to copy & paste between the console, Emacs, Dillo, etc.

I can't remember exactly what that clipboard applet did in the Sharp ROM but if it's anything like the clipboard applets in KDE and Gnome then it should be very easy for someone to compile a package of a suitable one for pdaX. There's no need to wait for the next release to get this kind of feature.
Go to the top of the page
 
+Quote Post
tombraider
post Mar 20 2007, 06:07 AM
Post #3





Group: Members
Posts: 409
Joined: 23-November 04
From: Murphy, North Carolina USA
Member No.: 5,590



Don't know why but this does not work for me. I've tried many different keys for middle click and it still does not work. I'm trying to copy from leafpad to rxvt. sad.gif
Using C1000 with pdaxrom - latest custom from Meanie.

QUOTE(rgrep @ Mar 20 2007, 02:38 AM)
You can use the standard X copy & paste by highlighting text in any window and then middle-clicking to paste it into another.  To middle-click you hold down whatever key you set to be the middle-click modifier key in the Input configuration app (e.g. Fn).

I use this all the time to copy & paste between the console, Emacs, Dillo, etc.

I can't remember exactly what that clipboard applet did in the Sharp ROM but if it's anything like the clipboard applets in KDE and Gnome then it should be very easy for someone to compile a package of a suitable one for pdaX.  There's no need to wait for the next release to get this kind of feature.
*
Go to the top of the page
 
+Quote Post
scheck.r
post Mar 20 2007, 06:24 AM
Post #4





Group: Members
Posts: 320
Joined: 5-December 04
From: Paris, France
Member No.: 5,776



See this thread
Go to the top of the page
 
+Quote Post
kkazakov13
post Mar 20 2007, 06:26 AM
Post #5





Group: Members
Posts: 409
Joined: 3-December 06
Member No.: 13,063



For simple copy/pasting i just select from leaf pad and press Shift + click in aterm/rxvt
Go to the top of the page
 
+Quote Post
Jon_J
post Mar 20 2007, 06:51 AM
Post #6





Group: Members
Posts: 1,837
Joined: 31-December 05
From: Illinois USA
Member No.: 8,821



I have tried 2 methods to output console text to a text file. They are:
-----------------
df -h > /data/dfh.txt
-----------------
and
-----------------
df -h 2> /data/dfh.txt
-----------------
The one that currently works for me is "df -h > /data/dfh.txt "

At one time in pdaxrom, this was the opposite. "df -h 2> /data/dfh.txt" worked but the other didn't.
I also noticed that if the text is not displayed in the console after using one of the above two methods, that this is working.
Substitute first command and path as needed.
Go to the top of the page
 
+Quote Post
tombraider
post Mar 20 2007, 06:53 AM
Post #7





Group: Members
Posts: 409
Joined: 23-November 04
From: Murphy, North Carolina USA
Member No.: 5,590



None of these solutions works for me...even those in the thread. I have Xclipboard in a shortcut on my desktop but it never has worked for me so I should just remove it.
Function click or shift click or middle click don't copy between leafpad and console for me. Maybe I have some oddball setup.

QUOTE(kkazakov13 @ Mar 20 2007, 10:26 AM)
For simple copy/pasting i just select from leaf pad and press Shift + click in aterm/rxvt
*
Go to the top of the page
 
+Quote Post
Jon_J
post Mar 20 2007, 06:58 AM
Post #8





Group: Members
Posts: 1,837
Joined: 31-December 05
From: Illinois USA
Member No.: 8,821



Try this from leafpad to mrxvt. It just worked for me.
Ctrl+Shift+v = Paste X selection into active tab.

I opened a text file in leafpad, did ctrl+a to select all, then ctrl+c to copy, then switched to mrxvt and did Ctrl+Shift+v
This pasted my text into the console.
This is on meanie's pdaxii13 page.

This post has been edited by Jon_J: Mar 20 2007, 07:02 AM
Go to the top of the page
 
+Quote Post
tombraider
post Mar 20 2007, 07:25 AM
Post #9





Group: Members
Posts: 409
Joined: 23-November 04
From: Murphy, North Carolina USA
Member No.: 5,590



Yay, that worked into mrxvt but did not work into aterm or rxvt.
That's a start. :-)
Thanks.

QUOTE(Jon_J @ Mar 20 2007, 10:58 AM)
Try this from leafpad to mrxvt. It just worked for me.
Ctrl+Shift+v = Paste X selection into active tab.

I opened a text file in leafpad, did ctrl+a to select all, then ctrl+c to copy, then switched to mrxvt and did Ctrl+Shift+v
This pasted my text into the console.
This is on meanie's pdaxii13 page.
*
Go to the top of the page
 
+Quote Post
Jon_J
post Mar 20 2007, 07:27 AM
Post #10





Group: Members
Posts: 1,837
Joined: 31-December 05
From: Illinois USA
Member No.: 8,821



I have an offtopic question. Why the need for more than one terminal? Why does pdax have three terminals? mrxvt has separate tabs.

This post has been edited by Jon_J: Mar 20 2007, 07:28 AM
Go to the top of the page
 
+Quote Post
desertrat
post Mar 20 2007, 08:30 AM
Post #11





Group: Members
Posts: 742
Joined: 15-October 05
From: Gulag, Siberia
Member No.: 8,322



QUOTE(rgrep @ Mar 20 2007, 06:38 AM)
I can't remember exactly what that clipboard applet did in the Sharp ROM but if it's anything like the clipboard applets in KDE and Gnome then it should be very easy for someone to compile a package of a suitable one for pdaX.

I'm looking for a multi-clip clipboard app (like KDE's Klipper). Are there any around which (a) is not WM dependent (b) doesn't require a ton of dependencies?
Go to the top of the page
 
+Quote Post
zi99y
post Mar 20 2007, 10:54 AM
Post #12





Group: Members
Posts: 281
Joined: 9-August 06
Member No.: 10,709



Not sure if either of these might help:

http://freshmeat.net/projects/gcb/
http://people.debian.org/~kims/xclip/
Go to the top of the page
 
+Quote Post
Chero
post Mar 20 2007, 12:37 PM
Post #13





Group: Members
Posts: 1,141
Joined: 22-April 04
From: Belgium
Member No.: 2,962



I'm using "glipper" on r121 with xfce4
- lives in systray
- uses "middle-mouse-button" and "ctrl-c" entries
- has a pop-up menu (ctrl-alt-c)
- can save history
- ...

http://glipper.sourceforge.net/

Chero.
Go to the top of the page
 
+Quote Post
tombraider
post Mar 20 2007, 01:37 PM
Post #14





Group: Members
Posts: 409
Joined: 23-November 04
From: Murphy, North Carolina USA
Member No.: 5,590



How do I install this app in pdaxromii13 or beta3? All I know is how to install ipks in package manager. It's in .tar.gz form.

QUOTE(Chero @ Mar 20 2007, 04:37 PM)
I'm using "glipper" on r121 with xfce4
- lives in systray
- uses "middle-mouse-button" and "ctrl-c" entries
- has a pop-up menu (ctrl-alt-c)
- can save history
- ...

http://glipper.sourceforge.net/

Chero.
*
Go to the top of the page
 
+Quote Post
Capn_Fish
post Mar 20 2007, 05:54 PM
Post #15





Group: Members
Posts: 2,350
Joined: 30-July 06
Member No.: 10,575



It needs to be compiled...I would do it, but it would be for 2.6 kernels and may not work. I may DL the cross SDK for a 2.4 kernel and compile it later should nobody else do it/post it.

EDIT: Dang, I can't pass up an opportunity to help...I'll get it compiled, package it up, and post it either tonight or tomorrow morning.

EDIT 2: Having trouble with the cross-compiler...If somebody else cares to build it, be my guest.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 24th May 2013 - 08:42 PM