Hi list,
Please pardon and forgive my post, the issue was resolved. It is due to the
VMWare's snapshot manager, it uses the snapshot disk instead of the real disk
that was somehow removed.
Thank you,
-Allan
- Original Message -
| From: "allan registos"
| To: "centos"
| Sent: Saturday
Hi list,
Good day to you all,
Please correct me if this is the right list for posting this problem I am
having with CentOS, but here is the details of the problem:
I have a VMware guest running under Centos 6.5/64-bit. I rarely rebooted this
OS, and was using it as my backend for some of my
(Not security expert). Security is not the job of a single organization or
application alone. You may have to rely on the third party's commitment to
security, especially the underlying Operating System. For example, if you are
using the Windows operating system with the default configuration, t
al C++
redistributable, really hard if the error does not point you of what was
missing. There might be some needed components for lazreport to detect
the postgresql libs properly, since Lazarus, sqldb & zeos are working
fine with postgresql.
>
> El 11/07/2014 05:19 a.m., Allan E. Regist
Hi,
Does anybody have a working lazreport + postgreSQL ?
I am having trouble both 32-bit(winxp) with postgresl lib client present on the
same program directory and in 64-bit win7.
It cannot find libpq.dll.
Thanks & regards,
Allan
--
___
Lazarus
Hi,
I have found out that the postgres unit in Lazarus(I have tested with 1.2.0 and
1.2.4 versions) will cause compilation errors on Windows, but will work fine in
Linux.
Errors:
Error: Import library not found for pq
Error: Import library not found for c
Error: Undefined sym
On Thursday, 05 June, 2014 02:33 AM, Daniel Erles wrote:
> Yes, I tried with round too.
>
> Now I understand the problem, thanks to the explanation of Mattias.
> But I could not find a solution yet.
>
> The problem only occurs when I insert data using INSERT and POST
> functions.
> I tried crea
On Wednesday, 04 June, 2014 04:43 PM, Mattias Gaertner wrote:
> On Wed, 04 Jun 2014 15:47:24 +0800
> "Allan E. Registos" wrote:
>
>> On Wednesday, 04 June, 2014 06:03 AM, Philippe wrote:
>>> generally, if one needs accurate values he does not use real values
>
On Wednesday, 04 June, 2014 06:03 AM, Philippe wrote:
>
> generally, if one needs accurate values he does not use real values
> ... use integer (or word, longint, longword etc) ... then when needed
> make the conversion or formating (for computing or printing) ...
>
My thinking is quite the opposit
On Wednesday, 04 June, 2014 04:39 AM, Daniel Erles wrote:
> Hello.
> I have this problem:
>
> My database (Firebird) has a table with the following fields:
> ...
> rTitle DECIMAL(8,4) not null,
> rDiameter DECIMAL(10,6) not null,
> ...
>
> In my program I have a Form with a a TZTable object (
On Saturday, 17 May, 2014 12:38 PM, Gordon Cooper wrote:
> Several days ago I posted a request about filing conventions, a
> request that had no response. I am asking this again, as I am having
> file access problems. Am attempting to use Lazarus on Linux,
> specifically
> Kubuntu 12.04.
>
> Havi
On Wednesday, 14 May, 2014 07:10 AM, silvioprog wrote:
> The Brook team is glad to announce the release 3.0.0.
>
> This version was compiled and tested successfully with Free Pascal
> 2.6.4. Here is the list of changes between version 2.6.4 and 3.0.0 of
> the Brook:
>
> https://github.com/silviopro
On Saturday, 26 April, 2014 04:52 AM, Vojtěch Čihák wrote:
> Hello,
>
> I would like to share my visual components which I finished recently.
> They are written from scratch for Lazarus, no Delphi port. Based on Themes.
>
> Before you install, you need to do a small modification in control.pp (
Hi all,
I am fighting with this memo output text on TDBLookupComboBox control.
I have this db query: SELECT (flute.flute || '-') || flute.description AS flute
FROM flute;
and there are some similar queries. In a TDBGrid, we can let the output as is
as the query result and not the (MEMO) outp
On Wednesday, 23 April, 2014 04:38 PM, Mark Morgan Lloyd wrote:
> I'm exploring alternatives to Debian on SPARC. One of the obvious ones
> is BSD which (I presume) will need some cross-builds to get FPC going.
>
> Can anybody comment on /which/ BSD variant is likely to add fewest
> problems to my h
On Wednesday, 16 April, 2014 01:18 PM, Allan E. Registos wrote:
> Hi all,
>
> Another noob db question, is there anything I can do make this error
> more friendly?:
>
> >In file 'ink_settings_unit1.pas' at line 65:
> >INK_SQL.SQL.Text := '
Hi all,
Another noob db question, is there anything I can do make this error more
friendly?:
>In file 'ink_settings_unit1.pas' at line 65:
>INK_SQL.SQL.Text := 'INSERT INTO ink_settings(id, setting_type,
>basebalance_date, latest_data) ' +
?
I have this code structure for updating/inserti
On Monday, 14 April, 2014 03:55 PM, Juha Manninen wrote:
> On Mon, Apr 14, 2014 at 10:40 AM, Allan E. Registos
> wrote:
>>> FWIW it also happens with a TDateEdit (lazarus 1.2.0/gtk).
>>>
>> Using Lazarus 1.2.0/gtk2/Ubuntu 12.04/Unity shell.
> Please report w
On Monday, 14 April, 2014 03:32 PM, Luca Olivetti wrote:
> El 14/04/14 08:37, Juha Manninen ha escrit:
>> ZVDatetimeCtrls is now included in Lazarus trunk sources and the
>> component names are identical with Delphi component names.
>> The report and possible example code should be done for that ve
Hi all,
A minor issue in Linux.
In linux, we have this privileged to keep a certain application window on top
of any window by right-clicking the top bar and click Always On Top from the
context menu.
Now I have this date/time control, I am using the date time picker from the
package: ZVDat
On Friday, 28 March, 2014 05:36 PM, Mattias Gaertner wrote:
> On Fri, 28 Mar 2014 17:02:44 +0800
> "Allan E. Registos" wrote:
>
>> [...]
>>>> and can't locate the correct fpcsrc version
>>> What is the correct fpcsrc version?
>> During Laza
On Saturday, 29 March, 2014 11:52 PM, Michael Van Canneyt wrote:
>
> Hello,
>
> Since many years I have been writing articles about Object Pascal
> (both in Delphi/Kylix and FPC/Lazarus), as well as some other things.
> These articles were published - in the main - in a German magazine
> called Too
On Friday, 28 March, 2014 10:27 AM, Mattias Gaertner wrote:
> On Fri, 28 Mar 2014 09:42:17 +0800 (PHT)
> "Allan E. Registos" wrote:
>
>> [...]
>> For Lazarus 1.0.14/Ubuntu 64 Precise
>> I have successfully installed crosscompile win32/i386 and can generate wi
Hi all,
Good day,
For Lazarus 1.0.14/Ubuntu 64 Precise
I have successfully installed crosscompile win32/i386 and can generate win32
executable.
I upgraded to 1.2.
I've moved the old .lazarus to .lazarus_0.14 because Laz 1.2 is unable to
upgrade it and was using instead the binary in that di
On Tuesday, 25 February, 2014 03:33 PM, brian wrote:
> On 02/24/2014 05:52 PM, Allan E. Registos wrote:
>> Anybody who is using fpcup on Ubuntu 12.04 64-bit?
>
> Not Ubuntu, but its ancestor. I'm using 64-bit Debian 7, and the last
> time I updated (about a week ago, I thin
Anybody who is using fpcup on Ubuntu 12.04 64-bit?
Tried installing lazarus through fpcup, it seems the fpcup installer is
successful. While it manage to create a lazarus_fpcup shortcut at the
desktop, it did not create the lazarus executable in
~/development/lazarus dir. I uninstalled all my fpc/l
On Saturday, 22 February, 2014 02:05 PM, leledumbo wrote:
> Allan E. Registos wrote
>> Environment: Ubuntu 12.04.4 32-bit
>> Downloaded from sf the required fpc 2.6.2 versions of binary and source
>> and installed them.
>> Lazarus 1.2 RC2 will show this error at star
Environment: Ubuntu 12.04.4 32-bit
Downloaded from sf the required fpc 2.6.2 versions of binary and source and
installed them.
Lazarus 1.2 RC2 will show this error at start:
Directory: /usr/share/fpcsrc/2.4.4/
Error: directory not found
You can download FPC and the FPC sources from
http://sourc
On Thursday, 20 February, 2014 05:07 PM, Antonio Fortuny wrote:
>
> Le 20/02/2014 07:43, Allan E. Registos a écrit :
>> Hi all,
>>
>> A noob question, I have trouble trying to port an existing vb.net
>> snippet to pascal.
>> Can anyone provide a code snip
Hi all,
A noob question, I have trouble trying to port an existing vb.net
snippet to pascal.
Can anyone provide a code snippet where we can download and view a file
from a Database? A binary(jpeg/pdf file) was uploaded to a database
table. The code will just download the file uploaded and view i
On Wednesday, 12 February, 2014 02:47 PM, leledumbo wrote:
> I have no idea since when, but the latest I've tried is r43866. Lazarus keeps
> asking for FPC source directory and it can't even find its own directory.
If Lazarus is on Linux, one problem is due to file permissions. Your
.lazarus direc
On Sunday, 09 February, 2014 12:13 AM, silvioprog wrote:
> 2014-02-07 22:11 GMT-02:00 Allan E. Registos
> <mailto:allan.regis...@smpc.steniel.com.ph>>:
>
> On Thursday, 06 February, 2014 05:26 PM, Michael Van Canneyt wrote:
>> On Thu, 6 Feb 2014, Dim
On Thursday, 06 February, 2014 05:26 PM, Michael Van Canneyt wrote:
>
>
> On Thu, 6 Feb 2014, Dimitrios Chr. Ioannidis wrote:
>
>> Hi,
>>
>> 5/2/2014 8:04 ??, ?/? Michael Van Canneyt ??:
>>
>>> Demos, demos, demos :)
>>
>> Too much influence from Steve ?
>
> Let's hope not. I don't consid
On Tuesday, 04 February, 2014 04:56 PM, Lukasz Sokol wrote:
> Hi,
>
> On 04/02/14 00:20, Allan E. Registos wrote:
>> Hello to all,
>>
>> (Part of this mail also I posted earlier at the Lazarus forum).
>>
>> I was skimming the BSD Magazine: FreeBSD Progra
On Tuesday, 04 February, 2014 04:38 PM, Michael Van Canneyt wrote:
>
>
> On Tue, 4 Feb 2014, Allan E. Registos wrote:
>
>> Hello to all,
>>
>> (Part of this mail also I posted earlier at the Lazarus forum).
>>
>> If anyone can refer a resource person who
Hello to all,
(Part of this mail also I posted earlier at the Lazarus forum).
I was skimming the BSD Magazine: FreeBSD Programming Primer.
In page 7 the magazine mentioned about Pascal this way:
Quote:
BASIC and Pascal are great for learning how to code,
but they have some limitations..
+1From: "Peter Korn" To: "Discussion of accessibility on the OLPC" Sent: Wednesday, September 18, 2013 2:38:45 AMSubject: Re: [laptop-accessibility] Considering closing down the mailing list accessibility@lists.laptop.orgGreetings list members, Since I broached the topic of closing down this list
Hi Gary,
Successfully compiled your TTS software.
Very cool, however with one caveat: it failed to set the voice to female, it
will always return to male.
Suggestion: We may need to put a stop playing function.
Regards,
Allan
- Original Message -
From: "Gary Kline"
To: "Discussion
e:
>
>
>
> I tried to install it from the ppa but it broke my boot up. I'll try
again in a few days, im one of the excited few.
> —
> Sent from Mailbox for iPhone
>
>
>
>
> On Fri, Jun 28, 2013 at 3:37 PM, Allan E. Registos <
allan.regis...@smpc.steniel.com.p
I'm waiting for this to happen in spite of the opposition. As I long to have
X-less Linux desktop for so long.
However, I need to have a fallback Linux desktop in case Ubuntu on XMir won't
live up to _my_ expectations.
More info on XMir:
https://lists.ubuntu.com/archives/ubuntu-devel/2013-June
Allan
- Original Message -
From: "Gary Kline"
To: "Discussion of accessibility on the OLPC"
Sent: Tuesday, January 8, 2013 8:06:18 AM
Subject: Re: [laptop-accessibility] just a test...
On Tue, Jan 08, 2013 at 07:03:52AM +0800, Allan
On Tuesday, 08 January, 2013 09:57 AM, Gary Kline wrote:
I'll check into it, thanks. meanwhile, who should I contact at
laptops.org who would know how to proceed? it was the 100-billion
estimate of children with disabilities that kept me going. I want to
start with VBC on Sugar rather than stic
On Tuesday, 08 January, 2013 08:06 AM, Gary Kline wrote:
On Tue, Jan 08, 2013 at 07:03:52AM +0800, Allan E. Registos wrote:
Hi.
hi!
according to your email and TZ, you are from somewhere in the
Phils, if I'm not mistaken. my wife was born there. [ just
Hi.
- Original Message -
From: "Gary Kline"
To: "Accessibility Laptop List"
Sent: Tuesday, January 8, 2013 6:58:30 AM
Subject: [laptop-accessibility] just a test...
just a test. is anyone at the other end of this list? I have a
major CopyLeft program to announce.
--
Gary Kline
I think I can provide a little time to help.
I already tried to translate the "Ubuntu Software" center to Filipino
through my launchpad account but found it difficult, because the default
English is much easier to understand.
Regards,
Allan
On 6/18/12, Allan E. Registos wrote
askubuntu.com/
- Original Message -
From: "noel nuguid"
To: "Mailing List para sa Ubuntu Pilipinas (Philippines)"
Cc: "Prudence Tomulto"
Sent: Saturday, June 16, 2012 10:27:11 PM
Subject: Re: [Ubuntu-PH] forums
You could also check ubuntuguide.org
Sent from my BlackBerry® wireless h
ck.sourceforge.net/ . IMO, much easier than building and maintaining
your own.
Good luck!
On Saturday, June 16, 2012, Allan E. Registos wrote:
Translation is fine. Pero yong customized wallpapers, boot splash images, and
other customizations not related to translation, I believe is mor
ranslate lang sa launchpad kung ano lang ang isasama sa
distro?
On Fri, Jun 15, 2012 at 9:38 AM, Allan E. Registos <
allan.regis...@smpc.steniel.com.ph > wrote:
On Fri, 15 Jun 2012 13:25:13 +0800, claive alvin Acedilla <
cabpacedi...@gmail.com > wrote:
Maganda rin kasi pa
On Fri, 15 Jun 2012 13:25:13 +0800, claive alvin Acedilla
wrote:
Maganda rin kasi pag nagkaroon tayo ng sariling distro ng Ubuntu para
customized yung distro sa taste ng mga Pilipino.
Gaya ng boot splash screen ay magsasabing "Maligayang pagdating sa
Ubuntu"
na nasa Philippine sunrise back
Hi,
I think it is Filipino language not Tagalog.
Cheers,
Allan
- Original Message -
From: "Eduardo Bergavera"
To: "Mailing List para sa Ubuntu Pilipinas (Philippines)"
Sent: Wednesday, June 6, 2012 10:01:45 AM
Subject: Re: [Ubuntu-PH] Translate Linux to Philippine Language
Hi guys,
Hi feliciano, thanks for that info on vetoing files on Samba. Ngayon ko pa lng
yan nalaman, because of your mail. :) o)
Regards
- Original Message -
From: "Erwin Olario"
To: "Mailing List para sa Ubuntu Pilipinas (Philippines)"
Sent: Friday, April 27, 2012 10:16:44 AM
Subject:
To add, 12.04 is five years supported for both desktop and server.
- Original Message -
From: "Erwin Olario"
To: "Mailing List para sa Ubuntu Pilipinas (Philippines)"
Sent: Friday, April 27, 2012 10:16:44 AM
Subject: Re: [Ubuntu-PH] Fwd: Ubuntu 12.04 (Precise Pangolin) released!
Thank you...
Looking forward to install it on business PCs. :)
- Original Message -
From: "Zak B. Elep"
To: "Mailing List para sa Ubuntu Pilipinas (Philippines)"
, "Philippine Linux Users' Group (PLUG) Technical
Discussion List\""
Sent: Thursday, April 26, 2012 9:29:23 PM
Subject: [Ub
?
- Original Message -
From: "Yolynne Medina"
To: zca...@googlegroups.com
Sent: Friday, February 17, 2012 5:24:47 PM
Subject: [Ubuntu-PH] Minutes of RATVETI Meeting 02-16-2012 (Monday)
Minutes of RATVETI Meeting 02-16-2012 (Monday)
at Grand Astoria Hotel 9 to 1pm
attendance is with TESD
;
>
>
> Gil Villamater
>
> travellingpolander.blogspot.com
>
>
>
> From: ubuntu-ph-boun...@lists.ubuntu.com
> [mailto:ubuntu-ph-boun...@lists.ubuntu.com] On Behalf Of Allan E. Registos
> Sent: Friday, November 11, 2011 7:45 AM
> To: Mailing List para sa Ubuntu
Hi list,
Good morning,
Has anybody had any experience in the past to attend PLDT PASALAMAT NIGHT?
I was invited, and just curious of what to expect, whether to accept it or not.
Attire is *black & white*.
Regards,
Allan
--
Join Google+:
https://plus.google.com/i/_Y9Y4AIXAf4:MRMNTifFm9I
Hi list,
Does anyone have an experience of setting a Digital Audio Workstation out of
Mageia?
Would love to hear some experiences ...
Regards,
Allan
On 8/22/2011 1:00 AM, TJ wrote:
> On 08/21/2011 02:50 AM, Mehdi Hadjard wrote:
>>
>> P.S. I noticed that the printed pictures in ML are slightly lighter that
>> shown in Gimp. Is there some type of program that calibrates printer
>> with monitor?
>> Thanks, Gary
>>
>
> That's not as easy as it soun
On 7/15/2011 4:41 PM, Emmanuele Bassi wrote:
I am painfully aware of the shortcomings of Gnome applications with
regards to netbooks and their abysmal resolutions.
this, though, has nothing to do with the shell; the shell cannot modify
the applications.
this mailing list[0] is the development m
On 7/15/2011 4:41 PM, Emmanuele Bassi wrote:
this mailing list[0] is the development mailing list of gnome-shell.
it's not the list for Gnome 3, nor it's the mailing list for the control
center, evolution, nautilus or whatever other part of Gnome.
Ah ic, this is a development ML for the shell, u
I really do not think you should expect all users to just file bugs. I
remember I have a problem with this in Evolution email with a 1366x768
monitor, in order to see the close button, I need to hide the bottom panel.
On 7/15/2011 6:26 AM, Emmanuele Bassi wrote:
what I personally don't unders
On 7/13/2011 11:05 PM, Adam Tauno Williams wrote:
I didn't say that it is stripped-down! nor i want to offend anyone, i
> know that GNOME project requires
Seems implied by being cast as logically not "fully functional" [your
words].
It seems he clarified it(from his response) it is from his PO
On 7/13/2011 10:49 PM, Daniele Guerrieri wrote:
Um. I'm not sure how you're getting there from here. How does Android -
> 2.3 or 3.0 - resemble GNOME 3? The major feature of GNOME 3 is the
> Overview; Android does not have anything like this. It has an app
> browser, but this has no concept of
I've been a subscriber since the alpha period, and the list is very alive...
;-)
Please check the archive.
- Original Message -
From: "Cazzaniga Sandro"
To: "Mageia general discussions"
Sent: Thursday, June 30, 2011 4:06:43 PM
Subject: Re: [Mageia-discuss] Very quiet list
Le 30/0
Original Message
Subject:Re: My opinions on Gnome Shell
Date: Sun, 19 Jun 2011 17:12:31 +0100 (BST)
From: Dimitris M.
Reply-To: Dimitris M.
To: gnome-shell-list@gnome.org ,
awill...@whitemice.org
That would leave the "activities" only with one view, th
On 5/30/2011 9:07 PM, G. Michael Carter wrote:
I have three people I want to make admins. I've used the user area to
make them admins and added them to the wheel group.
But when I get the authorization from this step:
[mcarter@liandra ~]$ epiphany
bash: epiphany: command not found...
Install
On 5/28/2011 7:36 AM, Brian Baker wrote:
I must admit I am fed up with reading about power off suspend etc. The
thing with Linux is choice, there is always choice! just as some
enterprising person created an extension that allows the possibility
to shutdown the computer! If you choose use it! G
On 5/28/2011 12:12 AM, Owen Taylor wrote:
On Fri, 2011-05-27 at 08:53 -0700, Diego Fernandez wrote:
Well then couldn't there just be a 'Power Off' and 'Suspend' option in
the menu then? That doesn't seem too confusing... Suspend = "I'll be
back in a bit and want to get back to what I was doing
On 5/26/2011 5:51 PM, Adam Tauno Williams wrote:
(e) there is an extension available [in at least the openSUSE GNOME3
STABLE repo] that adds Suspend& Power Off as discreet items on the
menu.
@Adam:
Perhaps one of your audience is not system admins/power users(users of
tweak* & extensions).
De
On 5/25/2011 5:57 PM, Adam Tauno Williams wrote:
Allen, you would have noticed i gave examples as to where
> gnome-shell/mutter was anything BUT robust. One trip to youtube and
> watching gnome-shell reviews will show you that it isn't as robust as
> you think.
I've watched you-tube videos an
On 5/25/2011 2:59 PM, Olav Vitters wrote:
On Wed, May 25, 2011 at 02:46:03PM +0800, Shu Hung (Koala) wrote:
Just a quick curious question: will there be a 2D fallback for Gnome Shell?
There is work going on for software accelerated 3D (good enough for
GNOME shell). Hopefully that'll be ready by
+1.
Be friendly to Linux users(me a Linux user), as these are the people that will
often convert to BSD and Solaris/OI. I think most enterprise data centers
nowadays are a hive of heterogeneous technologies.
Regards,
Allan
- Original Message -
From: "Alasdair Lumsden"
To: "Discus
>
>From: "Ken Gunderson"
>To: "Discussion list for OpenIndiana"
>Sent: Tuesday, May 24, 2011 8:16:40 PM
>Subject: Re: [OpenIndiana-discuss] Update info?
>
>The presumption that something is the best based on distrowatch listing
>is a fallacy.
>
Kenderson: For the record, I did not s
>
>From: "LinuxBSDos.com"
>
>How many of those distros that are not based on Ubuntu can you name?
>
>Remember that we are talking about using sudo instead of the root account
>system, not just having sudo installed as an application.
>
>List as many as you can and I'll still be able to p
> > > - Original Message -
>From: "LinuxBSDos.com"
>To: "Discussion list for OpenIndiana"
>Sent: Tuesday, May 24, 2011 3:06:49 PM
>Subject: Re: [OpenIndiana-discuss] Update info?
>
>
> As an application, sudo pre-dates Ubuntu, but it is true that Ubuntu
>started this madness of r
On Monday, 23 May, 2011 10:13 PM, Ryan Peters wrote:
Before I say anything, let me state that I am not a developer or
designer of this project. From what I've read *from* the designers,
though, the decision was made for consistency's sake, not necessarily
saving energy. The menu has the same fu
On Monday, 23 May, 2011 02:45 PM, Olav Vitters wrote:
On Mon, May 23, 2011 at 11:13:19AM +0800, Allan E. Registos(x-mail) wrote:
On Monday, 23 May, 2011 09:41 AM, Bill Dwyer wrote:
Nic to know the Dev team doesn't care about what the users think.
Not true.
A recipe for disaster fo
On Monday, 23 May, 2011 12:30 PM, jordan wrote:
hi Allen,
This is one I think is a valid concern, I will also be using Multimedia
apps for recording and it looks like GNOME Shell is not the right _desktop_
_shell_ at this rate. I remember one poster here who complains, but with no
solution for
On Monday, 23 May, 2011 09:41 AM, Bill Dwyer wrote:
Nic to know the Dev team doesn't care about what the users think.
A recipe for disaster for any project for sure. Many of you will think
why some people like me was still reading this list, I just want to know
or get informed on user feedbacks
On Monday, 23 May, 2011 01:32 AM, jordan wrote:
> Will you please stop this? I'm sorry, but you are refusing to give any good
> examples whatsoever of how it's harder to use the interface and this thread
> is going in circles because of it (which you blame on me, which isn't the
> case at all
On Sunday, 22 May, 2011 11:25 AM, Ryan Peters wrote:
That is to say, they are forced them to re-learn and cannot see the
benefit. Moreover when one of them persists, there is always a
convenient answer that involves relearning with a small dose of "who
cares that it's a bit harder to do x".
Wi
On Friday, 20 May, 2011 07:08 AM, Bayard Bell wrote:
I've read most of the thread, and I don't see anyone drifting that way.
Instead I see people saying that they aren't too worried about kFreeBSD because it's a
"toy" OS and then some varying degrees of sectarianism and ecumenism about
Linux d
On Thursday, 19 May, 2011 07:50 PM, Dick Hoogendijk wrote:
Op 19-5-2011 13:23 schreef Apostolos Syropoulos:
I have read the following
http://www.phoronix.com/scan.php?page=news_item&px=OTQ1Nw
Are they serious? I think we should seriously consider abandoning GNOME
and replace it with KDE.
Yes t
On Thursday, 19 May, 2011 11:02 AM, Ryan Peters wrote:
If we really we do need stuff like this rather than the default, some
must become an official release from GNOME Shell. Not third party for
the sake of end users and stability of the DE.
I never said extensions were needed; sorry if it cam
On Thursday, 19 May, 2011 03:54 AM, Gerald Henriksen wrote:
Also, the critics saying that GNOME Shell is "one size fits all" must
>have never looked at the extensions or third-party programs yet. There
>are already places menus, drive menus, alternative status menus, docks,
>launchers on the pane
On Mon, 2011-05-09 at 07:48 -0700, Sriram Ramkrishna wrote:
> I think occasionally you snipe about how things are developed which I
> guess bothers some people. It doesn't bother me and your actions are
> certainly in line with the GNOME Code of Conduct so I don't see what
> the griping is about.
As you wish. I am now trying to answer constructively, just tell us plainly of
what is wrong with our words as I am trying to get neutral on any issue at
hand. Scaring us won't work.
- Original Message -
From: "Milan Bouchet-Valat"
To: "Allan E. Registos&quo
Am I being blocked? I've been receiving this error:
host sbcmx8.prodigy.net[207.115.36.22] said: 553
5.3.0 nlpi140 DNSBL:ATTRBL 521_is_blocked.
please confirm... so I can stop responding to the list.
Regards,
Allan
___
gnome-shell-list mailing l
On Fri, 2011-05-06 at 17:26 -0500, Jason D. Clinton wrote:
>
> This is a perfect example of why people should feel comfortable using
> suspend-to-RAM on Linux. And that's why we made it the default if the
> kernel tells us that your laptop hardware is known to suspend
> successfully.
For the reco
On Fri, 2011-05-06 at 19:01 +0200, Denys Vlasenko wrote:
> > The dock for the favorites list is just as fast
> > to reach (especially if you use the Windows/Super key)
>
> It definitely isn't as fast. Yes, it's not hard to reach,
> but in Gnome 2 it was even *more easy*: one mouse movement
> and
On Fri, 2011-05-06 at 18:51 +0200, Denys Vlasenko wrote:
> > I never said it was. If you want a "viable, long term choice" then
> I'd
> > HIGHLY suggest to stop upgrading your Fedora install
>
> How viable for me. How can I develop software for Fedora if I don't
> upgrade my Fedora? Developing in
On Fri, 2011-05-06 at 13:37 +0200, Denys Vlasenko wrote:
> > In
> > addition, your claim that GNOME "gives users no choice" is
> incredibly
> > false: you can enable Forced Fallback mode in System Settings to a
> GNOME
> > 2-like UI which is meant for setups that cannot run the new GNOME 3.
>
>
On Fri, 2011-05-06 at 06:10 -0400, Adam Tauno Williams wrote:
> If someone is shocked by GNOME3 or claims they don't know the
> reasoning for the changes - they did not take any time at all to go
> look
> [so not knowing is a rather inevitable condition]. So anyone coming
> here [Hey, they found t
- Original Message -
From: "Adam Tauno Williams"
To: gnome-shell-list@gnome.org
Sent: Friday, May 6, 2011 9:44:03 AM
Subject: Re: We want task bar back. Pretty please.
On Fri, 2011-05-06 at 08:01 +0800, Allan E. Registos wrote:
> On Friday, 06 May, 2011 01:54 A
g
Sent: Friday, May 6, 2011 9:44:03 AM
Subject: Re: We want task bar back. Pretty please.
On Fri, 2011-05-06 at 08:01 +0800, Allan E. Registos wrote:
> On Friday, 06 May, 2011 01:54 AM, G. Michael Carter wrote:
> That's the best thing to do and will certainly reduced people
> co
I used Thunderbird earlier, but I have double posts... My apologies.
Regards,
Allan
- Original Message -
From: "Allan E. Registos"
To: gnome-shell-list@gnome.org
Sent: Friday, May 6, 2011 8:06:45 AM
Subject: Re: We want task bar back. Pretty please.
On Friday, 06 May, 201
On Friday, 06 May, 2011 02:37 AM, Sriram Ramkrishna wrote:
As someone mentioned earlier, there are extensions that can put a
taskbar on your screen or you can use any number of third party apps
like Docky or AWN that can give you similar features. My GNOME 3
setup still runs docky because ther
On Friday, 06 May, 2011 01:54 AM, G. Michael Carter wrote:
I keep doing that... forgetting to hit reply-all, let's try again:
Here's a thought. What about a dialog "welcome" box for the first
users. (have a check box to go away forever)
Then have links or info on how to use Gnome 3? Mayb
On Thursday, 05 May, 2011 11:30 PM, Sriram Ramkrishna wrote:
GNOME 3 is designed to be task oriented and distraction free.
I hope this will not compromise the notification area.
Regards,
Allan
___
gnome-shell-list mailing list
gnome-shell-list@gnome
On Wednesday, 04 May, 2011 09:57 PM, Bidossessi SODONON wrote:
I believe that in Vista as well, the "shutdown" button was relegated
to a less accessible position in favour of Suspend. I agree that it
makes more sense for laptop users than desktops, but suspend being the
next best thing to the f
1 - 100 of 280 matches
Mail list logo