Debian :: How To Create New File Doing Right Click
Jul 21, 2015How can i create new file doing right click on desktop or in ~/home/user1 ? It is debian jessi gnome 3.
View 2 RepliesHow can i create new file doing right click on desktop or in ~/home/user1 ? It is debian jessi gnome 3.
View 2 RepliesWhen I right click on a free area of the desktop or within an open folder, I read "Create Document" -> "no templates installed" and "Empty File". How to install the templates in there so I could open a file of my choice?
View 3 Replies View RelatedI install Debian on a Power book g3 and i need the right click function. I try mouseemu but it give me an error: open: No such file or directory No uinput device found! Make sure the uinput module is loaded or CONFIG_INPUT_UINPUT is compiled in kernel. if there are other way for the right click function?
View 3 Replies View RelatedI want to back up an entire Linux system on a 3Tb external Western DIgital USB3 drive.
I do not want to reformat it from what it is, apparemtly NTFS.
Is there a utility that can act like a file manager like mc, that will permit me to create an ever expanding (to 320Gb) TAR file that will retain all the original file permissions. I have had nothing but disappointment with Linux backup utils with a FAT32 external drive, and I am concerned if I just try an tar the entire drive at once, with around 3 million files, I might run out of memory.
When I right-click on an empty spot on the desktop, I'm missing 'Create New'
The first thing I see on top of the list is; Run Command, followed by 'Add Widgets'
I try to configure mouse click interval since a single click is recognized as double click by doing it from KDE mouse configuration in system settings; but my attempt doesn't work even (I set the click interval to 2 sec, but doesn't change anything). What is the best way to do this in slackware?
View 4 Replies View RelatedHow do create I customized 1-click-install, with browsers, players,broadcom,kernel-vanilha, specific kernel version, gtk-aurora, virtualbox...? I actually install via terminal, but a 1-click-install will be more smoothly.
View 2 Replies View RelatedI want to create some files of a specific size containing a repeating pattern. I did some research and found that I can create a file and fill it with (fairly) random data by using dd like so: dd if=/dev/urandom of=myfile.dat bs=$(( 1024 * 1024 )) count=100 (Creates a 100 MB file.) I found that here: Quickly creating large files.
Rather than fill a file with random data, I'd like to use these patterns: 0xaa, 0x55, 0xff, and 0x00 (one per file). Is there a simple way to accomplish this?
it is possible to create a right click menu like that on fluxbox, openbox,... I am using GNOME. I know how to create entries in nautilus action but i don't know how to create "applications", "places", "system" entries.
View 6 Replies View RelatedI would like to create a full systembackup to a ISO/IMG-file. I've been searching and found mondorescue.org, but something is wrong with package for debian 6.
View 14 Replies View RelatedI am using GTK and C and on my application I have a Drag and drop feature.
Code: Select allicon_view = gtk_icon_view_new_with_model(create_and_fill_model(pALP));
g_object_unref(pALP->list_store); /* destroy model automatically with view */
gtk_icon_view_set_selection_mode(GTK_ICON_VIEW(icon_view), GTK_SELECTION_SINGLE);
gtk_icon_view_set_reorderable(GTK_ICON_VIEW(icon_view), TRUE);
gtk_icon_view_set_text_column(GTK_ICON_VIEW(icon_view), COL_DISPLAY_NAME);
[Code] ....
The drag and drop works fine but when I exit the application and enter again, the changes of the drops are not saved, meaning the new location is not saved. I understand that in order to save the location of the drops I need to create a menu file and write some xml, But how do I do this? it there another way?
I am writing little first-step-applications for my N900 (Maemo Linux). Everything worked fine till now. I already have own applications for the device, but non of them uses an external data file.
Now I am trying to create an application for my N900 which uses an external .txt file. The package is created successfully, the application is installed successfully, however the binary does not see the .txt (maybe it is not in the package?).
I am using MADDE Developer 0.6.72 to create the project skeleton. I am using Qt creator for create the code. After once the code is created successfully then I am running the following commands in MADDE Developer 0.6.72 for the updated skeleton folder created above.
I writed the following lines into MADDE developer:
<<
//create project sceleton
MADDE-0.6.72 ~/madde
- $ mad pscreate -t qt_simple skeleton
Skeleton skeleton, type=qtprog created
[Code]....
I'm working in a school and we have a Apple server, we have many problem with it. So, I would install a linux server instead.
Anyway, there is just one big problem (or I miss a simple tip to do it )
We have 1300 students. If I must create them one by one, that will take a lot of time. Actually with the apple server, we can go on a web interface & import an excel list with theses columns :
"Name", "Login", "Password", "Class", "Group", "HDD Space", "Print quota", "Internet access or not", etc ...
Due to this tool, I can upload an excel files with my 1300 students & a couple hours after, they have an account with a personal space & a shared space with their class.
My question is : This tool exist on Debian/Linux world ?
I launch a mdadm grow to expand my filesystem but I forget --backup-file.I have my server running and one UPS.
Code: Select allpk25.com:~# mdadm --manage /dev/md0 --add /dev/sde1
mdadm: added /dev/sde1
pk25.com:~# mdadm --grow --raid-devices=5 /dev/md0
mdadm: Need to backup 3072K of critical section..
pk25.com:~# mdadm --grow --raid-devices=5 --backup-file=/root/md0-grow.bak /dev/md0
mdadm: /dev/md0 is performing resync/recovery and cannot be reshaped
[code]....
I am trying to create an encrypted file and later mount it as a filesystem.
KEY=`tr -cd [:graph:] < /dev/urandom | head -c 79`
echo $KEY | openssl aes-256-cbc > container.key
dd if=/dev/urandom of=~/container.img bs=1G count=10
losetup /dev/loop0 ~/container.img
[code]....
The luksOpen command asks me for my passphrase, but always rejects it. I have retried this several times and written down the passphrase - and even tried with a very simple one just to check. And I never can make it work.
I'm using my AntiX M8 Live CD to repair a hosed Windows installation, I downloaded ComboFix to ~/home/Desktop and now I'm trying to copy (cp) the file to /mnt/ where I have already mounted the NTFS Windows partition. NTFS3G is integrated into AntiX, right? So why am I having permissions errors?
Code:
mepis1:/home/demo# cp -v Desktop/ComboFix.exe /mnt/SwSetup/
`Desktop/ComboFix.exe' -> `/mnt/SwSetup/ComboFix.exe'
cp: cannot create regular file `/mnt/SwSetup/ComboFix.exe': Permission denied
mepis1:/home/demo# So far, I can read it without any errors in Terminal and navigate through the whole filesystem in ROX-Filer, Do I need to edit /etc/fstab to be able to write to an ntfs drive?
I am using xubuntu and there are a few types of files on website that instead of downloading and saving and then opening with emacs, I would rather when the radio button choice comes up say open with emacs. I am using xubuntu with xfce, and there is no line for a command to be entered as some ubuntu editions have. In the choice of changing the opening program from mousepad to something else, it says search and allows to navigate to find a program, but I cant find emacs anywhere not in etc/ or elsewhere. So where is its executable to direct the program chooser to?
View 1 Replies View RelatedI am using Ubuntu 10.04 with Gnome 2.30.
I remove the applications which i don't use from main-menu. Now i can not see them from "open with" menu when i right click to a file.
Also it will be very nice if Ubuntu can show me on the "open with" menu the possibilities of applications which can open properly the file type which i want to open. I try to configure with ubuntu-tweak's "file type manager" but it is not possible to configure all of file types. I think Ubuntu's applications must to know which applications has to show for which file types. And i don't know how to do that. I need an application like this : url
I get a new user from the same OS, and i see that the same problem still there... For example many many compressed files, audio or graphic files are not associated with vlc or gimp.
I try to configure from system files of gnome but it is very complicated.
this is posable but am trying to do this "Create folder from a filename and move the file into the folder" i have 500000+ file's i need to do with is there a easy way?I really don't want to download them all make/move them with filemonkey just to re-upload them
View 2 Replies View RelatedI downloaded a ymp 1-click install file but clicking it just opens it in Konqueror and displays description and URLs. What am I doing wrong?
View 6 Replies View RelatedI'm using 11.2 GNOME for a while now..
As far as I know, GNOME can't act like MS or OSX when we wan't to rename a file..you know, when you slightly re click the file name and its ready to be renamed.. instead, I should go right click - context menu - rename to do that.
Is there any setting or apps for these?
is there a way to setup a file to click that will auto activate commands?example, i want to load a program on wine and jump straight to it. but the program is in "program files" and "fallout tactics" so to load in terminal i have to use $ cd ~/.wine/dosdeviecs/c:/Program Files/Interplay/Fallout Tactics/
$ wine BOS.exe -wgand i want to find a way to activate BOS.exe with -wg either by a launcher or by the "configure wine" options but i dont know what -w or -g associate with?
i would like to know if it is possible to have the windows like behaviour : when i click once on a file's / folder's name, the name is highlighted and i can change it's name. instead of right click > change name.
View 4 Replies View Relatedwhere can I change the single click into a double click (because I'm a windows user (sorry!))? The mouse model does not support this.
View 4 Replies View RelatedI'm newish to the forum, but have been using ubuntu for the past few months.I recently upgraded from eeebuntu (a 9.04 derivative) to 10.04, and found that two finger tapping my touchpad has gone from middle click to right click, (and 3 fingers is now middle instead of right).
From what I've seen, this has been changed since 9.10, but I haven't been able to find a permanent solution yet. Most fixes have been from before and use hal, or other things that don't exist anymore. The one thing I've found does work is using xinput and the command
Code:
xinput set-prop "ETPS/2 Elantech Touchpad" "Synaptics Tap Action" 2, 3, 0, 0, 1, 2, 3
But that has to be run every time I start up, and it occasionally reverts while I'm using the computer. I've tried making a script that runs at startup, but neither adding it to the list of startup programs, or autostart folder has worked, but running the script file manually does work. I'm a bit at wits end with this, it's the only issue I've had with 10.04, and I've spent many many hours trying to get it to work (I've also tried gsynaptics and the newer version whose name escapes me right now). Hopefully there's a permanent fix out there.
when i click my mouse on something, it sometimes registers as two clicks. it doesn't happen all the time, but frequently enough to be annoying. for example, when i click a videos video to pause it, it often opens into fullscreen (which you normally click twice to do). also, in the url bar of chromium, i can't select the entire url by clicking. i now need to use ctrl+a. that's also because when i try to select the url, the highlight randomly disappears.
if i have multiple windows open, my click on the first "x" of the top-most window also closes the next window. i'm on linux mint 10. it's not really important, but it drives me crazy sometimes when my mouse doesn't work the way i want it to.
About a week ago I installed some updates. What they were I don't remember. After I did that my mouse started acting up. Now about half the time when I single click it registers as a double click. Also when I click and drag to select text anywhere it'll randomly do another click screwing up that process.
So far I think the problem is when I press the left mouse button it registers the left click and then when I release, it randomly registers another left click.
The mouse itself works fine if I take it to another PC that's using windows.
OS: Ubuntu 9.10 64bit
Mouse: Microsoft Intellimouse 3.0
mouse menu different in 10.10, is there a way to make the mouse single click instead of double click?
View 2 Replies View RelatedCode:
linux-uitj:/home/anisha # uname -a && cat /etc/*release
Linux linux-uitj 2.6.31.5-0.1-desktop #1 SMP PREEMPT 2009-10-26 15:49:03 +0100 x86_64 x86_64 x86_64 GNU/Linux
openSUSE 11.2 (x86_64)
VERSION = 11.2
If I normally click the Trash icon either in Kmail or in Evolution more than one mail gets deleted in a sequential order! I have to press the click button extremely light to avoid this problem. I have confirmed this problem is not only with the Email clients but even with most other normal applications too. I have changed my mouse twice but the problem persists. Both were USB mice. Below I have provided log information :
Code:
linux-uitj:/home/anisha # dmesg | grep usb
[ 0.138267] usbcore: registered new interface driver usbfs
[ 0.138267] usbcore: registered new interface driver hub
[ 0.138267] usbcore: registered new device driver usb
[ 0.396952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.396956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.396958] usb usb1: Product: EHCI Host Controller
[Code]....
For some reason now when I left click slackware sees it sometimes (4 out of 5 times) as a double click. This is very frustrating? Here is a list of ps aux
Code:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.1 0.0 824 276 ? Ss 12:39 0:01 init [4]
[code]...