Kai-Martin Knaak | 5 Feb 2012 18:45
Picon
Favicon

Re: Moved to Gnome 3 and can't drag and drop urls anymore

Philip Walden wrote:

> I have a different Gnome 3.2 installation that is in fallback mode.
> If I place the above launcher on the top panel (which I cannot do
> with the full Gnome 3.2), the drag and drop works as before.
> 
> It looks like the use of custom launchers and drag-n-drop has fallen
> by the wayside with the full Gnome 3 experience.
> 
You can regain this experience if you start gnome-panel (either in a 
terminal or automatically on start of a agnome session). This gives 
you the traditional panels with (almost) all features and applets.

In essence, the panel is not gone. It is jut hidden from the user of
the default theme. 

---<)kaimartin(>---
--

-- 
Kai-Martin Knaak
Email: kmk <at> familieknaak.de
Öffentlicher PGP-Schlüssel:
http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53

_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list
Jesse B. Crawford | 7 Feb 2012 22:14

Printing: Enabling the LPR backend

On the 24th of January I sent a message to the gnome-print-list and
received no response. Looking at the list history it appears that this
list is dead. So, I will forward it to this list in the hope of getting
some response:

Hello,
We (unfortunately) still use lprng for printing. In
/usr/lib64/gtk-3.0/3.0.0/printbackends we have libprintbackend-lpr.so.
In applications using gtk2.0 (e.g. Firefox) the Print menu has an "LPR"
option that allows the user to enter options to the lpr command in to a
text box below the list. In gtk3.0 applications this option is missing.
I have tried changing settings.ini to include gtk-print-backends =
"lpr,file,cups", but this doesn't seem to have done it. gedit, for
example, still does not have the lpr option. I suspect maybe this
setting should go in gconf now, but I can't see where.

How can I properly enable the lpr print backend for gtk 3.0?

--

-- 
Jesse B. Crawford (jeanluc)
Systems Programmer
Tech Computer Center
New Mexico Inst. of Mining & Tech.

jeanluc <at> nmt.edu // http://nmt.edu/~jeanluc
Philip Walden | 7 Feb 2012 23:25
Picon

Re: Moved to Gnome 3 and can't drag and drop urls anymore

Kai-Martin Knaak wrote:
> Philip Walden wrote:
>
>
>> I have a different Gnome 3.2 installation that is in fallback mode.
>> If I place the above launcher on the top panel (which I cannot do
>> with the full Gnome 3.2), the drag and drop works as before.
>>
>> It looks like the use of custom launchers and drag-n-drop has fallen
>> by the wayside with the full Gnome 3 experience.
>>
>>
> You can regain this experience if you start gnome-panel (either in a
> terminal or automatically on start of a agnome session). This gives
> you the traditional panels with (almost) all features and applets.
>
> In essence, the panel is not gone. It is jut hidden from the user of
> the default theme.
>
> ---<)kaimartin(>---
>
Thanks for the suggestion. I tried it from a terminal and got this error:

$ gnome-panel
Gtk-Message: Failed to load module "pk-gtk-module"
Cannot register the panel shell: there is already one running.

I have gnome-shell running, but AFIK not another gnome-panel.

--

-- 
(Continue reading)

Kai-Martin Knaak | 8 Feb 2012 01:10
Picon
Favicon

Re: Moved to Gnome 3 and can't drag and drop urls anymore

Philip Walden wrote:

> $ gnome-panel
> Gtk-Message: Failed to load module "pk-gtk-module"
> Cannot register the panel shell: there is already one running.
> 
> I have gnome-shell running, but AFIK not another gnome-panel.

Sorry, I forgot the --replace option. The call should read:
  gnome-panel --replace

Next question would be how to execute the command on start-up of 
gnome-shell. Unlike gnome2 there is no way to configure this from 
the GUI(*). But you can execute on the command line:
  gnome-session-properties
This will give you the GUI known from gnome2.6.

---<)kaiamrtin(>---
(*) I find this kind of well meaning paternalism obnoxious...
--

-- 
Kai-Martin Knaak
Email: kmk <at> familieknaak.de
Öffentlicher PGP-Schlüssel:
http://pool.sks-keyservers.net:11371/pks/lookup?search=0x6C0B9F53

_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list
(Continue reading)

Philip Walden | 8 Feb 2012 20:38
Picon

Re: Moved to Gnome 3 and can't drag and drop urls anymore

Kai-Martin Knaak wrote:
> Philip Walden wrote:
>
>    
>> $ gnome-panel
>> Gtk-Message: Failed to load module "pk-gtk-module"
>> Cannot register the panel shell: there is already one running.
>>
>> I have gnome-shell running, but AFIK not another gnome-panel.
>>      
> Sorry, I forgot the --replace option. The call should read:
>    gnome-panel --replace
>
> Next question would be how to execute the command on start-up of
> gnome-shell. Unlike gnome2 there is no way to configure this from
> the GUI(*). But you can execute on the command line:
>    gnome-session-properties
> This will give you the GUI known from gnome2.6.
>
> ---<)kaiamrtin(>---
> (*) I find this kind of well meaning paternalism obnoxious...
>    
Thanks, that worked!

It gets me back to where I was for now.

One other question which perhaps you can answer. In reference to the 
original problem about dragging links directly from Firefox, when the 
launcher that is the drop destination is on a gnome-panel the drop does 
launch the application with the url as the argument.
(Continue reading)

Nik K | 17 Feb 2012 08:51
Picon
Favicon

glib-compile-schemas

Hello,



Where can I download 'glib-compile-schemas'?



Regards,

Nik
_______________________________________________
gnome-list mailing list
gnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-list
Olav Vitters | 17 Feb 2012 09:39
Picon

Re: glib-compile-schemas

On Fri, Feb 17, 2012 at 06:51:27PM +1100, Nik K wrote:
> Where can I download 'glib-compile-schemas'?

It is part of glib 2.x. So either http://git.gnome.org/browse/glib, or
in your distributions glib package (could be in something like
glib-devel, glib2.0-devel, glib2.0-common, etc).

--

-- 
Regards,
Olav
Olav Vitters | 17 Feb 2012 12:49
Picon

Re: glib-compile-schemas

On Fri, Feb 17, 2012 at 10:37:48PM +1100, Nik K wrote:
> > It is part of glib 2.x. So either http://git.gnome.org/browse/glib, or
> > in your distributions glib package (could be in something like
> > glib-devel, glib2.0-devel, glib2.0-common, etc).
> 
> Really? Brasero 3.0.0 told me that I needed 'glib-compile-schemas'. Why did it not say 'glib 2.x'?!
> 
> I have decided to return to Windows. Open source software sucks - too many low quality applications.
> 
> Thank you for your time answering my question. I hope you enjoy your weekend.

I suggest using a distribution instead of compiling on your own.

--

-- 
Regards,
Olav
Olav Vitters | 17 Feb 2012 14:48
Picon

Re: glib-compile-schemas

On Sat, Feb 18, 2012 at 12:34:34AM +1100, Nik K wrote:
> > I suggest using a distribution instead of compiling on your own.
> 
> Distribution suck. I tried looking in my distribution repository and the latest version is 2.30.2.
> 
> Goto another distro? Why should I always have to change distro every time I need something new? Distro's
are so stupid its unbelievable.
> I can understand why developers do not look at distro's. They are a nightmare. They lack consistency.
Nothing works and nothing is compatible.
> 
> I mean just look at how stupid Brasero is when I tried to compile it. It told me something was missing that
doesn't even exist!
> 
> My time is valuable. I have given distro's a go and I do not have time for hobby software. When I use a real
operating system like Windows, things work.
> 
> Repositories are not freedom. Freedom is being able to download the latest version, install it, and burn
my CD.
> I could do this in Windows.
> 
> Do you understand where I am coming from?

Not really. It seems you're making things arbitrarily hard by compiling
on your own, then complain that compiling on your own is hard.

Your notion of freedom is strange. You're able to see the latest
versions before it is available in a distribution. You're free to either
wait, or go to the trouble of compiling on your own. Freedom means
you're able, not that you're spoon fed. Or in other words: Compiling on
your own is possible, but difficult.

It seems you're out to make things hard on yourself.

If your distribution doesn't provide Banshee, ask for a new version.
However, seems you're using a distribution which lags behind quite a
lot.

--

-- 
Regards,
Olav

PS: "Real operating system", come on, do better than that! :P
Philip Walden | 21 Feb 2012 21:00
Picon

Re: problem in Fedora16 with Gnome3

Did you upgrade from an earlier Fedora version?

There is a know problem with gnome-shell not being installed

http://forums.fedoraforum.org/showthread.php?t=274686

RAMA KRISHNA KOPPISETTI wrote:
> Hello Olav,
>
> If I'm set to fallback mode to off than also it was same screen.Please 
> find the attachments of screen shots.
>
>
> Thanks & Regards,
>
> Ramakrishna
> ---------------------------------------------------------------------------------------------------
>
>
>
> On Thu, Jan 26, 2012 at 3:53 PM, Olav Vitters <olav <at> vitters.nl 
> <mailto:olav <at> vitters.nl>> wrote:
>
>     On Thu, Jan 26, 2012 at 02:29:00PM +0800, RAMA KRISHNA KOPPISETTI
>     wrote:
>     > I'm using Fedora 16 with Gnome3 but at top-panel I'm getting only
>     > Applications and places but not Activities. I'm unable to get
>     windows to
>     > desktop and applications also not working.
>
>     It seems like you're using fallback mode. This is used when the
>     graphics
>     card or the drivers are not good enough.
>
>     What kind of graphics card do you have? Can you go to system settings,
>     system info. Then under the graphics tab you should see if you're
>     using
>     fallback mode or not.
>
>     Else, just post a screenshot.
>
>     --
>     Regards,
>     Olav
>     _______________________________________________
>     gnome-list mailing list
>     gnome-list <at> gnome.org <mailto:gnome-list <at> gnome.org>
>     http://mail.gnome.org/mailman/listinfo/gnome-list
>
>
>
> _______________________________________________
> gnome-list mailing list
> gnome-list <at> gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-list
>    

--

-- 
Linuxfest Northwest - Apr 28, 29, 2012 <http://www.linuxfestnorthwest.org/>
LinuxCounter Registered user #543121 has 5 linux machines 
<http://linuxcounter.net/user/543121.html>

Gmane