You are not logged in.
Updating to gtk3 bring me two issues with evince and file-roller. I'm running Xfce 4.8.1.
Evince works fine but looks like GTK1.
File-roller doesn't start:
[myuser@bigmachine ~]$ file-roller
GLib-GIO-ERROR **: Settings schema 'org.gnome.nautilus.preferences' is not installed
aborting...
File-roller doesn't work anymore with xfce? I have to return to xarchiver? Hope not, file roller works better for me.
Packages installed :
extra/file-roller 3.0.1-1 (gnome-extra)
extra/evince 3.0.0-3 (gnome-extra)
extra/gtk2 2.24.4-1
extra/gtk3 3.0.9-1
Last edited by aldeano (2011-05-05 02:00:46)
Offline
Offline
I started a thread about the theming issues here. (https://bbs.archlinux.org/viewtopic.php?id=117916) Even with that gtk3 config file, you will have to set your Xfce theme to Adwaita. The final result is Xfce looks like Clearlooks, and gtk3 apps look completely different. I see this as being a problem for some time...
Offline
At least you can add:
gtk-font-name=<FONT> <SIZE>
eg.
gtk-font-name=Ubuntu 9
to ~/.config/gtk-3.0/settings.ini to display the font you want.
Better than nothing at this stage!
PS: I can't get notify-send working now either, having upgraded libnotify and notification-daemon too.
Last edited by ninian (2011-05-01 20:07:34)
Offline
Aaaargh ... file-roller-3.0.1-2 has nautilus-3.0.1-2 as a dependency (no longer optional)!
Yeah sure, I am really going to install another 25MB just for that ...
Last edited by ninian (2011-05-01 22:27:08)
Offline
Aaaargh ... file-roller-3.0.1-2 has nautilus-3.0.1-2 as a dependency (no longer optional)!
Yeah sure, I am really going to install another 25MB just for that ...
Whaaaaat! That sucks!
Any suggestions for a similar GTK archiver? (I use Xfce...)
Last edited by nstoyanov (2011-05-02 20:36:13)
Offline
Whaaaaat! That sucks!
Any suggestions for a similar GTK archiver? (I use Xfce...)
pacman -S file-roller
resolving dependencies...
looking for inter-conflicts...
Targets (4): gnome-desktop-3.0.1-1 exempi-2.1.1-1 nautilus-3.0.1.1-1 file-roller-3.0.1-2
Total Download Size: 4.64 MB
Total Installed Size: 27.23 MB
For now, I'm using PeaZip, the 'PeaZip Portable for Linux GTK2' version which you can just unpack to anywhere convenient. (The older version in the AUR has too many bitty dependencies for my liking.)
Xarchiver from the extra repo isn't bad, but doesn't handle tar.xz archives as far as I know. Also, development seems to have stalled.
Offline
nstoyanov wrote:Whaaaaat! That sucks!
Any suggestions for a similar GTK archiver? (I use Xfce...)pacman -S file-roller resolving dependencies... looking for inter-conflicts... Targets (4): gnome-desktop-3.0.1-1 exempi-2.1.1-1 nautilus-3.0.1.1-1 file-roller-3.0.1-2 Total Download Size: 4.64 MB Total Installed Size: 27.23 MB
For now, I'm using PeaZip, the 'PeaZip Portable for Linux GTK2' version which you can just unpack to anywhere convenient. (The older version in the AUR has too many bitty dependencies for my liking.)
Xarchiver from the extra repo isn't bad, but doesn't handle tar.xz archives as far as I know. Also, development seems to have stalled.
Thanks for the quick response, man! PeaZip portable looks tight, and I definitely like that you can just unpack and run it. In the meantime, I am getting warmer to the idea of installing nautilus for File-roller... In any case, thank you!
Offline
Quick (and dirty) fix to make file-roller work:
wget http://git.gnome.org/browse/nautilus/plain/libnautilus-private/org.gnome.nautilus.gschema.xml.in
sed 's/_summary/summary/g;s/_description/description/g;' org.gnome.nautilus.gschema.xml.in > org.gnome.nautilus.gschema.xml
sudo cp org.gnome.nautilus.gschema.xml /usr/share/glib-2.0/schemas/
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
It downloads the schema file from gnomes git repository and installs it, so that file-roller stops complaining.
Last edited by dolik.rce (2011-05-04 17:35:00)
Offline
Quick (and dirty) fix to make file-roller work
Brilliant! Just did the above and then: sudo pacman -U file-roller-3.0.1-1-i686.pkg.tar.xz
and it works without complaint.
Thank you very much for this fix.
Offline
I can attest dolik.rce's fix works for me and very likely for people with the same problem as OP's, so thank you very much. Shame file-roller is now bearing an ugly GTK3 theme but I can live with that. Anyone knows if the guys at Gnome intend to leave Nautilus as a dependency for File Roller? Didn't find anything on that yet... Guess I might as well add File Roller to Pacman's ignore list for the time being.
Last edited by EiyuuZack (2011-05-12 02:03:07)
Offline