nautilus
How can I make a nautilus-like sidebar using mono gtk#
I h开发者_如何学运维ave been looking for weeks for a way to do this: Screenshot http://img229.imageshack.us/img229/2430/screenshoteor.png[详细]
2023-01-19 18:29 分类:问答Nautilus file explorer and GtkIconView
In order to learn GTK programming, I am building a simple GTK application that reads files in a directory and displays them as icons. I am trying to build something like the Nautilus icon view file ex[详细]
2023-01-09 09:16 分类:问答Edit original Nautilus context menu
Does anyone know a way to simplify the standard 开发者_开发百科context (right click) menu in Nautilus? I am making a very simplified interface for people who don\'t use computers very often, and I wan[详细]
2023-01-08 22:44 分类:问答use gtk in a nautilus extension using python
The following code import gtk import nautilus import os def alert(message): \"\"\"A function to debug\"\"\"[详细]
2023-01-08 12:28 分类:问答Escape whitespace in paths using nautilus script
I didn\'t think this would be as tricky as it turned out to be, but here I am. I\'m trying to write a Nautilus script in Python to upload one or more images to Imgur just by selecting and right clicki[详细]
2023-01-02 22:15 分类:问答How to change icon/emblem of a directory from bash
I\'m playing around with get_iplayer (fantastic) it\'s running every few hours to grab any new episodes of whatever....[详细]
2022-12-19 00:24 分类:问答Using a bean class from a servlet in a Java EE application
I just started to study Java EE and made some examples (Just Hello World and some a bit more complicated). Now I\'m doing a small application myself for learning purposes. I made an EAR, an EJB and an[详细]
2022-12-18 17:06 分类:问答Is there a way to make Nautilus move files under version control using the VCS's move command?
For example, say I moved a file from /project/file.cs to /project/subdir/file.cs. It would be nice if nautilus automatically converted t开发者_JAVA百科his to bzr mv /project/file.cs /project/subdir/fi[详细]
2022-12-14 22:02 分类:问答