![]() |
|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]() Quote:
# cd /usr/ports/x11/gnome/libgweather && patch -E </path/to/libgweather-fahrenheit.diff && make install-all Code:
Index: Makefile =================================================================== RCS file: /cvs/ports/x11/gnome/libgweather/Makefile,v retrieving revision 1.56 diff -u -p -r1.56 Makefile --- Makefile 3 Feb 2014 13:00:29 -0000 1.56 +++ Makefile 16 Mar 2014 20:12:10 -0000 @@ -6,7 +6,7 @@ COMMENT= weather information access lib GNOME_PROJECT= libgweather GNOME_VERSION= 3.10.2 -REVISION= 0 +REVISION= 1 SHARED_LIBS += gweather-3 2.0 # 2.0 Index: patches/patch-libgweather_weather_c =================================================================== RCS file: /cvs/ports/x11/gnome/libgweather/patches/patch-libgweather_weather_c,v retrieving revision 1.2 diff -u -p -r1.2 patch-libgweather_weather_c --- patches/patch-libgweather_weather_c 26 Sep 2013 15:56:25 -0000 1.2 +++ patches/patch-libgweather_weather_c 16 Mar 2014 20:12:10 -0000 @@ -7,8 +7,8 @@ Subject: [PATCH] Add fallback in case _N https://bugzilla.gnome.org/show_bug.cgi?id=708561 ---- libgweather/weather.c.orig Thu Sep 19 11:17:26 2013 -+++ libgweather/weather.c Thu Sep 26 17:54:42 2013 +--- libgweather/weather.c.orig Sun Feb 2 11:38:57 2014 ++++ libgweather/weather.c Sun Mar 16 16:06:30 2014 @@ -701,6 +701,15 @@ gweather_info_get_conditions (GWeatherInfo *info) static gboolean is_locale_metric (void) @@ -40,3 +40,14 @@ https://bugzilla.gnome.org/show_bug.cgi? } static GWeatherTemperatureUnit +@@ -720,8 +737,8 @@ temperature_unit_to_real (GWeatherTemperatureUnit unit + + if (unit == GWEATHER_TEMP_UNIT_DEFAULT) + return is_locale_metric() ? +- GWEATHER_TEMP_UNIT_CENTIGRADE : +- GWEATHER_TEMP_UNIT_FAHRENHEIT; ++ GWEATHER_TEMP_UNIT_FAHRENHEIT : ++ GWEATHER_TEMP_UNIT_CENTIGRADE; + + return unit; + } This stems from Gnome3 thinking that the United States is a metric country, when it is in reality an Imperial country. This may need more investigation. EDIT: I also found a top bar weather extension: https://extensions.gnome.org/extension/613/weather/ All you have to do is click the slider on that page to "ON" and restart gnome-shell. It's very configurable and looks much nicer, IMO. Quote:
~Brian Last edited by ibara; 16th March 2014 at 10:18 PM. Reason: Discovery of the gnome-shell weather extension. |
|
|||
![]() Quote:
You should also be able to set touchpad options on the fly with synclient. If Gnome3 allows this to work, it should be a quick easy way to test the options. Code:
synclient TapButton1=1 Code:
synclient VertEdgeScroll=1 Code:
synclient HorizEdgeScroll=1 Last edited by shep; 17th March 2014 at 02:53 PM. Reason: [cmd][/cmd] --> [code][/code] |
|
|||
![]()
I'm getting the sinking feeling that something has been misinstalled on your machine.
|
|
||||
![]()
I don't know what that could possibly be, this is a clean installation of 5.5-snapshot plus Gnome 3.10.2. I have seen the bunched up icon issue with Arch+Gnome 3.10.2 as well, so I suspect most of this is Gnome related, as my 5.5-snapshot with Xfce works perfectly. I did get edge/horizontal scrolling working just fine, however. Still no suspend/resume.
|
|
|||
![]()
You never mentioned if suspend/resume worked without Gnome.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenBSD i386 snapshot & PAE on VirtualBox | aleunix | OpenBSD Installation and Upgrading | 2 | 1st March 2012 06:44 PM |
Automating OpenBSD snapshot downloads with a .netrc file | J65nko | Guides | 1 | 7th January 2010 03:09 AM |
Set Of gnome issues | jaideep_jdof | NetBSD General | 13 | 17th September 2009 06:39 AM |
Gnome issues in OpenBSD 4.2 | Shredder | OpenBSD General | 61 | 27th May 2008 07:34 AM |
Unicode issues with gnome-mount/HAL? | milkycow | FreeBSD Ports and Packages | 3 | 9th May 2008 11:46 PM |