mhsabbagh / green-recorder

A simple screen recorder for Linux desktop. Supports Wayland & Xorg
GNU General Public License v3.0
618 stars 118 forks source link

Missing icon in window switch list? #25

Closed orschiro closed 7 years ago

orschiro commented 7 years ago

Dear all,

Does someone else miss the icon in the window switch list?

Here is a screenshot from Ubuntu MATE.

image

mhsabbagh commented 7 years ago

I don't have the problem here on Fedora 25 or Ubuntu 16.10. Probably you have an old version of GTK+ on your system which has some different configuration/way of setting the icon through the API. Which is causing it this way.

orschiro commented 7 years ago

Thank you for your confirmation, @mhsabbagh!

I will ask for feedback in the MATE community if they face the same problem and come back here.

Probably related, I experience a "huge" indicator icon during recording that just looks a bit "odd".

image

mhsabbagh commented 7 years ago

That's really weird O.o Not sure what's the thing causing it like that.

orschiro commented 7 years ago

Dear @mhsabbagh,

Another user could reproduce the problem on Ubuntu MATE...

https://ubuntu-mate.community/t/can-someone-confirm-these-issues-with-green-recorder-on-ubuntu-mate/12578

mhsabbagh commented 7 years ago

What version of MATE are you using? And what version of GTK+ you have?

Can you please try updating to MATE 1.18 (Which uses GTK+ 3) to see the results? Yes, we could have used the hard-coded path to the icon in the /usr/share/pixmaps folder, but we would lose the ability to change the icon based on the icon theme used in the system, which means less integrity with its looking in the future.

orschiro commented 7 years ago

I am using the latest version of MATE which is 1.18.

The same applies to my GTK+ version. It is the latest available on Ubuntu 17.04.

How can I find out which one it is?

mhsabbagh commented 7 years ago

I was able to reproduce the problem here on MATE 1.18 as well. Looks like a bug in appindicator library with the new port to GTK+ 3. Will have to ask MATE developers about it. Because here, the whole icon doesn't appear in the notifications area when making a recording.

orschiro commented 7 years ago

@mhsabbagh, thank you for reproducing it!

I guess I will proceed from here and file a bug report against MATE.

I will add the link here when done.

orschiro commented 7 years ago

This is the bug report: https://bugs.launchpad.net/ubuntu-mate/+bug/1683025

mhsabbagh commented 7 years ago

But I've already opened a bug report there: https://bugs.launchpad.net/ubuntu-mate/+bug/1683020

You had to search for any duplicates first :P

orschiro commented 7 years ago

My fault, sorry!

I subscribed to your bug report instead. :-)

mhsabbagh commented 7 years ago

I've built a new version which should fix the issue. Please test it and see (you can update your system to get the new update from the PPA).

orschiro commented 7 years ago
orschiro@x230:~$ green-recorder 
/bin/sh: 1: aserver: not found
('No alsa found', 127)
E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.
orschiro@x230:~$ dpkg -l | grep green-recorder
ii  green-recorder                                  2.1.4.1  

image

mhsabbagh commented 7 years ago

This time it really should be working, otherwise it's from the interface's side. (Please allow 30 minutes for the update to be pushed).

orschiro commented 7 years ago

Solved, thank you! :-)

Except, for now, I cannot make the window smaller than this:

image

mhsabbagh commented 7 years ago

That's weird, I changed nothing about the window more than using of the absolute path: https://github.com/green-project/green-recorder/commit/02c8c141831894f30125951e2520b80c73ff4e80

I can't reproduce here.

orschiro commented 7 years ago

Don't worry. It's not a big issue!