Ubuntu :: File Commander With Queue Function?

Nov 25, 2010

Im running Ubuntu/Gnome and have been using Wine to run Total Commander, an App that a truly love but has its limitations under Wine. So Im looking for a native replacement for it, but it has to have the queue function of Total Commander. I have tried Tux commander and Gnome Commander and neigther of them seam to have it?

Krusader supposedly has it but needs about 300MB of KDE librarys and such. Are there any other alternatives?

View 4 Replies


ADVERTISEMENT

Networking :: Function Of TCP Backlog Queue

Aug 3, 2010

I want to know the basic function of TCP Backlog queue.

View 3 Replies View Related

Ubuntu :: Selecting Multiple Files With Shift + Arrow, Tux Commander, Gnome Commander?

Nov 19, 2010

Ubuntu 10.04 LTS Lucid Lynx
Tux Commander 0.6.7.0-dev

When I use the default graphical file manger in Ubuntu, holding down the shift key and pressing the up or down arrow keys will select multiple files. This doesn't happen in Tux Commander or Gnome Commander. I tried looking through the preferences of each application and googling on my question. No dice. Is there anything I can do to get this functionality?

View 1 Replies View Related

OpenSUSE Hardware :: Printer Seizes To Function Since 11.4 - "There Is No Print Queue"

Mar 27, 2011

Since I changed my System from openSUSE 11.3 x86_64 to openSUSE 11.4 x86_64 my printer (Samsung ML-2850 via USB) seizes to function (clean installation). The printer connects to two machines via a KVM-switch. On the other machine (Windows 7 x64/Windows XP x64) the printer is working fine. This did not change when I switched the Cables/KVM-ports. In addition, when I was using openSUSE 11.3 x86_64 the printer also worked fine. All necessary CUPS-packages are installed:

[code]...

View 6 Replies View Related

Ubuntu :: Want Gnome Commander As File Manager?

Jan 4, 2010

I hope you will be able to help me, because a day ago asked the same question to russian linux users and did not give me an answer at all. I am using xubuntu on my laptop and am completely sick and tired og thunar file manager. Found what I want - it is Gnome Commander. But really cannot find out how to make it default, especialy I would like to open it by clicking the button Folders (Places) near the Main menu button (hope I described it correct).

View 1 Replies View Related

Ubuntu :: Gnome Commander Does Not Add Files When Creating A New Archive/compressed File?

Feb 19, 2010

When trying to create a new compressed/archive file in Gnome Commander (GM) the file is created but the selected files are not added. I can open the new (empty) archive file and then add files to be compressed. I have tried using several different formats (zip, tar.bz and others) with the same results. The "file roller" is shown as a plugin but has no configuration other than the compressed file type.

View 2 Replies View Related

Ubuntu :: Gnome Commander: Disable The File Move/copy Confirmation?

Jun 2, 2010

How do I disable the file move/copy confirmation in Gnome Commander?

View 4 Replies View Related

Ubuntu Installation :: Midnight Commander No Longer Installable / Need Console Based File Manager For 10.4

Jan 9, 2011

I need a console based file manager for 10.4 and my beloved mc is no longer installable.

View 4 Replies View Related

Software :: Unable To Compile Gnome Commander - Bash: ./configure: No Such File Or Directory

Feb 2, 2011

I have downloaded the latest gnome commander source code from the gnome commander home page. Following the instructions in the readme I have extracted it from the tar ball and changed to the top level directory of the source code. I execute ./configure and get a bunch of "checking" results.

Quote:

bash: ./configure: No such file or directory
ken@ubuntu:~/Desktop/gnome-commander-1.2.8.9/src$ cd ..
ken@ubuntu:~/Desktop/gnome-commander-1.2.8.9$ ./configure

[code]....

I find Makefile.am and Makefile.in present in the directory. I generally install from deb packages. Still, I don't think it should be this hard to compile a package given the seemingly simple directions provided.

View 4 Replies View Related

Programming :: Get Length Of Run Queue And Swap Queue?

Nov 3, 2010

is it possible to get the length or even the items of both queues, the run queue and the swap queue? I've googled a lot but had no luck. Maybe I havn't used the correct search words...

Is there any header and/or code example to use structures or any API to get these information from the kernel or the scheduler?

View 1 Replies View Related

Ubuntu Multimedia :: Arista- Nothing Happens When File Is Added To Queue

May 25, 2010

I just downloaded Arista to convert avi's to mpegs for DVD's and also to view on a mobile device.I add a file "movie.avi" as the source and device as DVD and then click "add to queue" and the file appears in the queue but nothing happens.Also I believe that I have now downloaded all of the necessary gstreamer packages including the ugly multiverse.

View 2 Replies View Related

Ubuntu Servers :: Email Is Sent From The Mail Queue Its Not Delivered In Html Format - File

Nov 3, 2010

I have recently set up an ubuntu 10:04 based email server using postfix, clamav and squirrelmail. The setup works like a beast, much better than the old sco based system we were using. Anyway I work for a law firm, and we have use a bespoke case management system to complete work on cases. We have started a paperless office initiative. This means we are asking more and more clients and firms to correspond via email. This is where my troubles are kicking in. The governing body of solicitors in the UK is very picky, and we have to have certain formats and information in documents when sent out to clients, this is the same for emails.

I have a script that will cat the html header information, then cat the body of the email and finally cat the footer html information. The output of which is perfect and usable to the firm. My problem comes sending this file. The end of the script I have the following:

Code: mail -s $SUBJECT $CLIENTS_EMAIL < email.$$$ Pretty self explanatory. But when the email is sent from the mail queue its not delivered in html format but in plain text. Any email sent using outlook from any machine on the network can send and receive html email. How can I make this happen from the command line?

View 3 Replies View Related

Programming :: Get Function's Prototype From Elf File?

Oct 18, 2010

I've an ELF file (exec)...I'm interested in getting a the function prototype of the "myfunc"...

View 9 Replies View Related

General :: Putting Function Key Chars In A File?

Sep 18, 2010

Years ago on AIX I used to create a file of key strokes, including function keys (mainly F3 and F12) into a file, and used that file as input to an INFORMIX program, to automated tasks, something like this:
fglgo myprogram.fgo <keystrokefile.txt

Now, I'm using Aubit language on GNU/Linux, and I'd like to do the same kind of thing, but I can't recall how I worked out the chars for the function keys, I'm using a different emulation (xterm), and I can't work out what characters to put in the key stroke file. My $TERM variable contains "xterm". If I type "infocmp", I get this:

Code:
# Reconstructed via infocmp from file: /usr/share/terminfo/x/xterm
xterm|xterm terminal emulator (X Window System),
am, bce, km, mc5i, mir, msgr, npc, xenl,
colors#8, cols#80, it#8, lines#24, pairs#64,
acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,

[Code]....

1. Is the above infocmp output the place I should get the information I need?

2. What chars do I need to put into my file to simulate me pressing F3 and F12?

3. Is there a way for me to put such chars in a file by just pressing those function keys (I tried a here document, but that doesn't work (it's as if the function keys are not even pressed)).

View 5 Replies View Related

OpenSUSE Hardware :: Multi-function Epson Stylus Sx218 - Can Not Run The Scanner Function ?

Mar 24, 2011

I bought a multifunction stylus sx218 Espon model and I can not run the scanner function. I did some research and found a few solutions and very functional. I hope someone solves the problem. My version of openSUSE 11.2.

View 9 Replies View Related

Programming :: How Can A Friend Function Access A Public Function From A Base Class

Nov 16, 2010

Code:
#include <iostream>
using namespace std;

[code]...

View 1 Replies View Related

Programming :: Passing Data From Interrupt Handler Function To Tasklet Function?

May 18, 2010

I am doing some Linux kernel programming for my research project. I need to record the timestamp (by using cpuid and rdtsc) when an interrupt handler (top half) is first invoked. Due to the time critical nature of the problem itself, I have to do the timestamping inside the interrupt handler itself (the first operation when the handler is called). However, I understand that tasks that are not so time critical should be deferred to a tasklet function (bottom half) for processing because other interrupts are disabled in a (top-half) interrupt handler. I am currently out of idea on how I can pass the timestamp information that I have obtained in the interrupt handler to the corresponding tasklet function.

View 2 Replies View Related

Ubuntu :: Can't Start R Commander

May 27, 2011

When I try to run R Commander, the window pops up but is unresponsive. Nothing will respond to clicks, and there's nothing to do but Ctrl-C it.

Code:
r --interactive
library(Rcmdr)
Loading required package: tcltk
Loading Tcl/Tk interface ... done

[Code].....

View 3 Replies View Related

OpenSUSE :: Get Function Set_magic_quotes_runtime() To Function On The Newer Versions?

Mar 30, 2011

I'm currently using OpenSuse 11.1 web server. This is bad since 11.1 is no longer supported. the reason why I am using it is because Function set_magic_quotes_runtime() was no longer being used. (so I was told)

That being said, is there a way to get Function set_magic_quotes_runtime() to function on the newer versions of OpenSuSE?

View 9 Replies View Related

General :: Write Script To Use Function And Still Keep Function Active?

Feb 21, 2010

the function terminates if no key is pressed for 10 consecutive seconds. I tried using the -t option as suggested in some forums, but my version of showkey doesn't have the option of changing the timeout. The options I get are:

-h --helpdisplay this help text
-a --asciidisplay the decimal/octal/hex values of the keys
-s --scancodesdisplay only the raw scan-codes
-k --keycodesdisplay only the interpreted keycodes (default).

Is it possible to write a script to use this function and still keep the function active until an interrupt is recieved?

View 6 Replies View Related

Programming :: Execute A Function Which Is In A Object File Throgh Libbfd?

Sep 10, 2010

I hava a source file add.c

int add(int a,int b){
return a+b;
}

then i compile it, gcc -c add.c now we get a object file add.o, I want to execute the function add(int a,int b)(the functinon in the object file add.o) how can i use libbfd to execute it?

View 1 Replies View Related

Fedora :: Midnight Commander Gone From F13 / Why Is So?

Jun 29, 2010

What happened to Midnight Commander?

View 7 Replies View Related

Ubuntu :: Error Creating Child Process R-commander - On LTS 10.4

May 8, 2010

I work with social sciences and I really need to use "R". R is a program used for statistics and it has a module called R-commander, which let things easier to deal and comes with several options as opening SPSS files (another statistical package commonly used by Windows users) and other things. THe problem is, as Rcmdr is a module for R, when I run it, it opens a terminal window and then he runs the module, which opens a friendly gui.

It worked okay and clean in Ubuntu 9.10, but for LTS 10.4 I keep getting an error, no matter I reinstall the modules or the entire program. I even installed Ubuntu again without upgrading it from karmic Koala. But there is the same error msg.

The error message says: "Error while creating a child process for this terminal". The strange part is there is no other msgs in the terminal or errorlogs. I really need to use this software for work.

View 3 Replies View Related

Ubuntu :: Can Midnight Commander Be Installed To Server 10 From Another Distro Cd

Oct 14, 2010

I know this is going to sound lazy but can midnight commander be installed to ubuntu server 10 from another distro cd?

View 1 Replies View Related

Fedora :: SSL / TLS Support With Midnight Commander

Jan 10, 2010

I have a problem accessing a ftp server with SSL/TLS active with Midnight Commander.By now I'm quite sure that Midnight Commander does not support SSL/TLS.Anybody know of a alternative to MC with SSL/TLS support or a work around so that I'm able to use MC?A non cli ftp-client is not an option because the machine I'm accessing from is in runlevel 3.

View 1 Replies View Related

Slackware :: Add Midnight Commander To Xwmconfig?

Apr 2, 2011

Subject says it all, how do I add midnight commander to xwmconfig as a selection?

I have not downloaded mc yet.

View 6 Replies View Related

OpenSUSE :: Gnome Commander Does Not Start As Root

Apr 8, 2011

gnome commander does not start as root. It started before. Not so long ago i restarted my pc, and i think gnome-commander (as root) did not close. And now it wont start. I started it as: su -> password -> gnome-commander Where can i check or what command should i run to help u guys diagnose the problem.

P.S. i tried to run nautilus as root but that did not work either, and gave me these error:

4 errors of this type: (nautilus:8372): Eel-WARNING **: GConf error: ...
3 errors of this type: (nautilus:8372): Unique-DBus-WARNING **: Unable to connect to ...

View 6 Replies View Related

Slackware :: Midnight Commander Panel Focus?

Mar 25, 2011

MC remembers which panel (left or right) had the focus when closing. The next time MC opens that panel receives the focus. Is there a way to disable that option where the focus is always the left panel?There is a Command option (shortcut Ctrl-u) to swap the panels. I prefer MC simply start with the focus on the left panel.

View 2 Replies View Related

Fedora :: Midnight Commander 4.7.5.2: Always Returns To Its Starting Directory?

Jun 29, 2011

I am using Midnight Commander, namely this package:mc-4.7.5.2-1.fc15.x86_64I have noticed it always returns me to the directory it was started in, no matter what is told in its manual.Are there simple means to override this behavior and quit it in the current directory (as expected when quit via F10)?

View 9 Replies View Related

OpenSUSE :: Color With KDE4 - Konsole And Midnight Commander

Mar 16, 2011

This problem has been bugging me since KDE4 starting shipping. In konsole, if you use the default black on white profile, and you start Midnight Commander, the color of the MC screen is the default blue color it has always been. However, if you change to the green on black profile, which is the one that I prefer, and you start MC, the blue changes to some unreadable light robin egg blue which is horrid.

I'm making a huge assumption here, but it looks like something is off with the green on black profile in Konsole. Try it yourself and you will see what I mean. This only started with KDE4, but it still persists through every version to current.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved