Search Criteria
Package Details: kazam 1.4.5-9
Git Clone URL: | https://aur.archlinux.org/kazam.git (read-only, click to copy) |
---|---|
Package Base: | kazam |
Description: | Screencast and screenshot application created with design in mind |
Upstream URL: | https://launchpad.net/kazam |
Keywords: | screencast |
Licenses: | |
Submitter: | Maxwel |
Maintainer: | heavysink |
Last Packager: | heavysink |
Votes: | 129 |
Popularity: | 0.45 |
First Submitted: | 2012-05-21 21:04 |
Last Updated: | 2020-06-12 07:05 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
FantasyNJ commented on 2015-10-17 05:41
It can works perfectly!
Thanks for your update.
@FredBezies
FredBezies commented on 2015-10-08 08:29
I will upgrade it as soon as I can. I think it has to depend on gnome-desktop. I'm using it on my main computer with xfce 4.12 on it and some gnome tools like file-roller or evince.
I'm not able to modify it now, because I'm away from my main computer. Can you wait until next monday, please ?
You can also use simplescreenrecorder instead of kazam. Both are working great with Xfce4.
FantasyNJ commented on 2015-10-08 08:21
It can't work in xfce4 yet.
When I click kazam,there is no response.
I have to install gnome-shell,it can work.
But kazam can't record videos.
Please fix these problems in xfce4.
Thanks.
@FredBezies
FredBezies commented on 2015-09-18 16:16
Ferik : Both libapp-indicator are only made for unity environnement, not xfce.
I will update install file ASAP.
FredBezies commented on 2015-09-18 16:15
@ferik : both libappindicator are used with unity, not xfce. I will update install file with gtk-update-icon-cache asao.
Ferik commented on 2015-09-18 16:01
Problem with XFCE
add dependes: libappindicator-gtk2 and libappindicator-gtk3
add in kazam.install
gtk-update-icon-cache -q -t -f /usr/share/icons/gnome/
Bulbasaur commented on 2015-07-04 16:32
fixles, gst-plugins-good/bad/ugly fixed it for me
Bulbasaur commented on 2015-07-04 16:26
fixles, gst-plugins-good fixed it for me
FredBezies commented on 2014-12-05 12:19
Disowning it. Using simple screen recorder now. Feel free to adopt it.
fixles commented on 2014-10-31 21:49
Built package with makepkg -s no problems but but doesnt work? (Using openbox and compton if that helps)
laptop:~$ kazam
/usr/lib/python3.4/site-packages/kazam/frontend/main_menu.py:74: Warning: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It will be removed in a future version.
self.menubar = self.uimanager.get_widget("/MenuBar")
INFO Indicator - Unable to import Keybinder, hotkeys not available.
/usr/lib/python3.4/site-packages/kazam/app.py:145: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version.
self.builder.add_from_file(os.path.join(prefs.datadir, "ui", "kazam.ui"))
/usr/lib/python3.4/site-packages/kazam/app.py:145: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version.
self.builder.add_from_file(os.path.join(prefs.datadir, "ui", "kazam.ui"))
/usr/lib/python3.4/site-packages/kazam/app.py:145: Warning: The property GtkButton:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version.
self.builder.add_from_file(os.path.join(prefs.datadir, "ui", "kazam.ui"))
/usr/lib/python3.4/site-packages/kazam/app.py:145: Warning: value "((GtkIconSize) 32)" of type 'GtkIconSize' is invalid or out of range for property 'icon-size' of type 'GtkIconSize'
self.builder.add_from_file(os.path.join(prefs.datadir, "ui", "kazam.ui"))
(kazam:14393): Gtk-WARNING **: Can't set a parent on widget which has a parent
(kazam:14393): Gtk-WARNING **: Can't set a parent on widget which has a parent
(kazam:14393): Gtk-WARNING **: Symbolic icon list-remove-symbolic-ltr of size 16 is in an icon theme directory of size 96
(kazam:14393): Gtk-WARNING **: Symbolic icon list-add-symbolic-ltr of size 16 is in an icon theme directory of size 96
(kazam:14393): Gtk-WARNING **: Symbolic icon audio-volume-muted-symbolic-ltr of size 16 is in an icon theme directory of size 96
(kazam:14393): Gtk-WARNING **: Symbolic icon audio-volume-high-symbolic-ltr of size 16 is in an icon theme directory of size 96
(kazam:14393): Gtk-WARNING **: Symbolic icon list-remove-symbolic-ltr of size 16 is in an icon theme directory of size 96
(kazam:14393): Gtk-WARNING **: Symbolic icon list-remove-symbolic-ltr of size 16 is in an icon theme directory of size 96
(kazam:14393): Gtk-WARNING **: Symbolic icon list-add-symbolic-ltr of size 16 is in an icon theme directory of size 96
####### WHEN I CLICK RECORD #############################
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/kazam/app.py", line 553, in cb_record_clicked
self.run_counter()
File "/usr/lib/python3.4/site-packages/kazam/app.py", line 790, in run_counter
prefs.xid if self.record_mode == MODE_WIN else None)
File "/usr/lib/python3.4/site-packages/kazam/backend/gstreamer.py", line 93, in setup_sources
self.setup_video_source()
File "/usr/lib/python3.4/site-packages/kazam/backend/gstreamer.py", line 160, in setup_video_source
self.videosrc.set_property("startx", startx)
AttributeError: 'NoneType' object has no attribute 'set_property'
INFO Main - Unable to delete one of the temporary files. Check your temporary directory.