I'm not sure, but I think imagemagick can convert it.
convert icon:file.cur file.pngCrunchBang Linux Forums » Posts by danielrmt
I'm not sure, but I think imagemagick can convert it.
convert icon:file.cur file.pngI have used SPSS, Stata and R on the university. R have no GUI, but it have the best language of them all and I almost never used the GUI tools in SPSS and Stata.
It is also amazing how you can integrate R code into LaTeX code to generate reports with neat graphs and tables from your data. (google sweave)
Is there an easy way to customize Xfce's right-click applications menu?
I'm not a fan of how it sorts all the installed apps (not to mention it's total lack of aesthetic sensibility) >_>
Have you tried Alacarte, the Gnome menu editor? I don't use it, but I think both XFCE and Gnome use the same freedesktop menu standards (aka *.desktop files).
Edit: I also personally like the Debian stance on not distributing any non-free software on their distro.
nope, debian is not in stallman whitelist.
Debian's Social Contract does say that all software in the main distribution will be free software. Unfortunately, that's not always true in practice. Debian has repeatedly made tacit or explicit exceptions for specific pieces of nonfree software, such as the blobs included in or accompanying Linux. We're still hopeful that there won't be such exceptions in the future, but we can't turn a blind eye to the situation as it stands today.
Debian also provides a repository of nonfree software. According to the project, this software is “not part of the Debian system.” We understand that's important for organizational reasons, but users would be hard-pressed to make a distinction. The nonfree repositories are often featured as prominently as the main ones throughout Debian's web site, documentation, and other materials.
GuitarPro 6 have a native linux version. There's a deb package demo for download
http://www.guitar-pro.com/en/index.php?pg=download
There most likely is easier way to do it, but this works too.
You need to modify the gtkrc file of the theme you use (usually either ~/.themes/themefolder/gtk-2.0/gtkrc or /usr/share/themes/themefolder/gtk-2.0/gtkrc)
gtkrc file has line like this so, if the number is something else than 0 change it to zero and then menus should be iconless. (if there is no such line add it top of the file)
gtk-menu-images = 0That was my complicated way.
or just add that line to ~/.gtkrc-2.0.mine, so it will not show any icon when you change themes
editing ~/.screenrc?
Jaunty end of line is on october, so that's when they will close the repositories.
https://wiki.ubuntu.com/Releases
May I ask how did you install firefox? I just download it from mozilla's site on /opt and create a link on /bin. I don't have any problem and works just fine but if there is another way I would like to know about...
Also I noticed the difference in start-up time between 9.04 and 10 too...
I have not tested, but I think the Ubuntuzilla repository works on Debian. It just have the .tgz from mozilla in a .deb format. x86 only.
danielrmt wrote:@arpinux: you can try adding the following to your autostart.sh:
xrdb -merge ~/.XdefaultsJust note, this thread is from last august. So he may not have the issue any more.
lol...
Because Ubuntu repositores (which are the base for Crunchbang) are freezed on release, which means all the software have the version from 2009 april (9.04). Only security fixes are backported.
EDIT: To install the last Firefox, I suggest to use Ubuntuzilla (if you are on x86):
http://sourceforge.net/apps/mediawiki/u
stallation
@arpinux: you can try adding the following to your autostart.sh:
xrdb -merge ~/.Xdefaults^
I like the idea of a welcome screen more than of an application chooser... Perhaps just open some local HTML file using the browser with links and apps suggestions.
Do you have daylight savings enabled in your profile settings?
Filemanager: thunar (the newest has smb / network support, no gigolo needed; but I guess it's not in debian squeeze yet)
I'm interested in native Samba support. How to use it? I have Thunar 1.0.1.
I just associate the mailto protocol with the following script:
#!/bin/sh
if [ -z "$1" ]; then
x-www-browser https://mail.google.com
else
x-www-browser https://mail.google.com/mail?view=cm&tf=0&to=${1/mailto:/}
fipablokal wrote:Just discovered qbittorrent which seems to be a very successful utorrent clone.
Not to be mixed up qtorrent which is a transmission like appBut Qbittorrent is qt and at least on jaunty is lagging for some reason (the latest ppa version)
so is vlc.
There's also Amaya by W3C: http://www.w3.org/Amaya/
I don't use it, so I don't know if you can achieve what you want.
In Crunchbang 9.04 some apps references are "hardcoded" in the menu like firefox in the help pipemenu, terminator in the "terminal apps" menu. They should be replaced for x-www-browser and x-terminal-emulator.
Gedit is also hardcoded on the "Edit $APP config file" items, but there's no alternative for a gui editor. There's the "editor" alternative, but it is supposed to be used on cli. (Someone please correct me if I'm wrong)
This will make it easier for people to change the default apps to their preferred ones, instead of editing everything on the menu.
Some reference: http://wiki.debian.org/DebianAlternatives
Another one. This will list all your backup profiles in grsync.
#!/usr/bin/env bash
# This program is free software. It comes without any warranty, to
# the extent permitted by applicable law. You can redistribute it
# and/or modify it under the terms of the Do What The Fuck You Want
# To Public License, Version 2, as published by Sam Hocevar. See
# http://sam.zoy.org/wtfpl/COPYING for more details.
print_item() {
echo " <item label=\"$2\"><action name=\"Execute\"><execute>$1</execute></action></item>"
}
echo '<?xml version="1.0" encoding="utf-8"?>'
echo '<openbox_pipe_menu>'
print_item 'grsync' 'Edit backup profiles'
if [ -f ~/.grsync/grsync.ini ]; then
echo '<separator/>'
grep '^\[[^_].*\]$' .grsync/grsync.ini | sed -e's/^\[//g' -e's/\]$//g' | while read profile; do
print_item "grsync -e -s '$profile'" "$profile"
done
fi
echo '</openbox_pipe_menu>'Thanks for the awesome work, corenominal! Take your time with the builds, don't worry....
nethack, pychess, pysolfc, freeciv, teeworlds, urbanterror...
I have not voted for a game, but I surely would vote for nethack and pychess.
EDIT: and zim for notes
To tell the truth, I don't know. It has been some months since I have moved from Crunchbang to Arch...
Posts found [ 1 to 25 of 102 ]
CrunchBang Linux Forums » Posts by danielrmt
Forums powered by PunBB. Hosted by Linode.
Copyright © CrunchBang Linux.
Proudly powered by Debian GNU/Linux.
Debian is a registered trademark of Software in the Public Interest, Inc.