Ubuntu :: Arrange Icon Position Via Terminal?
Jan 2, 2011
Is there a way to arrange icons from terminal? Was thinking to make a bash scripts as sometimes(quite seldom) my icons just rearrange on their own and it's damn annoying having to drag them to the place they were.
View 1 Replies
ADVERTISEMENT
Jun 19, 2010
I want to know how to get the current coordinates of the mouse outputted to terminal, for use in a bash script.
View 1 Replies
View Related
Mar 1, 2010
I'd like to make Gnome Terminal always start using this command line: gnome-terminal --geometry=92x49+0+0 However, when I right-click the icon either in Start Menu Favorites or in Application Browser, there is no 'Properties' option where I can configure this. Nor does there appear to be any option in Gnome Terminal Profile Preferences (other than to run something other than the shell when starting Terminal). Anyone know how make this modification so Gnome Terminal will always start in the same size and position?
View 2 Replies
View Related
Apr 22, 2010
I have a favorite REXX program called fv2. When I was a Windows user I had an icon for fv2 on the Quick Launch bar. Click that icon, and the program ran. Now, as a Linux (Ubuntu) user it is necessary to go through several steps to run fv2.
1) Launch a terminal by clicking on the terminal icon at the top of the screen. What's that area called? The GNOME panel?
2) Enter: ~/Desktop/RexxScripts
3) Enter: regina fv2
I run fv2 several times per day and would really like to have the convenience of a clickable icon.
View 3 Replies
View Related
Feb 22, 2011
Is there a way to set a default terminal window size when I click on the "Terminal" icon? I need my terminal to be of a certain size every time I click on it?
View 2 Replies
View Related
Sep 22, 2010
I created a menu entry to run MATLAB using
Code:
gnome-terminal -x /usr/local/bin/matlab After using MATLAB a few times, I realized that my gnome-terminal icon has actually been replaced with the MATLAB icon, even when I'm running the terminal by itself. Meaning that it shows the MATLAB icon in the taskbar and the Run Applications dialog when I type in gnome-terminal.
View 3 Replies
View Related
Jul 9, 2011
I have an icon theme going, and when using 'gnome-terminal', the window of the terminal uses the icon from the theme. When using 'xfce4-terminal' however (which I prefer, given how I now run xfce), the window uses its own icon (that draws a large dollar sign in the middle of a black monitor) and simply ignores the terminal icon from the theme.
I would like to rectify this disturbing matter
View 2 Replies
View Related
Jul 23, 2011
The icon for the terminal won't show in the side bar on my desktop when it is running. Is there anyway I can get it back or fix this issue? I'm using Ubuntu 11.04 (Natty Narwhal).
View 2 Replies
View Related
Jan 15, 2010
I had automated some tedious commands in the terminal by writing them in a text file and placing an icon on the panel. By clicking the icon the commands ran in the terminal automatically. I cant for the life of me remember the icon command I used to get this to work.
View 3 Replies
View Related
Aug 22, 2010
I have my xbox 360 connected to my laptop running Ubuntu 10.04 using the Ushare program. In order to reset Ushare and have it send any new files I have to the 360, I have to go into the terminal and enter
sudo /etc/init.d/ushare stop
sudo /etc/init.d/ushare start
sudo /etc/init.d/ushare start
Is there a way I can have an icon in my panel/toolbar thing at the top of the screen that will run this command string automatically? I'm getting tired of having to enter the whole thing by hand every time.
View 5 Replies
View Related
Aug 1, 2010
I have a desktop computer and a NAS, running Kubuntu & Ubuntu. I use WOL to wake the NAS and then mount the drives (NFS) on my desktop.
I've placed an icon on my KDE desktop which wakes the NAS and mounts the drives, this works great, but I've set it to run in terminal so I can enter the password for mounting the drives. This leaves me with an open window which I don't want to close because the NAS is set to shutdown 15 minutes after ssh logout.
My question is how can I minimize the open terminal window to an icon on my taskbar?
View 2 Replies
View Related
Jan 20, 2011
how to re-arrange the bookmarks in pcmanFM? It is a file manager.
View 2 Replies
View Related
Apr 8, 2011
I'm on 10.10. way to align the icons on the desktop to the right side instead of the left? When I click "Organize Desktop By Name" everything ends up on the left by default, I want to have it default to the right instead. Doesn't matter how complicated the solution is, I can do it as long as someone can give me the basic instruction. it's really only because I have an awesome desktop background, and the best part is covered with icons.
View 5 Replies
View Related
Jun 20, 2011
i need to arrange alot of file on up to 25 foloders i want to open about 15 foloders at the same time but i want to see all at the same time can ubuntu arrange 10 foloders in way that i can seen all the files ?
View 7 Replies
View Related
May 10, 2010
Im having problems with this little thing in a C example Im doing. I want to show in the shell like this example:
Name Birthday
Tomas 13
Adrian 24
Nate 15
Im trying to use the printf function but the names doesnt have the same lenght. So I cant do it like this:
printf("Name Bithday
");
printf("%s %d
");
View 4 Replies
View Related
Aug 17, 2010
I have 100 sets of EPS files. Each set contains 3 files. I was wondering if it possible to arrange each set in such a way that 3 EPS files will be on one page?
I know how to write a bash script with "for" or "do" loop. how to arrange the EPS files, which are produced by gnuplot.
View 2 Replies
View Related
Apr 24, 2011
so i am in the stages of experiementing and right now, on Linux Mint KDE, there doesnt seem to be a way to arrange my desktop icons in the way i want the icons always want to be aligned/sorted on there own even if i click lock off and snap to grid off as well ive tried folder view, default desktop and newspaper but it hasnt worked so far is there a way to be able to arrange my icons anyway i want?
View 3 Replies
View Related
Aug 28, 2010
I now that there is a an effect that arrange all your windows nicely in a matrix (all windows have the same size). What effect is that?
View 3 Replies
View Related
Mar 11, 2011
I want to add an entry in nautilus toolbar to sort files. Same kind of entry presented in the right click "Arrange items". I have checked nautilus-actions, but don't know what are the commands, and i want the entry look like view options already available in nautilus toolbar.
View 1 Replies
View Related
Aug 13, 2010
migrating from windows to Gnu/Linux: familiar with Right-click >> Arrange-icons-automatically, while under my KDE & XFCE this feature is something I wanted.
This code is not mine: I only copied this from where I found, from the ubuntuforums authored by a member logged as user PGScooter, you may read him/her directly from here.
Procedure:
Copy the following code:
Code:
#make sure you change 'user' on line 4 to the username of the desktop you want to organize
use strict;
use warnings;
my $conffile='/home/user/.config/xfce4/desktop/icons.screen0.rc';
open(CONF,"$conffile") or die "can't find the config file";
[Code]....
{if you run Kde you may replace that xfce4 to kde whatever is found in your current directory.
Log out. Log in as that user again. The icons are arranged this time. It worked for me automatically. I am running Xfce4 over a Slackware 12.2.
View 2 Replies
View Related
Jan 13, 2011
When I installed fedora 14 when moving mouse to the top right corner I would get all windows arranged one next to another on the desktop so I can choose between them. Now I don't have that feature any more.
Does it conflict with compiz, or is it one of compiz plugins? Which package is responsible for it and how can I get it back?
View 8 Replies
View Related
Mar 7, 2011
I can arrange my general "music" playlist by play count (by clicking the play count button at the top, my list automatically arranges in ascending or descending order according to play count), but I can't seem to do the same in my user-generated playlist. Is there any way to do this?
View 2 Replies
View Related
Sep 14, 2010
When I position icons on the desktop in specific places, then I choose to move a file or folder into another folder, all the icons arrange back to the left side. This happened in an earlier version of KDE 4.x, disappeared the next version, and reappeared. how to keep this from happening. It makes using the desktop a pain in the you know what.
View 2 Replies
View Related
Dec 16, 2010
Every partition in my ubuntu machine starts with "320 GB Hard Disk" followed by partition name, Even If I renamed it. I want to remove this, can I ? Another question. Can I arrange those partitions by there locations in the physical hard drive? meaning that the first 30 GB in the disk appears with there names at first.
View 1 Replies
View Related
May 1, 2011
I've installed Office 2007 under wine, and would like to add launchers for Word, Excel, etc to the Unity launcher bar.
So, I've created a launcher on the Desktop that will run Word with wine. I've changed the icon to the Word Icon and everything works great from the desktop. If I drag that launcher to the Unity bar, it adds it, but changes the icon to the springboard default icon that new launchers use. Please see attached picture.
As a side note, I am really starting to like Unity (puts on flamesuit), but it seems very easy to break the install of 11.04. I've had to reinstall 4 times now.
View 9 Replies
View Related
Apr 28, 2010
Ive had a few freeze ups on this system but the last time it affected the top panel.The wireless icon has disappeared to be replaced by an extra bluetooth icon.screenshot attached.Is there any kind of clean up utility (like tune up utilities in win)Also, any kind of log so I can trace this freeze up Iḿ getting.Ive only just got this laptop so dont know if it did it before although prev owner never mentioned it.
View 4 Replies
View Related
Jan 24, 2011
I lost the pictures and music icons on the places menu. When I browse the folders from nautilus I see the icons, but when I click on the places menu I see the regular folder icon and not the special pictures icon or music icon
View 7 Replies
View Related
Feb 16, 2011
I have recently installed Faenza icon theme and just began to notice the inconsistency of icon emblems being displayed by compiz.Attached image shows the emblems of Chromium, Nautilus and Comix are that of the default icons, while Empathy andCompizConfigSettingsManager displayed the custom icon correctly. The dock displays all apps' icons correctly though.The issue does not occur exclusively to Application Switcher (Alt+Tab), it also occurs with Scale (Super+W), Shift Switcher (Super+Tab).
View 8 Replies
View Related
Apr 30, 2010
I tried xdg-desktop-icon command. It does install a shortcut. The shortcut works when double clicked. But the shortcut is shown as a standard icon, not the icon defined in the .desktop file. Do I miss something?
View 1 Replies
View Related
May 5, 2010
I was playing a bit with the appearance of Ubuntu 10.4 and now my evolution mail and volume icons are gone.
View 4 Replies
View Related