List running applications

2017-04-16 Thread Clemens Eberwein
there an (easy) way to get a list of the running apps under Wayland? Thanks Clemens ___ gnome-shell-list mailing list gnome-shell-list@gnome.org https://mail.gnome.org/mailman/listinfo/gnome-shell-list

Re: [Resend] gnome-search-provider Hello World

2015-12-04 Thread Clemens
sry, didn't know that. it's just the simplest provider i know and i thought it's easier for a python programmer to read js :) Am 2015-12-04 um 19:50 schrieb Florian Müllner: On Fri, Dec 4, 2015 at 6:09 PM, Clemens wrote: a very simple search provider extension is the Remmina

Re: [Resend] gnome-search-provider Hello World

2015-12-04 Thread Clemens
hi, a very simple search provider extension is the Remmina search provider. It just looks in a ~/.remmina files and shows the result in overview. https://github.com/alexmurray/remmina-search-provider/ cheers clemens Am Fre, 4. Dez, 2015 um 5:51 schrieb Christoph Schulz : [Resending this

Re: OpenSuse GNOME logs

2015-10-05 Thread Clemens
hi, When working on extension I used to start a shell from command line and then the global.log messages are shown there. e.g. gnome-shell --replace & + it's easier to restart the shell during testing Am 2015-10-05 um 10:49 schrieb Florian Pelz: On 10/04/2015 03:30 PM, Sam Bull wrote

Re: Window Positioning

2014-02-28 Thread Clemens Eberwein
You can achieve this with the puwindow extension Clemens Am 28.02.2014 22:01 schrieb "Giovanni Campagna" : > 2014-02-28 21:40 GMT+01:00 Marshall Neill : > > I wonder if it would be too difficult to have the default for positioning > > windows on startup to be a default

gnome-shell 3.10: Focus java windows

2014-01-10 Thread Clemens
) but "global.display.focus_window" is null and the titlebar remains greyed out. Is this a know issue? cheers clemens -- 00:56 Maybe Canonical is just a division of Microsoft hired to try and take down Linux 00:56 Our secret is out!11 ___ gnome-shell-li

Re: Move window when created

2013-12-17 Thread Clemens
hi, I was able to fix the problem by connecting to the focus event of newly created windows. Still, it's really strange that windows "discovered" by > global.screen.get_display().connect_after('window-created', can be resized but not moved. cheers, c

Move window when created

2013-12-12 Thread Clemens
The same move/resize operation can be invoked with a keyboard binding and works without problems. Any idea, why I'm not able to move windows anymore in 3.10? cheers clemens -- 00:56 Maybe Canonical is just a division of Microsoft hired to try and take down Linux 00:56 Our secret is

Re: How to set a button setting via extension?

2013-11-16 Thread Clemens
maybe this one: https://extensions.gnome.org/extension/5/alternative-status-menu/ Am 16.11.2013 06:57, schrieb Bazon Bloch: Hello, in /usr/share/gnome-shell/js/ui/status/system.js I prefer to have this._altSwitcher = new AltSwitcher(this._suspendAction, this._powerOffAction); in lin

Re: How to set a button setting via extension?

2013-11-16 Thread Clemens
hi, Which version of gnome-shell do you use? In 3.8 the default button is shutdown (don't now if it was changed again in 3.10). If you are using 3.6 there should already be an extension to show the shutdown button again. cheers Am 16.11.2013 06:57, schrieb Bazon Bloch: Hello, in /usr/sha

Re: Installing specific versions of GNOME (Arch?)

2013-10-25 Thread Clemens
hi, as you already have different VMs why don't just install a new one that ships with 3.6? (Fedora 18 for example). cheers clemens Am 25.10.2013 09:17, schrieb Amy: Hi all, Some notes: * I would rather take my GNOME 3.4 snapshot and upgrade it to 3.6, rather than taking my 3.8 sna

Re: Detailed lock screen notifications by default, for a particular application?

2013-07-20 Thread Clemens Eberwein
> user to configure it if they want more details. But at the same time, your > notifications don't really contain any private information... > > > > On Sat, Jul 20, 2013 at 12:49 PM, Clemens wrote: > >> hi dylan, >> >> the option you are looking for is st

Re: Detailed lock screen notifications by default, for a particular application?

2013-07-20 Thread Clemens
hi dylan, the option you are looking for is store in gsettings - org.gnome.desktop.screensaver.show-notification. It guess it should be possible to change the value to true inside your application/extention. ~ ]$ dconf read /org/gnome/desktop/screensaver/show-notifications false ~ ]$ dcon

Re: Keybinding changes in 3.8?

2013-05-22 Thread Clemens
again, thanks a lot. Am 22.05.2013 14:36, schrieb Florian Müllner: On Wed, May 22, 2013 at 2:06 PM, Clemens wrote: If I got it wright, it's enough to check if Main.wm.addKeybinding exist and and otherwise use the 3.6.x version Yes. Only thing that's still unclear for

Re: Keybinding changes in 3.8?

2013-05-22 Thread Clemens
ed, May 22, 2013 at 1:15 PM, Clemens wrote: global.display.add_keybinding is no longer availabe in 3.8. That is wrong, the function still exists and is unchanged with regard to previous versions. The issue here is that it is no longer enough[0], you are also expected to specify when the keybinding

Re: Keybinding changes in 3.8?

2013-05-22 Thread Clemens
forgot the include gnome-shell-list... hi, global.display.add_keybinding is no longer availabe in 3.8. Here is the code i use the add/remove binding. (this_utils is a helper class to access the settings) _addKeyBinding: function(key, handler) { this._bindings.push(key); if (Main.w

Re: Libreoffice toolbar using GS extensions

2013-05-19 Thread Clemens
Relevant links, that should have been added before: - http://ask.libreoffice.org/en/question/16741/gnome3-extension-ribbon/ - https://www.libreoffice.org/bugzilla/show_bug.cgi?id=64184 Are you looking for somebody that would implement this, or are you planning to code it and need some help to

Re: Shutdown Options

2013-05-19 Thread Clemens
hi, Storing the state of an application is really not easy thing to do. If you only want to set startup applications and/or restore running applications after re-login, take a look at -gnome-session-properties. There are some extensions, that add a direct link to the user menu. - https://ex

Re: Input method options

2013-05-04 Thread Clemens
Am 03.05.2013 20:26, schrieb Bastien Durel: Quoting Rui Tiago Cação Matos : On 3 May 2013 17:16, Bastien Durel wrote: The configuration panel for this option seems to have disappeared from the keyboard configuration panel. Which configuration panel is this? I don't remember this setting ever

Re: background with nautilus

2013-04-25 Thread Clemens
Am 25.04.2013 09:51, schrieb rastersoft: Hi all: I updated my system to ubuntu 13.04 and I'm using the PPA to get Gnome 3.8, but there's an odd problem: I use nautilus to get desktop icons, but the background when using it is fully white. If I kill nautilus, the icons disappears (obviously) and

Re: What is the recommended distro?

2013-04-12 Thread Clemens
you can thank ubuntu/canonical for adding bugs to a stable distro... Am 12.04.2013 10:09, schrieb Milan Oravec: +1 S pozdravom Milan Oravec CIKT UKF Nitra Mobil: +421907670270 email: mora...@ukf.sk On 12.04.2013 10:06, rastersoft wrote: And that's a problem for people that, like me, pref

Re: Moving newly created windows

2012-09-09 Thread Clemens
Am So 09 Sep 2012 00:19:30 CEST schrieb Alessandro Crismani: Hi everybody, I'm trying to write an extension that mimics the smart window positioning of other WMs. The core of the extension is summarised as: this._windowCreatedId = display.connect_after('window-created', Lang.bind(this, this._m

Re: Gnome Shell Extensions isn't shipped with Gnome Shell, WHY?!

2012-08-22 Thread Clemens
Am Mi 22 Aug 2012 12:57:12 CEST schrieb Jonathan Wilkes: - Original Message - From: Adam Tauno Williams To: gnome-shell-list@gnome.org Cc: Sent: Wednesday, August 22, 2012 6:23 AM Subject: Re: Gnome Shell Extensions isn't shipped with Gnome Shell, WHY?! On Tue, 2012-08-21 at 19:12

Re: Gnome Shell Extensions isn't shipped with Gnome Shell, WHY?!

2012-08-21 Thread Clemens
Am 21.08.2012 19:28, schrieb Sriram Ramkrishna: On Tue, Aug 21, 2012 at 10:12 AM, Florian Scandella > wrote: I too like how gnome-shell works. I like the clean desktop, how you start applications and how the notifications work. I like how gnome uses (an

Re: web page with instructions for getting 'gnome 2' experience back

2012-08-07 Thread Clemens
Am Di 07 Aug 2012 12:14:08 CEST schrieb Giovanni Campagna: 2012/8/7 Bob Frazier : I created a web page specifically to help people get their 'gnome 2' experience back, or at least as much as I could figure out in a couple of days with some significant research. I used Ubuntu 11.10 a few months

Re: Gnome-shell segfault: "Can't init class Variant"

2012-08-06 Thread Clemens
Am Mo 06 Aug 2012 12:30:31 CEST schrieb Giovanni Campagna: 2012/8/6 Amy C : Hi all, All of a sudden a couple of days ago (4/Aug afternoon AEST) my gnome-shell refused to start with the following error: Exception was: Error: Failed to throw Exception 'Object 0xaf7065b0 proto 0xaf702078 doesn't

Re: Writing a buffer with UTF-8 content.

2012-07-26 Thread Clemens
Am 26.07.2012 18:08, schrieb Yaa101: Hi all, I am having trouble writing a buffer with UTF-8 content to a file. I know that GLib.file_set_contents will not do the job because it writes ISO-8859-1 instead of UTF-8. I tried to get it done with this code: let gFile = Gio.file_new_for_path(this._

Re: symbolic SVG *not* as an icon?

2012-07-26 Thread Clemens
Am Do 26 Jul 2012 18:51:40 CEST schrieb Yaa101: Hi Ami, I do not know too much detail on applying css on st widgets. The following is a hunch and probably will not help you, I hope it is useful anyway. I do know that SVG is not a picture on which you can do raster operations like filling color

Problem using gio settings in prefs tool

2012-07-25 Thread Clemens
#153 should be | this.g_object_path+ '. Error is ' + e.message);| but is | this.g_object_path, '. Error is ' + e.message); | can somebody confirm that this is a bug /point me to the correct bug-tracker? cheers clemens ___ gnome-shell-list mail

Re: gtk.filechooser problems...

2012-07-16 Thread Clemens Eberwein
Maybe this helps you with the schema file https://github.com/negesti/gnome-shell-extensions-negesti/tree/develop/putwin...@clemens.lab21.org Basically create a uuid.gschema.xml file in schema dir and compile it with make (makefiles is in schema dir). With utils.is loadSettings you can load the sch

Re: gtk.filechooser problems...

2012-07-16 Thread Clemens Eberwein
Install https://extensions.gnome.org/extension/16/auto-move-windows/ It uses the prefs tool and launches a gtk app chooser. Imho the easiest way to learn how it works is to see it :) Am 16.07.2012 21:54 schrieb "Yaa101" : > > > > -- > (o_ > //\ Regards, Groeten, > V_/_ Bas Burger. > > > On Mon, 1

Re: gnome-shell got memory leaks ?

2012-06-18 Thread Clemens
Am Mo 18 Jun 2012 12:19:43 CEST schrieb Adam Tauno Williams: On Mon, 2012-06-18 at 10:23 +0200, Clemens wrote: Am So 17 Jun 2012 18:17:09 CEST schrieb Jasper St. Pierre: Can you just try using nouveau for a day or two to tell if it's the driver's fault or not? On Sun, Jun 17, 2012

Re: gnome-shell got memory leaks ?

2012-06-18 Thread Clemens
Am So 17 Jun 2012 18:17:09 CEST schrieb Jasper St. Pierre: Can you just try using nouveau for a day or two to tell if it's the driver's fault or not? On Sun, Jun 17, 2012 at 7:50 AM, 邓尧 wrote: After using for about two hours, its memory consumption grows up to more than 2.5G, and keeps growi

Re: A couple of extension writing questions

2012-05-13 Thread Clemens
t the icons in a sub-folder of the extension (images). The css: .my-settings-icon { width: 16px; height: 16px; background-image: url("images/settings.svg"); } .my-settings-icon:hover { background-image: url("images/settings_hover.svg"); } Hope that helps,

Re: Keyboard shortcuts

2012-05-08 Thread Clemens
Am Di 08 Mai 2012 14:56:24 CEST schrieb Olav Vitters: On Tue, May 08, 2012 at 02:48:20PM +0200, Clemens wrote: Same issse one Ubuntu 12.04 with gnome-shell 3.4.1 If you set the keybinding using dconf-editor/gsettings it works. The schema is "org.gnome.desktop.wm.keybindings" List

Re: Keyboard shortcuts

2012-05-08 Thread Clemens
Same issse one Ubuntu 12.04 with gnome-shell 3.4.1 If you set the keybinding using dconf-editor/gsettings it works. The schema is "org.gnome.desktop.wm.keybindings" List available shurtcuts: gsettings list-keys org.gnome.desktop.wm.keybindings Set the shortcut. Keywords are , , , for Numpa

Re: Mutter 3.4.1 move_frame

2012-05-01 Thread Clemens
Am 01.05.2012 20:05, schrieb Owen Taylor: On Tue, 2012-05-01 at 12:04 +0200, Clemens wrote: Hi, I am upgrading my extension to work with Gnome 3.4 and think i have found a bug. With 3.2 i was able to use Meta.Window.move_frame to move windows, no mather if they use window decorations or not

Mutter 3.4.1 move_frame

2012-05-01 Thread Clemens
ter: 3.4.1 cheers clemens ___ gnome-shell-list mailing list gnome-shell-list@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-shell-list

Re: gnome shell 3.3.92 can't show the shell

2012-03-22 Thread clemens
Gnome-tweak-tool shows an yellow ! if an extension was not loaded d) Login, open a terminal and restart shell (gnome-shell --replace &) - log messages will go to the terminal clemens Am Donnerstag, den 22.03.2012, 13:44 +0100 schrieb Reda Lazri: > Remove the extensions in ~/.local/

Re: show an overview of current appliction's windows

2012-03-05 Thread clemens
Am Montag, den 05.03.2012, 23:18 + schrieb Mark Blakeney: > On Sat, 03 Mar 2012 15:11:42 +0800, William Xu wrote: > > Currently the activity view will show all application's windows. Is > > there a way to show only current application's windows? For instance, > > show an overview of the term

Re: Design choice for suspend option only

2012-03-02 Thread clemens
Everybody that is able to install linux + gnome-shell without internet connection should be able to press the alt button or open a terminal and use one of the approximately 42 methods to shut down. And if its really that important to have the button grep + vim will help you. Am Freitag, den 02.0

RE: The lost screenwaiter [Was: The lost screensaver]

2012-02-24 Thread clemens
hi, just wanted to say that i had problems with ubuntu 11.10 and gdm autologin. gdm/shell doesnt start and you end with a black screen. i switched back to lightdm which works. clemens Am Freitag, den 24.02.2012, 09:13 + schrieb Gabriel Rossetti: > Ok, thanks for the info. I would like

Re: Suggestions for better workspaces as independant tasks

2012-02-08 Thread clemens
console apps". I use Terminator which supports tabs, tiling and profile (save tabs and tiling state) maybe that's worth a look. clemens > Bye, > Tassilo > ___ > gnome-shell-list mailing list > gnome-shell-list@gnome.org > htt

Auto show Overview when workspace is empty

2012-02-03 Thread clemens
ove is shown very short) Can i achieve a similar behaviour (dont show overview) when moving the window with my extension? thanks in advance, clemens (using gnome-shell 3.2.1) ___ gnome-shell-list mailing list gnome-shell-list@gnome.org h

Re: Two or three things I see coming in gnome-shell

2012-01-29 Thread clemens
hi, > - Better management of evolution and rhythmbox as background > Problem: > There are often many applications already launched and the two > applications should not remain there permanently open and takes up > space. Yet we need to open evolution to see if we receive new > messages. And we kee

Snap windows to edge with the mouse

2011-12-07 Thread clemens
hi all, As said in the subject this is about snapping windows to the left/right edge of the screen with the mouse. I have developed an extension (put window) which allows you to move and resize windows using /apps/metacity/window_keybindings. I use a a resize function that looks like to manipulat

Re: gnome-shell and sqlite

2011-11-11 Thread Clemens Eberwein
Maybe this helps you http://developer.gnome.org/gnome-devel-demos/unstable/record-collection.js.html.en I know that you can write to files. I write to a json file in one of my extension Am 11.11.2011 19:09 schrieb "Alexandre Mazari" : > On Fri, Nov 11, 2011 at 6:51 PM, Yunier Soler Franco > wro