General :: How To Auto-arrange Desktop Icons
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
ADVERTISEMENT
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
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
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
Feb 2, 2011
The desktop and icons on my Fedore Core 4 Server is not displayed all of a sudden.I have browsed toapps/nautilus/preferences/show_desktopand had enabled the show_desktop item
View 3 Replies
View Related
Nov 16, 2010
I installed linux obuntu latest version for my laptop, but unable to see the icons on the top and left margin on the desktop,they are blank,but opens
View 2 Replies
View Related
Feb 7, 2010
I just installed pardus with kde4 and there's the ability to have "widgets" but i can't seem to scatter any files across the desktop. There're files in my /home/rabbit/Desktop folder but they don't show up on the desktop. I just want to know if this is just how kde4 is supposed to work?It seems odd if it is. I think the whole point of the desktop is to have commonly used files and programs just laying about
View 2 Replies
View Related
Nov 28, 2010
I want to get rid of all and every one icon in the desktop. The desktop environment is Xfce4. Is there an easy way of doing it?
Note: Xfce4.org has only mailing lists. No fora.
View 3 Replies
View Related
May 15, 2010
Is Gnome or KDE a way to set up desktop icons for your computer?
View 1 Replies
View Related
Aug 4, 2010
how to make my icon a bit smaller? Default icons seems to be too big for me.
View 3 Replies
View Related
Jan 20, 2011
I am using Red Hat EL 4. I am facing a bizzare issue. Just like that I rebooted my PC. When it booted up, I am not able to see my icons in desktop and also right click does not work.
View 7 Replies
View Related
Apr 8, 2010
For some reason my desktop icons have decided to be very small and can't be changed (systemsettings/appearances/icons/advanced) It happened after I enabled and downloaded the files need for compiz. I have disabled compiz and now have no 3D desktop effects, but still cannot alter the desktop icon size. What have I done?
View 2 Replies
View Related
Dec 13, 2010
i have ubuntu 10.4i have the following problem:the desktop icons disappearsand the menu when i use the mous right click tooalso, when i try to open any folder i get the following message:Quote:Could not open location 'file:///home/username'Failed to execute child process "kfmclient" (No such file or directory)
View 2 Replies
View Related
Mar 26, 2010
I am using Fedora and trying to auto run a script soon after the unit boots to desktop. I found many suggestions and finally decided to use the Sessions->Startup Programs option (under System->Preferences->Personal->Sessions menu). I added my script in the Startup Programs with the command 'sh myscript.sh'. Now I have two questions here:1. When I use the command 'gnome-terminal -e myscript.sh', I get 'There was an error creating the child process for this terminal' message after logging into the desktop. Can any one tell if I am missing something here?2. Even if I use sh instead of gnome-terminal, I still want to see the script executing. In other words, my script has certain echo statements indicating the flow of the script. But I don't see any shell opening up with these echo statements showing up, after the unit boots to desktop. But the script was still executed with no problem
View 1 Replies
View Related
Jun 19, 2010
I recently installed virtual box on debian and after it had finished my terminal informed me that I could remove some "unnecessary" software by use of sudo apt-get autoremove. When I did this, some of the icons on the desktop changed and all of the icons in the drop down menu on the bar at the top of the screen also changed to ordinary folder symbols. The theme that I was using also went away. I restarted the computer and it booted back into a shell prompt with no GUI. I tried to get back to the GUI using alt+f7 but it didn't seem to exist
View 2 Replies
View Related
Mar 25, 2011
EVERY SINGLE TIME when I try to close the Nautilus File Browser (ie when I go to my Documents folder), the desktop flashes all the icons on the desktop a couple of times (for a sec you would see no icons on the desktop) before everything goes back to normal.
View 9 Replies
View Related
Mar 4, 2011
If I use Dosbox in full screen mode, and then exit back to KDE, my desktop icons get shuffled around.I'm using the desktop folder view in KDE 4.4.3I've noticed that this also happens with ScummVM as well, so I think it's more a KDE issue?
View 3 Replies
View Related
Dec 2, 2010
I installed kubuntu few days back. By clicking blindly I lost my desktop - I mean it is working fine but there are no icons on the desktop and there is no task bar with list of programs.
How can I reset to the initial stage when i first installed?
View 2 Replies
View Related
Jan 27, 2010
How to make my GNOME desktop auto recognize the NTFS partition of the USB drive.
On command line I can do the following perfectly:
Code:
which results
Code:
All files permission on the drive is 777. I can read, I can write, do whatever I want.
But in GNOME Desktop environment, when the USB drive is plugged-in, the partition is auto-mounted with other options:
Code:
All files permission on the drive is now 555. I can't write to it anymore. I saw a post earlier having similar mount result, but this one is USB drive though.
So how to configure GDE mount automatically with my intended mount options?
View 9 Replies
View Related
Dec 17, 2009
when I turned on my desktop workstation, I found that Desktop icons have disappeared and I can't right-clik the Desktop , aning found any option on desktop like Application,Places and system
View 1 Replies
View Related
May 2, 2011
I recently upgraded to 11.04 and I've been tweaking Unity to get the desktop just the way I like it. I've come across two minor problems though:
1. When I tweak the icon size settings in the Unity tab of CCSM, the icons do not change size; they remain at the default "48" setting regardless of what I type in.
2. When I set the Unity launcher to auto-hide (also in the Unity tab of CCSM), it stays at the default "dodge windows" setting.
Are there any workarounds to change these settings when tweaking them in CCSM's interface does not work? (Or is there some trick I don't know to get CCSM to work properly?)
View 9 Replies
View Related
May 25, 2010
Well, as described in the title, I can't see the desktop icons, and the "show desktop" option under "gconf-editor >apps>nautilus>preferences" says it's not writable...
I tried deleting the nautilus configuration folder, and the gnome configuration folder...
View 6 Replies
View Related
Feb 20, 2010
Does anyone know if there's a way to make nano support auto-complete and auto-bracket closing?
View 1 Replies
View Related
Apr 22, 2011
I code primarily in jQuery/JavaScript, and I'm looking for a text editor for Linux that has auto-indent and auto-outdent (seems to be tough to find that). Any suggestions? I've checked Gedit, Cream, vim, Bluefish.None of them seem to have this feature.
View 2 Replies
View Related
Jan 23, 2014
I've spent over hour researching how to make a simple desktop icon, but cannot seem to do it.I installed gnome-tweak-tool, and turned on the setting to "have file manager handle desktop", which put the computer and trash icons on there, but I cannot find any way to simply add a shortcut/launcher for iceweasel. I've seriously read 20 pages and watched multiple youtube videos on this gnome-tweak-tool, and still haven't succeeded in this simple task of making a desktop icon
View 13 Replies
View Related
Mar 17, 2010
i'm running 9.10, and just downloaded and installed HPLIP. the problem is that now there are a ton of icons on my desktop, is it safe to delete them? i have a feeling the program just unpacked them there and that they're safe to delete, but i want to make sure
View 1 Replies
View Related
Jul 5, 2010
I instaled the samba packages in RHEL 5.1 and everything was fine until i reboot the system. After restarting the system i cant find any of my desktop items in the GNOME view. Also right click is not working.
View 1 Replies
View Related
Aug 9, 2010
In other distros I just right-click the program and it gives me the option, but in Slackware it only says Add to Favorites. Can't figure out how to drop links onto the desktop
View 13 Replies
View Related
May 12, 2011
I installed ubuntu 11.04 as a dual boot with XP Pro on dell d830 laptop. Have had it on the laptop for a couple days and everything worked greatattempted to see what if Compiz would work and could not get it going. The computer froze upd to hard restart. When I did that and came back I found I have no desktop icons; if I log out and relog back in but switch to classic ubuntu the desktop is fine (of course not the Unity screen). I removed Compiz and attempted to remove and reinstall Unity based on a Google search but nothing changed.Two questions:1. what is the best next move to see if I can get the Unity icons and correct interface back on the desktop.
View 2 Replies
View Related
Aug 10, 2009
I hate desktop icons and shortcuts. I don't ever need them, and they look wasteful and cluttery sitting there unused. Since everything is accessible from the menus, I would like to not have any icons on my desktop in Fedora 11. I have been playing around with the settings for days and can't find a way to make them disappear.
View 6 Replies
View Related