Questions tagged [ubuntu-unity]

Unity is an interface for the GNOME desktop environment developed by Canonical Ltd for its Ubuntu operating system.

Founded in 2010, the Unity project started by Mark Shuttleworth and Canonical has gone on to deliver a consistent user experience for desktop and netbook users alike. Putting great design at the heart of the project, Unity and its technologies such as Application indicators, System indicators, and Notify OSD, have strived to solve common problems in the Free Software desktop while optimizing the experience for touch, consistency and collaboration.

http://unity.ubuntu.com/

82 questions
0
votes
2 answers

Unity C# Error: 'Sprite' does not contain a constructor that takes 0 arguments

I've been working on an item system for my game in Unity. I am still pretty new to coding, but I am giving it my best effort. My Item system Works by accessing interfaces with the data I need. While trying to assign my sprite from the interface to a…
Austen Kinney
  • 23
  • 1
  • 2
0
votes
0 answers

Always fullscreen on second monitor using OpenGL on Ubuntu 14.04

I have two monitors with different native resolutions at the same refresh rate, with GPU Nvidia Titan X (driver version 375.66) on Ubuntu 14.04. I would like to real-time show the captured image full screen on the second monitor, and at the same…
WDC
  • 334
  • 1
  • 3
  • 14
0
votes
1 answer

jQuery hide/show with non-zero duration not working in Firefox (but works in Chrome)

The basic jQuery hide / show code below does not seem to work in Firefox 29.0 on Ubuntu 12.04 LTS with Unity desktop. This exact same code works in Chrome 35.0.1916.114. When selecting the "hide this div" link, FF seems to start the transition. …
ChrisFreeman
  • 5,831
  • 4
  • 20
  • 32
0
votes
1 answer

ubuntu 12.10 not working after Upgrade from 12.04

after upgrading from Ubuntu 12.04 to 12.10 i have a black screen, don't see any thing I well remove this version and install a new one . but I need My all projects from local host. it's Important .
Ahmed
  • 87
  • 1
  • 1
  • 5
0
votes
0 answers

Ubuntu+Unity: text selection event

Subject: I have Ubuntu with Unity. I select text in different tools, like PDF Reader, Libre Office and so on. Can I get this event object (selection) somehow? I want to do some processing on this event.
Andrey Chul
  • 136
  • 11
0
votes
1 answer

How to open Guake immediately without transitions in Ubuntu

I am a user of Ubuntu 12.04 LTS using Unity default inteface. I use Guake, a Drop-down terminal for GNOME. I want to open it immediately without transitions because of Unity. What can i do? Thanks.
0
votes
1 answer

How to know some app's console command in unity dash?

Is it possible to see some app's console command from unity dash menu? For example, I open the Dash via the windows key, type in some app name, it appears in the list below, and I do "something" to see how to start it from the command line. I am…
user2883880
  • 211
  • 1
  • 5
  • 8
0
votes
2 answers

Unity: Keep desktop file information for detached process

I have the following desktop file [Desktop Entry] Name=My Game Exec=/usr/games/mygame %U Icon=mygame Terminal=false Type=Application Categories=Game; Comment=Start my game Comment[de_DE]=Starte mein Spiel and the entry is shown perfectly in Ubuntu…
abergmeier
  • 13,224
  • 13
  • 64
  • 120
0
votes
1 answer

Swing application won't display in unity when second monitor is on the left

I am developing an application in Swing. When I have two monitors connected, the application will not display. The icon appears in the unity side bar but the window is nowhere to be seen. I went back to basics and ran HelloWorldSwing.java from the…
Rodney
  • 2,642
  • 1
  • 14
  • 15
0
votes
1 answer

Manage Unity windows with Ruby

I am using Ubuntu with the Unity desktop and I would like to write a Ruby script that minimizes all of my Chrome windows and opens my LibreOffice Calc window. I'm sure there is an API for this, but whenever I Google "Ruby Unity API", "Ruby Unity…
Seanny123
  • 8,776
  • 13
  • 68
  • 124
0
votes
2 answers

How to program a smooth movement like HaxBall?

I'm learning to ActionScript 3, because I thought that it has a Unity-style (i.e. smooth) movement. But instead, it is C# - style (this.x+=1;) type of movement. So is there a way to make your character (a circle) move smoothly in flash? or how can I…
0
votes
1 answer

Python: prevent system process from going background

I am trying to write a downloader script (placed in unity luncher) using python that calls wget with all the right arguments. The script extracts url from clipboard and the file name from gtk primary clipboard, the one operated by text selection or…
CuriousCat
  • 429
  • 5
  • 16
0
votes
1 answer

GLFW Mouse doesnt work on Ubuntu+Unity

I have small problem with mouse in glfw ;/. Its working on Windows and Ubuntu+Gnome3, but it doesnt work on Ubuntu+Unity. Code for my mouse ( im using it to rotating camera in my game ) : glfwDisable(GLFW_MOUSE_CURSOR); int xpos, ypos; …
x6itru
  • 11
  • 1
0
votes
1 answer

Show Ubuntu Unity's Laucher through command line

How can I show Ubuntu Unity's Launcher panel through terminal? I'm trying to bind a mouse button to this, showing the launcher. By "launcher" I mean the vertical panel with the "Home button". I would like to press this particular mouse button and it…
guicassolato
  • 411
  • 1
  • 4
  • 10
0
votes
1 answer

check if menuitem was selected; pygtk

maybe a trivial question, but I'm having some severe problems with PyGTK... I'm trying to programm an application indicator for unity with gtk, and I'm trying to set some of my menuitems insensitive (via set_sensitive(False)) after I clicked on…
wa4557
  • 953
  • 3
  • 13
  • 25