5
[ubuntu] Wine/Sketchup on 12.04view story

http://ubuntuforums.org – Hello.. I Install GoogleSketchup in wine. In the 1'st I have trouble with GL settings. But searching the net find solution with registry editing and now works. But have problems with display. 1. On start of sketchup the main frame is transparent(or sometime black) until I click into. 2. Then to select the human icon I need to click it twice. 3. (Hardware)

4
Unity-and other DE-problems in 12.04view story

http://askubuntu.com – So, I installed 12.04 64-bit. I immediately had issues getting Picasa 3 sync with web albums to work due to issues with WINE IE6 and 64-bit. I decided it wasn't worth it and decided to try out several DE's to determine what was best. I finally decided nothing worked better than Unity for me and started attempting to uninstall KDE and Gnome Shell. (HowTos)

6
Any body know why this .desktop script dose not work ?view story

http://askubuntu.com – The script does create an icon in dash home, but does launch the program. Any ideas guys ? [Desktop Entry] Name=Civ 5 Comment=Civ & 5 Exec=sh -c "cd /home/mark/.wine/drive_c/Program Files/Sid Meier's Civilization V; wine CivilizationV.exe" Icon=wine Terminal=false Type=Application Categories=Wine; StartupNotify=true (HowTos)

5
multiple instances of D2 with wineview story

http://ubuntuforums.org – http://diablo.incgamers.com/forums/s...u-with-wine%29 I followed the guide to the letter (but could not add a file to my bin folder access was not allowed) and it did not work I did learn i can put terminal commands in a text file and mark as an exe and run in termal to do a lot of tasks. (Hardware)

6
Get VLC to do fullscreen float in Xmonadview story

https://bbs.archlinux.org – Try this, it works very well for me.import XMonad.Hooks.ManageHelpers (composeOne, isFullscreen, isDialog, doFullFloat, doCenterFloat) myManageHook = composeAll. concat $ [ [ className =? c --> doCenterFloat| c <- floats] , [ resource =? r --> doIgnore | r <- ignore] , [ resource =? (HowTos)

5
Question about usb supportview story

http://ubuntuforums.org – I remember reading that wine on mac osx used qemu back before the transition to intel was made and all macs used ppc processors. I haven't used qemu but I've heard it is has full usb support. Would it be possible for the developers to use qemu to some how improve the usb support in wine? I'm sorry if this is a stupid question, I don't know much about programming, I'm just curious though. (Hardware)

5
Local DNS not workingview story

https://www.centos.org – Well, I can't, my wine install depends on it. I need wine for my work. [by ivom] (Distributions)

5
[ubuntu] MPK Mini Editor does not workview story

http://ubuntuforums.org – I bought an akai mpk mini for music editing on my ubuntu laptop. Since it is a windows application, I used wine to run it, and it ran smoothly until recently. When mapping controls, I would have to click the "Upload" button to have the controller update its mapped commands. It would say "Upload Successful" if it worked. (Hardware)

5
Honest State of Linux Gamingview story

http://ubuntuforums.org – Hi all! I have been using Linux for just over ten years now, and I have always had to have the whole dual-boot thing with Windows for my gaming addiction. With a lots of old information about Linux gaming, I thought that it would be nice to do an article about the Honest State of Gaming in Linux currently. (Hardware)

5
Making a launcher for a commandview story

http://askubuntu.com – How to execute a command just by clicking a shortcut on the desktop. I'm still very new to linux, this would help alot. Like for example I want to run steam.exe without no dwrite, so the command is 'wine Steam.exe -no-dwrite' and i want to be able to execute this command by just clicking a shortcut on the desktop. I think it is a shell script maybe? (HowTos)