Ubuntu :: Delete Stuff Under Wine?
May 3, 2010
I decided to install a game under Wine. It didn't work so I uninstalled it. The game still shows up under the Wine section. I tried going to the uninstall in the game folder and it said "Failed to change to directory '/home/user/.wine/dosdevices/c:/Program Files/Ubisoft/Gearbox Software/BrothersInArmsEiB/System' (No such file or directory)". When I go to Wine -> Uninstall Wine Software it doesn't show up, but the folder is still under wine -> Programs.
I brought up the directory and the folder doesn't exist. How can I remove it from the programs list under wine?
View 6 Replies
ADVERTISEMENT
Dec 23, 2010
Slackware-specific i suppose as I sometimes run out of root space and want to delete stuff in /tmp.
Code:
#!/bin/bash
# ~/bin/cleantmp
# Script to delete contents of /tmp folder, giving the option to delete
[Code]....
View 14 Replies
View Related
Mar 16, 2011
I logged in via ssh to a computer and I can delete stuff that I should not be able to delete. I figured if the owner is different and the group is not mine and iit is 744 I should not be able to delete it...so I tested with "file1"..and I dont see my mistake:
users are "itv-storage" and "admin" on pc.
HTML Code:
itv-storage@pc:/RAID5/storage/test$ ls -la
total 12
drwxrwxrwx 3 admin admin 4096 2011-03-16 19:28 .
drwxrwxrwx 9 admin admin 4096 2011-03-16 18:37 ..
-rwxr--r-- 1 admin admin 0 2011-03-16 19:28 file1
drwxrwxrwx 3 itv-storage itv-storage 4096 2011-03-16 18:46 folder1
itv-storage@pc:/RAID5/storage/test$ rm file1
rm: remove write-protected regular empty file `file1'? y
itv-storage@pc:/RAID5/storage/test$ ls -la
total 12
drwxrwxrwx 3 admin admin 4096 2011-03-16 19:32 .
drwxrwxrwx 9 admin admin 4096 2011-03-16 18:37 ..
drwxrwxrwx 3 itv-storage itv-storage 4096 2011-03-16 18:46 folder1
itv-storage@pc:/RAID5/storage/test$
View 5 Replies
View Related
Dec 21, 2010
I want to delete a folder with stuff in it through command line. I tired rm and rmdir but it doesn't seem to be working.
View 3 Replies
View Related
Apr 27, 2010
i tried to install the kiba-dock. i wasnt successfully in any of my attempts. i would get through about half way then have to find somewhere else that had different commands and advice. how do i delete the stuff that did save as to not fill my computer with crap im not using?
View 2 Replies
View Related
Mar 31, 2011
I got this part from my script working that it will delete a folder is from 8 days agoEightDaysAgo=`(date --date="8 days ago" +%d-%m-%Y)`rm -rf $EightDaysAgoTarHowever I need to remove files that are older than 8days for example if the script is'nt run for a day it will remove both the 9th and 8th day one not just the 8th day one. If I'm making any sense lol
View 3 Replies
View Related
Sep 10, 2010
I have had some problems with installing dotnet11, 20, 30 on OpenSuse 11.3 x86_64. A every time got the same error msg:
[Code]....
I don't know what to do. Installed corefonts too, still the same. Anybody met with this problem yet?
View 3 Replies
View Related
Mar 19, 2010
when I tried to install wine I got "Missing Dependency: wine-gecko is needed by package wine"so I looked for wine-gecko and download it but also when I tried to install it I got "Missing Dependency: wine-gecko is needed by package wine"it seems that I am in loop each package need the other what to do please?
View 1 Replies
View Related
Apr 15, 2011
How can I uninstall / purge wine and any wine installed windows programs?I've tried deleting .wine (hidden folder)but in /usr/bin/ there are a number of wine related files.And wine sub menu still appears in Applications menu
View 6 Replies
View Related
Apr 18, 2010
Instead of moving to trash, how can i make the delete button delete? Delete is already enabled on the right click menu.
View 7 Replies
View Related
May 9, 2010
SO after using Testdisk to recover some images, the folders recup_dir.1 & 2 have saved in my FIle System area, when ever I try to press delete noting happens. I have also tried rm -f -rrm -f -fIt still dont delete, I have also deleted my user account and made a new one, but the files are still there.
View 4 Replies
View Related
Sep 25, 2010
I am trying to use an old box as backup server. I have tried a couple of possibilities along the lines of:
Quote:
rsync -a --delete --progress --log-file=/home/$USER/info.txt -e ssh /home /etc root@192.168.0.106:/mnt/back
The problem is it does not delete files that has been removed from my local system?
I run the command as root on the local system.
(I realize I should properly not ssh into the server as the server's root but I'm having trouble with the permissions and I want to make sure everything else works before messing around with it)
View 2 Replies
View Related
Feb 18, 2010
Why is there no Delete when I right click like there is with Windows in ubuntu? Pretty much everything else is there like new folder and so on Is there some way to add it? Also why when i delete something does it not ask me if I am sure that i want to delete that file?
View 6 Replies
View Related
Feb 16, 2011
while trying to get a game to work on wine I was surprised to find out that the wine version that ships with sid is 1.0.1 released in October 2005. So I installed the latest release I found at [URL] like this :
dpkg -i wine_1.1.42~winehq1-1_amd64.deb
The install failed, I think because I hadn't remove the old wine version, and that's when the joy-ride started. Impossible to remove wine to restart properly. (apt-get remove libwine wine and apt-get -f install didn't) After some googling I tried this :
dpkg -i --force-depends wine_1.1.42~winehq1-1_amd64.deb
This did install the wine version I wanted, and the game ran fine after that. However the result was a borked apt-get. Tried to remove wine again with the above commands, resulting in apt-get failing to do so because it tried installing wine-unstable and reported errors similar to these : E: Could not perform immediate configuration on 'wine-unstable'. see man 5 apt.conf under APT::Immediate-Configure for details. (2)
View 2 Replies
View Related
May 21, 2010
i want to install wine on rhel 5.plz send me wine installtion command.
View 1 Replies
View Related
Mar 29, 2011
maybe my questions sounds funny: i'm looking for a very small (or better as small as necessary) distro which runs in a virtual box an starts wine.The reason is: we have new laptops in my school runnig windows7 64bit home and we have some software which runs only on WinXP. So why not take a virtualbox wich runs wine to start the old Software?
View 2 Replies
View Related
Dec 18, 2009
Lot of questions about WINE... When I'm done I'm going to make a HOWTO so that others can do what I did It's hard work, but I'm nearly done.The last problem I'm having is the WINE menu on GNOME won't show up after a install of WINE from a .deb package (it usually does). This was after I compiled WINE from source and removed it with "make uninstall" and "rm -rf /.wine".So now I installed the WINE from a deb package and the Wine menu entry is not showing up.I've tried re-installing Wine and rebooting my PC but nothing seems to work.
View 3 Replies
View Related
Jun 24, 2011
I have a problem running a game on a fresh Slackware64 install.
Slack version is 13.37
I've followed alien bobs instructions for a multilib environment from here:[url]
And then used sbopkg to download and compile wine version 1.2.2, which went through just fine.
After that I grabbed cabextract from sbopkg and ran this: wget [url] sh winetricks d3dx9 To get the DX9.
But, when I try to run the game, this is the error I get:
Code:
The game it self ran perfectly on the 32 bit version of Slackware, tested with 13.0. So now I think I'm missing some libs or something, but I have no clue which.
View 5 Replies
View Related
Oct 19, 2009
I don't know if it's just my system, but after applying the latest Wine update, the mouse cursor in Wine windows is now purple/magenta/pink, whatever. Not a big problem, just annoying. I've looked through the various config files in ~home and /usr/share/wine, and can't find any parameter that might even remotely address this.
View 4 Replies
View Related
Nov 1, 2010
I just can't stand knowing that there's a slight problem with my PC.I have roughly 12.5 Gigs of files, mostly movies that are multiple clones of a particular movie (which was an entirely different problem altogether) and I CANNOT DELETE THESE THINGS! There has to be a simple way to do it from terminal, problem is, I can't seem to find the trash directory in terminal.
View 3 Replies
View Related
Nov 19, 2010
I am new to fedora and installed wine to see if I could get the sony reader software working (required to access sony bookstore from my sony ereader). Well the program did not work though it did create icons on my desktop. wine kept crashing and I said lets just get rid of it. I uninstalled wine via yum remove and nothing appeared to happen so I did rpm -qa |grep wine and saw lots of stuff. So I simply did yum remove wine* and then a rpm -qa |grep wine was empty. however wine is still under applications on my desktop and still has a category for programs--reader. I should also mention that while wine was installed I attempted to remove the reader via the wine uninstalller but a) wine gave a message of a core crash and b) all the uninstaller did was give me the option to reinstall the reader program. so now when I attempt to open an epub it tries with the sony reader software. I know I can just right click to use another program but for now I want wine gone completely from my pc and the sony program gone.
View 2 Replies
View Related
Jan 28, 2010
Just installed 9.10 and bloody loving it, Even though i love my Windows 7, This is just great learning all about Linux. Install was a breeze and installing normal apps are fine, but when we get to stuff like changing icons and stuff, this is just way over my head. All i want is icons that sort of look like MAC icons or Glass type icons, i downloaded a set from Deviantart and im that retarted i cant even follow the instructions...
[ReadMe to black-white 2
1.Change your main menu icon
2.different folder icons
1.-add a "Main Menu" to your panel
-run gconf-editor
-navigate to /app/panel/objects
-find a object_x with the "object_type=menu-object".
- tick up "use_custom_icon"
-type in "custom_icon" start-here1, start-here2, ... , start-here11
- if you doesn't like any of this icons you can browse here to an image of your choice
2.In this version I add some different icons for your downloads, documents, music,... folder.
-To use them you must unpack the tar.gz package.
-right click on the folder you wants to change and presspreference
-click on the folder icon and browse to the unpacked black-white2.tar.gz folder and go on to / scalable/places (sometimes /scalable/places/256)
-choose your folder and press open.]
These kind of instructions are way to advanced for a everyday windows user.. Are there any other easier guides out there to do this kind of stuff?
View 7 Replies
View Related
Aug 10, 2010
Does any one no any cool or useful things to type in on terminal?
View 3 Replies
View Related
Jun 24, 2011
Packages installed with synaptic are usually well installed on your system (i.e. bin in /usr/bin/, etc.). However, when a software is not in the repo, I always wonder where I should install it, when everything comes together (i.e. /bin, /var, /man are all subfolders of the main folder of the software). For now, I've opted for /var/opt/ or /usr/share, but I'm not really sure this is a best practice... is there any guidelines on that?
View 5 Replies
View Related
Jan 9, 2010
I'm writing a script to clean my computer.
Everything is good to go except i have no clue how to clear firefox's history and whatnot from the command line.
This is one of the commands i found...: rm .mozilla/firefox/linux-blog.default/cookies.txt
It tells me no such file or directory.
View 2 Replies
View Related
Feb 8, 2010
is there a way to transfer over data from one account to another? I made a new account for my roommate but since we share the same data is there a way to transfer that over?
View 2 Replies
View Related
Nov 21, 2010
I'm transferring all my music (about 25gb) from windows to ubuntu. When I try and copy everything from my external hard drive it gives me an error saying there is not enough space. Is there a way to allocate more memory for my music folder?
View 8 Replies
View Related
Apr 22, 2010
I just installed ubuntu server on a spare pc I have and I plan on hosting forums on it. I don't want to install the gui on it and waste resources as the pc is not all that new. But I don't know how to download things into the pc and store them in folders through the CLI. I just want to know an easy way to at least download webmin into it and I think I can figure out the rest. I know how to install webmin from CLI.
View 9 Replies
View Related
May 6, 2010
I've been trying to get full video card support for the following card Radeon HD 2400 XT Im running the new 10.04 and I cant seem to get the 3d stuff to work properly with compiz When I go to Administration - Hardware drivers it recommends the ATI/AMD proprietary FGLRX graphics driver. Even after getting that installed I still cant get Normal compiz to work. I dont know if it is the driver or some other configuration.
View 2 Replies
View Related
Jun 20, 2010
I've finally found a way to actually stream .asx stuff using mplayer ( by extracting the actual link to the video from it ), and now I'd like to record it. In the asx, I've found a link to an .asf file, which I can stream using mplayer. How can I save this to view it locally?
View 2 Replies
View Related