Re: [Ayatana] Dash should be in full screen by default in desktop

2011-03-17 Thread Bilal Akhtar
On 03/17/2011 12:54 PM, frederik.nn...@gmail.com wrote:
 On Thu, Mar 17, 2011 at 05:44, Muhammad Nabil ottoman.k...@yahoo.comwrote:
 
 Dash in full screen looks better. Thanks.

 
 +1
 
 keeping the dash small would make sense, if another object could be
 displayed beside it on the same level / layer, but that doesn't seem to be
 the case, so it should rather utilize all the space.
 transparancy keeps the stuff below visually accessible, that's good to keep
 a map of the desktop, even when you're in the dash.

I don't think this would be good when the resolution is high (well above
1280x800). It would require unnecessary mouse movements.

Unity should detect when the resolution is low, then make dash
full-screen automatically (IIRC this happens when resolution is 1024x600
or lower).

Also Unity should add a user-friendly option, either in ccsm or at a
more accessible location, which makes dash full-screen automatically.
The current way to set this is to use dconf-editor, and we don't expect
new users to know this.

Bilal Akhtar.

 
 
 
 
 ___
 Mailing list: https://launchpad.net/~ayatana
 Post to : ayatana@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~ayatana
 More help   : https://help.launchpad.net/ListHelp


-- 
Bilal Akhtar - Ubuntu Developer bilalakh...@ubuntu.com
IRC nick: cdbs



signature.asc
Description: OpenPGP digital signature
___
Mailing list: https://launchpad.net/~ayatana
Post to : ayatana@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana
More help   : https://help.launchpad.net/ListHelp


Re: [Ayatana] Updating the style of Ubuntu sites

2010-10-27 Thread Bilal Akhtar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The Ubuntu Wiki has a 'light' theme which is not enabled by default
right now. If you want to use it, just go in your user preferences and
set the theme to 'light' .

I don't know about the planet, though.

Bilal Akhtar.

On 10/27/2010 10:36 PM, Caio Alonso wrote:
 Hi! I don't know if this is the right mailing list to ask this, but is there
 any work being done on updating http://planet.ubuntu.com and
 http://wiki.ubuntu.com to the new brand guidelines? I work with web design
 and I could help updating the style of those sites.
 
 Cheers,
 Caio Alonso
 
 
 
 
 ___
 Mailing list: https://launchpad.net/~ayatana
 Post to : ayatana@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~ayatana
 More help   : https://help.launchpad.net/ListHelp


- -- 
Bilal Akhtar - Ubuntu Developer, yet still 14 years old.
More information about him can be found on
https://edge.launchpad.net/~bilalakhtar
IRC nick: bilalakhtar
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJMyQz+AAoJENsMxwzgYeH2tBYIAIdqjgcj83TU5sPlmr9mxeW6
90lKbdaiAgOSbhW6LioP7D9j5fcE8fcywTB8Oxx2orm/WEc7bwfZkT5UVC+K1MPD
ZUODIZXlMl2QVlBR2ddRBjs7xWZXhrI2cvtk2kVc04Pj2X7wtbyU3N3hz5ucXaax
I75iLRej1wpPiTkW8KEouAqZV1Xi50DX5fsZwrLnOBIOqMDMpRr9SsQKEMQUPDEi
y1CYngMr4VRD0Wc3y+mECnKnVDnCoG0uMtnwFyMkNXq3uACV15fXn+oEFbFwwNQj
QqVFfY6mUr4u/nm9OCcimMYe4NXz5JVcHp2/P3yzvRc1ctfa7043I2or+hZRaDo=
=db0s
-END PGP SIGNATURE-

___
Mailing list: https://launchpad.net/~ayatana
Post to : ayatana@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana
More help   : https://help.launchpad.net/ListHelp


Re: [Ayatana] Restart Required

2010-09-10 Thread Bilal Akhtar
On Thu, Sep 9, 2010 at 14:57, Mark Shuttleworth m...@ubuntu.com wrote:

 Done at https://bugs.edge.launchpad.net/indicator-session/+bug/634003

Fix available as well! Branches attached to bug report contain fix.




___
Mailing list: https://launchpad.net/~ayatana
Post to : ayatana@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana
More help   : https://help.launchpad.net/ListHelp


[Ayatana-commits] [Merge] lp:~bilalakhtar/dbusmenu/fix-634003 into lp:dbusmenu

2010-09-09 Thread Bilal Akhtar
Bilal Akhtar has proposed merging lp:~bilalakhtar/dbusmenu/fix-634003 into 
lp:dbusmenu.

Requested reviews:
  DBus Menu Team (dbusmenu-team)
Related bugs:
  #634003 Restart to complete updates entry should be red
  https://bugs.launchpad.net/bugs/634003

-- 
https://code.launchpad.net/~bilalakhtar/dbusmenu/fix-634003/+merge/34985
Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'libdbusmenu-glib/menuitem.h'
--- libdbusmenu-glib/menuitem.h	2010-08-20 19:49:33 +
+++ libdbusmenu-glib/menuitem.h	2010-09-09 14:53:42 +
@@ -61,6 +61,7 @@
 #define DBUSMENU_MENUITEM_PROP_TOGGLE_STATE  toggle-state
 #define DBUSMENU_MENUITEM_PROP_SHORTCUT  shortcut
 #define DBUSMENU_MENUITEM_PROP_CHILD_DISPLAY children-display
+#define DBUSMENU_MENUITEM_PROP_FG_COLOUR	 fgcolour
 
 #define DBUSMENU_MENUITEM_TOGGLE_CHECK   checkmark
 #define DBUSMENU_MENUITEM_TOGGLE_RADIO   radio

=== modified file 'libdbusmenu-gtk/client.c'
--- libdbusmenu-gtk/client.c	2010-08-30 20:22:43 +
+++ libdbusmenu-gtk/client.c	2010-09-09 14:53:42 +
@@ -393,6 +393,9 @@
 		process_toggle_type(mi, gmi, value);
 	} else if (!g_strcmp0(prop, DBUSMENU_MENUITEM_PROP_TOGGLE_STATE)) {
 		process_toggle_state(mi, gmi, value);
+	} else if (!g_strcmp0(prop, DBUSMENU_MENUITEM_PROP_FG_COLOUR)) {
+		gtk_widget_modify_fg(GTK_WIDGET(gmi), GTK_STATE_NORMAL, g_value_get_int(value));
+		gtk_widget_modify_fg(GTK_WIDGET(gmi), GTK_STATE_PRELIGHT, g_value_get_int(value));
 	}
 
 	return;

___
Mailing list: https://launchpad.net/~ayatana-commits
Post to : ayatana-commits@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana-commits
More help   : https://help.launchpad.net/ListHelp


[Ayatana-commits] [Merge] lp:~bilalakhtar/indicator-session/fix-634003 into lp:indicator-session

2010-09-09 Thread Bilal Akhtar
Bilal Akhtar has proposed merging lp:~bilalakhtar/indicator-session/fix-634003 
into lp:indicator-session.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  #634003 Restart to complete updates entry should be red
  https://bugs.launchpad.net/bugs/634003

-- 
https://code.launchpad.net/~bilalakhtar/indicator-session/fix-634003/+merge/34986
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/dbus-shared-names.h'
--- src/dbus-shared-names.h	2010-03-17 21:23:49 +
+++ src/dbus-shared-names.h	2010-09-09 14:53:45 +
@@ -50,6 +50,7 @@
 #define RESTART_ITEM_TYPE x-canonical-restart-item
 #define RESTART_ITEM_LABELrestart-label
 #define RESTART_ITEM_ICON restart-icon
+#define RESTART_ITEM_FG_COLOUR	  restart-fgcolour
 
 #define ICON_DEFAULT  system-shutdown-panel
 #define ICON_RESTART  system-shutdown-panel-restart

=== modified file 'src/session-service.c'
--- src/session-service.c	2010-08-12 14:17:03 +
+++ src/session-service.c	2010-09-09 14:53:45 +
@@ -30,6 +30,8 @@
 #include gio/gio.h
 #include gio/gdesktopappinfo.h
 
+#include gdk/gdk.h
+
 #include dbus/dbus-glib.h
 #include dbus/dbus-glib-bindings.h
 
@@ -769,6 +771,7 @@
 			dbusmenu_menuitem_property_set(restart_mi, RESTART_ITEM_LABEL, _(Restart to Complete Update\342\200\246));
 		}
 		dbusmenu_menuitem_property_set(restart_mi, RESTART_ITEM_ICON, system-restart-panel);
+		dbusmenu_menuitem_property_set(restart_mi, RESTART_ITEM_FG_COLOUR, GdkColor.red);
 		if (session_dbus != NULL) {
 			session_dbus_set_name(session_dbus, ICON_RESTART);
 		}

___
Mailing list: https://launchpad.net/~ayatana-commits
Post to : ayatana-commits@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana-commits
More help   : https://help.launchpad.net/ListHelp


[Ayatana-commits] [Merge] lp:~bilalakhtar/indicator-session/fix-634003 into lp:indicator-session

2010-09-09 Thread Bilal Akhtar
The proposal to merge lp:~bilalakhtar/indicator-session/fix-634003 into 
lp:indicator-session has been updated.

Description changed to:

NOTICE: This can be merged ONLY after 
https://code.edge.launchpad.net/~bilalakhtar/dbusmenu/fix-634003/+merge/34985 
gets merged.
-- 
https://code.launchpad.net/~bilalakhtar/indicator-session/fix-634003/+merge/34986
Your team ayatana-commits is subscribed to branch lp:indicator-session.

___
Mailing list: https://launchpad.net/~ayatana-commits
Post to : ayatana-commits@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana-commits
More help   : https://help.launchpad.net/ListHelp


Re: [Ayatana] Browser Offline Message

2010-08-27 Thread Bilal Akhtar
 I don't understand why Firefox (or Internet Explorer) has an offline
 mode at all.

It is very much helpful for DSL users as well. Sometimes, I want to
avoid my browser add-ons from unnecessarily accessing web resources
while something large is being downloaded or I am voice-chatting.


signature.asc
Description: This is a digitally signed message part
___
Mailing list: https://launchpad.net/~ayatana
Post to : ayatana@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana
More help   : https://help.launchpad.net/ListHelp


[Ayatana-commits] [Merge] lp:~bilalakhtar/indicator-sound/fix-594396 into lp:indicator-sound

2010-08-11 Thread Bilal Akhtar
Bilal Akhtar has proposed merging lp:~bilalakhtar/indicator-sound/fix-594396 
into lp:indicator-sound.

Requested reviews:
  Conor Curran (cjcurran)
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  #594396 Sound Effects should not be the default tab in Sound Preferences
  https://bugs.launchpad.net/bugs/594396


This branch fixes bug #594396 .
-- 
https://code.launchpad.net/~bilalakhtar/indicator-sound/fix-594396/+merge/32318
Your team ayatana-commits is subscribed to branch lp:indicator-sound.
=== modified file 'src/dbus-menu-manager.c'
--- src/dbus-menu-manager.c	2010-08-04 10:32:25 +
+++ src/dbus-menu-manager.c	2010-08-11 13:07:43 +
@@ -174,7 +174,7 @@
 static void show_sound_settings_dialog (DbusmenuMenuitem *mi, gpointer user_data)
 {
   GError * error = NULL;
-  if (!g_spawn_command_line_async(gnome-volume-control, error) 
+  if (!g_spawn_command_line_async(gnome-volume-control --page=applications, error) 
   !g_spawn_command_line_async(xfce4-mixer, error)) 
   {
 g_warning(Unable to show dialog: %s, error-message);

___
Mailing list: https://launchpad.net/~ayatana-commits
Post to : ayatana-commits@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana-commits
More help   : https://help.launchpad.net/ListHelp