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

learn more… | top users | synonyms

2
votes
1answer
49 views

Multi-user secure shell session sharing [closed]

I'm looking to do some pair programming with a collegue remotely, and I'm looking for the best tool to help us achieve this. Ideally I'd prefer for the remote user to have as little access as ...
0
votes
1answer
34 views

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 ...
0
votes
0answers
13 views

How can I create a custom layout for applet indicator in Ubuntu like that of Rhythmbox player or calendar (date/time)?

Can anyone tell me how can I create interface like that of Rhythmbox Player or Custom Layout for applet indicators Unity (Ubuntu) ?
0
votes
0answers
85 views

How would I integrate with the Ubuntu 13.04 sync menu

Will the sync menu allow the usage of D-Bus to work with it? I'm working on a application that uses Java but would still like to integrate as much as possible in Ubuntu. So would it be possible to ...
0
votes
0answers
114 views

Sublime text in Ubuntu-Unity. Open file in current workspace

I have four workspaces (call them "spaces" or "desktops" if you like) in Ubuntu, with Unity on. I have multiple Sublime Text 2 windows open in each of them. If I open a new file from Nautilus in ...
0
votes
0answers
25 views

How come that PyQt's icon isn't as sharp as it should be?

I'm using Python 2.7 with PyQt. I'm setting a QtGui.QMainWindow() icon by using self.setWindowIcon(QtGui.QIcon("icon.ico")) Whenever I run my program, the icon looks very blurry, or pixelated. This ...
-4
votes
1answer
28 views

how can i remove trailer of each chunk in chunk Transfer encoding in ruby [closed]

In this i am getting 2000(chunk size) in middle of data so many times.I don't want that how can i remove that in ruby. What should i do ,it should not come in data Can any one give Answer immediately ...
0
votes
0answers
27 views

Unity application to start as a service

We are developing a Unity applicaion to run on Android and iOS. For Android I know there is a way to define a service that will get notified on BOOT_COMPLETE. Is there a way to do it with Unity ...
0
votes
1answer
34 views

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 ) : ...
0
votes
0answers
21 views

How to embed two software-window (in Ubuntu-Unity)

I'm using Ubuntu 12.04 with Unity for UI. I want to know how to create a scprit or program to embed two anothers ui-programs. The command line example: $myprogram chrome firerox & The command ...
0
votes
0answers
55 views

Running a JavaScript function for Ubuntu Webapp integration from JQuery

I am trying to intrgrate my website with Ubuntu Unity as a webapp following the tutorial on the Ubuntu developers site. So far, I have this code in my HTML document: <script ...
0
votes
0answers
250 views

Xlib XSendEvent click event do not work inside of some windows on Ubuntu 12.04

i'm trying to send mouse click event using xlib in a ubuntu 12.04, all works when i do the click in the desktop bar icons and works when i do click in the title bar of each window (close, minimize, ...
0
votes
1answer
85 views

How would I go about making an alias which runs a command with an ampersand &?

I'm trying to run gvim work with Unity but I can't seem to get it working. A workaround is I can run the command gvim -f MYARGS& to make it play nice with Unity. This lets unity manage the menu ...
0
votes
0answers
80 views

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 ...
-1
votes
2answers
553 views

Intellij launcher doesn't work on unity?

Under /usr/share/applications I created: intellij.desktop: #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Type=Application Terminal=false Exec=/path/To/idea.sh" Name[en_US]=Intellij ...
1
vote
0answers
66 views

Qt restoring geometry incorrectly on X11

I'm using Qt 4.8.4 on Xorg 1.13.1. I'm saving the window geometry in the same way suggested in the documentation: QSettings settings; QByteArray geom = widget->saveGeometry(); ...
0
votes
1answer
90 views

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 ...
1
vote
0answers
33 views

Pyglets Window.on_key_press and Window.on_key_release affected by key repeat on ubuntu 12.10 with unity

On pyglet's documentation it is stated that The Window.on_key_press and Window.on_key_release events are fired when any key on the keyboard is pressed or released, respectively. These events are not ...
1
vote
1answer
290 views

Ubuntu 12.04 key bindings not working in IntelliJ Idea 12

I've installed the latest version of IntelliJ Idea Community Edition (12.0.1) and I have problems with key bindings there. I am using Ubuntu 12.04 LTS with Unity. None of them, where a letter is ...
0
votes
0answers
96 views

determine an application's process name on linux

This is the situation: Working on (the next version of) a Unity quicklist editor, I would like to add a reliable way of "restarting" launcher icons. Therefore i need to remove the icon (editing ...
2
votes
1answer
185 views

How do I get an extended title bar in Ubuntu Unity?

Applications such as Mozilla Firefox and Ubuntu Software Center are able to extend the title bar gradient down into their toolbar area. Example follows: How can I achieve the same effect in my ...
0
votes
1answer
51 views

How can I get the real size of the screen on Ubuntu?

I developed a auto-hide toolbar in Windows. Basically this toolbar appear on the screen when the mouse is moved to the right corner of the screen. Now I'm trying to run the same program on Ubuntu ...
2
votes
2answers
170 views

Unity Launcher icon not being set by Qt application

I'm trying to get my Qt application to display an icon in the Unity Launcher but it's not working. In code, I'm simply using: qApp->setWindowIcon(QIcon("path/to/icon.png")); but it's not doing ...
0
votes
0answers
51 views

How to stop ubuntu unity dash from truncating filenames?

I use unity dash to quickly find articles by part of the name. The problem is that the filename for the articles is around 60 characters, and it gets truncated in the middle like so: "Stac...low.pdf". ...
0
votes
1answer
124 views

Non-librarian Java integration with Ubuntu's Unity

I want my Java app to integrate with the Unity UI in Ubuntu 11+, but I only want to distribute a single JAR and would prefer it to only have my code (it'll likely be in my portfolio). Is there any way ...
0
votes
1answer
225 views

xwd/java.awt.Robot captures black windows (everything except unity2d shell is black)

Today, I ran into weird issue: java.awt.Robot captures black areas, instead of image content. I'm using Ubuntu 12.04 and OpenJDK6/7. java.awt.Robot on Unix is supported by the sun.awt.X11.XRobotPeer, ...
0
votes
0answers
136 views

Ubuntu: Unity Nux Development

I'm trying to use the Nux library which is used by Unity. Here's a link to some code samples I found. From my understanding, all that Nux needs to create a UI is an OpenGL context, which is great ...
0
votes
0answers
309 views

Creating Ubuntu 12.04 DEB-package for program with system tray icon

I have wrote a program in Lazarus (Free Pascal) for Ubuntu 12.04. This program has an icon in system tray bar, but by default icon is not visible there. How can I compose a *.deb package in order to ...
1
vote
1answer
374 views

unity broken after update

Ubuntu 12.04 After applying updates today I've lost unity3d. apt-get gives the following message: unity : Depends: unity-common (= 5.12+bzr2444ubuntu0+709) but 5.12+bzr2445ubuntu0+709 is to be ...
0
votes
1answer
164 views

Set Application Icon Using Canonical Quickly

Is there a simple way to set an application's icon using canoncial-quickly? I have tried setting the icon file of the main window within Glade, but the application still uses one of the stock GTK ...
2
votes
1answer
901 views

Ubuntu Unity: Integrating with global menu bar

Where can I begin investigating on how to add menu bar integration for a non-Gtk app when running under Ubuntu Unity? A few quick Google searches with keywords like "ubuntu unity menu bar integration" ...
1
vote
0answers
329 views

how to disable unity keys when using virtualbox? [closed]

Hey I'm running Ubuntu 12.04 as a host and windows 7 as a guest in virtualbox everytime I click alt / super key / winkey (unity keys) unity menu apper. is there a way to diasble this keys when I'm ...
0
votes
0answers
204 views

how to autostart thunderbird on my left desktop by default? [closed]

i start my thunderbird by default. But after the login i have to move the window all the time to the other desktop, this is really annoying. i mean NOT to the workspaces. i have to screens. ...
2
votes
2answers
99 views

Image caching loop goes wrong for my recipe searching program (daemon)

I wrote a daemon program, for searching through recipes from Gourmet Recipe Manager's database ( that is a recipe manager for GNU/Linux ) My program reads the information that it needs for each ...
0
votes
0answers
599 views

Enable Drag-and-Drop Ubuntu Unity [closed]

I noticed that dragging a file or link to the left panel of Unity makes most icons grey. For example, try to drag a file to Bless Hex Editor, and it refuses to open. I assume the lit up icons are ...
1
vote
1answer
260 views

Dealing with Unity's Global Menu and Overlay Scrollbars under Free Pascal/Lazarus

I've had some problems under the IDE that were fixed with unsettings and disabling Global menu and the Overlay Scrollbars. I've reported the problem in Lazarus' Mantis: #0021465, #0021467. There is ...
1
vote
1answer
1k views

LIBDBUSMENU-GTK-CRITICAL on exiting RCP application under Ubuntu 11.10

My RCP application's main menu appears in the global menu of Ubuntu 11.10, as expected. However, when exiting, I see these messages in the Eclipse console: (Application name:13458): ...
3
votes
1answer
2k views

Gtk# in monodevelop not working anymore after upgrading to ubuntu 11.10 unity

I had some monodevelop programs with a GTK# user interface running smoothly in ubuntu 11.04 wihtout unity. I have upgraded to unbuntu 11.10 with unity. Now I get the following error: "The type or ...
3
votes
3answers
195 views

How can I detect when I'm on a system running Unity?

In order to choose between what type of app indicators to use for a program, I need to detect whether I'm in a Unity desktop or not. Is this possible? Is it possible when I don't have access to the ...
0
votes
0answers
419 views

Ubuntu 11.10 Unity - time indicator is not showing the date/time [closed]

Yesterday I noticed that time indicator on the top pane is not showing the date/time, but is just saying "Time" (see attached screenshot). Does anyone know why is that so? How can I fix it and make ...
1
vote
2answers
417 views

How to define an icon for my python application in Debian/Ubuntu?

I have a python (pygtk) application which starts in different modes depending on arguments. I have a bash script for each application mode: kadro-reader.sh: #!/bin/sh /usr/bin/kadro reader ...
7
votes
1answer
532 views

How to use Ubuntu Unity global menu in GTK#?

I'm developing a simple GTK# application(nothing serious, just a little project), and I've noticed my application menu bar is showing in my application window instead of Ubuntu's Unity global menu ...
4
votes
1answer
292 views

Where can I find information on integrating Java applications into the Ubuntu application indicator menu?

I have a Java application that essentially functions like an instant messaging type of program. Until the recent "upgrades" to Ubuntu with the Unity interface I had a simple icon showing up in the ...
1
vote
1answer
189 views

can i apply gsettings without relogin?

I want my program's icon in Unity system tray. I do gsettings set com.canonical.Unity.Panel ..., but I want the changes to be applied without relogin, is it possible?
2
votes
3answers
746 views

wx.TaskBarIcon on Ubuntu 11.04

There is no tray in Unity under Ubuntu 11.04. How can I make icon appear somewhere in Unity? wx.TaskBarIcon is not appear anywhere. Thanks
11
votes
2answers
906 views

Python AppIndicator bindings -> howto check if the menu is open?

Here is a minimal example of an AppIndicator: #!/usr/bin/python import gobject import gtk import appindicator if __name__ == "__main__": ind = appindicator.Indicator("example-simple-client", ...