Ubuntu :: Removing An Uninstalled Wine Game Shortcut From Gnome-Do?
May 10, 2010
I Installed wine and starcraft recently, which I have been able to run before but It didn't like my new computer. Whatever, Starcraft 2 comes out soon and I have played my fair share of broodwar, so i decided to uninstall it. I removedarcraft from wine and then wine itself, however my Gnome-Do still has the shortcut/iconor starcraft when I type it in. Im guessing i need to go into gconfig-editor to fix it, but Im not brave enough to venture in without any advice before hand.
View 3 Replies
ADVERTISEMENT
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
Jan 13, 2010
iv'e installed a game that i've downloaded from a site, now i want to remove it, how?
View 5 Replies
View Related
Mar 11, 2010
newbie here..loving suse...but a question on package management...I have to run the etracer command in a shell to launch the program "extreme tux racer" for my son. it does not show up in a menu anywhere.how do i create a shortcut either on desktop or in the game menu?
View 3 Replies
View Related
Sep 6, 2010
install game from cd through wine?
i would like to run install disks via WINE, but there is a problem. the CD's are by default not executable, and the cd is read only, so when I try to change that I cant.
View 3 Replies
View Related
Jul 26, 2010
I have been struggling to find a way to play a game under Wine without using the CD, so looked if it was possible in Wine. I came across this commmand: Code: sudo mount /home/joseph/BIONICLE.iso -o loop /media/cdrom0/ which I tried. It didn't work, and gave me an error about how there was no "cdrom0". I assumed that it was created whenever something is mounted. Out of desperation, I removed cdrom0 from the command, and then things got funky. Doing so replaced all the contents of /media (there were no files, only useless floppy folders, since I have no floppy drive) with the contents of the ISO file. I tried using sudo to delete the files, but it said that it was a read-only filesystem. I tried changing the permissions using sudo chmod +w /media, but it didn't work, and complained about being read-only. I am unable to mount anything now! Can someone help, both with deleting /media, and possibly with running Wine games without the CD?
View 1 Replies
View Related
Oct 18, 2010
I know exactly what the problem is here, I just need either ATI or Ubuntu to fix it! Default Drivers per Ubuntu="2:8.780-0ubuntu2"(Maverick) Problem with these drivers: Every game in wine does not look correctly..... After installing 10.9 catalyst(maverick) The games work fine, however when I restart my computer with these drivers installed BAM!! Dead X.....
So the problem here is indeed the drivers, the ones suggested by Ubuntu install and work, but the games screw up.....the 10.9 works with the games but not Ubuntu as you can see no matter which way I go I'm screwed.....basically I'm just keeping 10.9 installed without Rebooting so I can do everything with Wine....
And yes i've tried everything you can think of with aticonfig(tls=1,tls=0,--initial,ForceXAA,blah blah blah) you think it, i've tried it. The problem simply is that Ubuntu 10.10 does not have any working ATI drivers for Wine at this time. So I have to wait and HOPE that ATI's 10.10 drivers that are comming out will fix this issue. I have tried the RC1 beta 10.10 drivers and the issue still persists, not a good sign. The beta drivers did not fix the issue i really hope ATI plans on fixing this problem in 10.10!
EDIT: Fixed some typo's! EDIT2: Ok problem is fixed with the newest drivers, however I am forced to disable GLSL in order for games to work why was this able to be enabled with ATI 10.9 but not now? Hopefully this is fixed so it can be re-enabled....
View 1 Replies
View Related
Aug 3, 2011
i been pretty busy lately and haven't really been keeping up with gaming. i thought it would be fun to play an online game but i refuse to resort to downloading windows haha, plus i would have to set up grub to load both operating systems which i really don't feel like messing with. so whats a fun online game that works in wine?
i have 10.04 Linus with the latest wine install.
hardware requirements is not an issue.
View 2 Replies
View Related
Jun 3, 2010
I'm just trying to run an old game The Neverhood on Wine. Everything has been installed, I've configured it as it should, but the damn thing doesn't run! The problem seems to be this bit:
[Code]...
View 1 Replies
View Related
Mar 5, 2010
Ubuntu 9.10
Wine 1.1.39
ATI HD5750
Catalsyt 10.2 (propriety)
For whatever reason, Wine won't run any games (though I tried only two), but runs MS Office, Notepad perfectly fine. When I click Borderlands form wine menu the computer is loading something for a while and then stops. When I try Civilization 4, the game starts loading and crashes immediately after saying "Init Engine" on the screen.
If I run them from the console, I get the same error for both:
Code:
wine Borderlands.exe
fixme:heap:HeapSetInformation 0x4296000 0 0x36ffda8 4
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
[Code]....
View 3 Replies
View Related
Sep 10, 2010
i have windows partition i'm unable to access through dual boot. i'm wondering if i could copy a game over to wine (warcraft 3) as i don't have the discs available.
View 1 Replies
View Related
Apr 27, 2010
I'll say this first: we want to NOT USE WINE. we don't care how much WINE has advanced, want to avoid reliance on an outside program to run this.
I've been planning a game with someone and we want it to be able to run on linux (Umbuntu base) without wine. It should be able to also run on Windows as well, however.
The game will be a graphical MU* with combat and item systems. We have no budget- it's a shoestring sort of thing.
Here's what has been hashed out so far: Programed in C#, maybe with some .NET graphics will be 2D, however, a 3d effect is wanted for things like ascending and descending (Z axis) Partner wants to use Tom Shane's GUI library (Neoforce Controls) Partner wants to use flatredball as graphics engine I don't care what is used as long as it works without WINE
Here's the problem: Flat red ball uses Direct X and is not openGL compatible (that I'm aware of) and my partner wants the effects from the flat red ball engine. Also, the GUI library he wants is also not openGL compatible.
We need some other opensource or freeware graphics engine that can do things like flat red ball but still work in Linux. GUI packs are also nice. I Tried suggesting but Partner has issues with....Mono - Mono.XNA won't work directly using openGL - thinks it's "too hard" after playing with OpenTK even though I told him they aren't the same Java - too clunky Horde3d - Wouldn't even look at the link
We've only been working on planning stages and aren't too in-depth yet. Also, his former interest in making this run in wine without Linux seems to be dipping right along with a marked increase in wanting to rely on Microsoft.
View 9 Replies
View Related
Sep 18, 2010
I'm trying to get a game to work, the mac/wine client for Fallen earth. After reading a few things i was able to download the fallen earth dmg file (named fm.dmg now) and converted it to a img file (fm.img) using dmg2img. Then i mounted it using these commands.
neon@neon-laptop:~/Downloads$ sudo mkdir /media/mount
neon@neon-laptop:~/Downloads$ sudo modprobe hfsplus
neon@neon-laptop:~/Downloads$ sudo mount -t hfsplus -o loop fm.img /media/mount
I thought i was done. But it seems i cant copy the main file FEUpdaterMac.exe becasue i dont have permisssions. Tried and got the following
neon@neon-laptop:/media/mount/FallenEarth$ sudo chmod +rwx FEUpdaterMac.exe
chmod: changing permissions of `FEUpdaterMac.exe': Read-only file system
Now I'm stuck is there anything anyone can think of everything else seemed to copy but this file.
View 5 Replies
View Related
Jan 7, 2011
As I stated in the title, can I, and if so, does anyone know how to install a game (like Mass Effect) on Ubuntu through wine that way it will sync up with my steam account? Also so when I do get up to ME2, my decisions will be transferred over?
View 4 Replies
View Related
Aug 26, 2010
I have ubuntu 10.04 installed, yesterday I installed gnome color chooser. Because it not working for me I choose to uninstall it from synaptic package manager,unfortunately I also removed the nautius.
Then, I reinstall with sudo apt-get install nautilus.
But when I restarted, I can't login (the login screen showed, when I type the password there is nothing happen) but when I ctrl+alt+f2 and login via console I can login.
View 4 Replies
View Related
Aug 2, 2011
Since Lunbuntu does not have any graphical interface to create destktop shortcuts for programs, could someone tell me plz how can I create shortcuts for wine applications from empty files?
View 9 Replies
View Related
Mar 9, 2010
complete removal of wine from ver 9.04
View 1 Replies
View Related
Feb 11, 2011
Im having a little problem removing wine programs.
Firstly i tried going into the wine menu and selecting uninstall under the programs tab in the menu, it said it was successfully uninstalled but if failed to remove anything.
Then i tried "uninstall wine software" under the wine tab and that still didn't change anything.
Finally i tried removing wine itself with "sudo apt-get remove wine" again it said wine was successfully removed, and again nothing changed wine and all its programs are still here.
View 4 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
Sep 21, 2009
how do I create a shortcut to a Wine program on the Desktop?
View 9 Replies
View Related
Dec 28, 2010
I just removed wine, I want it completely removed from my system. I installed it and removed it using the Software Center. However I still have associated options in the Nautilus context menu. For example when I right click any text file I have "Open With notepad" as an option. It's easy enough to right click that file, go to the open with tab, and remove notepad from the list of options. However it's apparently associated with certain types of files because the option was there for bash scripts I'd written with no extension, files with the .txt extension, etc. So this is apparently some file associations that wine installed and didn't take out. I've searched the xml files in /usr/share/nautilus/ui and none of those contained the word "notepad" so I'm guessing that's not where I need to be focusing my attention. I've done some googling and nobody seems have a definitive answer that I can find. Also, I found a "how to uninstall" on Wine's website where it basically just had me remove $HOME/.wine and some gnome association settings, and I did that and have even rebooted and that option was still there. I've removed it for those two types of files, but I want to know where it's stored so I can get rid of all traces.
View 9 Replies
View Related
May 5, 2010
How do you install the game 'same GNOME' in Lucid?It was my 8 yr old nephew's favorite game. It's not in Synaptic or Ubuntu Software Center for Lucid.
View 9 Replies
View Related
Mar 4, 2010
(Mods: If you feel this belongs more in the Games or Wine discussion area, please feel free to move. This question does intersect many areas, so was unsure where to put)
I have a funky server Ubuntu 9.10 Enterprise setup where I have X on all the time (using Xfce4 - not Xbuntu) with latest wine so I can run Windows only based game server executables. One of the applications is a simple dedicated racing game server made by the company I work for that works perfect in wine (unfortunately, the full 3D game client does not, so its a windows only game). The other is more just to test, runs Serious Sam HD dedicated with wine with a steam client active in background since SSHD Ded requires a steam client logged in (just create a dummy account).
Im getting some lag issues with the SSHD on the end-users client side. Unsure if its related to it being a more complex game and using wine to translate slowing it down. Things like tiny warps once in awhile, and the ping of clients kinda jumping around.
Im pretty sure my network settings are ok. Maybe not fully optimized for every bit via ipv4. Still though. This 1U Opteron server is in a ISP with a full 1000 up and down. Ports are locked out that aren't being used. I do have apache going, but its nothing strenuous. The CPU isnt used overly so. Maybe peaks out around 60% under strain, but mostly 20-40%. Memory use is about 550-700megs for SSHD itself. Given, it only has 2 gigs total at this time, but I still usually have near a Gig of memory available at most times.
I admit newbness of linux servers in general. Was reading about other game servers like CS:S requiring a ticked kernel near 1000 to get the least amount of lag. Some even saying they dropped the tickless options of the newer 2.6 kernels on purpose because they produced lag. Was checking on the history of newer Windows Server like 2008 and they still use a ticked OS, though a more optimized version.
So this boils down to should I be running a Ticked OS kernel to run a more complex Windows based dedicated server? I haven't tried thus far, well because I am again a bit of a n00b to all this. That and I'm not sure you have to tell wine or the SS:HD dedicated exe itself to run at a full ticked rate (no option I have seen for a command line function in the SS:HD itself).
View 2 Replies
View Related
Jan 29, 2011
I attempted to install Adobe Photoshop Elements 9 under Wine and it failed. Then I read a thread that offered some tweaks. But now when I try to install all that it offers to do is UNinstall. I thought I could UNinstall and then reinstall, but no...It fails to UNinstall too...just as it failed to install. So I'm wondering how to remove this (the command line way) from the system. I tried "yum remove wine" and when I put wine back, like a phantom, the same problem was there. I tried removing the entire .wine directory in my home folder...same problem.
View 1 Replies
View Related
Nov 28, 2010
I have been looking for the mahjong game for gnome. I tried yum install mahjong. I got the error message no packages.
View 4 Replies
View Related
Jul 19, 2011
I have Ubuntu 11.04. My system exceeds by far the recommendations for the game. The game is from 2001 and has very low system specs, so that's not the problem. Other games run fine, I have 3d acceleration etc. The game installs, but when I try to run it, it gives me the following error:
Critical Error: General Protection Fault
History: UD3DRenderDevice::CreateVideoTexture <- AllocTextures <- UD3DRenderDevice:: SetRes <- UD3DRenderDevice::Init <- UWindowsViewport::TryRenderDevice <- UWindowsViewport::OpenWindow <-UGameEngine::Init <- InitEngine
I really love that game and couldn't do without it. Another problem, not games related. My Ubuntu desktop freezes completely sometimes if screen is idle for a few minutes. A blank, white full screen appears and nothing I do can get me back to normal desktop. Only solution is Restart.
View 7 Replies
View Related
Feb 12, 2010
I have no need for libwine-print, nor cups. I noticed this issue while trying to remove cups. It's a box with no printer and will never see one, so I see no need to have it. I know it's not using much space, but I don't want it if I don't need it. Is there a way to remove libwine-print without removing wine?
Code:
Shelly:~# dpkg -P cups cups-bsd cups-client cups-common cups-driver-gutenprint cupsddk cupsddk-drivers
(Reading database ... 228913 files and directories currently installed.)
Removing cups ...
Stopping Common Unix Printing System: cupsd.
Purging configuration files for cups ...
[code]....
View 1 Replies
View Related
Apr 23, 2010
I'm running amd64 squeeze. I recently installed a game through wine that requires 8 bit color mode. when gnome desktop runs normally (24bit) it looks fine but when I stop gdm and startx -- -depth 8 the desktop, menu's and everything appears so dark(brownish) that I have to be two inches from the screen to to make anything out. I've searched google and here for gnome color palette but I can't find anything remotely similar to my problem. I'm not even sure if its a problem with gnome, x or the video card. I'm running a radeon x600, and the xorg.conf (that I had to generate with xorg -configure) mentions the radeon driver and rv380 radeon x600 pcie since I haven't installed the ati drivers I'm assuming its using the debian package one.
View 6 Replies
View Related
Jun 22, 2010
Biggest one that make game unplayable is mouse. Mouse isn't moving smooth it jumps around. I cannot shoot anything. So i asked for help, and everybody just say install windows. And where is fun in that. If people when ever run into problem with some software on linux just install windows. Linux would never go forward. I m not some great gamer, but i would like to be able to play this game. Probably somebody run into same problem. I sow that people talk about something like dis on WOW and wine but simptoms doesn't seem same to me.
View 1 Replies
View Related
Jun 1, 2010
This game is Java based. After rebooting the game works, but on ending the game several notification boxes remain. If these boxes are not closed in the reverse order that the game opened them, it is no longer possible to close them. Only by killing the Java processes can these notifications be made to close. Also after playing the game, even if all these notifications are closed it is many times necessary to kill the Java process(es) in order to get the game to load again at a later time. I am currently using Slackware 1.30, but a similar problem has existed in several of the past releases.
View 4 Replies
View Related