Debian Multimedia :: Search File Contents From Gnome-Shell
Dec 16, 2014
I have tracker installed, and when I use "tracker-search ..." from terminal, I can find files as expected. In particular, it searches within file contents, not just the titles.
I was hoping to have similar functionality directly from gnome-shell. I've found a number of extensions to do this such as: [URL] .... but none of them work (gnome 3.14, debian Jessie).
How to set up file contents search directly from gnome in Jessie?
View 3 Replies
ADVERTISEMENT
Feb 3, 2011
Suppose I have a pair of files containing lists. The first file is called contigs.txt and it contains a list that looks like this:
Code:
Contig822
Contig826
[code]...
View 5 Replies
View Related
Jun 26, 2014
As of today I can't seem to use the search feature of Nautilus (in GNOME 3). Say I open my home folder and press Ctrl-F to get the search bar. Whatever I type, as soon as I stop typing and Nautilus should start the search process, it just freezes completely. The cursor stops blinking and that's it, all I can do is run `killall nautilus` from a terminal. According to the System Monitor nothing is really using CPU.
View 1 Replies
View Related
Jun 6, 2015
I find gnome-shell 3.14.2 becomes slugish after several days of use. This manifests in short delays on window functions, such as closing a window or opening a new one. Restarting gnome shell fixes it.I thought of trying to take a stack trace during the delay, but found 2 issues:
1) debian doesn't have gstack/pstack package ...?
2) attaching a debugger to gnome shell from gnome shell hangs it (duh) , which means I can't type the "bt" command
View 4 Replies
View Related
Jul 28, 2010
I'm using Squeeze, and haven't seen an update in the Debian repo for some time. Seeing as it's due for release soon (September), can we expect some updates in the near future? I had been using Gnome Shell in Ubuntu with much success, including compiling my own. These days, I cannot afford the bandwidth, and have encountered an unknown problem [URL] under Debian Squeeze. Currently, I'm experiencing a very annoying flickering issue using the repo version which I know does not exist anymore in the current gnome development. To have at least one update now before the release date would be nice to see.
View 14 Replies
View Related
Feb 23, 2010
shell command to display contents of a file? Like that of .txt or .html
View 9 Replies
View Related
Aug 30, 2015
Why there is too much error in every version of gnome-shell and after everything slows down after a few hours of working in gnome-shell on debian(only on debian, i'm using gnome-shell in fedora and excellent experience i had in it) some of syslog output :
# tail -f /var/log/syslog
Aug 30 21:20:38 ali-deb gnome-session[8351]: (gnome-shell:8495): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed
Aug 30 21:20:38 ali-deb gnome-session[8351]: (gnome-shell:8495): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed
Aug 30 21:20:38 ali-deb gnome-session[8351]: (gnome-shell:8495): Clutter-CRITICAL **: clutter_layout_manager_get_child_meta: assertion 'CLUTTER_IS_LAYOUT_MANAGER (manager)' failed
[Code] .....
View 2 Replies
View Related
Nov 27, 2010
I'm having this checking for mozilla-js >= 1.9.2 ... configure: error: mozilla-js >= 1.9.2 is required Error during phase configure of gjs: Error running ./autogen.sh --prefix /home/kornicameister/gnome-shell/install --libdir '/home/kornicameister/gnome-shell/install/lib64' --disable-static --disable-gtk-doc *** [16/32]
View 1 Replies
View Related
Apr 1, 2011
I've recently upgraded to gnome shell in experimental, and I like it so far. However, the window borders and themes look like how Gnome 2 did before you install gtk2-engines and some themes. Are there any themes in the repositories that I'm missing, or are they just not there yet?
View 2 Replies
View Related
Dec 17, 2014
when i want to opening lock screen and after entering password take too long time to open lock scrren and i can not find what is the problem.i can not find any clue in my logs, so this is some of syslog :
Code: Select allDec 17 21:19:34 ali-deb gnome-session[2274]: (gnome-shell:2421): Gtk-WARNING **: Symbolic icon /home/ali/.local/share/gnome-shell/extensions/lockkeys@vaina.lt/icons/numlock-disabled-symbolic.svg is not in an icon theme directory
Dec 17 21:19:34 ali-deb gnome-session[2274]: (gnome-shell:2421): Gtk-WARNING **: Symbolic icon /home/ali/.local/share/gnome-shell/extensions/lockkeys@vaina.lt/icons/capslock-disabled-symbolic.svg is not in an icon theme directory
Dec 17 21:19:34 ali-deb gnome-session[2274]: (gnome-shell:2421): GLib-GObject-WARNING **: /tmp/buildd/glib2.0-2.42.1/./gobject/gsignal.c:2579:
[code]...
View 1 Replies
View Related
Oct 8, 2015
Some days ago (2015-09-28) I installed Debian testing amd64. Log in as a user failed and instead of the Gnome UI there was a sad face with the text: „Oh no! Something has gone wrong. A problem occurred and the system can't recover.
All extensions have been disabled as a precaution. Log out“.
The relevant output of journalctl (run as root) said:
etc/gdm3/Xsession[5379]: cannot connect to brltty at :0
- /etc/gdm3/Xsession[5379]: Service 'org.kde.kaccessibleapp' does not exist.
- gnome-session[5379]: x-session-manager[5379]: WARNING: Application 'gnome-shell.desktop' killed by signal 5
- gnome-session[5379]: x-session-manager[5379]: WARNING: App 'gnome-shell.desktop' respawning too quickly
- x-session-manager[5379]: Unrecoverable failure in required component gnome-shell.desktop
[Code] ...
After some investigating, I found three work-arounds.
(1) Use gdm3-autologin: In /etc/gdm3/daemon.conf, remove the double crosses and insert own user name
AutomaticLoginEnable = true
AutomaticLogin = <own user name>
Disadvantage: Only one user can have access to the Gnome ui. If you log out, you enter the gdm3 greeter and … see above.
(2) Turn off gdm3 by running 'systemctl stop gdm3' as root, log in into a terminal as a user and run startx.
(3) Install package lightdm and make it to the standard display manager with 'dpkg-reconfigure lightdm'.
Disadvantage: Energy manager and screensaver settings of the Gnome control center are ignored.
The easiest way, however, especially if there are several users, is logging in via the gdm3 greeter.
View 10 Replies
View Related
Sep 16, 2010
I have such a file(test.txt):
abc 123 456
abc 256 145
axd 125 225
[code]...
View 8 Replies
View Related
Feb 21, 2011
I need a shell script which will search and remove a javascript from all htm, html and php file.
Code:
<script type="text/javascript"> if (navigator.cookieEnabled) {var user = getCookie("seostop");if (user !=1){winchristop();setCookie("seostop", "1", 7,
[code]....
View 14 Replies
View Related
Jan 1, 2010
Does anyone know of a way to perform a search for multiple file extensions at once in Gnome? I know that M$ Windows Explorer had this capability, but I'm just not sure how to do it in Gnome, or if it's possible. I just want to be able to perform searches for Video, Music, and Document file types, without having to perform a separate search for each file extension. Example: When doing a search for Video file types (.avi,.mp4,.mov,.wma, etc.), I would like to do one search for all files that have these file extensions, instead of doing one search for .avi files, a second search for .mp4 files, another for .mov files, etc.
View 8 Replies
View Related
Jan 3, 2011
What's the easiest way to search for a string in a text file in GNOME or on the console? I used to do this in kfindfile back on KDE.I'd like to avoid downloading something like desktop search if at all possible because I'm away for the holidays and stuck on a dialup connection.
View 5 Replies
View Related
Mar 6, 2016
The searchfunction in Gnome 3 does not find the files in my DropBox. When searching it does find the DropBox folder, but not the files contained in them.
Dropbox folder is placed in /home/myusr/
All other subcontent folders in the home directory does show up in gnome search,
Went through Google and DuckDuckGo but was unble to find out how to manually change the places that the searchfunction indexes.
View 0 Replies
View Related
Jul 17, 2010
I've created a new group and a new user called dftp... Now I wanna do one thing... If 'dftp' connects thru ftp he should be directed to a particular location... and he shouldn't be able to see other folder except for his own including the parent folder that contains that location... I changed dftp's home folder to the location I want. However while connecting thru ftp. user dftp has been given permissions to see other folders and check out the contents of the other folders.
View 5 Replies
View Related
Nov 13, 2010
for example we search a file for a certain keyword..is there any application available which will enable us to search for a single keyword in all the files within the folder ?i want to search for a keyword in about 1000 files..if i do it manually it will take loads of time..
View 6 Replies
View Related
Dec 31, 2008
How apt-file works.
Background: I (like somebody else) needed to figure out which package wx-config is in.
Code:
Question: Which package makes a link?
Also why wx-common NOT depends on libwxgtk2.6-dev.
View 4 Replies
View Related
Jul 24, 2011
I've recently upgraded my squeeze to sid, then installed gnome shell as default window manager.
1. Gnome shell was normal until yesterday, I upgraded new packages up to date, then I cannot log into gnome shell any more (however, fallback mode is normal). It shows a sad computer screen with message "Oh no, something has gone wrong". The only thing I can do is pressing the logout button to log out.
2. Debian is running on my thinkpad T60p, and I can choose keyboard model in Gnome2, but I can't find any options in the system setting in Gnome shell to change keyboard layout for model IBM T60/R60.
View 3 Replies
View Related
Mar 27, 2011
when i ran jhbuild build as a normal user, i found below messages before it failed
Code:
Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4 from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.
[Code]...
View 3 Replies
View Related
Oct 17, 2010
I have installed the fglrx driver from "Hardware Drivers" and it runs fine, until I launch gnome3 or gnome-shell, it then just locks X (its not hard locked, I can CTRL + ALT + 2/3 etc out) but I cant do anything else.
If I use the mesa / xorg driver its fine.
The trouble is I play one game, and I need the fglrx driver for that game, the mesa one corrupts the 3d engine
It wouldnt be a pain, but i am one of the few who seems to find gnome-shell an improvement, and I get really frustrated when it wont work.
Any idea's on what I can try, other than hopfully having a working system when ATI launches the 10.10 driver on its website (although the leaked rc had the same issue) I only recently got a ATI card so I am pretty new when dealing with the ATI cat's.
View 4 Replies
View Related
Mar 23, 2015
I'm using Debian stable wheezy and icedove 31.5.0.
I have many different accounts set up on my icedove and sometimes I don't remember on which account I received the specific email I'm looking for, so I would like to be able to search through all my folders (say, absolutely all folders: all accounts, inbox, sent, trash, drafts, etc...).
Neither the quick filter toolbar, nor the "Search message" (Ctrl-Shift-F) feature seem to allow this. Now that's where the brand new shining "Global Search" (Ctrl-K) feature should be useful. However it does not seem to support partial match. So for instance if I'm looking for someone named "Lebenhaus GrossGrabenstein" but only remember that his name contains "Gross", the search through global search will return no result.
I'm pretty sure it was possible to do a proper search (with partial matching) accross all mails in previous versions of icedove, but I cannot find it anymore.
Right now the only workaround I have is to do a "grep -R" on my ~/.icedove folder, which is not very efficient and not flexible at all...
View 1 Replies
View Related
Jan 27, 2016
I've just installed debian testing on my computer (netinst AKA basic shell version). Now, how do I do a minimal gnome install? Minimal means, I don't need libreoffice or any extra bloat. However, I do want nautilus, gnome-settings-daemon and networkmanager (and of course, firefox!).
Also, is audio included or not in gnome-shell?
If I just install the gnome-shell package (with --no-install-recommends package), will it pull in gdm, Xorg, etc. or do I have to install them separately? Also, need to confirm whether my sources.list is properly set or not:
Code: Select alldeb http://ftp.security.debian.org/debian/ stretch main non-free contrib
deb http://security.debian.org/debian-security stretch/updates main
View 4 Replies
View Related
Mar 24, 2010
Is there a way to edit the search keywords in Iceweasel other than by clicking on the drop-down arrow on the search bar and selecting "Manage search engines"?
I searched for "keyword" as well as some of my current keywords in about:config but didn't find anything.
View 3 Replies
View Related
Apr 23, 2011
squeeze with Gnome installed, but "Search for files" is missing in the mainenu under Places.
What's missing?
View 2 Replies
View Related
Apr 8, 2011
I was wondering if there would be a way for me to copy the contents of a shared folder that's running on an XP system using shell script. Actually, there are two shared folders that I want to do this with. I want to be able to launch the script and automatically copy all the contents of each folder into two separate folders on my ubuntu desktop. For example;
Lets say that I have Shared Folders A1 and A2 on my networked XP system and I have Folders B1 and B2 on my Ubuntu desktop. I want the script to automatically copy the contents of A1 into B1 and likewise for A2 and B2. During the copying, I want the script set up such that any pre-existing files in the B1 & B2 folders will automatically get overwritten by the ones copied from A1 & A2.Is there any possibilities of me achieving this?
View 7 Replies
View Related
Apr 14, 2011
Is there any way I can switch my desktop shell from unity to, say, gnome-shell? I can switch using other console shell I like (bash, csh, fish, etc.). Assume that there is a stable alternative desktop shell, I should be able to choose, too.
(For console shell, we goes to /etc/passwd. But for desktop, I can't find the way to config.)
View 2 Replies
View Related
Jun 3, 2009
My manager askmed me to find out all the jpg files in a directory and copy to another destination directory.I tried to write a shell script.But the problem is this source directory contains thousands of subdirectories. The jpg files resides in all of these directories.We have to search inside all these sub directories.I am reallyconfused.Can Any one help me.I am only a beginner to Shell scripting.
View 1 Replies
View Related
May 1, 2011
I recently installed Ubuntu 11.04 with Unity as the default desktop environment, but I wanted Gnome 3 instead. So the installation of Gnome 3 and Gnome Shell went through, and I'm presented with a nice "gnomeish" gdm, but when I type my user password and try to log in all I get is this:
Code: Could not update ICEauthority file /home/pontus/.ICEauthority And all I can click is a button that logs me out.
I've tried from the terminal to change owner and rights and I've even tried to delete the file, but I still get this dialog every time I log in.
View 9 Replies
View Related